summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pc9801.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-28/+28
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-28/+28
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* bus/cbus: Interrupt lines are now callbacks (nw) AJR2018-05-131-0/+28
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-27/+26
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+3
* pc9801: vbirq is a ff, fixes policenauts save file loading (nw) cracyc2018-05-051-1/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-73/+73
* pc9801: fix 9821 detection? (nw) cracyc2018-05-031-1/+2
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-17/+20
* plugins/cheat: translate debugger expressions by space index as the debugger ... cracyc2018-05-021-2/+2
* Route sound relative to current device. Vas Crabb2018-05-011-2/+2
* pc9801.cpp: dumped kanji roms for PC9801VM [Fujix, hiromasha] angelosa2018-04-301-4/+7
* pc9801.cpp: Clean up some IRQs; add SCREEN_RAW_PARAMS and optional_device_arr... AJR2018-04-261-53/+16
* pc9801: fix readout of small char font (nw) cracyc2018-04-261-3/+3
* new NOT_WORKING clone angelosa2018-04-251-2/+43
* pc9801: fix scrolling and avsdrv; add high exvram window (nw) cracyc2018-04-221-0/+1
* pc9801: add cdda output (nw) cracyc2018-04-171-0/+9
* pc9801: force fail unknown device probe (nw) cracyc2018-04-151-0/+1
* pc9801: oops (nw) cracyc2018-04-111-6/+9
* pc9801: fix exvram low address banking (nw) cracyc2018-04-101-8/+15
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-2/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-159/+172
* pc9801: remove ide read multiple hack (nw) cracyc2018-02-221-8/+0
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-13/+19
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-13/+13
* new NOT_WORKING machine angelosa2018-02-041-0/+3
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-4/+4
* calchase.cpp: added some keyboard inputs [Angelo Salese] angelosa2018-01-281-6/+6
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-14/+14
* ATA: Simplified class hierarchy so there is no ambiguity with 16 & 32 bit met... smf-2017-12-201-4/+4
* ide: Add non-space cs access methods, use them wherever possible [O. Galibert] Olivier Galibert2017-12-161-4/+4
* ide: deambiguate cs access between 16 and 32 bits [O. Galibert] Olivier Galibert2017-12-161-4/+4
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-6/+6
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-6/+6
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-6/+6
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-301-2/+2
* pic8259: Break up the MCFG_PIC8259_ADD macro (nw) AJR2017-09-021-2/+9
* srcclean (nw) Vas Crabb2017-08-271-6/+6
* Notes updates, stuff fixed yay (nw) angelosa2017-08-181-22/+26
* Fix AMD98 identification (nw) angelosa2017-08-071-1/+20
* Added a very preliminary PC9801 AMD98 sound board emulation [Angelo Salese] angelosa2017-08-061-0/+1
* Part 3 of PC9801: move video routines into pc9801.cpp file (nw) angelosa2017-08-061-679/+1
* Part 2: aggressively move includes libs into header (nw) angelosa2017-08-061-51/+0
* First chunk of cleaning up PC9801: move state to includes, make variables to ... angelosa2017-08-061-322/+1
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-7/+7
* pc9801: move cbus to bus and add WIP mpu401 [Carl] cracyc2017-06-261-7/+10
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-6/+6