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