summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/coolridr.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-3399/+0
* coolridr.cpp: Use measured clocks for Cool Riders by correct XTAL usage based... Brian Troha2021-02-281-8/+8
* render.h, rendlay.h: Dependency refactoring AJR2021-01-041-1/+1
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-4/+4
* Cleaned up bitmap API. Vas Crabb2020-09-271-20/+17
* drivers starting with b and c: some more macro removal (nw) Ivan Vangelista2020-05-261-26/+26
* a little more macro removal (nw) Ivan Vangelista2020-05-161-4/+4
* coolridr: forgot to remove todo note (nw) hap2019-11-181-1/+0
* coolridr.cpp: get rid of redundant hacks (nw) MetalliC2019-11-071-62/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+2
* Revert "Allow 16bpp gfxdecode (#5167)" R. Belmont2019-07-191-3/+3
* Allow 16bpp gfxdecode (#5167) cam9002019-07-181-3/+3
* Make more use of the NODEVICE_LAN flag (nw) (#5235) Hydreigon2019-06-141-1/+1
* all: ram auto-sharing is going away, so fix drivers relying on it [O. Galibert] Olivier Galibert2019-05-061-9/+22
* (nw) Clean up the mess on master Vas Crabb2019-03-261-29/+29
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-29/+29
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-211-26/+26
* some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-1/+1
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-2/+2
* 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