summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bfm_sc4.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-51496/+0
* Fix various typos in comments AJR2021-10-051-1/+1
* srcclean in preparation for branching release Vas Crabb2021-01-241-4/+4
* Fixed sound ROM size on High Roller (nw) James Wallace2021-01-121-1/+1
* * Added PLD dumps to Maygay M1, Scorpion 2 and Scorpion 4 James Wallace2021-01-111-9/+17
* various devices and drivers: removed superfluous semicolons (nw) Ivan Vangelista2020-06-291-2/+2
* drivers starting with a and b: finished removing READ/WRITE macros (nw) Ivan Vangelista2020-06-051-14/+14
* lots of files: simplified handlers (nw) Ivan Vangelista2020-05-141-4/+4
* sc4boombb: Merge ROM definition with sc4boomb (identical hashes) (nw) AJR2019-11-111-18/+9
* New clones marked as NOT_WORKING AJR2019-11-101-0/+15
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-4/+4
* Fixed description Set xx -> set xx MASHinfo2019-08-261-9/+9
* -sec: Converted Barcrest/Bell Fruit Serial ELectronic Counter (SEC) to a prop... mooglyguy2019-08-211-17/+17
* (nw) Clean up the mess on master Vas Crabb2019-03-261-14/+15
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-15/+14
* ymz280b.cpp : Remove unnecessary arguments in handlers cam9002019-02-021-4/+4
* src\devices\machine: more MCFG macros removal (nw) Ivan Vangelista2019-01-171-10/+11
* bfm_sc4.cpp, ymz280b.cpp: Reduce logging spam (nw) AJR2019-01-021-3/+6
* mc2661, mc68681, scn2674 et al.: Eliminate space and mem_mask arguments from ... AJR2018-12-261-2/+2
* src/mame: more MCFG removal (nw) Ivan Vangelista2018-12-061-1/+1
* steppers, tc009xlvc, te7750, tmp68301, tms1024, tms6100, bfm_dm01: removed MC... Ivan Vangelista2018-10-251-270/+293
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1
* -68230pit, 68307, 68340, 6840ptm, 6850acia, 68561mpcc: Removed MCFG macros an... mooglyguy2018-08-111-5/+5
* 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-99/+99
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-3/+3
* sc4rhxw: Validation fix (nw) AJR2018-05-131-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3948/+3948
* 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-112/+112
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-21/+21
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-7/+9
* Start squeezing out the poor-performing parts of the output_manager: Vas Crabb2018-02-281-36/+29
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-23/+23
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-1/+1
* 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-24/+24
* Extended time! All space.device() removed from comments (nw) Olivier Galibert2018-01-051-6/+6
* Some more after better taking inheritance into account (nw) Olivier Galibert2018-01-021-2/+2
* Do the easy ones (nw) Olivier Galibert2018-01-011-6/+6
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+1
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-1/+1
* mc68681: Use MCFG_DEVICE_ADD instead of custom macro; switch one more to SCN2... AJR2017-11-221-1/+1
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Misc. validation fixes (nw) AJR2017-05-181-5/+5
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-31/+29
* Self-registering devices prep: Vas Crabb2017-02-271-7/+9
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-1/+1