summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/novag6502.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* mu100: Make some noise [O. Galibert] Olivier Galibert2018-11-051-1/+1
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-3/+3
* mos6551: Eliminate MCFG_ macros (nw) AJR2018-08-201-9/+10
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-8/+8
* stronger private: use (N, O, P, Q, R) (#3717) David Haywood2018-06-301-7/+11
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-12/+12
* novag6502: get rid of bankswitch tag lookup (nw) hap2018-05-191-6/+8
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-3/+3
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-3/+3
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-14/+14
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-3/+3
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-19/+19
* novag68k: verified irq/beeper timing (nw) hap2018-05-021-2/+5
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-34/+38
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2
* reorder some memmap class declarations (nw) hap2018-02-121-4/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-4/+8
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-2/+2
* search-replace .0_?Hz_XTAL to _?Hz_XTAL (nw) hap2018-01-261-4/+4
* convert XTAL(x) to x_XTAL in some of my drivers (nw) hap2018-01-251-14/+14
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-14/+14
* cleanup some mconfig decl. (nw) hap2018-01-211-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-4/+8
* New machines marked as NOT_WORKING hap2017-12-191-1/+0
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+1
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-1/+1
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* internal output cache not needed anymore (nw) hap2017-07-291-27/+11
* added output finder to some chess drivers (nw) hap2017-07-291-17/+12
* flag some of the sensory chessboard drivers with imperfect controls (nw) hap2017-07-271-11/+11
* New working clone added hap2017-05-271-12/+21
* i don't care much for aligning the last columns in gamelists, too much horizo... hap2017-05-161-11/+11
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-14/+14
* skeleton driver for novag presto (nw) hap2017-04-221-6/+6
* srcclean (nw) Vas Crabb2017-03-261-3/+3
* hlcd0538: correct lcd/interrupt pins (nw) hap2017-03-101-4/+4
* novag6502: hooked up hlcd0538 to cforte (nw) hap2017-03-101-10/+59
* added hlcd0538 device (nw) hap2017-03-101-8/+11
* novag6502: workaround for unknown cforte lcd (nw) hap2017-02-271-4/+8
* fidel6502: added designer 2100 (nw) hap2017-02-271-1/+3
* Self-registering devices prep: Vas Crabb2017-02-271-1/+4
* novag6502: update cforte todo note (nw) hap2017-02-261-3/+32
* novag6502: added cforte internal layout (nw) hap2017-02-251-17/+60
* skeleton driver for cxg chess 2001 (nw) hap2017-02-211-11/+0
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* novag6502: 21.us irq low time is too long for sforte (nw) hap2017-01-281-0/+4
* novag6502: workaround for sforte led problem, thanks CBF (nw) hap2017-01-241-3/+3
* srcclean (nw) Vas Crabb2017-01-221-5/+5
* Machine promoted to working hap2017-01-181-35/+28