summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h8/h83032.cpp
Commit message (Collapse)AuthorAgeFilesLines
* h8: return 0xff when reading from port DDR (eg. RMW opcodes on DDR) hap2024-05-291-10/+10
|
* h8: fix standby time travel problem hap2024-03-041-0/+12
|
* h8(cpu devices): add variables to save_item hap2024-02-231-0/+1
|
* m6800,h8: shorthand variable types hap2024-02-141-8/+8
|
* h8_sci: Bring interface up in the cpu Olivier Galibert2023-06-081-9/+8
|
* h8: Use finders Olivier Galibert2023-06-061-100/+100
|
* h8: m_ify Olivier Galibert2023-05-281-54/+54
|
* Interrupt callback rationalization AJR2023-03-111-1/+1
| | | | | | | | | | | - Make CPUs pass interrupt return PC as a second argument to standard_irq_callback - Add interrupt return PC to "Stopped at interrupt" message produced by debugger 'gint' command - Add messages to trace logs whenever interrupts are accepted - Attempt to step over interrupt routines for applicable debugger commands - Eliminate standard_irq_callback_member wrapper method - Update many CPU cores to invoke standard_irq_callback at the start of or during interrupt processing, rather than at the end or when the input line changes - Remove IRQ callbacks for some input lines that never cause interrupts - mb88xx, mcs48: Add IRQ callbacks for internal interrupts
* h8: Add the h8/3032 Olivier Galibert2021-04-071-0/+253