summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/s8a.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged s8a.cpp into s8.cpp Robbbert2022-04-061-353/+0
* pinball: indicate save-state availability Robbbert2022-04-061-1/+1
* init vars for coverity (drivers/s) Robbbert2022-03-251-2/+2
* initialised some variables in my drivers. Robbbert2022-03-021-1/+1
* de_2,de_3,de_3b: added documentation, removed unused code. Robbbert2022-02-161-1/+1
* wpc_flip1,wpc_flip2,wpc_an,wpc_dot: Added keycodes to start games. Robbbert2022-02-031-5/+5
* s11: WIP Robbbert2022-01-291-3/+6
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-2/+2
* szone_l2, szone_l5: added sound. Robbbert2022-01-261-4/+4
* s8a,s9: made sound card a device. Robbbert2022-01-261-60/+9
* s9.cpp: Added outputs, savestates, notes. Robbbert2021-12-221-2/+2
* s8,s8a: added outputs, save-state, button labels Robbbert2021-12-221-95/+120
* various drivers: removed MACHINE_*_MEMBER and VIDEO_START_MEMBER macros Ivan Vangelista2020-11-241-8/+8
* volt_reg: Remove uses that are not needed anymore with the recent (#7367) Aaron Giles2020-10-201-4/+0
* Fix visual build. Change return value to same type as expected. Ted Green2020-07-031-1/+1
* MT 07689: Still Crazy: Loss of sound Robbbert2020-06-291-0/+3
* s8-9-11: fixed old copypaste mistake Robbbert2020-06-281-1/+1
* Switch all the pre-WPC Williams pinballs to using io port arrays for their sw... Lord-Nightmare2020-06-241-16/+23
* a little more macro removal (nw) Ivan Vangelista2020-05-181-18/+18
* m6802, nsc8105: Internalize internal RAM (nw) AJR2019-12-011-1/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-9/+11
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-11/+9
* volt_reg: set default m_output (nw) hap2019-02-191-1/+0
* volt_reg: removed MCFG macro (nw) Ivan Vangelista2019-02-121-7/+8
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-2/+4
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1
* -pia6821: Removed MCFG and old devcb. [Ryan Holtz] mooglyguy2018-08-101-35/+35
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* private: use (S, T, U, V) (nw) (#3720) David Haywood2018-07-011-5/+10
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-2/+2
* diexec: Interrupt API changes (nw) AJR2018-05-181-2/+2
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-3/+3
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-3/+3
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3
* 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-30/+30
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-1/+1
* (nw) output finder for s6,s8,s8a,s9,spectra,taito Robbbert2018-04-041-3/+6
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-16/+18
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-1/+3
* New way to provide DAC reference inputs (nw) AJR2018-01-101-3/+1
* 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-1/+5
* More DAC identification and sound stuff AJR2017-01-121-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-5/+5
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-13/+13