| Commit message (Expand) | Author | Age | Files | Lines |
| * | ...reverting the mcs48 unneeded changes. |  Roberto Fresca | 2023-10-10 | 1 | -1/+0 |
| * | Major rewrite of Recreativos Franco MCS48-based slots driver. [Roberto Fres... |  Roberto Fresca | 2023-10-10 | 1 | -0/+1 |
| * | ui/info: add \n before btanb warning strings, |  hap | 2023-08-24 | 1 | -1/+1 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -11/+3 |
| * | Interrupt callback rationalization |  AJR | 2023-03-11 | 2 | -6/+5 |
| * | abc1600: Cleanup |  Curt Coder | 2023-03-08 | 1 | -0/+3 |
| * | pic16c5x: statusreg high bits are 1 on old GI PIC |  hap | 2023-01-07 | 1 | -4/+9 |
| * | mcs48: correct opcode cycles for IN A, DBB and OUT DBB, A [devsaurus] |  hap | 2022-12-26 | 1 | -2/+2 |
| * | othello: hook up upd7751c sample player |  hap | 2022-10-09 | 1 | -2/+2 |
| * | src/devices/cpu: Remove #include "debugger.h" where no longer necessary |  AJR | 2022-04-06 | 1 | -2/+0 |
| * | Debugger feature improvements |  AJR | 2022-03-27 | 1 | -12/+49 |
| * | hh_sm510: small correction to fowling svg |  hap | 2021-11-20 | 1 | -27/+24 |
| * | -osd/windows: Show error message box on a separate thread (see MT08118). |  Vas Crabb | 2021-11-12 | 1 | -27/+27 |
| * | Debugger-related feature removals and cleanup |  AJR | 2021-08-15 | 2 | -1/+2 |
| * | softwarelist: spelling corrections related to microcabin's hurryfox |  hap | 2021-01-25 | 1 | -32/+32 |
| * | mcs48: fix possible problem with A11 and RET during interrupt |  hap | 2021-01-10 | 1 | -3/+3 |
| * | odyssey2: correct copyright holders |  hap | 2021-01-09 | 1 | -0/+2 |
| * | mcs48: single line comments c++ style |  hap | 2021-01-08 | 2 | -154/+152 |
| * | mcs48: correct copyright holders |  hap | 2021-01-08 | 2 | -2/+2 |
| * | mcs48: small bugfix for DA A |  hap | 2021-01-08 | 1 | -3/+4 |
| * | mcs48.h: update note |  hap | 2021-01-08 | 1 | -1/+1 |
| * | mcs48: separate F0/F1 from upi41 STS, fix F0 flag read from upi41_master_r |  hap | 2021-01-08 | 2 | -28/+24 |
| * | odyssey2: fix loading games with -cart not working |  hap | 2021-01-02 | 2 | -10/+26 |
| * | mcs48: execute_jcc param is a bool, not u8 |  hap | 2020-10-11 | 2 | -3/+3 |
| * | mcs48: check irq before opcode to fix firefox, but re-add wy100 hack |  hap | 2020-10-11 | 2 | -5/+18 |
| * | mcs48: fix a regression with previous change to strt_cnt |  hap | 2020-09-14 | 1 | -1/+1 |
| * | mcs48: fix problem with strt_cnt if counter was already enabled |  hap | 2020-08-28 | 1 | -2/+8 |
| * | odyssey2: make videopac the parent set |  hap | 2020-08-25 | 1 | -0/+2 |
| * | New working software list additions |  hap | 2020-08-19 | 1 | -1/+2 |
| * | odyssey2: add cartridge B pin |  hap | 2020-08-18 | 1 | -1/+1 |
| * | odyssey2: disable logging |  hap | 2020-08-14 | 1 | -2/+0 |
| * | mcs48: fix cond jump address if argument fetch was at 0x7ff or 0xfff |  hap | 2020-08-12 | 1 | -2/+3 |
| * | mcs48: fix possible missed timer overflow if burn_cycles is larger than 2 |  hap | 2020-08-11 | 2 | -15/+17 |
| * | mcs48: get rid of wy100 irq hack |  hap | 2020-08-08 | 2 | -14/+5 |
| * | mcs48: burn opcode cycles before executing opcode |  hap | 2020-08-08 | 2 | -508/+511 |
| * | mcs48: fix cycles not deducted for timer irq, get rid of kaypro10 hack |  hap | 2020-08-07 | 2 | -310/+287 |
| * | Slotified Mac 128k/512k/512ke/Plus keyboard port. |  Vas Crabb | 2020-07-01 | 1 | -0/+4 |
| * | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 2 | -16/+15 |
| * | devices/cpu: simplified some handlers (nw) |  Ivan Vangelista | 2020-03-31 | 2 | -4/+4 |
| * | sweeten most of the remaining arrays of delegates (nw) |  Vas Crabb | 2020-02-07 | 2 | -15/+13 |
| * | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 1 | -9/+9 |
| * | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 2 | -11/+4 |
| * | mcs48.cpp: Document a few more variants (nw) |  AJR | 2019-07-04 | 1 | -0/+5 |
| * | mcs48: A better fix for the JNI problem (nw) |  AJR | 2019-07-02 | 2 | -7/+11 |
| * | mcs48: Workaround for interrupt latency issue (nw) |  AJR | 2019-07-01 | 2 | -3/+8 |
| * | mcs48: Further distinction of UPI variants (nw) |  AJR | 2019-06-16 | 2 | -46/+74 |
| * | mindset: Fix the 8042s, clock starts ticking [O. Galibert] |  Olivier Galibert | 2019-06-16 | 2 | -1/+15 |
| * | mcs48: Update documentation (nw) |  AJR | 2019-06-16 | 1 | -6/+10 |
| * | mcs48dsm.cpp: Add (unemulated) CMOS IDL opcode (nw) |  AJR | 2019-06-07 | 1 | -0/+1 |
| * | mcs48: Fix disassembly of short jump instructions located on page boundaries |  AJR | 2018-12-29 | 1 | -31/+31 |