summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/upd7810/upd7810.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a skeleton for an Oldsmobile Driver Information System (#13525) Devin Acker2025-04-021-0/+13
* cpu/upd7810/upd7810.cpp: Improve uPD7801 Mode C handling. (#12914) wilbertpol2024-10-261-37/+74
* upd7810: move near empty upd7811 file to upd7810 hap2024-01-281-0/+12
* upd7810: set MM RAE to 1 at power on (datasheet says it's undefined at reset) hap2024-01-281-2/+30
* casio/cz230s.cpp: Added Casio CZ-230S and SZ-1. (#11969) Devin Acker2024-01-271-2/+5
* 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-011-1/+1
* -casio/cz101.cpp: Added MIDI I/O and got it booting fully. (#11185) Devin Acker2023-05-051-16/+30
* 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: some variables were missing from savestates hap2022-09-201-6/+26
* upd7810: upd78c06 has internal rom hap2022-09-181-5/+17
* upd7810: refresh port C on MCC related output changes hap2022-09-181-17/+25
* upd7810: don't change carry flag with inr/dcr opcodes hap2022-09-161-36/+31
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-2/+0
* 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-151-69/+19
* 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-251-2/+2
* devices/cpu: simplified some handlers (nw) Ivan Vangelista2020-03-311-5/+5
* upd7810, upd7811: Nominally distinguish NMOS and CMOS device types (nw) AJR2020-03-301-0/+11
* upd7810: Add configuration option to disable port pullups for output (nw) AJR2020-03-081-8/+10
* upd7810: Make A/D timer work at former rate relative to CPU states (nw) AJR2020-03-071-2/+2
* upd7810: Interrupt-related fixes AJR2020-03-061-15/+32
* 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
* (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-061-0/+1
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-1/+1
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-6/+8
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-8/+8
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-5/+5
* c-chip: use dumped c-chip for Volfied and Superman, remove simulation [Team C... David Haywood2018-03-051-8/+9
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-6/+6
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-12/+9
* fix upd7801 & upd78c05 internal ram size & removed ram from memory maps. (nw) smf-2017-07-121-5/+9
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-2/+2
* create c-chip device with correct CPU type in it and a bunch of notes (pinout... David Haywood2017-07-051-13/+40
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-0/+7
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-15/+17
* Self-registering devices prep: Vas Crabb2017-02-271-5/+5
* upd7810: For future use (nw) AJR2017-02-091-13/+40
* upd7810: Replace fake I/O space with callbacks AJR2017-02-091-35/+43
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-8/+8