summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h8/h8_timer8.cpp
Commit message (Expand)AuthorAgeFilesLines
* h8_timer: compare match event was off by 1 hap2024-03-191-15/+17
* h8: add more variables to savestate, hap2024-03-181-7/+19
* New working systems hap2024-03-051-0/+3
* h8: fix standby time travel problem hap2024-03-041-2/+13
* h8_timer8: remove unneeded timer_tick function, hap2024-03-031-45/+13
* h8_timer: fix edge with compare match if both tt and tgr are larger than coun... hap2024-03-021-1/+1
* h8_timer: a way to fix (almost all?) missed events hap2024-02-281-3/+3
* h8_timer: edge case: if live counter is above m_counter_cycle, first count to... hap2024-02-281-7/+17
* h8_timer: remove impossible check, hap2024-02-281-3/+1
* h8_intc: don't detect an nmi at power-on when initial pin state is 'ASSERT_LI... hap2024-02-281-1/+3
* m6800,h8: shorthand variable types hap2024-02-141-20/+20
* h8_timer8: small correction in recalc_event hap2024-02-141-1/+1
* h8_timer8: fix divide by 0 crash, hap2024-02-131-1/+1
* New working systems hap2024-02-071-0/+2
* h8_timer16: status flags are set no matter the irq enable flags, add trampoli... hap2024-02-071-0/+12
* Miscellaneous cleanup Vas Crabb2023-06-241-1/+1
* h8: Use finders Olivier Galibert2023-06-061-37/+4
* h8: m_ify Olivier Galibert2023-05-281-152/+152
* cpu/h8, cpu/tms32010, cpu/tms32025: Replaced sprintf with type-safe equivalen... Erik2023-03-141-14/+14
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-181-8/+8
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-8/+6
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-12/+12
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-251-3/+3
* h8: Add dtc, dma, watchdog (WIP) [O. Galibert] Olivier Galibert2016-04-271-19/+26
* reverting: Miodrag Milanovic2016-01-201-19/+19
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-19/+19
* clang-modernize part 6 Miodrag Milanovic2015-12-041-7/+7
* clang-modernize part 3 Miodrag Milanovic2015-12-041-2/+2
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-1/+1
* Fixed uninitialized class members Miodrag Milanovic2015-11-191-2/+4
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+373