summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galaxold.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-24/+24
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-24/+24
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-12/+12
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-39/+39
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-4/+4
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-67/+67
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-19/+19
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-11/+11
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-553/+582
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-25/+46
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-29/+29
* galaxold.cpp: fixed dips for scrambler (nw) Ivan Vangelista2018-02-021-3/+3
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-7/+1
* galaxold.cpp: verified PROMs for drivfrcsg [Ed Cross] Ivan Vangelista2018-01-301-3/+3
* new working clone Ivan Vangelista2018-01-241-2/+32
* 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-26/+26
* Do the easy ones (nw) Olivier Galibert2018-01-011-4/+4
* New working clones AJR2017-08-161-1/+98
* Map Bongo jump as a button and not as up direction (nw) angelosa2017-07-111-6/+6
* bullsdrtg, hexpoola: More sense input fixes (nw) AJR2017-06-231-1/+1
* s2650: I/O modernization AJR2017-06-221-19/+11
* fix up bad state classes (nw) Vas Crabb2017-05-151-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-35/+35
* Self-registering devices prep: Vas Crabb2017-02-271-2/+4
* Cleanups to satisfy cuavas's OCD (#2089) kazblox2017-02-251-1/+1
* Corrected the main crystal in marineb.cpp to 12MHz as seen in PCB photos. Kaz2017-02-061-87/+27
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-6/+6
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-3/+3
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-9/+8
* Further IRQ passthrough cleanup AJR2016-07-081-1/+1
* Memory fun [O.Galibert] Olivier Galibert2016-06-141-1/+1
* Make watchdog timer a separate device AJR2016-04-301-18/+21
* Updated for Stephane Humbert, on some places he is removed on some added, whe... Miodrag Milanovic2016-03-291-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+3530