summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/comebaby.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean-ups and version bumpmame0144u1 Angelo Salese2011-11-271-3/+3
* modernized address maps for most skeleton drivers [Fabio Priuli] Fabio Priuli2011-11-181-9/+18
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Add driver_device classes for drivers that don't have any variables, Aaron Giles2011-03-211-1/+11
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-11/+11
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* Updated CHD hashes. [Yasuhiro Ogawa] Aaron Giles2009-03-141-1/+1
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-3/+3
* CPU header cleanups.... Aaron Giles2008-12-181-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Region classes go bye-bye. Aaron Giles2008-07-281-2/+2
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-2/+2
* 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
* Most important thing to note about this change: Aaron Giles2008-02-211-1/+2
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+106