summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bzone.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+2
* PORT_CUSTOM simplification (nw) AJR2019-09-141-3/+3
* bzone, redbaron: Simplify handlers; silence some dummy reads (nw) AJR2019-07-191-14/+14
* avgdvg.cpp : Updates cam9002019-05-221-8/+8
* -bus/a2bus/a2echoii, a800/a800_slot, a8sio: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-171-33/+27
* bzone: comments typo (nw) hap2018-12-051-1/+1
* src/mame: more misc MCFG removal (nw) Ivan Vangelista2018-12-041-3/+3
* bzone: Comment on alternate label found (nw) Scott Stone2018-10-031-2/+2
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-1/+1
* Eliminate "Atari VG EAROM" in favor of newer ER2055 device AJR2018-06-271-4/+35
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-3/+3
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-7/+7
* 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-8/+8
* -output: Removed legacy output accessors from cinemat, bzone drivers. [Ryan H... mooglyguy2018-04-041-0/+1
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-2/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-43/+45
* more cleanup and encapsulation (nw) Vas Crabb2018-02-221-17/+14
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-3/+5
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-7/+7
* Self-registering devices prep: Vas Crabb2017-02-271-1/+4
* Correctly assign service button(s) Michael.S.G2017-02-021-1/+1
* Make watchdog timer a separate device AJR2016-04-301-2/+5
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-2/+2
* modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-1/+1
* Revert AVG/DVG device scheduler changes. A bit more research needs to be done Andrew Gardner2015-11-231-7/+7
* The AVG/DVG vector device now inherits device_execute_interface, and is Andrew Gardner2015-11-191-7/+7
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+883