summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h8
Commit message (Expand)AuthorAgeFilesLines
* h8_sci: correct m_ssr_read logic hap2026-04-051-1/+5
* h8_sci: add todo note hap2026-04-0517-59/+51
* cpu/h8/h8_adc.cpp: Wrap channel to avoid crash if end channel gets set lower ... Vas Crabb2025-05-021-6/+9
* New sound infrastructure. Olivier Galibert2025-04-272-6/+6
* misc cpu: no need to check debug enabled flag manually hap2025-04-111-1/+1
* casio/wk1800.cpp, sound/gt155.cpp: Added Casio WK-1800/WK-1600 music keyboard... Devin Acker2025-02-223-2/+2
* New systems marked not working Ivan Vangelista2025-01-071-1/+1
* h8_dma: Handle forced aborts AJR2024-12-082-1/+2
* srcclean and cleanup Vas Crabb2024-10-271-2/+2
* namco/namcos12.cpp: Restored mnemonic clone suffixes. Vas Crabb2024-10-271-11/+10
* technodr: lower analog controls keydelta hap2024-10-251-0/+1
* Added C77, custom H8 for Namco. smf-2024-10-252-0/+311
* h8_sci: Disable logging by default & don't log debugger reads. smf-2024-10-252-47/+53
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-2728-107/+107
* diexec: remove vestigal execute_input_lines() hap2024-09-181-1/+0
* h8: put register list enum under public hap2024-09-071-22/+22
* h8_sci: add safety check in internal_update for possible negative ticks, hap2024-07-112-9/+15
* h8: add system clock getter (divided clock()) hap2024-07-113-11/+12
* h8: return 0xff when reading from port DDR (eg. RMW opcodes on DDR) hap2024-05-2918-138/+138
* srcclean and cleanup Vas Crabb2024-05-261-1/+1
* New systems marked not working Olivier Galibert2024-05-131-1/+1
* gt913: fix 16-bit output port (used by ctk530 display) (#12344) Devin Acker2024-05-062-3/+4
* sh7042: Add dmac, mtu, adc, intc, sci, bsc. Separate A and non-A Olivier Galibert2024-05-021-1/+1
* New systems marked not working hap2024-03-271-0/+2
* swx00: Initial buggy noise Olivier Galibert2024-03-271-32/+16
* srcclean and fix indentation in preparation for MAME 0.264 branch. Vas Crabb2024-03-241-1/+1
* misc swx00 fixes Olivier Galibert2024-03-192-1/+4
* h8_timer: compare match event was off by 1 hap2024-03-192-27/+31
* mks3: first hle Olivier Galibert2024-03-182-2/+19
* swx00: Advance Olivier Galibert2024-03-182-33/+147
* h8: don't save the mode settings, move mac_saturating var to h8s2600 and hook... hap2024-03-186-8/+30
* h8: add more variables to savestate, hap2024-03-1813-47/+97
* ymmu*: invert lcd edge, hap2024-03-121-1/+1
* The abs16/abs32 variants of the bit operations seem to have been introduced i... Olivier Galibert2024-03-073-50/+65
* misc hap disasm: correction to prev commit hap2024-03-073-7/+7
* h8: add internal rom to address map for some h8 devices hap2024-03-079-56/+88
* h8: correct typo with dasm abs16 [Olivier Galibert] hap2024-03-071-1/+1
* h8h: fix rte in normal mode hap2024-03-071-9/+8
* h8h: fix N flag with exts opcode, hap2024-03-071-15/+7
* Re-add the subcomponents to the swx00 and tweak the adc Olivier Galibert2024-03-052-19/+5
* New working systems hap2024-03-054-9/+33
* h8: fix standby time travel problem hap2024-03-0447-38/+328
* h8: add h8s/2319 family, make 2320 (now renamed to 2329) a subdevice, hap2024-03-0413-779/+1035
* h8_adc: 2320 ADCR CKS1 is on bit 3, correct typo, hap2024-03-0310-45/+12
* Enhance the sh704x. MU128 MSTO, needs interrupts now. Olivier Galibert2024-03-031-1/+5
* h8_timer8: remove unneeded timer_tick function, hap2024-03-033-48/+15
* h8_sci: Suppress SCK transition at end of transmit sequence, yet again AJR2024-03-021-2/+1
* h8: fix absolute address bst/bist opcode IMM data hap2024-03-021-2/+2
* h8_timer: fix edge with compare match if both tt and tgr are larger than coun... hap2024-03-024-7/+9
* h8: fix addx8/subx8 H flag when C=1 hap2024-03-021-28/+30