summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mcs40/mcs40.h
Commit message (Expand)AuthorAgeFilesLines
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-1/+1
* sweeten most of the remaining arrays of delegates (nw) Vas Crabb2020-02-071-5/+6
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-2/+2
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* cherry-pick fixes from mainline and clean up some stuff (nw) Vas Crabb2018-07-231-15/+2
* appease msvc (nw) smf-2018-07-211-4/+4
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-98/+24
* devcb3 Vas Crabb2018-07-071-19/+19
* mcs40: cleaner boilerplate (nw) Vas Crabb2018-06-071-36/+9
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-1/+1
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-2/+2
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-53/+37
* MCS-40 is paged (nw) Vas Crabb2017-12-011-3/+3
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-16/+2
* explicit sizes for enums used in save states - one should always do this to m... Vas Crabb2017-07-161-3/+3
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-1/+1
* New machines marked NOT_WORKING Vas Crabb2017-07-091-3/+3
* fix for building with MSVC, it can't cope with the collision with the FUNC() ... smf-2017-07-081-3/+3
* mcs40 updates: Vas Crabb2017-07-061-6/+72
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-1/+1
* intlc440 improvements: Vas Crabb2017-07-011-2/+2
* Add support for 4040 stop/ack and HLT instruction, hook up stop/single step b... Vas Crabb2017-06-291-3/+41
* fixup (nw) Vas Crabb2017-06-291-0/+1
* MCS-40 and INTELLEC 4/MOD 40 updates: Vas Crabb2017-06-291-21/+60
* Rewrote 4004 core and disassembler: Vas Crabb2017-06-271-0/+307