summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6809
Commit message (Expand)AuthorAgeFilesLines
* m6809: don't reset physical input pins state at device_reset hap2025-06-152-3/+1
* 6809dasm: use < symbol for direct addressing hap2025-06-041-19/+19
* hd6309: correct branch cycles in native mode hap2025-05-161-10/+2
* srcclean in preparation for release. Vas Crabb2025-04-271-1/+1
* konami.lst: correction to prev commit with shift count hap2025-04-061-10/+10
* konami cpu: shift amount for the extra shift opcodes is 4-bit [Jim Westfall] hap2025-04-061-5/+5
* konami cpu dasm: be consistent with uppercase data and reg names, renamed som... hap2025-04-062-107/+107
* konami cpu: set EXG/TFR reg A high byte to 0x10 hap2025-04-032-12/+4
* konami cpu: corrections to EXG/TFR opcode [hap, Jim Westfall] hap2025-04-023-46/+58
* srumbler: lower screen refresh rate, hap2024-12-071-3/+3
* dataeast/metlclsh.cpp: convert to set_raw angelosa2024-12-041-1/+1
* m6809: Revert speculative change AJR2024-11-171-1/+1
* diexec: Add callback to allow debugger to break into the middle of wait-type ... AJR2024-11-173-22/+4
* m6809: Remove fake SWI interrupt line, replacing interrupt callback with exce... AJR2024-11-103-7/+16
* m6809: Add interrupt vector read callback AJR2024-11-014-2/+19
* m6809: Mask PCR-mode addresses in disassembly AJR2024-10-301-2/+2
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-273-5/+5
* diexec: remove vestigal execute_input_lines() hap2024-09-182-12/+0
* bus/ieee488: Added HP9133 Floppy/Fixed disk drive. (#12561) Sven Schnelle2024-07-183-2/+8
* cpu/m6809/m6809make.py: Fixed invalid escape sequence warnings. Vas Crabb2024-04-231-2/+2
* hd6309.cpp: Fix index addressing modes (#12016) tim lindner2024-02-081-4/+5
* m6809/konami: looped opcodes make more sense like this hap2024-02-052-12/+15
* fidelity elite,6x09dasm: update notes hap2023-11-162-18/+0
* 6x09dasm: remove old license comment hap2023-11-152-9/+0
* m6809,6522via,6840ptm: zerofill more variables at device start, hap2023-07-233-5/+17
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-172-7/+1
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-3/+4
* m6809: Set V flag on XDEC (#11259) tim lindner2023-05-211-1/+1
* srcclean in preparation for release Vas Crabb2023-04-231-2/+2
* m6809: Read reset vector during execute_run rather than device_reset to facil... AJR2023-04-083-6/+5
* add undocumented instructions and dissasembler (#11050) tim lindner2023-04-045-811/+1066
* Interrupt callback rationalization AJR2023-03-111-9/+9
* hd6309: Fix STBT instruction (#10781) tim lindner2023-01-031-4/+5
* srcclean in preparation for 0.251 branch Vas Crabb2022-12-251-1/+1
* m6809: rename *.ops to *.lst hap2022-12-184-5/+5
* m6809: srcclean *.ops files hap2022-12-184-1101/+1142
* m6809/konami: add IMM_IM from hd6309 hap2022-12-185-36/+29
* m6809/konami: no need for those safe_shift functions hap2022-12-153-91/+20
* m6809/konami: don't use m_opcode as a temp variable hap2022-12-153-30/+38
* m6809/konami: fix looped shift opcodes indexed mode hap2022-12-141-30/+82
* m6809/konami: fix carry flag on LSRD, ASRD hap2022-12-131-2/+2
* m6809/konami: update prev commit hap2022-12-131-0/+1
* m6809/konami: match indexed opcode timing with hd6309 hap2022-12-131-5/+5
* m6809/konami: enable 'hd6309 native mode' hap2022-12-139-54/+42
* m6809/konami: cpu has internal /4 divider hap2022-12-121-1/+1
* m6809/konami: hd6309_native_mode does not apply hap2022-12-111-2/+2
* 6x09 TFR / EXG Improvement (#10572) tim lindner2022-12-039-108/+132
* m6809: Simplify disassembly of pushes and pulls of both A and B AJR2022-07-221-4/+4
* m6809: Add support for stepping out AJR2022-06-161-5/+9
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-063-3/+0