summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/cosmac (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-092-6/+6
* cosmac: Attach following byte to disassembly of OUT instruction when P = X AJR2019-08-174-22/+33
* Machine promoted to working hap2019-08-132-15/+21
* cosmac: Use conventional decimal numbering for registers AJR2019-08-122-19/+19
* cdp1805, cdp1806: Use new 1805 disassembler (nw) AJR2019-08-122-0/+9
* cosmac: add very preliminary 1804/5/6 (nw) hap2019-08-132-27/+246
* cosmac: Add disassembler support for CDP1805 with extended instruction set AJR2019-08-122-2/+76
* coreutil: remove single-use (and savestate unsafe) rand_memory function (nw) hap2019-08-011-1/+3
* (nw) cosmac: removed out-of-date comment Robbbert2019-05-151-1/+0
* 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
* cdp1802: Eliminate devcb2 MCFG macros (nw) AJR2018-08-171-47/+0
* cosmac.cpp: Clarify some minor stuff (nw) AJR2018-07-191-1/+6
* cosmac.cpp: Interface overhaul (nw) AJR2018-07-193-82/+143
* cosmac.cpp: More helper functions (nw) AJR2018-07-142-3/+25
* cosmac: Fix disassembly; very minor cleanup (nw) AJR2018-07-133-14/+12
* devcb3 Vas Crabb2018-07-071-10/+10
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-112-4/+4
* 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-20/+20
* emumem: API change [O. Galibert] Olivier Galibert2017-11-292-2/+2
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-264-101/+111
* cosmac: Added WAIT/CLEAR input lines. [Curt Coder] Curt Coder2017-11-112-6/+20
* explicit sizes for enums used in save states - one should always do this to m... Vas Crabb2017-07-162-62/+62
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-102-3/+3
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-032-13/+6
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-142-58/+60
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-203-18/+8
* Changed the cosmac disassembler to use 'std::ostream &' internally Nathan Woods2016-11-111-3/+13
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-223-55/+55
* 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-202-7/+7
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-202-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-162-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-162-7/+7
* Revert "remove const (nw)" Miodrag Milanovic2016-01-132-2/+2
* remove const (nw) Miodrag Milanovic2016-01-112-2/+2
* Return std::string objects by value rather than pass by reference AJR2016-01-102-4/+3
* cleanup (nw) Miodrag Milanovic2015-12-261-1/+0
* override part 2 (nw) Miodrag Milanovic2015-12-051-17/+17
* clang-modernize part 6 Miodrag Milanovic2015-12-041-2/+2
* clang-modernize part 3 Miodrag Milanovic2015-12-041-4/+4