summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/nec (follow)
Commit message (Expand)AuthorAgeFilesLines
* v25: Add address translation for IDB window AJR2023-07-183-8/+21
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-172-17/+5
* emu/devfind.h: Added a lookup() member function to device finders. Vas Crabb2023-06-121-20/+20
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-012-12/+12
* cpu/nec: Fixed build; also, srcclean Vas Crabb2023-03-261-2/+2
* cpu/nec: Implemented bitfield instructions INS and EXT. Nigel Barnes2023-03-251-2/+45
* dimemory: Add the target address space to translate, wrap the constants Olivier Galibert2023-03-182-2/+4
* mpc3000: Hook up timer interrupts AJR2023-03-161-1/+1
* Interrupt callback rationalization AJR2023-03-112-2/+2
* cpu/nec: remove logerror on HLT opcode hap2022-12-272-2/+2
* nec/pc88va.cpp: overhaul, make most software to start running with pc88va2 (#... Angelo Salese2022-12-142-1/+15
* v25: Call exception hook on bankswitch interrupt AJR2022-10-201-0/+3
* cpu/nec: Fix crash on encountering invalid LDEA AJR2022-10-201-1/+1
* Revert "v25: IF only masks externally vectored interrupts" AJR2022-10-201-2/+7
* v25: IF only masks externally vectored interrupts AJR2022-10-191-7/+2
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+1
* nec.cpp: Add support for EXT reg,imm4 and INS reg,imm4 (#9793) wilbertpol2022-05-211-0/+45
* diexec: optionally resynchronize to the implicit clock domain on clock freque... Olivier Galibert2022-05-172-2/+2
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-062-4/+0
* Debugger feature improvements AJR2022-03-271-41/+41
* devices/*: Removed extra semicolons after function bodies in headers. (#9275) 0kmg2022-02-062-2/+2
* Debugger-related feature removals and cleanup AJR2021-08-152-10/+0
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* v40, v50, v53: Allow configuration registers to be read back AJR2020-12-292-18/+72
* lbpc: Updates AJR2020-12-222-8/+62
* cpu/nec: use anonymous namespaces to avoid ODR violations with enums Vas Crabb2020-08-116-6/+19
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-254-10/+16
* nec, v25: Add byte registers to debugger state; improve tracking of previous ... AJR2020-05-044-152/+85
* i86, i186, i286: Don't automatically clear IRQ state upon acknowledgment AJR2020-05-022-1/+4
* nec: 8080 mode [Carl] cracyc2020-04-1112-10/+1105
* v5x: Emulate internal/external timer clock input selection; internalize CPU c... AJR2019-11-122-39/+84
* lbpc: Add ISA bus and EGA card so startup process can be visible (nw) AJR2019-11-121-0/+1
* Fix build (nw) AJR2019-11-121-2/+2
* v5x.cpp : Move remappable IO handler into seperated space, Fix remapping IO b... cam9002019-11-124-72/+299
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-092-12/+12
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-32/+32
* Separate V50/V53 common peripherals and former device from V33 base; add V40 ... AJR2019-10-204-234/+357
* v25: More work towards macro service (nw) AJR2019-08-072-36/+128
* v25: Add more interrupt SFRs, including underpinnings for macro service (nw) AJR2019-08-073-3/+210
* v5x: derives from v30 not v33 (nw) Patrick Mackinlay2019-07-241-2/+0
* devcb: Eliminate legacy callback syntax (nw) AJR2019-06-061-7/+0
* (nw) Clean up the mess on master Vas Crabb2019-03-261-4/+4
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-4/+4
* am9513, am9517a, am9519, at_keybc, cs4031, ds128x, mc141618, wd7600: Simplify... AJR2019-03-071-4/+4
* -v25, patinhofeio_cpu, pdp1, pic16c5x: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-151-27/+0
* Revert "cpu/nec: force bits 12..15 of flag word to 1 in POPF, to match Intel ... hap2018-11-211-1/+1
* cpu/nec: force bits 12..15 of flag word to 1 in POPF, to match Intel 8086. (nw) Sergey Svishchev2018-11-131-1/+1
* v5x.cpp: Using a virtual method doesn't work for this (nw) AJR2018-11-012-11/+10
* v53: final tidy (nw) Patrick Mackinlay2018-11-012-38/+12
* v53: overhaul Patrick Mackinlay2018-11-012-611/+362