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