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