summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tomcat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Removed cheapest deprecat.h usages (generally sound cpu ones) Angelo Salese2011-04-261-11/+10
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-33/+33
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-24/+24
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-4/+4
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* More migrating allocated buffers to arrays in the driver data. Aaron Giles2011-02-091-3/+2
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-4/+4
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* From: Atari Ace [atari_ace@frontier.com] Aaron Giles2011-01-271-35/+56
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-33/+33
* Cleanups and version bump. Aaron Giles2010-10-141-1/+1
* Death to more NVRAM_HANDLERS. Aaron Giles2010-09-201-13/+4
* 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
* Removed several exported non-const global variables from the core [Atari Ace] Phil Bennett2010-08-131-1/+1
* Return to type safety. Changed address maps back into functions that build Aaron Giles2010-08-011-2/+2
* Time to kill off some deadwood. Aaron Giles2010-07-071-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-2/+2
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-4/+4
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-2/+2
* Cleanups and version bump.mame0134u1 Aaron Giles2009-09-241-1/+1
* Converted 6532riot to devcb interfaces Couriersud2009-09-221-6/+7
* Bye bye 5220intf.* Aaron Giles2009-08-191-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-4/+4
* A last round of number-to-tag changes, for the moment (I don't want to confli... Fabio Priuli2009-04-281-3/+3
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-5/+5
* Cleanups and version bump.mame0129u5 Aaron Giles2009-02-261-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-02-261-1/+1
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-7/+7
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-4/+4
* Added save state support to tomcat Couriersud2009-02-211-1/+6
* Cleanups and version bump.mame0129u4 Aaron Giles2009-02-171-43/+43
* Documented TomCat sound hardware mariuszw12009-02-151-4/+78
* GCC compile fix. Phil Bennett2009-02-111-0/+1
* Driver for TomCat mariuszw12009-02-101-0/+345