summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/nec (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* v25: Add address space for internal data area and SFRs AJR2018-10-315-350/+485
* space, space, space, space, space, space, space, space, mem_mask (nw) smf-2018-09-231-9/+9
* i8251: Provide standard read/write handlers; eliminate memory space as argume... AJR2018-09-161-6/+6
* i8251: Removed MCFG, nw mooglyguy2018-08-291-12/+11
* 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
* Less silly addressing (nw) AJR2018-08-171-2/+2
* v53: Add 8-bit mappings for internal peripherals and save associated register... AJR2018-08-122-0/+25
* cpu/nec: Start pushing down V33/V53-specific memory stuff into a new base cla... AJR2018-08-124-23/+39
* cpu/nec: Rename address expansion flag after internal name (nw) AJR2018-08-124-12/+13
* Emulate V33/V53 expanded addressing mode, including BRKXA and RETXA instructions AJR2018-08-127-30/+86
* remove lots of MCFG_ (nw) Vas Crabb2018-07-172-51/+32
* devcb3 Vas Crabb2018-07-073-41/+44
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-21/+21
* diexec: Interrupt API changes (nw) AJR2018-05-182-5/+4
* Fix build (nw) AJR2018-05-114-13/+11
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-114-8/+21
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-28/+28
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-23/+24
* Reshuffle some stuff: Vas Crabb2018-03-282-6/+6
* 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-153-8/+8
* destaticify initializations (nw) (#3289) wilbertpol2018-03-043-76/+76
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-122-2/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* emumem: API change [O. Galibert] Olivier Galibert2017-11-294-4/+4
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-2614-475/+468
* pic8259: Break up the MCFG_PIC8259_ADD macro (nw) AJR2017-09-021-1/+4
* v25: Make IDB register state visible to debugger AJR2017-07-312-0/+7
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-106-8/+8