summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/fromance.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-1/+0
* ups Miodrag Milanovic2013-02-081-3/+0
* Modernization of drivers part 5 (no whatsnew) Miodrag Milanovic2013-02-081-40/+40
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-7/+0
* vsystem further reducing / merging of functions by Haze (no whatsnew) Miodrag Milanovic2012-11-081-2/+3
* Continued cleanup of Video Systems drivers and associated dependencies. From... Scott Stone2012-10-101-119/+2
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-6/+5
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-14/+12
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-19/+15
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-8/+8
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-051-4/+4
* Clear out remaining AM_BASE_SIZE. Aaron Giles2012-04-161-1/+1
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-46/+38
* Bulk converted most of the tilemap_* calls into method calls. Aaron Giles2012-01-171-15/+15
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+3
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-1/+1
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-1/+1
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-4/+4
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-77/+77
* BIG update. Aaron Giles2011-03-291-35/+35
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-14/+14
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-1/+1
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-19/+19
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-19/+19
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Cleanups and version bump.mame0135u3 Aaron Giles2009-12-111-2/+2
* Added save states and driver data struct to the following drivers: fromance.c... Fabio Priuli2009-12-091-113/+117
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+2
* > From: atari_ace@verizon.net Aaron Giles2009-08-131-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-20/+20
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-281-1/+1
* Bulk change alert. Aaron Giles2009-04-261-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-4/+4
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-14/+14
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-4/+4
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-2/+2
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-08-201-36/+13
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-2/+1
* Next batch of machine->screen[] removal Zsolt Vasvari2008-03-121-16/+17
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-2/+2
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-2/+2
* Moves 'refresh' from public to internal video state and renames it to 'frame_... Zsolt Vasvari2008-03-071-1/+1
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-1/+1