| Commit message (Expand) | Author | Age | Files | Lines |
* | misc cpu: no need to check debug enabled flag manually |  hap | 12 days | 1 | -1/+1 |
* | h8: don't save the mode settings, move mac_saturating var to h8s2600 and hook... |  hap | 2024-03-18 | 1 | -5/+0 |
* | h8: add more variables to savestate, |  hap | 2024-03-18 | 1 | -2/+14 |
* | h8: add internal rom to address map for some h8 devices |  hap | 2024-03-07 | 1 | -0/+2 |
* | h8: fix standby time travel problem |  hap | 2024-03-04 | 1 | -5/+3 |
* | h8: add h8s/2319 family, make 2320 (now renamed to 2329) a subdevice, |  hap | 2024-03-04 | 1 | -0/+4 |
* | h8_timer: fix edge with compare match if both tt and tgr are larger than coun... |  hap | 2024-03-02 | 1 | -2/+2 |
* | h8: fix addx8/subx8 H flag when C=1 |  hap | 2024-03-02 | 1 | -28/+30 |
* | h8_sci: Entirely revise clocking |  Olivier Galibert | 2024-02-29 | 1 | -0/+2 |
* | util/ioprocs.cpp: Added wrappers for common patterns. (#11608) |  Vas Crabb | 2024-02-25 | 1 | -6/+4 |
* | h8: correct interrupt timing after software standby |  hap | 2024-02-24 | 1 | -10/+16 |
* | h8: appears to be better for performance without virtual calls for r/w functions |  hap | 2024-02-18 | 1 | -8/+28 |
* | m6800,h8: shorthand variable types |  hap | 2024-02-14 | 1 | -173/+173 |
* | h8: RTE does not block interrupts |  hap | 2024-02-14 | 1 | -0/+7 |
* | h8_timer8: fix divide by 0 crash, |  hap | 2024-02-13 | 1 | -1/+1 |
* | cxg: renamed some source files |  hap | 2024-02-13 | 1 | -2/+6 |
* | h8: return 0xff for unconnected digital input ports, |  hap | 2024-02-11 | 1 | -4/+8 |
* | h8: add software standby mode and optional nvram |  hap | 2024-02-10 | 1 | -2/+85 |
* | h8: improve cycle timing for pre-h8s arch |  hap | 2024-02-09 | 1 | -33/+8 |
* | h8: like subx, addx does not modify Z flag if result is 0, |  hap | 2024-02-08 | 1 | -4/+4 |
* | h8: remove unnneeded mask after prev commit, |  hap | 2024-02-08 | 1 | -3/+3 |
* | h8: fix add/sub16 H flag, fix rotxl2 lsb |  hap | 2024-02-08 | 1 | -5/+5 |
* | h8/325: add md pins callback, |  hap | 2024-02-08 | 1 | -11/+5 |
* | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -8/+2 |
* | coinmvga: Incremental improvements |  AJR | 2023-06-12 | 1 | -1/+8 |
* | h8_sci: Bring interface up in the cpu |  Olivier Galibert | 2023-06-08 | 1 | -0/+5 |
* | h8 io: More simplifications, thanks everyone for the pointers |  Olivier Galibert | 2023-06-08 | 1 | -14/+8 |
* | h8_adc, h8_port: convert i/o to devcb at cpu level |  Olivier Galibert | 2023-06-08 | 1 | -0/+36 |
* | h8_dma: reorganize, upgrade |  Olivier Galibert | 2023-06-06 | 1 | -11/+35 |
* | h8: m_ify |  Olivier Galibert | 2023-05-28 | 1 | -529/+530 |
* | h8: Make fully wait-states compatible |  Olivier Galibert | 2023-05-27 | 1 | -9/+2 |
* | zr36110: Add skeleton |  Olivier Galibert | 2023-05-07 | 1 | -2/+2 |
* | ctk551.cpp: New working machines (#9929) |  Devin Acker | 2022-08-12 | 1 | -4/+4 |
* | h8: MULXS & MULXU are slower without a MAC |  AJR | 2022-07-24 | 1 | -0/+1 |
* | src/devices/cpu: Remove #include "debugger.h" where no longer necessary |  AJR | 2022-04-06 | 1 | -1/+0 |
* | Casio CTK-551 [Daivn Acker] |  Devin Acker | 2021-10-13 | 1 | -25/+68 |
* | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 1 | -9/+9 |
* | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 1 | -4/+4 |
* | h8: Make debug PC adjustment and breakpoints actually work |  AJR | 2019-10-03 | 1 | -5/+12 |
* | h83002, h83003, h83006, h83008, h83048: Add configuration option to restrict ... |  AJR | 2019-07-21 | 1 | -2/+9 |
* | diexec: Interrupt API changes (nw) |  AJR | 2018-05-18 | 1 | -0/+5 |
* | emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... |  Olivier Galibert | 2018-05-11 | 1 | -3/+3 |
* | Reshuffle some stuff: |  Vas Crabb | 2018-03-28 | 1 | -2/+2 |
* | don't pass so many naked pointers around (nw) |  Vas Crabb | 2018-03-25 | 1 | -2/+2 |
* | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 1 | -1/+1 |
* | emumem: API change [O. Galibert] |  Olivier Galibert | 2017-11-29 | 1 | -1/+1 |
* | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 1 | -250/+6 |
* | make device_memory_interface slightly less of a special case, use a typedef t... |  Vas Crabb | 2017-07-10 | 1 | -2/+2 |
* | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 1 | -4/+5 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -2/+2 |