summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m72.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-12/+12
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-12/+12
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-8/+8
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-50/+50
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* m72.cpp : Simpler gfx layout cam9002018-05-081-6/+4
* (nw) misc follow-up Vas Crabb2018-05-061-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-79/+79
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-1/+1
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-2/+2
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-34/+34
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-248/+275
* mcs51: Use callbacks for parallel ports (nw) AJR2018-02-271-15/+7
* Create RST interrupt buffer device AJR2018-02-181-13/+22
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-15/+25
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-27/+27
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-16/+16
* (nw) Fixed 72 validation errors. Robbbert2018-01-131-0/+1
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-1/+3
* MCFG_DEVICE_REMOVE("vref") removal (nw) AJR2018-01-101-1/+0
* New way to provide DAC reference inputs (nw) AJR2018-01-101-3/+1
* Change some things to simplify my life (nw) Olivier Galibert2018-01-011-52/+87
* pic8259: Break up the MCFG_PIC8259_ADD macro (nw) AJR2017-09-021-8/+10
* srcclean (nw) Vas Crabb2017-08-271-1/+1
* m72_audio_device: ACCESSING_BITS cleanup (nw) AJR2017-08-211-6/+6
* document leftover Major Title roms (nw) MetalliC2017-07-291-0/+6
* new working clone MetalliC2017-07-291-0/+31
* dbreed: Restore text layer (nw) AJR2017-06-181-0/+1
* m72.cpp, m92.cpp: Put IRQ hacks out of their misery AJR2017-06-161-49/+3
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* poundfor: Add uPD4701A devices AJR2017-05-211-51/+26
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-33/+33
* rand() corrections in src/mame/* (nw) hap2017-04-261-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-0/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-27/+27
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-11/+13
* ym2151: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1
* Memory fun [O.Galibert] Olivier Galibert2016-06-141-2/+2
* some more gen_latch.cpp (nw) Ivan Vangelista2016-05-271-4/+6
* M72 isn't a stereo boardset. system11b2016-05-151-5/+3
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-5/+5
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-9/+9
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+3843