summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video (follow)
Commit message (Expand)AuthorAgeFilesLines
* srcclean (nw) Vas Crabb2016-10-232-32/+32
* Erase bitmap_rgb32::erase (nw) AJR2016-10-224-4/+4
* Improvements to rgb_t (nw) AJR2016-10-228-12/+12
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-2211-118/+118
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-22153-5333/+5333
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* Update skylncr.cpp to use RAMDAC (nw) AJR2016-10-192-2/+10
* amusco: Major improvements; promoted to WORKING AJR2016-10-152-0/+7
* zeus2: this should fix compiler tab warning (nw) hap2016-10-071-1/+1
* atlantis: Removed unused define parameter. (nw) Ted Green2016-10-072-140/+278
* gameboy: fixed scrolling window regression (nw) Wilbert Pol2016-10-041-4/+15
* gb.cpp: Some cpu, sound, and video updates (nw) Wilbert Pol2016-09-302-1023/+2159
* Fix various spelling fixes. Jordi Mallach2016-09-291-1/+1
* srcclean (nw) Vas Crabb2016-09-262-6/+6
* scn2674: make octopus look better (nw) cracyc2016-09-191-0/+10
* pcipc: sandbox for emulating a modern-ish pc (nw) Olivier Galibert2016-09-122-0/+48
* Merge pull request #1374 from GiuseppeGorgoglione/master R. Belmont2016-09-082-1535/+1257
|\
| * gba_lcd: code refactoring Giuseppe Gorgoglione2016-09-072-1564/+1280
| * gba_lcd: bugfix Giuseppe Gorgoglione2016-09-071-59/+65
* | octopus: added some more components, pass a few more tests. mahlemiut2016-09-091-1/+1
* | octopus: correct CPU speeds, add Z80, add basic video output mahlemiut2016-09-081-1/+2
|/
* gba_lcd inherits m_regs as well (nw) Vas Crabb2016-08-311-4/+6
* srcclean again... Vas Crabb2016-08-311-1/+1
* devices/zeus2.cpp: fix save state crashing in thegrid and crusnexo (nw) Ivan Vangelista2016-08-301-5/+9
* srcclean and translation regeneration Vas Crabb2016-08-291-6/+6
* * Make object finders behave like pointers for the purposes of implicit casts... Vas Crabb2016-08-277-20/+8
* Another round of these Vas Crabb2016-08-273-25/+20
* Merge pull request #1306 from GiuseppeGorgoglione/master R. Belmont2016-08-262-380/+218
|\
| * gba_lcd: abstract sprite attributes into a class Giuseppe Gorgoglione2016-08-242-380/+218
* | * Doxyfy a significant chunk of devfind.h Vas Crabb2016-08-252-9/+9
|/
* [MC6847] Fixed a bug from where video data was sampled that could cause too ... Nathan Woods2016-08-211-1/+7
* compis: WIP. (nw) Curt Coder2016-08-191-1/+1
* gba: decouple video device from main machine state using callbacks Giuseppe Gorgoglione2016-08-172-9/+70
* Fix up GBA build and replace some stupid macros with members Vas Crabb2016-08-164-12/+33
* replace BITSWAP8/16/24/32 macros with constexpr function that works for any n... Vas Crabb2016-08-161-1/+0
* gba: make video subsystem into a device Giuseppe Gorgoglione2016-08-152-0/+2456
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-0622-42/+42
* Devfind revision phase 2 (nw) AJR2016-08-052-6/+16
* Let's give the new srcclean a spin... Vas Crabb2016-08-023-13/+13
* fix after pass through the diff Vas Crabb2016-08-011-1/+1
* made constexprs lower case and used constexpr for returning input value as we... Miodrag Milanovic2016-07-311-1/+1
* cleanup of some conversions (nw) Miodrag Milanovic2016-07-311-1/+1
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-3115-62/+62
* Cleanups and version bump Miodrag Milanovic2016-07-273-8/+8
* upd7220: alternate drawing direction by line in gchrd (nw) cracyc2016-07-101-5/+18
* MT 05534 [Robbbert, crazyc] Robbbert2016-07-071-1/+1
* atlantis: Added analog joystick (nw) Ted Green2016-07-042-144/+288
* video/ef9365.cpp: moved the charset rom inside of the device, fixes missing r... Ivan Vangelista2016-07-022-1/+17
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-26/+25
* sg1000.cpp: many improvements [Enik Land] etabeta782016-06-242-6/+36