summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h8/h8_intc.cpp
Commit message (Expand)AuthorAgeFilesLines
* srcclean and cleanup Vas Crabb2024-05-261-1/+1
* New systems marked not working Olivier Galibert2024-05-131-1/+1
* h8: add more variables to savestate, hap2024-03-181-12/+26
* h8_adc: 2320 ADCR CKS1 is on bit 3, correct typo, hap2024-03-031-20/+0
* h8_intc: don't detect an nmi at power-on when initial pin state is 'ASSERT_LI... hap2024-02-281-9/+9
* m6800,h8: shorthand variable types hap2024-02-141-27/+27
* h8_intc: revert confusing change hap2024-02-141-5/+5
* h8_intc: don't clear irq pin inputs at reset hap2024-02-141-1/+2
* h8_intc: base h8 does not have ISR hap2024-02-141-13/+15
* h8_intc: h8h does not have 16-bit iscr, add support for rising edge interrupts hap2024-02-141-57/+88
* h8_timer8: fix divide by 0 crash, hap2024-02-131-0/+9
* h8_timer16: status flags are set no matter the irq enable flags, add trampoli... hap2024-02-071-3/+3
* h8: add h8/325 interrupt controller and 16bit timer, hap2024-02-071-16/+36
* h8: add preliminary h8/325 hap2024-02-061-2/+2
* srcclean in preparation for MAME 0.260 release branch Vas Crabb2023-10-221-1/+1
* mu50: Add the db50xg roms. They may even be the correct ones Olivier Galibert2023-09-291-1/+1
* Miscellaneous cleanup Vas Crabb2023-06-241-0/+2
* h8_sci: Bring interface up in the cpu Olivier Galibert2023-06-081-0/+2
* h8: Use finders Olivier Galibert2023-06-061-7/+2
* h8: m_ify Olivier Galibert2023-05-281-92/+91
* ctk551.cpp: New working machines (#9929) Devin Acker2022-08-121-6/+25
* Casio CTK-551 [Daivn Acker] Devin Acker2021-10-131-6/+23
* h8 intc: Fix nmi on h8/300 Olivier Galibert2021-09-151-5/+5
* h8_intc.cpp: fix interpretation of IPR bits for the H8S CPUs. psr340 boots no... arbee2020-11-281-1/+1
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-181-22/+22
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-11/+10
* Self-registering devices prep: Vas Crabb2017-02-271-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-5/+5
* h8: Add dtc, dma, watchdog (WIP) [O. Galibert] Olivier Galibert2016-04-271-12/+14
* reverting: Miodrag Milanovic2016-01-201-15/+15
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-15/+15
* Fixed uninitialized class members Miodrag Milanovic2015-11-191-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+385