summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dooyong.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert rshark/superx ROM-based tilemaps to device as well, remove all the tr... Vas Crabb2016-08-281-10/+24
* Make Dooyong tilemap generator into a device, move a whole lot of stuff from ... Vas Crabb2016-08-281-17/+44
* Update comment (nw) Vas Crabb2016-08-271-1/+1
* popbingo: emulate mixing of two 4bpp tilemaps to make 8bpp background [Vas Cr... Vas Crabb2016-08-271-41/+11
* new clones Gulf Storm (Korea) [system11] David Haywood2016-08-231-0/+37
* ym2151: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1
* some more gen_latch.cpp (nw) Ivan Vangelista2016-05-271-13/+22
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-301-1/+1
* this looks more like a debug port on this game actually (nw) David Haywood2015-12-141-1/+1
* no need for all these ROM_RELOADS in the dooyong banking, it's not 199x/early... David Haywood2015-12-141-40/+22
* this bit alows the flying tiger title text to colour cycle, probably vblank l... David Haywood2015-12-141-12/+10
* fix regression (nw) David Haywood2015-12-131-2/+2
* pollux bombs now cause brightness change David Haywood2015-12-131-8/+8
* pollux, add vblank read, allows palette to animate.. David Haywood2015-12-131-9/+9
* make both halves of the banked palette available for use, doesn't help with w... David Haywood2015-12-121-4/+4
* be more explicit, Atlus were involved here David Haywood2015-12-121-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2105