summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h8/h8325.cpp
Commit message (Expand)AuthorAgeFilesLines
* h8_sci: add safety check in internal_update for possible negative ticks, hap2024-07-111-8/+13
* h8: return 0xff when reading from port DDR (eg. RMW opcodes on DDR) hap2024-05-291-7/+7
* misc hap disasm: correction to prev commit hap2024-03-071-2/+2
* h8: add internal rom to address map for some h8 devices hap2024-03-071-10/+14
* h8: fix standby time travel problem hap2024-03-041-0/+9
* h8_timer: fix edge with compare match if both tt and tgr are larger than coun... hap2024-03-021-2/+4
* h8: add basic support for h8/3217, hap2024-02-251-4/+4
* h8325: use device arrays hap2024-02-231-49/+44
* m6800,h8: shorthand variable types hap2024-02-141-12/+12
* h8_intc: base h8 does not have ISR hap2024-02-141-1/+1
* h8_intc: h8h does not have 16-bit iscr, add support for rising edge interrupts hap2024-02-141-4/+7
* h8: add software standby mode and optional nvram hap2024-02-101-3/+16
* h8/325: add md pins callback, hap2024-02-081-2/+14
* New working systems hap2024-02-071-0/+3
* h8_timer16: status flags are set no matter the irq enable flags, add trampoli... hap2024-02-071-5/+6
* h8: add h8/325 interrupt controller and 16bit timer, hap2024-02-071-12/+7
* h8: add preliminary h8/325 hap2024-02-061-0/+210