summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mcs48
Commit message (Expand)AuthorAgeFilesLines
* 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
* MT 05732 (nw) AJR2018-12-092-4/+7
* mcs48: Removed MCFG, nw mooglyguy2018-12-081-37/+12
* sdk51: Add keyboard (nw) AJR2018-10-061-1/+1
* mcs48: Set lower 4 bits of P2 to input during (and after) MOVD A,Pp AJR2018-10-031-4/+10
* i8243: Device overhaul (nw) AJR2018-09-241-1/+1
* mcs48: Eliminate now-unneeded arguments from p1_r and p2_r handlers (nw) AJR2018-09-232-13/+2
* devcb3 Vas Crabb2018-07-071-9/+18
* mcs48dsm.cpp: Give INS opcode proper name (nw) AJR2018-06-061-1/+1
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+0
* mcs48: minor dasm fix (nw) Patrick Mackinlay2018-05-131-1/+1
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-112-4/+4
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-18/+24
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-252-3/+3
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-16/+16
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-19/+19
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-122-8/+14
* mcs48dsm: Accidentally omitted break (nw) AJR2018-01-231-0/+1
* mcs48: More specific emulation of Intel 8021 AJR2018-01-234-135/+363
* mcs48.cpp: UPI has no external memory space (nw) AJR2018-01-231-6/+12
* mcs48: Use 11-bit offsets now (nw) AJR2018-01-231-30/+30
* mcs48: Program counter wraps at 11 bits AJR2018-01-231-2/+6
* UPI lacks MB0/MB1 paging (nw) AJR2018-01-232-2/+2
* mcs48, s2650: Use paged mode for disassembler AJR2018-01-232-0/+12
* emumem: API change [O. Galibert] Olivier Galibert2017-11-292-2/+2