summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pc88va.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-1707/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-30/+17
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-6/+6
* Future-proofing by using correct #include for SOFTWARE_LIST device AJR2022-01-031-0/+2
* fix PC-8801/9801 clocks (#9060) ValleyBell2021-12-301-6/+10
* Add floppy support to NEC PC-8001 (#8532) Angelo Salese2021-09-251-1/+1
* Eliminate remaining uses of auto_alloc and friends (#8210) Aaron Giles2021-06-221-3/+3
* srcclean in preparation for branching release Vas Crabb2021-04-251-1/+1
* New machines marked as NOT_WORKING (#7904) Angelo Salese2021-04-191-5/+5
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-021-3/+5
* Cleaned up bitmap API. Vas Crabb2020-09-271-62/+46
* drivers starting with p and q: removed read* and write* macros (nw) Ivan Vangelista2020-06-131-27/+27
* more macro removal (nw) Ivan Vangelista2020-05-191-15/+15
* at.cpp, fmtowns.cpp, hp95lx.cpp, pc88va.cpp, pc9801.cpp, tandy1t.cpp, tosh100... AJR2019-11-161-4/+4
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-37/+37
* (nw) misc cleanup: Vas Crabb2019-09-201-1/+1
* set_input_line_vector: Annotate [O. Galibert] Olivier Galibert2019-04-141-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-26/+26
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-26/+26
* (nw) sorry, take 2 Ivan Vangelista2019-02-251-23/+23
* some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-1/+1
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-2/+2
* upd765: Add (mostly standard) clocks to all devices in the family (nw) AJR2018-12-131-1/+1
* pit8253.h: removed MCFG macros (nw) Ivan Vangelista2018-10-301-5/+5
* pc_lpt, upd765: removed MCFG macros (nw) Ivan Vangelista2018-09-281-3/+3
* -i8255: Removed MCFG, nw mooglyguy2018-09-031-19/+19
* -bankdev: Remove MCFG, nw mooglyguy2018-08-151-6/+1
* (nw) srcclean and some cleanup: Vas Crabb2018-07-221-6/+6
* remove lots of MCFG_ (nw) Vas Crabb2018-07-171-18/+18
* devcb3 Vas Crabb2018-07-071-2/+2
* pc88va.cpp: missed this one ugh (nw) angelosa2018-06-261-6/+9
* Whoops (nw) angelosa2018-06-261-1/+0
* pc88va.cpp: rewritten system bank area using address_map_bank_device (nw) angelosa2018-06-261-134/+98
* pc88va.cpp: moved state machine to includes (nw) angelosa2018-06-261-184/+1
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-20/+20
* 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