summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/spaceg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-4/+4
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2009-01-141-1/+0
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-4/+4
* Major cpuintrf changes: Aaron Giles2008-11-101-2/+2
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-5/+5
* Region classes go bye-bye. Aaron Giles2008-07-281-1/+1
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-1/+1
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-1/+1
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-4/+4
* Fixed Mantis bug ID 01713. stephh2008-05-071-51/+52
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-3/+2
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-1/+1
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-4/+4
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-1/+1
* - Converted Amiga based games to partial updating and proper scanline based t... Zsolt Vasvari2008-02-291-79/+30
* Most important thing to note about this change: Aaron Giles2008-02-211-3/+3
* Removed the pen array lookup from some INDEXED16 drivers Zsolt Vasvari2008-02-211-2/+2
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-1/+1
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* Removed MDRV_VIDEO_START(generic_bitmapped) from drivers that don't need it Zsolt Vasvari2008-01-181-8/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+478