summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bfm_sc2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* WIP from Haze, note pushover and jpcoin are both video games (no whatsnew) Miodrag Milanovic2011-08-221-0/+58
* More fruit sets added by Haze (no whatsnew) Miodrag Milanovic2011-08-211-0/+2
* Big fruit machine update by Haze (no whatsnew) Miodrag Milanovic2011-08-211-0/+33
* More fruit work by Haze (no whatsnew) Miodrag Milanovic2011-08-151-6/+0
* Clean-ups and version bumpmame0143u3 Angelo Salese2011-08-141-7/+7
* More sets identified by Haze (no whatsnew) Miodrag Milanovic2011-08-131-3/+241
* aristmk4 update [FrasheR] Miodrag Milanovic2011-08-111-3/+144
* new fruit update by Haze (no whatsnew) Miodrag Milanovic2011-08-081-1/+1
* MPU4 and Scorpion 1 update by Haze (no whatsnew) Miodrag Milanovic2011-08-051-175/+103
* fix duplicate romname issue ("gslamsnd.bin" was in it twice) Michaël Banaan Ananas2011-08-021-1/+1
* Scorpion 2 update by Haze (no whatsnew) Miodrag Milanovic2011-08-021-4/+229
* Scoripion 2 sets added, and some skeletons without sets by Haze (no whatsnew) Miodrag Milanovic2011-08-021-402/+702
* Managed to get the multiplexer/state machine emulated, amongst some watchdog ... Angelo Salese2011-05-211-108/+62
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-1/+2
* 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-309/+309
* BIG update. Aaron Giles2011-03-291-91/+91
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-4/+4
* Convert cclimber/galpani2/gticlub/namcond1/pacman/seibuspi/tetrisp2/vicdual Aaron Giles2011-03-251-39/+10
* (game descriptions consistency: "Set" -> "set") Michaël Banaan Ananas2011-03-131-6/+6
* Continued eliminating global/static variables by moving them to Aaron Giles2011-03-131-19/+0
* Technical changes to reel games. [James Wallace] Scott Stone2011-03-091-6/+6
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+3
* Eliminated global/static variables in a aristocr/atlus/bfm/bmc/ Aaron Giles2011-02-121-413/+480
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-2/+2
* Reimplemented fruit-machine mechanical meters to use timers [AGEMAME] Phil Bennett2011-02-051-18/+9
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-10/+10
* bfm_sc2.c: Removed old-style NVRAM handlers in preparation for mechanical gam... Phil Bennett2011-01-161-37/+5
* Start of transitioning games already in MAME to 'GAME_MECHANICAL". Adjusted ... Scott Stone2011-01-051-30/+30
* Ok, last major rename for this round: Aaron Giles2011-01-011-4/+4
* running_device -> device_t Aaron Giles2010-12-311-4/+4
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-64/+64
* Get rid of a bunch of mostly-trivial NVRAM_HANDLERS in favor of Aaron Giles2010-09-111-8/+9
* Corrected or clarified a number of duplicated inputs for drivers up through C... Scott Stone2010-09-061-4/+4
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-3/+3
* bfm_dm01 improvements: replaced the video screen hack used for the dotmatrix ... Fabio Priuli2010-09-011-11/+0
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-9/+8
* Reverted R9829 as per submitter's request Phil Bennett2010-07-291-33/+361
* bfm_sc2.c: Converted EERAM handling on BFM Adder 2 card to use the generic I2... Phil Bennett2010-07-291-361/+33
* Time to kill off some deadwood. Aaron Giles2010-07-071-7/+7
* Remove the following functions: Aaron Giles2010-07-011-1/+1
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-1/+1
* Source Cleanup: Setname fixes and other minor changes - Drivers starting wit... Scott Stone2010-02-011-35/+30
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-4/+4
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-2/+2
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-6/+6
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-8/+8