summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/plib/ptokenizer.cpp
diff options
context:
space:
mode:
author ajrhacker <ajrhacker@users.noreply.github.com>2019-11-08 12:12:56 -0500
committer GitHub <noreply@github.com>2019-11-08 12:12:56 -0500
commit335c102b51d4d5e922aa9cb4c65bf6701ee97f6a (patch)
tree5ce13fa6308d818a77daf22264a1cdb41f8cb7c8 /src/lib/netlist/plib/ptokenizer.cpp
parentab39e40669dbd4303ddeccbe099b61d9752ab558 (diff)
parente785c066751d96b8c5568799f0114b2bc6149c2c (diff)
Merge pull request #5869 from rfka01/master
at.cpp pc.cpp: misc. motherboards and BIOS versions added
Diffstat (limited to 'src/lib/netlist/plib/ptokenizer.cpp')
0 files changed, 0 insertions, 0 deletions
/mame/drivers/novag68k.cpp?id=f1f0591f43f381123e8d9ec20c52eb7c0c332c79'>Start cleaning up palette configuration: Vas Crabb2018-12-291-4/+3 * misc cleanup (nw) Vas Crabb2018-12-271-3/+3 * mu100: Make some noise [O. Galibert] Olivier Galibert2018-11-051-2/+2 * -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1 * mos6551: Eliminate MCFG_ macros (nw) AJR2018-08-201-2/+2 * Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-2/+2 * stronger private: use (N, O, P, Q, R) (#3717) David Haywood2018-06-301-2/+4 * as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-5/+5 * 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