summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h8/h8_timer16.cpp
Commit message (Expand)AuthorAgeFilesLines
* h8_timer: compare match event was off by 1 hap2024-03-191-12/+14
* h8: add more variables to savestate, hap2024-03-181-4/+2
* 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-1/+1
* h8_timer: fix edge with compare match if both tt and tgr are larger than coun... hap2024-03-021-2/+2
* h8_timer16: revert https://github.com/mamedev/mame/commit/b18bf9cade56c2289cf... hap2024-02-291-20/+37
* h8_timer: a way to fix (almost all?) missed events hap2024-02-281-17/+4
* h8_timer16: remove irq check from recalc_event for software that polls the ti... hap2024-02-281-19/+30
* h8_timer: edge case: if live counter is above m_counter_cycle, first count to... hap2024-02-281-14/+25
* h8_timer: remove impossible check, hap2024-02-281-5/+2
* h8_intc: don't detect an nmi at power-on when initial pin state is 'ASSERT_LI... hap2024-02-281-9/+12
* m6800,h8: shorthand variable types hap2024-02-141-59/+59
* h8_timer8: fix divide by 0 crash, hap2024-02-131-1/+8
* cxg: renamed some source files hap2024-02-131-2/+6
* h8: return 0xff for unconnected digital input ports, hap2024-02-111-1/+2
* h8: fix mu100 regression with 16bit timer hap2024-02-101-2/+2
* 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-4/+20
* h8: add h8/325 interrupt controller and 16bit timer, hap2024-02-071-5/+91
* Miscellaneous cleanup Vas Crabb2023-06-241-1/+1
* h8: Use finders Olivier Galibert2023-06-061-76/+6
* Clean up several sprintf() deprecation warningss in non-3rdparty code. [R. Be... arbee2023-06-031-1/+1
* h8: m_ify Olivier Galibert2023-05-281-243/+243
* New machines marked as NOT_WORKING hap2022-05-221-1/+1
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-181-35/+35
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-12/+10
* Self-registering devices prep: Vas Crabb2017-02-271-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-25/+25
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-251-7/+7
* h8: Add dtc, dma, watchdog (WIP) [O. Galibert] Olivier Galibert2016-04-271-62/+46
* reverting: Miodrag Milanovic2016-01-201-52/+52
* 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-52/+52
* 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/+755