summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/capricorn/capricorn.cpp
Commit message (Expand)AuthorAgeFilesLines
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-7/+3
* Interrupt callback rationalization AJR2023-03-111-1/+1
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-5/+5
* capricorn, hphybrid, nanoprocessor: Use devcb_read8 for interrupt vectoring (nw) AJR2020-04-221-2/+5
* hp86b: new working machine fulivi2020-02-141-12/+34
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-2/+2
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-2/+2
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-3/+3
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-2/+2
* never hurts to srcclean (nw) Vas Crabb2017-07-091-44/+44
* Begin of HP80 emulation (#2448) fulivi2017-07-081-0/+1519