summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cyberbal.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers starting with c and d: completed read* and write* macros removal (nw) Ivan Vangelista2020-06-081-2/+2
* atarigen: Transfer legacy slapstic handling routines to device (nw) AJR2020-05-201-2/+2
* atarisy1.cpp, atarisy2.cpp, gauntlet.cpp: Modernization AJR2020-04-211-6/+6
* cyberbal: Convert sound board into JSA-derived device AJR2020-04-201-102/+21
* cyberbal: Fix interrupt-related regression (nw) AJR2020-04-201-1/+1
* atarigen: Move interrupt handling down into drivers (nw) AJR2020-04-191-7/+21
* Spring cleaning: Vas Crabb2019-11-011-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-18/+17
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-17/+18
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-211-11/+11
* volt_reg: set default m_output (nw) hap2019-02-191-1/+0
* volt_reg: removed MCFG macro (nw) Ivan Vangelista2019-02-121-6/+6
* Start cleaning up palette configuration: Vas Crabb2018-12-291-5/+4
* atarigen.cpp: Continue pulling stuff out of this grab-bag (nw) AJR2018-11-301-1/+0
* mame/audio: various devcb3ification and demacroification (nw) Ivan Vangelista2018-11-221-3/+4
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-1/+1
* ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... mooglyguy2018-08-231-69/+81
* coolpool, cave, foodf, itech32, slapstic, dvk_kcgd, dfruit, by17, by35: Remov... mooglyguy2018-06-161-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-13/+13
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-11/+11
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+3
* (nw) misc follow-up Vas Crabb2018-05-061-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-16/+16
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-2/+2
* Remove sound interrupt status from atarigen base class (nw) AJR2018-04-031-4/+2
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-3/+3
* MCFG_DEVICE_VBLANK_INT to MCFG_SCREEN_VBLANK_CALLBACK conversion, part 1 AJR2018-03-281-2/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-83/+88
* even more encapsulation/cleanup (nw) Vas Crabb2018-02-201-50/+34
* backport lots of cleanup from WIP branch (nw) Vas Crabb2018-02-191-4/+4
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-5/+5
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-17/+17
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+3
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-2/+4
* New way to provide DAC reference inputs (nw) AJR2018-01-101-4/+2
* new Working clone - Cyberball (rev 1) briantro2017-10-121-1/+55
* Improvements to 28XX parallel EEPROM emulation AJR2017-08-301-16/+20
* YM2151 reset line handler added, though not implemented properly yet (nw) AJR2017-07-251-1/+0
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-11/+11
* Move "optional" basemem and extmem arrays out of tilemap_t (nw) AJR2017-04-111-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-0/+3
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-6/+7
* ym2151: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1
* emumem: Get rid of the install_* return value [O. Galibert] Olivier Galibert2016-05-181-1/+1
* Make watchdog timer a separate device AJR2016-04-301-2/+7
* Cleanups and version bump Miodrag Milanovic2016-03-301-1/+1
* various atari drivers: soundcpu rom loading cleanups (nw) Ivan Vangelista2016-03-081-29/+27