Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | swx00: Initial buggy noise | 2024-03-27 | 1 | -32/+16 | |
| | | | | h8: correct division of negative numbers | ||||
* | The abs16/abs32 variants of the bit operations seem to have been introduced ↵ | 2024-03-07 | 1 | -36/+36 | |
| | | | | in the h8s2000 | ||||
* | h8h: fix rte in normal mode | 2024-03-07 | 1 | -9/+8 | |
| | |||||
* | h8h: fix N flag with exts opcode, | 2024-03-07 | 1 | -15/+7 | |
| | | | | | h8h: fix regression with jsr abs8i, h8h: fix bst abs16 opcode | ||||
* | h8: fix standby time travel problem | 2024-03-04 | 1 | -0/+2 | |
| | |||||
* | h8: fix absolute address bst/bist opcode IMM data | 2024-03-02 | 1 | -2/+2 | |
| | |||||
* | h8: correct interrupt timing after software standby | 2024-02-24 | 1 | -4/+5 | |
| | |||||
* | m6800,h8: shorthand variable types | 2024-02-14 | 1 | -63/+63 | |
| | |||||
* | h8: RTE does not block interrupts | 2024-02-14 | 1 | -4/+4 | |
| | |||||
* | h8: add software standby mode and optional nvram | 2024-02-10 | 1 | -1/+5 | |
| | |||||
* | h8: change bsr rel16 fetch_noinc back to internal(1) | 2024-02-09 | 1 | -1/+1 | |
| | |||||
* | h8: add fetch_noinc for jsr opcodes, add preliminary support for ↵ | 2024-02-09 | 1 | -9/+30 | |
| | | | | movfpe/movtpe, fix mov with negative disp for h8/300 | ||||
* | h8: fix jsr abs8i return address | 2024-02-09 | 1 | -3/+2 | |
| | |||||
* | h8: like subx, addx does not modify Z flag if result is 0, | 2024-02-08 | 1 | -34/+26 | |
| | | | | h8: correct H8/300 opcode map (i suspect H8/300H also has opcodes in the map that belong to newer arch but didnt check) | ||||
* | h8: Fix divs. Fixes the voice volumes in the mu100 | 2023-11-05 | 1 | -6/+6 | |
| | |||||
* | h8_dma: reorganize, upgrade | 2023-06-06 | 1 | -16/+18 | |
| | |||||
* | h8: m_ify | 2023-05-28 | 1 | -1325/+1325 | |
| | |||||
* | h8: Make fully wait-states compatible | 2023-05-27 | 1 | -375/+396 | |
| | |||||
* | h8, sh2: Add exception hook calls | 2022-09-23 | 1 | -0/+4 | |
| | |||||
* | h8: MULXS & MULXU are slower without a MAC | 2022-07-24 | 1 | -4/+4 | |
| | |||||
* | Casio CTK-551 [Daivn Acker] | 2021-10-13 | 1 | -5/+10 | |
| | | | | | | * New machine marked as NOT_WORKING ---------------------------------- Casio CTK-551 [Devin Acker] | ||||
* | h8: fix shal2 | 2020-11-29 | 1 | -1/+1 | |
| | |||||
* | h8s2000: Allow ANDC, ORC and XORC operations on EXR; correct disassembly for ↵ | 2020-06-14 | 1 | -3/+18 | |
| | | | | multiword instructions with 8-bit immediate operands | ||||
* | Fixed h8 instruction eepmov.b (used r4h instead of r4l) (#2253) | 2017-04-24 | 1 | -4/+8 | |
| | | | | | | Added support for non-autorequest DMA (DREQ edge, DREQ level) in h8 Added support for H8/300H to h8_dma (previously only H8/300S supported) Added DMA channels to H8/3002 Added RTMCSR register to H8/3002 | ||||
* | NOTICE (TYPE NAME CONSOLIDATION) | 2016-10-22 | 1 | -62/+62 | |
| | | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8 | ||||
* | h8: Add dtc, dma, watchdog (WIP) [O. Galibert] | 2016-04-27 | 1 | -0/+69 | |
| | | | | | h8: Fixes, lots of [O. Galibert] cybiko: Make work a little emore, add v1 flash [O. Galibert] | ||||
* | Add license to files that were not part of build or are containing data to ↵ | 2016-03-05 | 1 | -0/+2 | |
| | | | | build sources for cpu emulation (nw) | ||||
* | Move all devices into separate part of src tree (nw) | 2015-09-13 | 1 | -0/+2811 | |