summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h8/h8_sci.cpp
Commit message (Expand)AuthorAgeFilesLines
* namco/namcos12.cpp: Restored mnemonic clone suffixes. Vas Crabb2024-10-271-11/+10
* technodr: lower analog controls keydelta hap2024-10-251-0/+1
* h8_sci: Disable logging by default & don't log debugger reads. smf-2024-10-251-44/+49
* h8_sci: add safety check in internal_update for possible negative ticks, hap2024-07-111-1/+2
* h8: add system clock getter (divided clock()) hap2024-07-111-9/+9
* h8: add more variables to savestate, hap2024-03-181-11/+13
* h8: fix standby time travel problem hap2024-03-041-10/+20
* h8_sci: Suppress SCK transition at end of transmit sequence, yet again AJR2024-03-021-2/+1
* h8_sci: Fix sync transmissions Olivier Galibert2024-02-291-5/+14
* h8_sci: Entirely revise clocking Olivier Galibert2024-02-291-296/+237
* h8 sci: use logmacro Olivier Galibert2024-02-251-52/+56
* Revert "temp revert for for 0.263 of https://github.com/mamedev/mame/commit/e... hap2024-02-241-86/+171
* temp revert for for 0.263 of https://github.com/mamedev/mame/commit/e4e5f3d91... hap2024-02-241-171/+86
* Revert "h8_sci: Suppress SCK transition at end of transmit sequence (fixes re... hap2024-02-241-10/+2
* h8_sci: Suppress SCK transition at end of transmit sequence (fixes regression... AJR2024-02-201-2/+10
* h8_sci: set logerror verbosity to 0 (performance issue in gk2000), hap2024-02-201-7/+7
* Split rx and tx clocks to make full duplex work Olivier Galibert2024-02-201-90/+175
* m6800,h8: shorthand variable types hap2024-02-141-29/+29
* h8_intc: h8h does not have 16-bit iscr, add support for rising edge interrupts hap2024-02-141-1/+1
* cxg: renamed some source files hap2024-02-131-1/+1
* h8: add software standby mode and optional nvram hap2024-02-101-2/+2
* Miscellaneous cleanup Vas Crabb2023-06-241-1/+2
* h8_sci: Bring interface up in the cpu Olivier Galibert2023-06-081-17/+16
* h8: Use finders Olivier Galibert2023-06-061-12/+4
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-2/+2
* h8: m_ify Olivier Galibert2023-05-281-312/+312
* cpu/h8, cpu/tms32010, cpu/tms32025: Replaced sprintf with type-safe equivalen... Erik2023-03-141-49/+55
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-7/+7
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* h8_sci_device: don't set TDRE when receiving (#9051) Devin Acker2021-12-271-1/+0
* h8: fixed race condition in SCI where a new byte was written right before the... arbee2020-11-291-0/+4
* various devices and drivers: removed superfluous semicolons (nw) Ivan Vangelista2020-06-291-1/+1
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-181-13/+13
* mu100: Make some noise [O. Galibert] Olivier Galibert2018-11-051-6/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-16/+16
* srcclean and translation regeneration Vas Crabb2016-08-291-1/+1
* H8 SCI: improvements superctr2016-08-211-1/+6
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-251-15/+15
* h8: Add dtc, dma, watchdog (WIP) [O. Galibert] Olivier Galibert2016-04-271-68/+95
* reverting: Miodrag Milanovic2016-01-201-38/+38
* tags are now strings (nw) Miodrag Milanovic2016-01-161-38/+38
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-2/+2
* Fixed uninitialized class members Miodrag Milanovic2015-11-191-1/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+692