summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m92.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-4/+4
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-4/+4
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-7/+7
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-43/+43
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-1/+1
* (nw) misc follow-up Vas Crabb2018-05-061-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-24/+24
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-62/+67
* m92.cpp: Soundlatch modernization (nw) AJR2018-02-221-47/+13
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-15/+30
* 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-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-16/+16
* Extended time! All space.device() removed from comments (nw) Olivier Galibert2018-01-051-2/+2
* Ch-ch-ch-ch-ch-checkpoint... (nw) Olivier Galibert2018-01-041-1/+1
* Finish the non-ambiguous ones (nw) Olivier Galibert2018-01-021-1/+1
* pic8259: Break up the MCFG_PIC8259_ADD macro (nw) AJR2017-09-021-3/+2
* Cleanup and kludge removal (nw) AJR2017-06-161-15/+0
* Should acknowledge this interrupt, too (nw) AJR2017-06-161-0/+1
* m72.cpp, m92.cpp: Put IRQ hacks out of their misery AJR2017-06-161-38/+5
* 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-2/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-6/+6
* okim6295: Directly use set_rom_bank [O. Galibert] Olivier Galibert2016-09-061-1/+1
* ym2151: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1
* some more gen_latch.cpp (nw) Ivan Vangelista2016-05-271-3/+5
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-1/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-2/+2
* new clones David Haywood2016-04-041-1/+1
* new clones David Haywood2016-04-031-55/+95
* new clones David Haywood2016-03-221-2/+40
* m92.cpp: fixed MT06127 (nw) Ivan Vangelista2016-01-231-1/+12
* modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-2/+2
* nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) Miodrag Milanovic2015-12-061-5/+5
* clang-modernize part 4 Miodrag Milanovic2015-12-041-5/+5
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2252