summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6800/m6800.cpp
Commit message (Expand)AuthorAgeFilesLines
* dynax/ddenlovr.cpp, dynax/dynax.cpp: Improved DIP switches for mjflove and mj... Vas Crabb2024-12-141-3/+3
* m6805: don't decrement 0 cycles for illegal opcodes hap2024-12-121-4/+5
* seicross: z80/mcu are 3.072mhz afterall, add mcu waitstates, hap2024-11-201-2/+2
* diexec: Add callback to allow debugger to break into the middle of wait-type ... AJR2024-11-171-0/+1
* m6800,h8: shorthand variable types hap2024-02-141-23/+23
* m6800: remove ONE_MORE_INSN macro, re-add irq logmacro, hap2024-01-241-25/+30
* New working systems hap2024-01-231-14/+10
* hd6301: fix SLP during pending interrupt hap2024-01-231-21/+10
* hd6301: ST IMM opcodes cause a trap interrupt hap2023-12-041-32/+34
* m6800: move m6801 TODO over to m6801.cpp hap2023-12-041-8/+1
* ccompan2: correct rom load offset, hap2023-11-111-2/+0
* m6801: add standby pin hap2023-11-101-3/+4
* turbo,zaxxon: set 8255 tristate to 0, hap2023-06-161-1/+4
* Interrupt callback rationalization AJR2023-03-111-1/+1
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* bublbobl,kikikai: remove embedded mcu io ports emulation and use m6801 io map... hap2021-05-141-0/+2
* hd6301x: add overrides for port 3 data hap2021-05-141-2/+8
* hd6301y: small fix to port 6 handshake irq hap2021-05-131-16/+16
* m6800: remove outdated captain's log hap2021-05-101-27/+0
* m6800: account interrupt cycles for timer counter hap2021-05-101-32/+35
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-8/+7
* 6800ops: unneeded workaround? (nw) hap2020-04-061-6/+74
* m6801: Fixes and improvements AJR2020-03-131-0/+1
* m6802, nsc8105: Internalize internal RAM (nw) AJR2019-12-011-1/+15
* Correct a few CPU device names (nw) AJR2019-10-081-3/+3
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-5/+5
* Reshuffle some stuff: Vas Crabb2018-03-281-6/+6
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-8/+8
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-3/+3
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+3
* m6800, m6801: Error logging fixups (nw) AJR2018-01-041-3/+3
* Ch-ch-ch-ch-ch-checkpoint... (nw) Olivier Galibert2018-01-041-1/+1
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-2/+2
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-16/+8
* MC6800 LSR/ROR/ASR instructions set overflow flag to N XOR C (MT #6624) AJR2017-07-141-1/+1
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-3/+3
* m6800: Document more types (nw) AJR2017-07-061-5/+9
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-8/+10
* Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] Olivier Galibert2017-07-031-2/+2
* Quick and dirty split of most MC6801/MC6803/HD63701 features from base M6800 ... AJR2017-05-261-1204/+7
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-37/+28
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-9/+9
* Self-registering devices prep: Vas Crabb2017-02-271-10/+10
* Merge pull request #1317 from npwoods/disasm_stdstring Vas Crabb2016-11-211-16/+16
|\
| * Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-16/+16
* | Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-211-9/+9
|/
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-191-9/+9
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-221-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-47/+47
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-0/+1