summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/spaceg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-24/+24
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-5/+5
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* misc companyname cleanups/consitencies Michaël Banaan Ananas2011-03-091-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-1/+1
* spaceg.c improvements: [hap] Michaël Banaan Ananas2011-01-031-40/+49
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-21/+21
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-5/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-5/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-6/+7
* Cleanups and version bump. Aaron Giles2010-03-041-1/+1
* Changed all driver_data structs into classes with a simple Aaron Giles2010-02-251-2/+6
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-3/+3
* Cleanups and version bump.mame0135u1 Aaron Giles2009-11-201-1/+1
* Added driver_data struct and save states to battlex.c, carjmbre.c, popper.c a... Fabio Priuli2009-11-191-63/+105
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* Merged memory maps in the follow remaining drivers and cleaned up some commen... Ryan Holtz2009-05-081-2/+2
* 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