summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/by35.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-2940/+0
* removed some unnecessary 6821 readca1_handler/readca2_handler/readcb1_handler... smf-2022-05-181-33/+7
* pinball: indicate save-state availability Robbbert2022-04-061-81/+81
* playboy: fixed mistake in last commit. Robbbert2022-03-061-1/+3
* by17,by35: made inputs visible in (this machine) Robbbert2022-03-061-79/+71
* by17, by35, zac2: added savestate items. Robbbert2022-03-051-0/+14
* babypac,granny: added sound. Robbbert2022-03-051-50/+112
* New machines marked as NOT_WORKING Ivan Vangelista2022-02-041-0/+22
* More miscellaneous cleanup: Vas Crabb2021-08-301-11/+10
* Various improvements to image file handling: Vas Crabb2020-10-081-5/+0
* by35: correct blbeauty year, add note about empty rom hap2020-07-221-2/+2
* drivers starting with b and c: some more macro removal (nw) Ivan Vangelista2020-05-261-4/+4
* further macro removal work (nw) Ivan Vangelista2020-05-181-14/+14
* 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