| Commit message (Expand) | Author | Age | Files | Lines |
| * | nec: 8080 mode [Carl] |  cracyc | 2020-04-11 | 12 | -10/+1105 |
| * | v5x: Emulate internal/external timer clock input selection; internalize CPU c... |  AJR | 2019-11-12 | 2 | -39/+84 |
| * | lbpc: Add ISA bus and EGA card so startup process can be visible (nw) |  AJR | 2019-11-12 | 1 | -0/+1 |
| * | Fix build (nw) |  AJR | 2019-11-12 | 1 | -2/+2 |
| * | v5x.cpp : Move remappable IO handler into seperated space, Fix remapping IO b... |  cam900 | 2019-11-12 | 4 | -72/+299 |
| * | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 2 | -12/+12 |
| * | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -32/+32 |
| * | Separate V50/V53 common peripherals and former device from V33 base; add V40 ... |  AJR | 2019-10-20 | 4 | -234/+357 |
| * | v25: More work towards macro service (nw) |  AJR | 2019-08-07 | 2 | -36/+128 |
| * | v25: Add more interrupt SFRs, including underpinnings for macro service (nw) |  AJR | 2019-08-07 | 3 | -3/+210 |
| * | v5x: derives from v30 not v33 (nw) |  Patrick Mackinlay | 2019-07-24 | 1 | -2/+0 |
| * | devcb: Eliminate legacy callback syntax (nw) |  AJR | 2019-06-06 | 1 | -7/+0 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -4/+4 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -4/+4 |
| * | am9513, am9517a, am9519, at_keybc, cs4031, ds128x, mc141618, wd7600: Simplify... |  AJR | 2019-03-07 | 1 | -4/+4 |
| * | -v25, patinhofeio_cpu, pdp1, pic16c5x: Removed MCFG macros. [Ryan Holtz] |  mooglyguy | 2018-12-15 | 1 | -27/+0 |
| * | Revert "cpu/nec: force bits 12..15 of flag word to 1 in POPF, to match Intel ... |  hap | 2018-11-21 | 1 | -1/+1 |
| * | cpu/nec: force bits 12..15 of flag word to 1 in POPF, to match Intel 8086. (nw) |  Sergey Svishchev | 2018-11-13 | 1 | -1/+1 |
| * | v5x.cpp: Using a virtual method doesn't work for this (nw) |  AJR | 2018-11-01 | 2 | -11/+10 |
| * | v53: final tidy (nw) |  Patrick Mackinlay | 2018-11-01 | 2 | -38/+12 |
| * | v53: overhaul |  Patrick Mackinlay | 2018-11-01 | 2 | -611/+362 |
| * | v25: Add address space for internal data area and SFRs |  AJR | 2018-10-31 | 5 | -350/+485 |
| * | space, space, space, space, space, space, space, space, mem_mask (nw) |  smf- | 2018-09-23 | 1 | -9/+9 |
| * | i8251: Provide standard read/write handlers; eliminate memory space as argume... |  AJR | 2018-09-16 | 1 | -6/+6 |
| * | i8251: Removed MCFG, nw |  mooglyguy | 2018-08-29 | 1 | -12/+11 |
| * | nec.cpp: logaddr_width should remain 20 for V33/V53 (nw) |  AJR | 2018-08-24 | 1 | -1/+1 |
| * | A logical width of 0 is a very bad idea, and kills the debugger (nw) |  Olivier Galibert | 2018-08-24 | 1 | -1/+1 |
| * | Less silly addressing (nw) |  AJR | 2018-08-17 | 1 | -2/+2 |
| * | v53: Add 8-bit mappings for internal peripherals and save associated register... |  AJR | 2018-08-12 | 2 | -0/+25 |
| * | cpu/nec: Start pushing down V33/V53-specific memory stuff into a new base cla... |  AJR | 2018-08-12 | 4 | -23/+39 |
| * | cpu/nec: Rename address expansion flag after internal name (nw) |  AJR | 2018-08-12 | 4 | -12/+13 |
| * | Emulate V33/V53 expanded addressing mode, including BRKXA and RETXA instructions |  AJR | 2018-08-12 | 7 | -30/+86 |
| * | remove lots of MCFG_ (nw) |  Vas Crabb | 2018-07-17 | 2 | -51/+32 |
| * | devcb3 |  Vas Crabb | 2018-07-07 | 3 | -41/+44 |
| * | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -21/+21 |
| * | diexec: Interrupt API changes (nw) |  AJR | 2018-05-18 | 2 | -5/+4 |
| * | Fix build (nw) |  AJR | 2018-05-11 | 4 | -13/+11 |
| * | emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... |  Olivier Galibert | 2018-05-11 | 4 | -8/+21 |
| * | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 1 | -28/+28 |
| * | maps: Finish devices/cpu (nw) |  Olivier Galibert | 2018-04-20 | 1 | -23/+24 |
| * | Reshuffle some stuff: |  Vas Crabb | 2018-03-28 | 2 | -6/+6 |
| * | don't pass so many naked pointers around (nw) |  Vas Crabb | 2018-03-25 | 4 | -6/+6 |
| * | Blind faith fixed long names for almost all CPUs (nw) |  angelosa | 2018-03-15 | 3 | -8/+8 |
| * | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 3 | -76/+76 |
| * | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 2 | -2/+3 |
| * | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 1 | -1/+1 |
| * | emumem: API change [O. Galibert] |  Olivier Galibert | 2017-11-29 | 4 | -4/+4 |
| * | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 14 | -475/+468 |
| * | pic8259: Break up the MCFG_PIC8259_ADD macro (nw) |  AJR | 2017-09-02 | 1 | -1/+4 |
| * | v25: Make IDB register state visible to debugger |  AJR | 2017-07-31 | 2 | -0/+7 |