summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/by35.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* m6802, nsc8105: Internalize internal RAM (nw) AJR2019-12-011-3/+3
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-2/+2
* PORT_CUSTOM simplification (nw) AJR2019-09-141-19/+22
* new not working machine Ivan Vangelista2019-08-051-16/+35
* Add Bally squawk & talk boards (#5175) Mike2019-06-081-108/+137
* srcclean (nw) Vas Crabb2019-05-261-11/+11
* Bally pinball by35: More sound improvements and refactoring (#5068) Mike2019-05-171-358/+141
* Add support for Sounds Plus w/ vocalizer and various Bally pinball cleanup (#... hackbar2019-05-151-143/+203
* Bally pinball: Fixed default dip switches from last commit. Added dip setting... d e2019-05-141-153/+362
* Added Bally Frontier pinball switch names. Fixed incorrect DIP switch setting... d e2019-05-101-107/+362
* Add support for AS3022, a sound board Bally used in pinballs. (#5000) hackbar2019-05-081-64/+91
* (nw) Clean up the mess on master Vas Crabb2019-03-261-22/+24
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-24/+22
* mame\drivers: removed most MACHINE_CONFIG and MCFG macros from drivers starti... Ivan Vangelista2019-03-221-15/+17
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-6/+6
* fix MSVC (llvm toolset) compile (nw) Peter Ferrie2019-01-061-1/+1
* discrete: Eliminate unnecessary address space argument from handlers (nw) AJR2018-11-121-4/+4
* corrected dumps for audiocpu ROMs for toppin and pinclown [PinMAME] Ivan Vangelista2018-11-061-1/+1
* by35.cpp: synching with PinMAME (nw) Ivan Vangelista2018-09-061-11/+4
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1
* -pia6821: Removed MCFG and old devcb. [Ryan Holtz] mooglyguy2018-08-101-25/+24
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* srcclean and other cleanup (nw) Vas Crabb2018-06-241-2/+2
* coolpool, cave, foodf, itech32, slapstic, dvk_kcgd, dfruit, by17, by35: Remov... mooglyguy2018-06-161-15/+13
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-1/+1
* f1gp.cpp: added some undocumented dip switches, added possibility to use 4-wa... angelosa2018-05-151-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-76/+76
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Add support for custom device constructors when replacing devices. Vas Crabb2018-05-081-3/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-22/+22
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-3/+3
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-15/+17
* by17 and by35 back in sync - should make a device or common base out of this ... Vas Crabb2018-03-031-32/+27
* make pc2000 I/O ports optional until pc1000 is untangled from it properly, re... Vas Crabb2018-03-031-0/+9
* clean upp by35 - that was nasty (nw) Vas Crabb2018-03-011-183/+184
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-4/+6
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-4/+8
* 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
* typo (nw) hap2017-10-191-1/+1
* New not working clone Quench02017-10-161-2/+14
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-69/+69
* Self-registering devices prep: Vas Crabb2017-02-271-2/+6
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* first srcclean pass (nw) Vas Crabb2016-12-251-1/+1