summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dooyong.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-11/+11
* dooyong.cpp : Updates cam9002019-07-031-310/+349
* (nw) Clean up the mess on master Vas Crabb2019-03-261-161/+160
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-160/+161
* src\mame: removed most MCFG and MACHINE_CONFIG macros from drivers starting w... Ivan Vangelista2019-03-201-147/+147
* some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-2/+2
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-2/+2
* src/devices: a bit more MCFG macro removal (nw) Ivan Vangelista2019-01-181-6/+5
* Start cleaning up palette configuration: Vas Crabb2018-12-291-32/+24
* src/mame: more MCFG removal (nw) Ivan Vangelista2018-12-071-40/+40
* ym2151: removed MCFG macros (nw) Ivan Vangelista2018-11-181-8/+8
* gen_latch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-4/+4
* ay8910: another batch of MCFG removal (nw) Ivan Vangelista2018-11-081-17/+17
* make rectangle work better with constexpr, change many things to use designat... Vas Crabb2018-07-281-3/+3
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-2/+2
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-22/+22
* remove a few literal tags from address maps (nw) Vas Crabb2018-06-011-20/+20
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-19/+19
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-19/+19
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-14/+14
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-23/+23
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-4/+4
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-2/+2
* Revert "revert changes to sprite layouts from ab5a... (#3527) cam9002018-05-071-10/+6
* revert changes to sprite layouts from ab5a677aeb9946fa1dfa991760fa9d3482956c7... Vas Crabb2018-05-071-8/+12
* dooyong.cpp : Minor cleanup, Add input_merger_any_high_device for ym2203 irq ... cam9002018-05-071-160/+124
* (nw) misc follow-up Vas Crabb2018-05-061-9/+9
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-60/+60
* (nw) more address maps Robbbert2018-04-121-9/+10
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-172/+183
* little more cleanup (nw) Vas Crabb2018-02-231-38/+48
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-9/+11
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-12/+24
* search-replace .0_?Hz_XTAL to _?Hz_XTAL (nw) hap2018-01-261-17/+17
* it reduces the need for ' digit grouping in drivers, and it even reads natura... Vas Crabb2018-01-251-18/+18
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-18/+18
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-7/+7
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-13/+27
* Extended time! All space.device() removed from comments (nw) Olivier Galibert2018-01-051-1/+1
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-3/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-84/+728
* dooyong.cpp: fixed regression (nw) Ivan Vangelista2017-03-181-2/+2
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-7/+7
* Self-registering devices prep: Vas Crabb2017-02-271-3/+7
* dooyong.cpp: clean up, encapsulate stuff, use derived machine configs, better... Vas Crabb2016-08-291-75/+54
* Offsets in words, duh Vas Crabb2016-08-281-7/+7
* dooyong.cpp: better representation of how tilerom appears to hardware Vas Crabb2016-08-281-99/+100