summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/big10.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-4/+4
* BIG update. Aaron Giles2011-03-291-8/+8
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+1
* Eliminate statics/globals in drivers jpm/kaneko/maygay/meadows/merit/ Aaron Giles2011-02-171-5/+17
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-20/+20
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-2/+3
* 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
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* Implemented irq ack to Big 10 [Angelo Salese] Angelo Salese2010-02-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Purged remaining globals from video/generic.c and audio/generic.c Aaron Giles2009-11-281-1/+1
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-1/+1
* Removed some rogue occurrences of 'x1snd' resulting from device tag mass-change Phil Bennett2009-11-201-1/+1
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-4/+4
* Unified sets with unknown manufacturer to use all the same manufacturer <unkn... Fabio Priuli2009-08-021-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* A few more number-to-tag conversions in CPU calls Fabio Priuli2009-04-271-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-02-261-1/+1
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-3/+3
* Ok, this is The Big One. Aaron Giles2009-02-111-18/+7
* Cleanups and version bump.mame0129u3 Aaron Giles2009-01-291-1/+1
* Cleaned up and remapped Big 10 inputs. Updated the game notes. Added other mi... Roberto Fresca2009-01-231-46/+47
* Wrote a driver for Big 10,working with sound [Angelo Salese,Roberto Fresca,To... Angelo Salese2009-01-221-0/+301