summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/multigam.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Take PORT_PLAYER off of any IPT_START assignments, as they are not required b... Scott Stone2011-07-051-2/+2
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-1/+1
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-1/+1
* 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-186/+186
* BIG update. Aaron Giles2011-03-291-101/+101
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-27/+27
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-34/+34
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-30/+30
* Convert nichibut/nintendo/nix to driver_devices. [Atari Ace] Aaron Giles2011-02-281-192/+230
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-27/+27
* running_device -> device_t Aaron Giles2010-12-311-4/+4
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-30/+30
* 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-11/+8
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-4/+4
* Time to kill off some deadwood. Aaron Giles2010-07-071-19/+19
* fixed a MMC1 minor detail in multigam.c. I'm not sure if it was affecting any... Fabio Priuli2010-07-041-0/+1
* Super Game III: fixed Tom & Jerry [Mariusz Wojcieszek] mariuszw12010-06-231-0/+4
* Super Game III: added handling for two consecutive writes for MMC1 making Sno... mariuszw12010-06-231-0/+17
* Cleanups and version bump.mame0138u1 Aaron Giles2010-05-271-15/+15
* New games added or promoted from NOT_WORKING mariuszw12010-05-231-35/+446
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3
* Cleanups and version bump. Aaron Giles2010-01-161-1/+1
* New games added or promoted from NOT_WORKING mariuszw12010-01-101-1/+111
* 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-12/+12
* Renamed functions: Aaron Giles2009-12-051-9/+9
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-18/+19
* Fixed multigm2 and multigm3 (Mantis bug 03441) [Mariusz Wojcieszek] mariuszw12009-10-081-5/+12
* Added some missing casts and other minor tweaks. Aaron Giles2009-08-191-9/+9
* NES: Fixing bank switching in multigm3 (broken due to a mistake of mine when ... Fabio Priuli2009-08-101-10/+10
* Unified sets with unknown manufacturer to use all the same manufacturer <unkn... Fabio Priuli2009-08-021-4/+4
* Made "static" the new functions and handlers in NES PPU code Fabio Priuli2009-08-021-2/+2
* Cleaned up NES PPU interface and struct [Fabio Priuli] Fabio Priuli2009-08-011-3/+18
* Commit of Robert Bohms' NES PPU updates (please refer to his -emails for deta... Fabio Priuli2009-07-311-71/+155
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* A final round of number-to-tag conversions in CPU call. Only drivers with 'G'... Fabio Priuli2009-05-011-6/+6
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Fixed multigm3, so it works again [Mariusz Wojcieszek] mariuszw12009-04-221-16/+57
* Changed the PPU2C0x implementation to be a device Nathan Woods2009-04-131-29/+30
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-6/+6
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-15/+15
* Ok, this is The Big One. Aaron Giles2009-02-111-12/+12
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-01-131-2/+3
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-5/+4
* Re-routed empty get/set context calls to the dummy CPU's, and removed them Aaron Giles2008-12-091-1/+1
* Began removal of program_* calls from drivers. Aaron Giles2008-11-231-1/+1