summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/upd7810
Commit message (Expand)AuthorAgeFilesLines
* upd7810: fix SET_Z on OFFI/ONI instructions (#15343) goldnchild7 days1-80/+80
* upd7801: fix port C direction bits (#15232) Devin Acker2026-04-181-4/+8
* bus/centronics: Add NEC PC-6022 plotter [Devin Acker] (#15162) Devin Acker2026-03-284-118/+146
* Various uPD7801-related tweaks (#14794) Devin Acker2026-01-132-5/+11
* Roland PG-1000: Added internal layout and complete driver implementation (#14... Felipe CorrĂȘa da Silva Sanches2025-09-283-13/+23
* Add a skeleton for an Oldsmobile Driver Information System (#13525) Devin Acker2025-04-023-1/+27
* dynax/dynax.cpp: Added DIP switches that are sometimes populated to Ougon no ... Vas Crabb2024-11-271-3/+3
* cpu/upd7810/upd7810.cpp: Improve uPD7801 Mode C handling. (#12914) wilbertpol2024-10-263-38/+82
* upd7801: Reduce prescaling of timer value when loaded by STM. Fixes speed iss... AJR2024-10-211-1/+1
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-10/+10
* diexec: remove vestigal execute_input_lines() hap2024-09-181-1/+0
* upd7810: move near empty upd7811 file to upd7810 hap2024-01-284-65/+30
* upd7810: set MM RAE to 1 at power on (datasheet says it's undefined at reset) hap2024-01-282-2/+31
* casio/cz230s.cpp: Added Casio CZ-230S and SZ-1. (#11969) Devin Acker2024-01-273-2/+11
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-34/+13
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-012-2/+2
* -casio/cz101.cpp: Added MIDI I/O and got it booting fully. (#11185) Devin Acker2023-05-052-16/+33
* Interrupt callback rationalization AJR2023-03-111-2/+2
* upd7810.cpp: Fix clang error: shifting a negative signed value is undefined [... AJR2023-02-021-13/+13
* Fix upd7810 serial input failing to detect the start bit of the next byte if ... Lord-Nightmare2023-02-021-1/+14
* upd7810: Fixed serial input/output Dirk Best2022-10-121-20/+14
* upd7810: Adjusted instruction clock counts to match the UPD78[C]1x datasheet;... Lord-Nightmare2022-09-281-780/+787
* upd7810: some variables were missing from savestates hap2022-09-201-6/+26
* upd7810: upd78c06 has internal rom hap2022-09-183-15/+22
* upd7810: refresh port C on MCC related output changes hap2022-09-183-19/+30
* upd7810: update prev commit: still affect HC flag hap2022-09-171-34/+61
* Machines promoted to working hap2022-09-171-1/+1
* upd7810: don't change carry flag with inr/dcr opcodes hap2022-09-164-157/+79
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-2/+0
* upd7810_table.cpp: fix LDAX and STAX tables to match proper instruction size ... goldnchild2022-01-111-14/+14
* Debugger-related feature removals and cleanup AJR2021-08-151-3/+0
* upd7810: Fix semantics of SKIT NMI and SKNIT NMI; simplify analog input code AJR2020-08-154-104/+47
* Some Ap2000 fixes and UPD7810 analog fixes (#7075) goldnchild2020-08-141-9/+10
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-253-8/+8
* devices/cpu: simplified some handlers (nw) Ivan Vangelista2020-03-312-10/+10
* upd7810, upd7811: Nominally distinguish NMOS and CMOS device types (nw) AJR2020-03-304-1/+38
* upd7810: Refresh PA/PB/PC/PF outputs upon mode change AJR2020-03-121-0/+12
* upd7810: Add configuration option to disable port pullups for output (nw) AJR2020-03-082-8/+21
* upd7810: Make A/D timer work at former rate relative to CPU states (nw) AJR2020-03-071-2/+2
* upd7810: Forgot to commit this file with 9cd1748fd1b3ad125fc435f20e1249747775... AJR2020-03-071-2/+2
* upd7810: Interrupt-related fixes AJR2020-03-062-15/+33
* upd7810: Just to be consistent (nw) AJR2020-03-051-2/+2
* upd7810: Make internal timers run at former speed (nw) AJR2020-03-051-19/+19
* upd7801, upd7807, upd7810, upd78c11: Divide internal clock by 2 or 3 AJR2020-03-041-0/+4
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-6/+6
* (nw) upd7801: reworked following unfavourable comments Robbbert2019-10-201-3/+4
* (nw) fp1100: improved handshaking between cpus Robbbert2019-10-171-3/+3
* upd7810: Fix breakpoints; add notes AJR2019-08-031-1/+5
* upd7807: Running on MT (nw) AJR2019-05-065-1/+11
* more cleanup and removal of mcfg (nw) Vas Crabb2018-07-151-111/+0