| Commit message (Expand) | Author | Age | Files | Lines |
* | namco/namcos12.cpp: Restored mnemonic clone suffixes. |  Vas Crabb | 2024-10-27 | 1 | -11/+10 |
* | technodr: lower analog controls keydelta |  hap | 2024-10-25 | 1 | -0/+1 |
* | h8_sci: Disable logging by default & don't log debugger reads. |  smf- | 2024-10-25 | 1 | -44/+49 |
* | h8_sci: add safety check in internal_update for possible negative ticks, |  hap | 2024-07-11 | 1 | -1/+2 |
* | h8: add system clock getter (divided clock()) |  hap | 2024-07-11 | 1 | -9/+9 |
* | h8: add more variables to savestate, |  hap | 2024-03-18 | 1 | -11/+13 |
* | h8: fix standby time travel problem |  hap | 2024-03-04 | 1 | -10/+20 |
* | h8_sci: Suppress SCK transition at end of transmit sequence, yet again |  AJR | 2024-03-02 | 1 | -2/+1 |
* | h8_sci: Fix sync transmissions |  Olivier Galibert | 2024-02-29 | 1 | -5/+14 |
* | h8_sci: Entirely revise clocking |  Olivier Galibert | 2024-02-29 | 1 | -296/+237 |
* | h8 sci: use logmacro |  Olivier Galibert | 2024-02-25 | 1 | -52/+56 |
* | Revert "temp revert for for 0.263 of https://github.com/mamedev/mame/commit/e... |  hap | 2024-02-24 | 1 | -86/+171 |
* | temp revert for for 0.263 of https://github.com/mamedev/mame/commit/e4e5f3d91... |  hap | 2024-02-24 | 1 | -171/+86 |
* | Revert "h8_sci: Suppress SCK transition at end of transmit sequence (fixes re... |  hap | 2024-02-24 | 1 | -10/+2 |
* | h8_sci: Suppress SCK transition at end of transmit sequence (fixes regression... |  AJR | 2024-02-20 | 1 | -2/+10 |
* | h8_sci: set logerror verbosity to 0 (performance issue in gk2000), |  hap | 2024-02-20 | 1 | -7/+7 |
* | Split rx and tx clocks to make full duplex work |  Olivier Galibert | 2024-02-20 | 1 | -90/+175 |
* | m6800,h8: shorthand variable types |  hap | 2024-02-14 | 1 | -29/+29 |
* | h8_intc: h8h does not have 16-bit iscr, add support for rising edge interrupts |  hap | 2024-02-14 | 1 | -1/+1 |
* | cxg: renamed some source files |  hap | 2024-02-13 | 1 | -1/+1 |
* | h8: add software standby mode and optional nvram |  hap | 2024-02-10 | 1 | -2/+2 |
* | Miscellaneous cleanup |  Vas Crabb | 2023-06-24 | 1 | -1/+2 |
* | h8_sci: Bring interface up in the cpu |  Olivier Galibert | 2023-06-08 | 1 | -17/+16 |
* | h8: Use finders |  Olivier Galibert | 2023-06-06 | 1 | -12/+4 |
* | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 1 | -2/+2 |
* | h8: m_ify |  Olivier Galibert | 2023-05-28 | 1 | -312/+312 |
* | cpu/h8, cpu/tms32010, cpu/tms32025: Replaced sprintf with type-safe equivalen... |  Erik | 2023-03-14 | 1 | -49/+55 |
* | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -7/+7 |
* | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -1/+1 |
* | h8_sci_device: don't set TDRE when receiving (#9051) |  Devin Acker | 2021-12-27 | 1 | -1/+0 |
* | h8: fixed race condition in SCI where a new byte was written right before the... |  arbee | 2020-11-29 | 1 | -0/+4 |
* | various devices and drivers: removed superfluous semicolons (nw) |  Ivan Vangelista | 2020-06-29 | 1 | -1/+1 |
* | finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) |  Ivan Vangelista | 2020-06-18 | 1 | -13/+13 |
* | mu100: Make some noise [O. Galibert] |  Olivier Galibert | 2018-11-05 | 1 | -6/+1 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -2/+2 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -1/+1 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -16/+16 |
* | srcclean and translation regeneration |  Vas Crabb | 2016-08-29 | 1 | -1/+1 |
* | H8 SCI: improvements |  superctr | 2016-08-21 | 1 | -1/+6 |
* | Cleanups and version bumpmame0174 |  Miodrag Milanovic | 2016-05-25 | 1 | -15/+15 |
* | h8: Add dtc, dma, watchdog (WIP) [O. Galibert] |  Olivier Galibert | 2016-04-27 | 1 | -68/+95 |
* | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -38/+38 |
* | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -38/+38 |
* | Cleanups and version bumpmame0168 |  Miodrag Milanovic | 2015-11-25 | 1 | -2/+2 |
* | Fixed uninitialized class members |  Miodrag Milanovic | 2015-11-19 | 1 | -1/+3 |
* | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -0/+692 |