summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bfm_sc2.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Updated most of the layouts using <bezel> elements Vas Crabb2020-09-091-1/+2
* drivers starting with a and b: some macro removal (nw) Ivan Vangelista2020-05-251-92/+91
* further macro removal work (nw) Ivan Vangelista2020-05-181-8/+1
* Move some RC timing macros out of the core (nw) AJR2020-05-031-0/+1
* bfm_sc2.cpp: marked gldncrwnhop as not working. It's never really worked sinc... Ivan Vangelista2020-01-161-1/+1
* Spring cleaning: Vas Crabb2019-11-011-2/+2
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+2
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-1/+1
* bfm_sc2.cpp, bfm_dm01.cpp: Verify 6809 types (nw) AJR2019-04-021-3/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-261-57/+59
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-59/+57
* mame\drivers: removed most MACHINE_CONFIG and MCFG macros from drivers starti... Ivan Vangelista2019-03-221-32/+30
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-2/+2
* src/mame: removed all instances of MCFG_DEVICE_REMOVE in the mame part of the... Ivan Vangelista2019-01-291-12/+16
* src/devices: a bit more MCFG macro removal (nw) Ivan Vangelista2019-01-181-12/+12
* src/mame: more MCFG removal (nw) Ivan Vangelista2018-12-061-4/+4
* src\mame: misc MCFG removal (nw) Ivan Vangelista2018-12-031-1/+1
* steppers, tc009xlvc, te7750, tmp68301, tms1024, tms6100, bfm_dm01: removed MC... Ivan Vangelista2018-10-251-29/+28
* bfm_sc2.cpp: removed 0xff filled alternate revision ROM in sc2scshxgman set (nw) Ivan Vangelista2018-09-281-3/+1
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-6/+3
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-6/+6
* upd7759: Converted to use device_rom_interface and added md input for selecti... smf-2018-08-121-3/+3
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-3/+3
* Separate reel and stepper devices to an extent, cleaned up use of custom mcfg... mooglyguy2018-06-081-12/+12
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-41/+41
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-4/+4
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-3/+6
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-534/+534
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-3/+3
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-28/+28
* maps: Finish mame/drivers (nw) Olivier Galibert2018-04-191-7/+8
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-11/+11
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-17/+17
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-53/+55
* even more cleanup and encapsulation (nw) Vas Crabb2018-02-201-715/+750
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-12/+17
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+6
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-10/+20
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-3/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-8/+8
* Self-registering devices prep: Vas Crabb2017-02-271-3/+5
* New clones added NOT WORKING Scott Stone2016-12-101-0/+19
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-14/+14
* srcclean and translation regeneration Vas Crabb2016-08-291-21/+21
* More prep for removing pointer/reference duality (nw) Vas Crabb2016-08-271-6/+6
* previous sc2 pull requests cleaned up and reduced to a single update David Haywood2016-08-251-49/+127
* Put the DM01 matrix board CPU inside the device for BFM SC2/4. David Haywood2016-08-231-77/+91
* Scorpion 2: add 12 internal layouts John Parker2016-08-221-80/+93
* ym2413: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1