summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/coolridr.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start cleaning up palette configuration: Vas Crabb2018-12-291-3/+3
* coolridr.cpp: fix compile (nw) Ivan Vangelista2018-12-041-2/+2
* coolridr.cpp : Cleanups cam9002018-12-011-286/+246
* coolridr: Fix cam900 mistake (nw) AJR2018-11-291-1/+1
* scsp.cpp : Updates cam9002018-11-291-42/+25
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1
* vgmplay: Added SCSP support [smf] smf-2018-08-161-18/+17
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* more MCFG_ gone (nw) Vas Crabb2018-07-091-17/+16
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-3/+3
* 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-12/+12
* 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-9/+6
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-16/+16
* coolridr: Use 315-5649 device Dirk Best2018-04-251-488/+68
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-71/+77
* (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-5/+10
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-3/+3
* 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-2/+4
* Finish the non-ambiguous ones (nw) Olivier Galibert2018-01-021-2/+2
* space.machine -> machine (nw) Olivier Galibert2017-12-141-1/+1
* (nw) misc cleanup: start replacing auto_alloc_* with smart pointers, get Vas Crabb2017-12-011-104/+76
* use 'sh' instead of 'superh' David Haywood2017-10-021-1/+1
* move sh2 / sh4 to a folder called superh David Haywood2017-10-021-1/+1
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* drawgfx: Make the palette optional [O. Galibert] Olivier Galibert2017-05-281-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3
* Self-registering devices prep: Vas Crabb2017-02-271-2/+6
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-178/+178
* Make object_array_finder a bit more flexible, centralise instantiation of mor... Vas Crabb2016-08-261-1/+1
* deco_mlc: had to make a copy of the memmap to fix fatalerror hap2016-06-201-4/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-2/+2
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-7/+0
* global_alloc for m_gfxdecode->set_gfx changed to work with unique_ptr (nw) Miodrag Milanovic2015-12-191-1/+1
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-10/+10
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-7/+7
* nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) Miodrag Milanovic2015-12-061-4/+4
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3
* clang-modernize part 7 Miodrag Milanovic2015-12-041-9/+9
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+3950