summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ssfindo.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/+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-76/+76
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-12/+12
* BIG update. Aaron Giles2011-03-291-38/+38
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-4/+4
* Cleanups and version bump.mame0141u4 Aaron Giles2011-03-251-7/+7
* Continuation of static/global cleanup. [Atari Ace] Aaron Giles2011-03-171-81/+109
* Added inputs to Tetris Fighters - game now boots. Tomasz Slanina2011-03-071-9/+102
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-3/+3
* Added some speedups to increase performance for the existing sets in ssfindo.... Scott Stone2011-02-241-5/+41
* New Games Added Scott Stone2011-02-241-16/+40
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-6/+3
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-6/+6
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-4/+4
* Attotime bulk conversion step: Aaron Giles2011-02-031-6/+6
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-6/+6
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-24/+24
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-2/+2
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-4/+4
* Cleaned up dead web links from the drivers - replacing when possible with alt... Scott Stone2010-07-171-3/+1
* Time to kill off some deadwood. Aaron Giles2010-07-071-2/+2
* 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
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* number-to-tag conversions for drivers starting with 'S': remaining changes sh... Fabio Priuli2009-05-011-2/+2
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-6/+6
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2009-01-141-1/+0
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Re-routed empty get/set context calls to the dummy CPU's, and removed them Aaron Giles2008-12-091-3/+3
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-4/+4
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-14/+14
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-3/+3
* Major cpuintrf changes: Aaron Giles2008-11-101-5/+5
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-7/+7
* Region classes go bye-bye. Aaron Giles2008-07-281-14/+14
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-14/+14
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-2/+2
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-2/+2
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-171-55/+42
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-1/+1
* 01714: ssfindo: Player 2 Start mapped twice. Couriersud2008-06-211-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-7/+6
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-1/+1
* Bulk converted drivers explicitly calling input_port_n_r() with a bogus Aaron Giles2008-04-061-1/+1
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-1/+1
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-2/+2
* Most important thing to note about this change: Aaron Giles2008-02-211-8/+10