summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/upd7810 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* witness the power of devcb3 to tear through boilerplate (in Taito C-Chip), al... Vas Crabb2018-07-141-1/+26
* devcb3 Vas Crabb2018-07-071-24/+24
* diexec: Interrupt API changes (nw) AJR2018-05-181-0/+1
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-113-4/+4
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-202-10/+13
* hopefully the last emucore reference in unidasm (nw) Vas Crabb2018-04-031-1/+7
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-252-12/+12
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-152-6/+6
* c-chip: use dumped c-chip for Volfied and Superman, remove simulation [Team C... David Haywood2018-03-051-8/+9
* upd7810 dasm fix (nw) Olivier Galibert2018-03-051-2/+2