summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h8/h83042.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/+13
|
* 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-18/+16
|
* h8_dma: reorganize, upgrade Olivier Galibert2023-06-061-0/+26
|
* h8: Use finders Olivier Galibert2023-06-061-105/+105
|
* h8: m_ify Olivier Galibert2023-05-281-53/+53
|
* 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
* cdr-254sh: Skeleton Olivier Galibert2021-05-101-0/+263