summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h8/h8.lst
Commit message (Collapse)AuthorAgeFilesLines
* swx00: Initial buggy noise Olivier Galibert2024-03-271-32/+16
| | | | h8: correct division of negative numbers
* The abs16/abs32 variants of the bit operations seem to have been introduced ↵ Olivier Galibert2024-03-071-36/+36
| | | | in the h8s2000
* h8h: fix rte in normal mode hap2024-03-071-9/+8
|
* h8h: fix N flag with exts opcode, hap2024-03-071-15/+7
| | | | | h8h: fix regression with jsr abs8i, h8h: fix bst abs16 opcode
* h8: fix standby time travel problem hap2024-03-041-0/+2
|
* h8: fix absolute address bst/bist opcode IMM data hap2024-03-021-2/+2
|
* h8: correct interrupt timing after software standby hap2024-02-241-4/+5
|
* m6800,h8: shorthand variable types hap2024-02-141-63/+63
|
* h8: RTE does not block interrupts hap2024-02-141-4/+4
|
* h8: add software standby mode and optional nvram hap2024-02-101-1/+5
|
* h8: change bsr rel16 fetch_noinc back to internal(1) hap2024-02-091-1/+1
|
* h8: add fetch_noinc for jsr opcodes, add preliminary support for ↵ hap2024-02-091-9/+30
| | | | movfpe/movtpe, fix mov with negative disp for h8/300
* h8: fix jsr abs8i return address hap2024-02-091-3/+2
|
* h8: like subx, addx does not modify Z flag if result is 0, hap2024-02-081-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 Olivier Galibert2023-11-051-6/+6
|
* h8_dma: reorganize, upgrade Olivier Galibert2023-06-061-16/+18
|
* h8: m_ify Olivier Galibert2023-05-281-1325/+1325
|
* h8: Make fully wait-states compatible Olivier Galibert2023-05-271-375/+396
|
* h8, sh2: Add exception hook calls AJR2022-09-231-0/+4
|
* h8: MULXS & MULXU are slower without a MAC AJR2022-07-241-4/+4
|
* Casio CTK-551 [Daivn Acker] Devin Acker2021-10-131-5/+10
| | | | | | * New machine marked as NOT_WORKING ---------------------------------- Casio CTK-551 [Devin Acker]
* h8: fix shal2 Olivier Galibert2020-11-291-1/+1
|
* h8s2000: Allow ANDC, ORC and XORC operations on EXR; correct disassembly for ↵ AJR2020-06-141-3/+18
| | | | multiword instructions with 8-bit immediate operands
* Fixed h8 instruction eepmov.b (used r4h instead of r4l) (#2253) BartmanAbyss2017-04-241-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) Miodrag Milanovic2016-10-221-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] Olivier Galibert2016-04-271-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 ↵ Miodrag Milanovic2016-03-051-0/+2
| | | | build sources for cpu emulation (nw)
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+2811