summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pc88va.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* pc8801, pc88va: required_device (nw) cracyc2018-05-201-38/+47
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-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
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-34/+34
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-3/+4
* maps: Finish mame/drivers (nw) Olivier Galibert2018-04-191-11/+13
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-40/+42
* first_screen removal from a5105, apc, osbexec, pasopia7, pc88va, scv (nw) Nigel Barnes2018-03-081-2/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-4/+8
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* Do the easy ones (nw) Olivier Galibert2018-01-011-1/+1
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-2/+2
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-2/+2
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-2/+2
* pic8259: Break up the MCFG_PIC8259_ADD macro (nw) AJR2017-09-021-3/+8
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-4/+4
* pc88va: fix CID: 138607 "Operands don't affect result" Sergey Svishchev2017-03-111-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-3/+9
* correct NEC companyname (nw) hap2017-02-251-3/+3
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-2/+2
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-72/+72
* Don't need debugcpu to translate (nw) AJR2016-07-031-1/+0
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-1/+0
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-4/+4
* clang-modernize part 4 Miodrag Milanovic2015-12-041-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1919