summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mb89374.cpp
Commit message (Collapse)AuthorAgeFilesLines
* devices/machine: simplified handlers for various devices (nw) Ivan Vangelista2020-03-241-9/+9
|
* (nw) whole lot less of { *this } Vas Crabb2020-02-051-5/+4
|
* Reshuffle some stuff: Vas Crabb2018-03-281-1/+1
| | | | | | * Move around the debugger hooks to get a small but measurable performance increase * Remove emucore from external tools * Improve performance of DSP16 interpreter a little by generating six variants of execution loop
* srcclean and regenerate localisations (nw) Vas Crabb2018-03-251-4/+4
|
* M1COMM: Add preliminary MB89374 emulation (#3378) Ariane Fugmann2018-03-241-0/+617
* M1COMM: Add preliminary MB89374 emulation (nw) * M1COMM: moved knowns roms to device. (nw) * MB89374: arrays and savestates (nw)