summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/marinedt.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start cleaning up palette configuration: Vas Crabb2018-12-291-40/+38
* ay8910: some more work on MCFG macros removal (nw) Ivan Vangelista2018-11-121-2/+0
* more private: use (K,L,M) (#3714) David Haywood2018-06-301-3/+4
* 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-9/+9
* 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-1/+1
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-5/+5
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-22/+24
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* srcclean (nw) Vas Crabb2017-11-261-67/+67
* flower.cpp: rewritten driver from scratch, improvements wrt older version are... angelosa2017-11-031-2/+3
* marinedt.cpp: sprite offset fixes and minor other changes (nw) angelosa2017-11-031-14/+13
* marinedt.cpp: rewritten driver from scratch, improvements wrt older version a... angelosa2017-11-021-27/+38
* marinedt.cpp: attempt to fix collision in upright mode (nw) angelosa2017-11-021-2/+11
* marinedt.cpp: improved collision detection (nw) angelosa2017-11-021-23/+22
* marinedt.cpp: cleanups (nw) angelosa2017-11-021-37/+68
* marinedt.cpp: basic collision detection (port 0x0e) (nw) angelosa2017-11-021-29/+94
* marinedt.cpp: input improvements (nw) angelosa2017-11-021-23/+22
* marinedt.cpp: inputs & misc outputs (nw) angelosa2017-11-021-1/+41
* marinedt.cpp: added sprite drawing (nw) angelosa2017-11-011-2/+95
* marinedt.cpp: preload sea bitmap (nw) angelosa2017-11-011-15/+33
* marinedt.cpp: add meat to the skeleton (nw) angelosa2017-10-311-21/+294
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* remove all drivers by 'insideoutboy' due to unresolved licensing, replaced wi... David Haywood2016-03-031-656/+12
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-6/+6
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-9/+9
* marinedt.cpp: added PCB layout & ROM locations (nw) Guru2015-11-191-63/+118
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+735