summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/novag68k.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* novag6502: get rid of bankswitch tag lookup (nw) hap2018-05-191-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* novag68k: finished scorpio layout (nw) hap2018-05-081-1/+0
* novag68k: added scorpio68 internal layout (nw) hap2018-05-081-2/+3
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-5/+5
* novag68k: verified irq/beeper timing (nw) hap2018-05-021-7/+15
* New working machine added hap2018-04-301-9/+73
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-11/+13
* reorder some memmap class declarations (nw) hap2018-02-121-1/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+2
* search-replace .0_?Hz_XTAL to _?Hz_XTAL (nw) hap2018-01-261-1/+1
* convert XTAL(x) to x_XTAL in some of my drivers (nw) hap2018-01-251-2/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* flag some of the sensory chessboard drivers with imperfect controls (nw) hap2017-07-271-1/+1
* i don't care much for aligning the last columns in gamelists, too much horizo... hap2017-05-161-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3
* skeleton driver for novag presto (nw) hap2017-04-221-84/+1
* novag68k: savestate flag was missing (nw) hap2017-04-131-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-0/+3
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* Machine promoted to working hap2017-01-181-11/+91
* added novag68k skeleton driver, moved diablo68 to it (nw) hap2017-01-161-0/+236