summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tourtabl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* BIG update. Aaron Giles2011-03-291-7/+7
* 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/+10
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-15/+15
* 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
* gomoku.c, sspeedr.c - Added DIPS and changed clock values to XTAL Scott Stone2009-12-191-1/+1
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-5/+5
* Converted 6532riot to devcb interfaces Couriersud2009-09-221-37/+17
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-4/+4
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-111-1/+1
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-10/+10
* 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
* Cleanups and version bump.mame0126u2 Aaron Giles2008-07-241-1/+1
* Made input_port_read_indexed() private to machine/generic.c. Aaron Giles2008-07-241-4/+4
* Added new functions attotime_to_ticks() and ticks_to_attotime() to Aaron Giles2008-07-241-65/+48
* 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-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-171-21/+23
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-261-4/+4
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-121-1/+1
* Renamed input port functions: Aaron Giles2008-04-061-1/+1
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-4/+4
* Most important thing to note about this change: Aaron Giles2008-02-211-2/+2
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-2/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+255