summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mcs96
Commit message (Expand)AuthorAgeFilesLines
* misc cpu: no need to check debug enabled flag manually hap9 days1-2/+2
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-273-6/+6
* diexec: remove vestigal execute_input_lines() hap2024-09-181-1/+0
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-172-18/+5
* i8x9x: Fix a case where events could be delayed by mistake Olivier Galibert2023-04-041-2/+2
* mcs96: Translate first 256 bytes of main memory space to register space AJR2023-03-192-0/+10
* Interrupt callback rationalization AJR2023-03-111-1/+1
* mcs96.cpp, upd78k0.cpp, upd78k2.cpp, upd78k4.cpp: Replace BYTE_XOR_LE with ne... AJR2022-06-181-8/+9
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* Debugger feature improvements AJR2022-03-271-0/+2
* Debugger-related feature removals and cleanup AJR2021-08-151-1/+0
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-252-4/+6
* i8x9x: Implement HSO CAM status flags in IOS0 (nw) AJR2020-04-112-26/+33
* i8x9x: Fix EXTINT; add some very preliminary HSI stuff (nw) AJR2020-04-104-31/+71
* mcs96d: Location 0 is just 0 (nw) AJR2020-04-041-2/+2
* i8x9x: Implement quasi-bidirectional port structure (nw) AJR2020-03-242-8/+53
* i8x9x: Add more device types, some with 16-bit buses AJR2020-03-242-10/+34
* fix I8096 JNH/JH opcode according to manual Valley Bell2020-03-151-2/+2
* sweeten most of the remaining arrays of delegates (nw) Vas Crabb2020-02-072-4/+3
* Get rid of deprecated universal newlines open flag in Python scripts (io modu... Vas Crabb2019-12-091-3/+4
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-092-6/+6
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-262-2/+2
* i8x9x: Add baud rate register (nw) AJR2019-06-222-1/+13
* mcs96: Save the int_pending register as well (but note that it is not actuall... AJR2018-10-261-1/+1
* mcs96: Add save state and miscellaneous other stuff (nw) AJR2018-10-263-11/+63
* i8x9x: Add A/D interrupt (nw) AJR2018-10-261-0/+3
* i8x9x: More HSO stuff (interrupts & A/D conversion) (nw) AJR2018-10-261-2/+10
* i8x9x: Preliminary HSO stuff (nw) AJR2018-10-262-44/+69
* st62xx: Add to unidasm AJR2018-10-261-1/+1
* Improve MCS-96 (i8x9x) disassembly AJR2018-10-257-387/+664
* i8x9x: Forgot to add this to the map (nw) AJR2018-10-251-0/+1
* mcs96: Make SFRs more accessible to the debugger AJR2018-10-255-47/+109
* mcs96: Replace I/O space with callbacks; use internal space for non-executabl... AJR2018-10-246-403/+309
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-112-4/+11
* Reshuffle some stuff: Vas Crabb2018-03-282-3/+3
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-254-6/+6
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-2/+2
* emumem: API change [O. Galibert] Olivier Galibert2017-11-293-11/+11
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-2613-328/+452
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-104-6/+6
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-034-6/+11
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-146-33/+36
* clean up a few more device issues, add basic device validation Vas Crabb2017-03-031-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-205-17/+7
* Changed the mcs96 disassembler to use 'std::ostream &' internally Nathan Woods2016-10-272-45/+55
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-227-249/+249
* change cpu cores pcbase handling to be consistent with the majority of cpu co... smf-2016-09-281-2/+2
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-1/+1
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-1/+1