| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge branch 'master' into time-experiments2 |  Aaron Giles | 2021-09-10 | 1 | -1/+0 |
| |\ |
|
| | * | Debugger-related feature removals and cleanup |  AJR | 2021-08-15 | 1 | -1/+0 |
| * | | Merge branch 'master' into time-experiments2 |  Aaron Giles | 2021-08-14 | 1 | -3/+3 |
| |\| |
|
| | * | Added helpers for 64-bit count leading zeroes/ones. |  Vas Crabb | 2021-06-13 | 1 | -3/+3 |
| * | | Attempt to get the number of input lines correct for CPUs. |  Aaron Giles | 2021-08-13 | 1 | -1/+1 |
| * | | Use the device-provided timer_alloc instead of reaching around to the schedul... |  Aaron Giles | 2021-03-25 | 2 | -13/+13 |
| |/ |
|
| * | kl5c80a12, kl5c80a16: Emulate on-chip parallel ports |  AJR | 2021-02-18 | 4 | -2/+382 |
| * | tmpz84c015: Add WDT emulation |  AJR | 2020-12-07 | 2 | -7/+94 |
| * | Fix most implicit fallthrough warnings from clang |  Vas Crabb | 2020-11-17 | 1 | -1/+1 |
| * | kp63: probably fixed compile error |  hap | 2020-09-15 | 1 | -1/+1 |
| * | kl5c80a12, kl5c80a16: Actually add timers to configuration (files overlooked ... |  AJR | 2020-09-14 | 2 | -2/+17 |
| * | kl5c80a12, kl5c80a16: Added emulation of KP63(A) Timer/Counter unit. This imp... |  AJR | 2020-09-14 | 4 | -9/+582 |
| * | kc82: Log MMU changes |  AJR | 2020-08-17 | 1 | -0/+13 |
| * | kp69: Clean up code a bit; don't latch masked-out requests; prepare for devic... |  AJR | 2020-08-05 | 2 | -65/+102 |
| * | sigmab98.cpp: Change CPU to new KC82-derived type for Sigma/Banpresto games |  AJR | 2020-07-27 | 8 | -241/+585 |
| * | kl5c80a12: Emulate interrupt controller |  AJR | 2020-07-27 | 4 | -3/+584 |
| * | cp2000: put sboard interface on left side like everywhere else |  hap | 2020-07-27 | 1 | -1/+1 |
| * | z80: don't continue cpu when halt opcode gets overwritten |  hap | 2020-07-26 | 2 | -44/+36 |
| * | z80.cpp HALT notes |  MetalliC | 2020-07-26 | 1 | -0/+3 |
| * | kl5c80a12: Internalize internal RAM and clock divider; update notes |  AJR | 2020-07-25 | 2 | -29/+39 |
| * | kl5c80a12: Emulate MMU within CPU device |  AJR | 2020-07-21 | 4 | -15/+262 |
| * | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 2 | -19/+18 |
| * | devices/machine: simplified more handlers (nw) |  Ivan Vangelista | 2020-03-25 | 4 | -38/+38 |
| * | Eliminate legacy Z80 SIO emulation |  AJR | 2020-02-23 | 2 | -6/+4 |
| * | Add skeleton LZ8420M device (#6339) |  cam900 | 2020-02-21 | 2 | -0/+92 |
| * | that should be the rest of the devcb arrays switched to new syntax (nw) |  Vas Crabb | 2020-02-08 | 2 | -6/+5 |
| * | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 1 | -6/+6 |
| * | New working machine added |  hap | 2019-04-15 | 1 | -3/+4 |
| * | z80pio.cpp : Simplify handlers, Reduce duplicates |  cam900 | 2019-04-07 | 1 | -4/+4 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -2/+3 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -3/+2 |
| * | misc MACHINE_CONFIG macros removal (nw) |  Ivan Vangelista | 2019-02-09 | 1 | -2/+3 |
| * | -bus/gameboy/gb_slot, ieee488/hp9895, psx/gamebooster, snes/sgb: Removed MCFG... |  mooglyguy | 2018-12-17 | 1 | -12/+0 |
| * | -z8000, tmpz84c015: Removed MCFG macros. [Ryan Holtz] |  mooglyguy | 2018-12-06 | 1 | -103/+4 |
| * | change var const style back to how it was where 2993e850bbe44f8e7992877bd1e5a... |  hap | 2018-09-20 | 1 | -2/+2 |
| * | (nw) fix lots of inadverently mutable static pointers |  Vas Crabb | 2018-09-20 | 1 | -2/+2 |
| * | z80ctc: removed MCFG macros (nw) |  Ivan Vangelista | 2018-09-03 | 2 | -17/+18 |
| * | z80daisy_generic, z80dart, z80dma: removed MCFG macros (nw) |  Ivan Vangelista | 2018-08-30 | 3 | -81/+40 |
| * | z80pio.cpp: removed macros (nw) |  Ivan Vangelista | 2018-08-28 | 1 | -8/+8 |
| * | remove more MCFG_ (nw) |  Vas Crabb | 2018-07-07 | 1 | -0/+3 |
| * | devcb3 |  Vas Crabb | 2018-07-07 | 3 | -40/+61 |
| * | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 2 | -11/+11 |
| * | model2io2: Support Virtua Cop |  Dirk Best | 2018-05-26 | 1 | -1/+0 |
| * | diexec: Interrupt API changes (nw) |  AJR | 2018-05-18 | 1 | -1/+2 |
| * | proposal: move z80daisy* to devices/machine (#3572) |  Patrick Mackinlay | 2018-05-15 | 5 | -566/+1 |
| * | emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... |  Olivier Galibert | 2018-05-11 | 2 | -14/+14 |
| * | tmpz84c015: Add missing callback for ctc zc3 |  Dirk Best | 2018-05-09 | 2 | -21/+16 |
| * | z80daisy: Implement independent RETI decoding (nw) |  AJR | 2018-05-06 | 2 | -2/+65 |
| * | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 2 | -28/+28 |
| * | maps: Finish devices/cpu (nw) |  Olivier Galibert | 2018-04-20 | 2 | -20/+22 |