summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mcs40/mcs40.cpp
Commit message (Expand)AuthorAgeFilesLines
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-7/+0
* emu/devdelegate.h: Added resolve_safe and resolve_all_safe helpers. Vas Crabb2023-06-131-17/+9
* 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-4/+3
* sweeten most of the remaining arrays of delegates (nw) Vas Crabb2020-02-071-8/+4
* 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-2/+2
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-2/+2
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-4/+4
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-4/+4
* New machines marked NOT_WORKING Vas Crabb2018-01-141-1/+1
* MCS-40 is paged (nw) Vas Crabb2017-12-011-4/+4
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-31/+5
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-2/+2
* (nw) notes, coverity complaints, INTELLEC 4/MOD 4 layout, detect duplicate bo... Vas Crabb2017-07-091-2/+2
* intlc440: one more front panel switch (nw) Vas Crabb2017-07-071-6/+3
* mcs40 updates: Vas Crabb2017-07-061-94/+132
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-10/+8
* Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] Olivier Galibert2017-07-031-2/+2
* intlc440 improvements: Vas Crabb2017-07-011-3/+14
* Add support for 4040 stop/ack and HLT instruction, hook up stop/single step b... Vas Crabb2017-06-291-123/+242
* fixup (nw) Vas Crabb2017-06-291-17/+9
* MCS-40 and INTELLEC 4/MOD 40 updates: Vas Crabb2017-06-291-47/+135
* Build fixes (nw) AJR2017-06-261-1/+0
* Rewrote 4004 core and disassembler: Vas Crabb2017-06-271-0/+1022