| Commit message (Expand) | Author | Age | Files | Lines |
| * | z8: Fix disassembly of opcode D7 (LD x(r2), r1 - indexed register write) (#15... |  Hannes Janetzek | 2026-04-07 | 1 | -1/+1 |
| * | z8: Add Z8691 and Z86C91 ROMless types |  AJR | 2026-02-01 | 2 | -11/+49 |
| * | dpatrol: added bd3.d1 prom [Bitsavers] |  hap | 2025-06-19 | 1 | -9/+11 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 1 | -5/+5 |
| * | diexec: remove vestigal execute_input_lines() |  hap | 2024-09-18 | 1 | -1/+0 |
| * | z8: A little more optional logging for IRQs |  AJR | 2024-02-20 | 2 | -1/+5 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -4/+1 |
| * | Various devices: Correct placement of U integer suffix in definitions of shif... |  AJR | 2023-03-21 | 1 | -3/+3 |
| * | Interrupt callback rationalization |  AJR | 2023-03-11 | 1 | -1/+1 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -2/+2 |
| * | src/devices/cpu: Remove #include "debugger.h" where no longer necessary |  AJR | 2022-04-06 | 1 | -1/+0 |
| * | Debugger feature improvements |  AJR | 2022-03-27 | 1 | -17/+18 |
| * | Debugger-related feature removals and cleanup |  AJR | 2021-08-15 | 1 | -1/+0 |
| * | Enable GCC implicit fallthrough warning. |  Vas Crabb | 2020-11-15 | 1 | -1/+1 |
| * | z8: Fix reads from Ports 0 & 1; add Z86E02 type |  AJR | 2020-09-06 | 2 | -2/+19 |
| * | z8: Add optional logging for SIO |  AJR | 2020-08-23 | 1 | -4/+28 |
| * | z8: Add interface notes |  AJR | 2020-08-23 | 1 | -0/+9 |
| * | z8: fixed bug in decimal adjust. Fixes PRINT 654 in bert. |  Robbbert | 2020-08-12 | 1 | -1/+1 |
| * | New working machines |  hap | 2020-07-21 | 1 | -0/+1 |
| * | z8: fix emumem regression (nw) |  hap | 2020-05-25 | 1 | -1/+1 |
| * | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 3 | -42/+42 |
| * | sweeten most of the remaining arrays of delegates (nw) |  Vas Crabb | 2020-02-07 | 2 | -8/+6 |
| * | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 1 | -6/+6 |
| * | z8: Fix calculation of half carry flag. Z8671 BASIC no longer prints "12" whe... |  AJR | 2019-07-08 | 1 | -6/+8 |
| * | z8: Add register pairs to debug state |  AJR | 2019-04-06 | 2 | -30/+15 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 3 | -103/+500 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 3 | -500/+103 |
| * | z8: Write RRn instead of Rn when disassembling INCW/DECW |  AJR | 2019-02-03 | 1 | -1/+2 |
| * | z8: Fix disassembly of LD IR, R opcode |  AJR | 2019-02-02 | 1 | -1/+1 |
| * | z8: Split sio_tick into two functions (nw) |  AJR | 2019-01-21 | 2 | -23/+30 |
| * | z8: Mask RP properly for debug register view (nw) |  AJR | 2019-01-20 | 1 | -2/+2 |
| * | z8: Add standard_irq_callback for the sake of debugging (nw) |  AJR | 2019-01-19 | 1 | -0/+1 |
| * | z8682: Provide Z8 test ROM from Zilog application note |  AJR | 2019-01-18 | 1 | -3/+2 |
| * | amerihok: Slow down ADPCM chip to a much more reasonable speed |  AJR | 2019-01-18 | 1 | -1/+1 |
| * | z8: Preliminary UART emulation |  AJR | 2019-01-18 | 2 | -27/+174 |
| * | z8: Handle more timer corner cases (nw) |  AJR | 2019-01-18 | 1 | -1/+17 |
| * | z8: Rewrite timer emulation, including support for most TIN and TOUT modes |  AJR | 2019-01-18 | 2 | -85/+278 |
| * | z8: Add Z8682 type with (fake) internal ROM; prevent timer from endlessly thr... |  AJR | 2019-01-17 | 2 | -3/+36 |
| * | z8: Fix typo in pre1_write (restores noise in amerihok); misc. minor cleanups... |  AJR | 2018-12-09 | 2 | -4/+4 |
| * | z8: Register overhaul |  AJR | 2018-12-08 | 3 | -341/+507 |
| * | z8: Use devcb3 instead of MCFG_ macros (nw) |  AJR | 2018-11-18 | 1 | -36/+8 |
| * | (nw) sm8500: fix line accidently deleted; z8 : when pc adjusted, move yellow bar |  Robbbert | 2018-10-13 | 1 | -3/+12 |
| * | (nw) z8: allow step-over with djnz |  Robbbert | 2018-09-28 | 1 | -17/+17 |
| * | srcclean (nw) |  Vas Crabb | 2018-09-23 | 1 | -1/+1 |
| * | (nw) z8: fixed more bugs; jtc: fixed cassette, wave sound, added quickload |  Robbbert | 2018-09-20 | 2 | -17/+35 |
| * | (nw) z8: fixed numerous bugs |  Robbbert | 2018-09-17 | 2 | -16/+21 |
| * | (nw) z8 : added the DA instruction |  Robbbert | 2018-09-15 | 2 | -1/+19 |
| * | (nw) z8: fixed JP @ and CALL @ instructions |  Robbbert | 2018-09-13 | 1 | -2/+2 |
| * | (nw) z8: fixed detection of stack type; jtc: fixed display of jtces88 |  Robbbert | 2018-09-13 | 1 | -4/+4 |
| * | Add dump of preprogrammed Z8671 MCU with BASIC/DEBUG interpreter |  AJR | 2018-07-11 | 2 | -13/+46 |