summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6800/m6801.cpp
Commit message (Expand)AuthorAgeFilesLines
* m6805: don't decrement 0 cycles for illegal opcodes hap2024-12-121-4/+5
* m6801: fix new regression with eat_cycles hap2024-04-161-2/+14
* m6801: revert changes to serial emulation from a4cf1316fa003f73193c3010984a37... hap2024-03-241-114/+25
* hd6301x: fix missed timer 2 event(s) when tconr < elapsed counts, hap2024-03-231-62/+148
* misc: small cleanups hap2024-03-231-6/+6
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-22/+23
* m6801: add input ports ddr override mask hap2024-02-221-17/+37
* New working systems hap2024-02-211-0/+2
* m6800,h8: shorthand variable types hap2024-02-141-119/+119
* h8: add software standby mode and optional nvram hap2024-02-101-7/+7
* nvram: delete file on save if there's a write error or result file is 0 bytes hap2024-02-101-11/+10
* hd6301x: add irq pins to p5 read, hap2024-01-261-3/+17
* hd6301: instead of skip, zerofill nvram when no battery save hap2024-01-251-27/+29
* hd6301: don't save internal registers to nvram when it's not battery backed hap2024-01-251-20/+28
* m6800: remove ONE_MORE_INSN macro, re-add irq logmacro, hap2024-01-241-21/+35
* New working systems hap2024-01-231-2/+1
* hd6301: fix SLP during pending interrupt hap2024-01-231-130/+79
* ctvboy: correct copypaste mistake in swlist, hap2024-01-171-4/+4
* mc6801u4: add timer output compare 2/3 regs, hap2024-01-171-61/+318
* Cleanup, and adding escaped characters to comments. Vas Crabb2023-12-261-2/+2
* hd6301: save more internal registers to nvram hap2023-12-241-62/+72
* hd6301x/y: ddr1/ddr3 is 1-bit hap2023-12-231-12/+17
* hd6301: fix timer 2 serial clock hap2023-12-181-6/+4
* New working systems hap2023-12-141-4/+4
* m6801: mask unused ram ctrl reg bits hap2023-12-051-1/+14
* hd6301: ST IMM opcodes cause a trap interrupt hap2023-12-041-36/+38
* m6800: move m6801 TODO over to m6801.cpp hap2023-12-041-0/+15
* hd6301: port output latches are kept intact when in standby mode, x0 does not... hap2023-12-041-9/+101
* m6801: port data latches are not initialized at reset hap2023-12-031-1/+0
* New working systems hap2023-11-211-0/+1
* m6801: add setter for nvram battery status hap2023-11-211-2/+11
* m6801: add support for canned nvram hap2023-11-121-15/+35
* m6801: Move RAM, ROM and I/O areas into internal maps for all variants (inclu... AJR2023-11-111-29/+138
* rvoicepc: Correct address mapping of 65C51 and connect it to RS-232 terminal ... AJR2023-11-111-0/+2
* m6801: save ram control reg upper bits to 'nvram', hap2023-11-101-5/+30
* m6801: add standby pin hap2023-11-101-12/+38
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-21/+2
* m6801: remove i/o ports tri-state callback hap2023-06-161-17/+13
* m6801: add i/o ports tri-state callback, hap2023-06-161-13/+17
* turbo,zaxxon: set 8255 tristate to 0, hap2023-06-161-5/+42
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-1/+0
* Skeleton driver for 600 Cellular Activation Tester (#11225) MooglyGuy2023-05-131-6/+6
* Interrupt callback rationalization AJR2023-03-111-5/+3
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+1
* srcclean for release Vas Crabb2021-05-231-1/+1
* hd6301x: add overrides for port 3 data hap2021-05-141-25/+42
* hd6301y: small fix to port 6 handshake irq hap2021-05-131-37/+44
* hd6301y: preliminary support for port 6 handshaking hap2021-05-131-4/+92
* cop01: let's add imperfect sound flag for cop01 too hap2021-05-121-1/+1
* nb1412m2: don't return a bool for uint8 hap2021-05-121-1/+1