summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dreamwld.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* 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/+2
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-7/+7
* srcclean (nw) Vas Crabb2018-04-221-1/+1
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-8/+8
* dreamwld.cpp: Fix crash in VRAM write handler; fix tilemap rowscroll and tran... AJR2018-04-011-4/+8
* fix build (nw) Vas Crabb2018-03-311-11/+9
* psikyo.cpp, dreamwld.cpp : Cleanups, Add notes (#3403) cam9002018-03-311-214/+156
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-28/+32
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-4/+8
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-3/+3
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+4
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-4/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-10/+10
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-3/+3
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-22/+22
* new clones Rolling Crush (version 1.03.E - 1999/01/29) [system11] David Haywood2016-09-241-6/+43
* Another round of these Vas Crabb2016-08-271-2/+2
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-3/+3
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-8/+8
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1255