| Commit message (Expand) | Author | Age | Files | Lines |
| * | h8_timer: compare match event was off by 1 |  hap | 2024-03-19 | 1 | -12/+14 |
| * | h8: add more variables to savestate, |  hap | 2024-03-18 | 1 | -4/+2 |
| * | New working systems |  hap | 2024-03-05 | 1 | -0/+3 |
| * | h8: fix standby time travel problem |  hap | 2024-03-04 | 1 | -2/+13 |
| * | h8_timer8: remove unneeded timer_tick function, |  hap | 2024-03-03 | 1 | -1/+1 |
| * | h8_timer: fix edge with compare match if both tt and tgr are larger than coun... |  hap | 2024-03-02 | 1 | -2/+2 |
| * | h8_timer16: revert https://github.com/mamedev/mame/commit/b18bf9cade56c2289cf... |  hap | 2024-02-29 | 1 | -20/+37 |
| * | h8_timer: a way to fix (almost all?) missed events |  hap | 2024-02-28 | 1 | -17/+4 |
| * | h8_timer16: remove irq check from recalc_event for software that polls the ti... |  hap | 2024-02-28 | 1 | -19/+30 |
| * | h8_timer: edge case: if live counter is above m_counter_cycle, first count to... |  hap | 2024-02-28 | 1 | -14/+25 |
| * | h8_timer: remove impossible check, |  hap | 2024-02-28 | 1 | -5/+2 |
| * | h8_intc: don't detect an nmi at power-on when initial pin state is 'ASSERT_LI... |  hap | 2024-02-28 | 1 | -9/+12 |
| * | m6800,h8: shorthand variable types |  hap | 2024-02-14 | 1 | -59/+59 |
| * | h8_timer8: fix divide by 0 crash, |  hap | 2024-02-13 | 1 | -1/+8 |
| * | cxg: renamed some source files |  hap | 2024-02-13 | 1 | -2/+6 |
| * | h8: return 0xff for unconnected digital input ports, |  hap | 2024-02-11 | 1 | -1/+2 |
| * | h8: fix mu100 regression with 16bit timer |  hap | 2024-02-10 | 1 | -2/+2 |
| * | New working systems |  hap | 2024-02-07 | 1 | -0/+2 |
| * | h8_timer16: status flags are set no matter the irq enable flags, add trampoli... |  hap | 2024-02-07 | 1 | -4/+20 |
| * | h8: add h8/325 interrupt controller and 16bit timer, |  hap | 2024-02-07 | 1 | -5/+91 |
| * | Miscellaneous cleanup |  Vas Crabb | 2023-06-24 | 1 | -1/+1 |
| * | h8: Use finders |  Olivier Galibert | 2023-06-06 | 1 | -76/+6 |
| * | Clean up several sprintf() deprecation warningss in non-3rdparty code. [R. Be... |  arbee | 2023-06-03 | 1 | -1/+1 |
| * | h8: m_ify |  Olivier Galibert | 2023-05-28 | 1 | -243/+243 |
| * | New machines marked as NOT_WORKING |  hap | 2022-05-22 | 1 | -1/+1 |
| * | finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) |  Ivan Vangelista | 2020-06-18 | 1 | -35/+35 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -12/+10 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -4/+4 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -25/+25 |
| * | Cleanups and version bumpmame0174 |  Miodrag Milanovic | 2016-05-25 | 1 | -7/+7 |
| * | h8: Add dtc, dma, watchdog (WIP) [O. Galibert] |  Olivier Galibert | 2016-04-27 | 1 | -62/+46 |
| * | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -52/+52 |
| * | Revert "rest of device parameters to std::string (nw)" |  Miodrag Milanovic | 2016-01-20 | 1 | -1/+1 |
| * | rest of device parameters to std::string (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -1/+1 |
| * | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -52/+52 |
| * | clang-modernize part 3 |  Miodrag Milanovic | 2015-12-04 | 1 | -2/+2 |
| * | Cleanups and version bumpmame0168 |  Miodrag Milanovic | 2015-11-25 | 1 | -1/+1 |
| * | Fixed uninitialized class members |  Miodrag Milanovic | 2015-11-19 | 1 | -2/+4 |
| * | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -0/+755 |