summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6800
Commit message (Expand)AuthorAgeFilesLines
* cpu/m6800/m6801.cpp: Corrected the ICR read handlers. (#13799) m1macrophage2025-06-091-2/+2
* m6800: add dummy read to CLR opcode [blueonesarefaster] hap2025-01-121-2/+2
* 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-122-8/+10
* 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
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-272-26/+26
* diexec: remove vestigal execute_input_lines() hap2024-09-182-2/+0
* m6801: fix new regression with eat_cycles hap2024-04-162-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