summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/315_5124.c
Commit message (Expand)AuthorAgeFilesLines
* 315_5124.c: Improvement to timing for calculating flags. Fixes random hangs i... Wilbert Pol2014-04-291-11/+24
* 315_5124.c: Improved CRAM writes. Fixes wrong colors on sega logo for robocop... Wilbert Pol2014-04-291-9/+35
* Some changes/corrections to device descriptions from MASH and Tafoid (nw) Scott Stone2014-04-121-2/+2
* 315_5124.c: converted to devcb2 (nw) Ivan Vangelista2014-03-291-28/+20
* stop SMS VDP timers in systems that don't need them. nw. Fabio Priuli2014-03-281-0/+15
* 315_5124.c: improved X-Scroll register timing. [Enik Land] Fabio Priuli2014-03-231-24/+51
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-33/+37
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-3/+3
* small simplification to src/emu/video/315_5124.c (nw) Oliver Stöneberg2013-08-271-2/+2
* 315_5124.c: Prevent writing outside the m_selected_sprite array. (nw) Wilbert Pol2013-08-271-2/+2
* got rid of redundant read in src/emu/315_5124.c (nw) Oliver Stöneberg2013-08-261-4/+10
* fixed more faulty PALETTE_INIT modernizations (nw) Oliver Stöneberg2013-08-091-1/+29
* more PALETTE_INIT modernizations (nw) Oliver Stöneberg2013-08-051-20/+20
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-2/+2
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-5/+5
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-201-2/+2
* (MESS) slightly consolidated save/restore in sms/gamegear, still not reliable... Fabio Priuli2013-05-191-0/+24
* (MESS) sms.c: Change hcount calculation to use screen timings and move it to ... Wilbert Pol2013-05-141-18/+25
* 315_5124.c: Small improvements to the palettes. [Enik Land] Wilbert Pol2013-04-021-2/+2
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-4/+4
* 315_5124.c: Improved triggering of IRQs. [Enik Land] Wilbert Pol2013-03-111-63/+119
* (MESS) Running eagles5 on the sms2kr driver. It apparently expects the irq to... Wilbert Pol2013-01-121-0/+20
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-32/+30
* 315_5124.c: Fixed copy/paste error that caused FluBBa's "Offscreen Y, col" te... Wilbert Pol2012-12-101-1/+2
* Removed unneeded includes. (nw) Curt Coder2012-12-071-1/+0
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-31/+31
* Made the genvdp a derived class of the newer sms vdp because the genesis vdp ... Scott Stone2012-08-291-5/+0
* Updated the megatech bios to render using the newer SMS vdp device from MESS.... Scott Stone2012-08-171-0/+1
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+1
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-1/+1
* Added new method screen_device::register_screen_bitmap which Aaron Giles2012-01-151-4/+2
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-22/+23
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-2/+2
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-1/+1
* Moved the implementation for the Sega 315-5124, 315-5246, and 315-5378 video ... Wilbert Pol2011-12-311-0/+1704