summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/cosmac/cosmac.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-3/+3
* cosmac: Attach following byte to disassembly of OUT instruction when P = X AJR2019-08-171-4/+4
* Machine promoted to working hap2019-08-131-3/+9
* cosmac: Use conventional decimal numbering for registers AJR2019-08-121-1/+1
* cdp1805, cdp1806: Use new 1805 disassembler (nw) AJR2019-08-121-0/+6
* cosmac: add very preliminary 1804/5/6 (nw) hap2019-08-131-22/+180
* coreutil: remove single-use (and savestate unsafe) rand_memory function (nw) hap2019-08-011-1/+3
* cosmac: Fixed long branch instruction timing. [Curt Coder] Curt Coder2019-05-101-2/+0
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+2
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-2/+0
* cosmac: Don't skip over instructions in debugger after DMA cycles AJR2019-02-121-0/+2
* cosmac.cpp: Clarify some minor stuff (nw) AJR2018-07-191-1/+6
* cosmac.cpp: Interface overhaul (nw) AJR2018-07-191-67/+115
* cosmac.cpp: More helper functions (nw) AJR2018-07-141-3/+23
* cosmac: Fix disassembly; very minor cleanup (nw) AJR2018-07-131-10/+8
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-3/+3
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-4/+4
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-30/+7
* cosmac: Added WAIT/CLEAR input lines. [Curt Coder] Curt Coder2017-11-111-5/+13
* explicit sizes for enums used in save states - one should always do this to m... Vas Crabb2017-07-161-49/+49
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-2/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-12/+5
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+6
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-18/+18
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-0/+3
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-3/+0
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-0/+3
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-5/+5
* reverting: Miodrag Milanovic2016-01-201-4/+4
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-4/+4
* Revert "remove const (nw)" Miodrag Milanovic2016-01-131-1/+1
* remove const (nw) Miodrag Milanovic2016-01-111-1/+1
* Return std::string objects by value rather than pass by reference AJR2016-01-101-3/+2
* clang-modernize part 6 Miodrag Milanovic2015-12-041-2/+2
* clang-modernize part 3 Miodrag Milanovic2015-12-041-4/+4
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1247