summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/combatsc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-102/+102
* BIG update. Aaron Giles2011-03-291-39/+39
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* 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-4/+4
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* combatscb: fixed offset and priorities [Roberto Zandonà] Roberto Zandona2010-08-281-12/+10
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-1/+1
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-17/+17
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-21/+21
* some more Konami wip: Fabio Priuli2009-12-161-298/+210
* Added preliminary device versions of all the Konami custom ICs currently emul... Fabio Priuli2009-12-141-14/+24
* Renamed functions: Aaron Giles2009-12-051-1/+1
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-1/+1
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-6/+7
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-11/+11
* > From: atari_ace@verizon.net Aaron Giles2009-08-131-1/+1
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-08-021-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-4/+3
* A final round of number-to-tag conversions in CPU call. Only drivers with 'G'... Fabio Priuli2009-05-011-4/+4
* Bulk change alert. Aaron Giles2009-04-261-9/+5
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-6/+6
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-3/+3
* More driver conversions, including snes and seicop, which were two big ones. Aaron Giles2008-11-231-1/+2
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-5/+5
* Another big one. Aaron Giles2008-11-201-5/+5
* Another batch of compile fixes. R. Belmont2008-11-151-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-10/+10
* 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-09-111-1/+1
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-5/+5
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-5/+5
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-291-2/+5
* Region classes go bye-bye. Aaron Giles2008-07-281-3/+3
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-3/+3
* Cleanups and version bump.mame0125u5 Aaron Giles2008-06-121-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-121-1/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-1/+0
* Converted the IDE controller to a device. Updated all drivers Aaron Giles2008-04-151-5/+5
* Renamed input port functions: Aaron Giles2008-04-061-1/+1
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-1/+1
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-14/+10
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-3/+3
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-2/+2