summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/nec/nec.cpp
Commit message (Expand)AuthorAgeFilesLines
* diexec: Add callback to allow debugger to break into the middle of wait-type ... AJR2024-11-171-1/+1
* casio/zoomer.cpp: Emulated Casio/Tandy "Zoomer" PDA. (#12739) Devin Acker2024-09-111-0/+5
* dimemory: Add the target address space to translate, wrap the constants Olivier Galibert2023-03-181-1/+3
* Interrupt callback rationalization AJR2023-03-111-1/+1
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-2/+0
* Debugger-related feature removals and cleanup AJR2021-08-151-5/+0
* cpu/nec: use anonymous namespaces to avoid ODR violations with enums Vas Crabb2020-08-111-1/+2
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-6/+6
* nec, v25: Add byte registers to debugger state; improve tracking of previous ... AJR2020-05-041-22/+38
* i86, i186, i286: Don't automatically clear IRQ state upon acknowledgment AJR2020-05-021-1/+2
* nec: 8080 mode [Carl] cracyc2020-04-111-3/+17
* Separate V50/V53 common peripherals and former device from V33 base; add V40 ... AJR2019-10-201-22/+38
* nec.cpp: logaddr_width should remain 20 for V33/V53 (nw) AJR2018-08-241-1/+1
* A logical width of 0 is a very bad idea, and kills the debugger (nw) Olivier Galibert2018-08-241-1/+1
* cpu/nec: Start pushing down V33/V53-specific memory stuff into a new base cla... AJR2018-08-121-7/+13
* cpu/nec: Rename address expansion flag after internal name (nw) AJR2018-08-121-7/+8
* Emulate V33/V53 expanded addressing mode, including BRKXA and RETXA instructions AJR2018-08-121-9/+60
* Fix build (nw) AJR2018-05-111-6/+5
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-3/+10
* Reshuffle some stuff: Vas Crabb2018-03-281-3/+3
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-2/+2
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-4/+4
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-5/+5
* 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-0/+8
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-11/+11
* fix some device validation errors, also fix uninitialised members in some dev... Vas Crabb2017-03-031-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-4/+4
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-2/+2
* 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-1/+3
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-3/+1
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-1/+3
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-011-1/+1
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-1/+1
* reverting: Miodrag Milanovic2016-01-201-5/+5
* 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-5/+5
* 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-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+541