summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mcs40 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-092-4/+4
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-262-3/+3
* 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
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-2/+2
* 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-112-5/+5
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-252-6/+6
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-53/+37
* New machines marked NOT_WORKING Vas Crabb2018-01-141-1/+1
* MCS-40 is paged (nw) Vas Crabb2017-12-013-7/+10
* emumem: API change [O. Galibert] Olivier Galibert2017-11-292-2/+2
* Build fixes (nw) AJR2017-11-261-0/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-264-106/+122
* explicit sizes for enums used in save states - one should always do this to m... Vas Crabb2017-07-161-3/+3
* wtf (nw) Vas Crabb2017-07-111-1/+1
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-102-3/+3
* New machines marked NOT_WORKING Vas Crabb2017-07-091-3/+3
* (nw) notes, coverity complaints, INTELLEC 4/MOD 4 layout, detect duplicate bo... Vas Crabb2017-07-091-2/+2
* fix for building with MSVC, it can't cope with the collision with the FUNC() ... smf-2017-07-081-3/+3
* intlc440: one more front panel switch (nw) Vas Crabb2017-07-071-6/+3
* mcs40 updates: Vas Crabb2017-07-062-100/+204
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-032-11/+9
* Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] Olivier Galibert2017-07-031-2/+2
* intlc440 improvements: Vas Crabb2017-07-012-5/+16
* Add support for 4040 stop/ack and HLT instruction, hook up stop/single step b... Vas Crabb2017-06-292-126/+283
* fixup (nw) Vas Crabb2017-06-293-22/+15
* MCS-40 and INTELLEC 4/MOD 40 updates: Vas Crabb2017-06-293-155/+255
* Build fixes (nw) AJR2017-06-261-1/+0
* Rewrote 4004 core and disassembler: Vas Crabb2017-06-273-0/+1518