summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/novag68k.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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