summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6800 (follow)
Commit message (Expand)AuthorAgeFilesLines
* m6801: fix new regression with eat_cycles hap3 days2-2/+15
* m6801: revert changes to serial emulation from a4cf1316fa003f73193c3010984a37... hap2024-03-242-123/+29
* hd6301x: fix missed timer 2 event(s) when tconr < elapsed counts, hap2024-03-232-65/+158
* misc: small cleanups hap2024-03-232-8/+8
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-22/+23
* m6801: add input ports ddr override mask hap2024-02-222-25/+56
* New working systems hap2024-02-211-0/+2
* m6800,h8: shorthand variable types hap2024-02-147-483/+483
* 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-245-80/+99
* New working systems hap2024-01-232-16/+11
* hd6301: fix SLP during pending interrupt hap2024-01-235-163/+111
* ctvboy: correct copypaste mistake in swlist, hap2024-01-171-4/+4
* mc6801u4: add timer output compare 2/3 regs, hap2024-01-172-74/+358
* Cleanup, and adding escaped characters to comments. Vas Crabb2023-12-261-2/+2
* hd6301: save more internal registers to nvram hap2023-12-242-64/+72
* hd6301x/y: ddr1/ddr3 is 1-bit hap2023-12-232-12/+19
* 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-052-2/+17
* hd6301: ST IMM opcodes cause a trap interrupt hap2023-12-042-68/+72
* m6800: move m6801 TODO over to m6801.cpp hap2023-12-042-8/+16
* hd6301: RTI after TRAP returns to the address where the trap error occured hap2023-12-041-0/+1
* hd6301: port output latches are kept intact when in standby mode, x0 does not... hap2023-12-042-10/+117
* m6801: port data latches are not initialized at reset hap2023-12-031-1/+0
* New working systems hap2023-11-212-1/+2
* m6801: add setter for nvram battery status hap2023-11-212-2/+13
* m6801: add support for canned nvram hap2023-11-122-23/+44
* ccompan2: correct rom load offset, hap2023-11-112-12/+10
* m6801: Move RAM, ROM and I/O areas into internal maps for all variants (inclu... AJR2023-11-112-43/+198
* 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-102-7/+38
* m6801: add standby pin hap2023-11-104-27/+56
* m6800, m6805: Use manufacturer's syntax for disassembling indexed addressing ... AJR2023-08-131-3/+3
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-172-27/+6
* m6801: remove i/o ports tri-state callback hap2023-06-162-31/+15
* m6801: add i/o ports tri-state callback, hap2023-06-162-13/+31
* turbo,zaxxon: set 8255 tristate to 0, hap2023-06-164-38/+76
* sega/puckpkmn.cpp: Made Puckman Pockimon set showing Sun Mixing copyright the... Vas Crabb2023-05-311-0/+1
* 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-132-8/+7
* Interrupt callback rationalization AJR2023-03-112-6/+4
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+1
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* Debugger feature improvements AJR2022-03-271-0/+2
* srcclean for release Vas Crabb2021-05-231-1/+1