summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pc88va.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-210/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-10/+7
* initialised some variables in mame/machine and mame/includes Robbbert2022-04-061-28/+28
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* Eliminate remaining uses of auto_alloc and friends (#8210) Aaron Giles2021-06-221-1/+1
* ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-141-1/+1
* New machines marked as NOT_WORKING (#7904) Angelo Salese2021-04-191-1/+1
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-021-1/+1
* New BSD-licensed implementation of Yamaha OPN and OPM FM audio chips (#7808) Aaron Giles2021-02-271-1/+1
* drivers starting with p and q: removed read* and write* macros (nw) Ivan Vangelista2020-06-131-28/+26
* more macro removal (nw) Ivan Vangelista2020-05-191-15/+15
* Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... AJR2018-11-251-0/+1
* (nw) srcclean and some cleanup: Vas Crabb2018-07-221-2/+2
* remove lots of MCFG_ (nw) Vas Crabb2018-07-171-20/+20
* pc88va.cpp: rewritten system bank area using address_map_bank_device (nw) angelosa2018-06-261-2/+15
* pc88va.cpp: moved state machine to includes (nw) angelosa2018-06-261-0/+201