| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -8/+8 |
| * | diexec: Interrupt API changes (nw) |  AJR | 2018-05-18 | 1 | -0/+1 |
| * | emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... |  Olivier Galibert | 2018-05-11 | 3 | -8/+8 |
| * | maps: Finish devices/cpu (nw) |  Olivier Galibert | 2018-04-20 | 1 | -6/+8 |
| * | Reshuffle some stuff: |  Vas Crabb | 2018-03-28 | 1 | -2/+2 |
| * | don't pass so many naked pointers around (nw) |  Vas Crabb | 2018-03-25 | 2 | -3/+3 |
| * | Blind faith fixed long names for almost all CPUs (nw) |  angelosa | 2018-03-15 | 1 | -3/+3 |
| * | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -15/+13 |
| * | z8: Make address spaces big-endian |  AJR | 2018-02-21 | 1 | -4/+4 |
| * | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 2 | -10/+10 |
| * | emumem: API change [O. Galibert] |  Olivier Galibert | 2017-11-29 | 2 | -2/+2 |
| * | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 4 | -21/+48 |
| * | z8: Fix disassembly of LDE Irr, r |  AJR | 2017-10-04 | 1 | -2/+2 |
| * | z8: Interrupts work better if vectors are read properly (nw) |  AJR | 2017-09-03 | 1 | -1/+1 |
| * | z8: Interrupts are working now |  AJR | 2017-09-03 | 2 | -28/+193 |
| * | z8: Fix C flag polarity for CP, SBC, SUB and actually subtract with carry in SBC |  AJR | 2017-09-03 | 1 | -4/+4 |
| * | z8: Mask external stack accesses too (nw) |  AJR | 2017-09-03 | 1 | -4/+4 |
| * | z8: Mask addresses for external memory accesses based on P0 control bits |  AJR | 2017-09-03 | 3 | -38/+90 |
| * | z8: Make data space optional; fix stack pop semantics |  AJR | 2017-09-03 | 1 | -33/+51 |
| * | Tidy up (nw) |  AJR | 2017-07-20 | 1 | -1/+0 |
| * | amerihok: Make some educated guesses regarding manufacturer, decade, MCU and ... |  AJR | 2017-07-20 | 2 | -8/+35 |
| * | make device_memory_interface slightly less of a special case, use a typedef t... |  Vas Crabb | 2017-07-10 | 2 | -3/+3 |
| * | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 2 | -10/+8 |
| * | z8: Convert ports to DEVCB (nw) |  AJR | 2017-06-26 | 2 | -14/+61 |