summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/cosmac (follow)
Commit message (Expand)AuthorAgeFilesLines
* cosmac: Fix disassembly of LBNQ, LBNZ and LBNF AJR2024-02-171-3/+3
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-35/+25
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-9/+9
* Interrupt callback rationalization AJR2023-03-111-6/+2
* ssensor4,const: add chess symbols to internal artwork hap2022-07-181-4/+4
* cosmac: add 1804 counter timer hap2022-07-182-35/+157
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* Debugger feature improvements AJR2022-03-271-27/+27
* Miscellaneous #include cleanup AJR2021-11-201-1/+0
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-2/+2
* Enable GCC implicit fallthrough warning. Vas Crabb2020-11-151-2/+2
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-252-15/+12
* sweeten most of the remaining arrays of delegates (nw) Vas Crabb2020-02-072-4/+3
* 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