summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bfm_sc1.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* src/mame: more MCFG removal (nw) Ivan Vangelista2018-12-061-1/+1
* src\mame: misc MCFG removal (nw) Ivan Vangelista2018-12-031-1/+1
* gen_latch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-1/+1
* ay8910: small batch of MCFG removal (nw) Ivan Vangelista2018-11-071-2/+1
* steppers, tc009xlvc, te7750, tmp68301, tms1024, tms6100, bfm_dm01: removed MC... Ivan Vangelista2018-10-251-12/+12
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-2/+1
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1
* upd7759: Converted to use device_rom_interface and added md input for selecti... smf-2018-08-121-2/+2
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-2/+2
* Separate reel and stepper devices to an extent, cleaned up use of custom mcfg... mooglyguy2018-06-081-6/+6
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-19/+19
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-7/+7
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-19/+14
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-226/+226
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-15/+15
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-1/+1
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-29/+29
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-36/+39
* even more cleanup and encapsulation (nw) Vas Crabb2018-02-201-80/+72
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-2/+4
* 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-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+6
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-8/+8
* More prep for removing pointer/reference duality (nw) Vas Crabb2016-08-271-6/+6
* Add new layouts John Parker2016-08-211-28/+40
* More gen_latch (nw) Ivan Vangelista2016-05-201-1/+3
* Make watchdog timer a separate device AJR2016-04-301-1/+4
* Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-271-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-4/+4
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-10/+10
* meters.cpp: Initial device-ification, fixes MT06117 (nw) Ivan Vangelista2016-01-051-12/+9
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-2/+0
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1
* clang-modernize part 7 Miodrag Milanovic2015-12-041-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+3350