summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/upd7810/upd7810.h
Commit message (Expand)AuthorAgeFilesLines
* Add a skeleton for an Oldsmobile Driver Information System (#13525) Devin Acker2025-04-021-0/+10
* cpu/upd7810/upd7810.cpp: Improve uPD7801 Mode C handling. (#12914) wilbertpol2024-10-261-0/+4
* 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-281-0/+18
* upd7810: set MM RAE to 1 at power on (datasheet says it's undefined at reset) hap2024-01-281-0/+1
* casio/cz230s.cpp: Added Casio CZ-230S and SZ-1. (#11969) Devin Acker2024-01-271-0/+1
* 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-0/+3
* upd7810: upd78c06 has internal rom hap2022-09-181-2/+3
* upd7810: refresh port C on MCC related output changes hap2022-09-181-0/+1
* upd7810: don't change carry flag with inr/dcr opcodes hap2022-09-161-8/+0
* upd7810: Fix semantics of SKIT NMI and SKNIT NMI; simplify analog input code AJR2020-08-151-21/+11
* 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/+12
* upd7810: Add configuration option to disable port pullups for output (nw) AJR2020-03-081-0/+11
* upd7810: Interrupt-related fixes AJR2020-03-061-0/+1
* 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
* upd7807: Running on MT (nw) AJR2019-05-061-0/+2
* 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-111-1/+1
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-4/+4
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-51/+51
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+3
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-6/+4
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-1/+1
* create c-chip device with correct CPU type in it and a bunch of notes (pinout... David Haywood2017-07-051-1/+7
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-38/+39
* upd7810: For future use (nw) AJR2017-02-091-0/+6
* upd7810: Replace fake I/O space with callbacks AJR2017-02-091-15/+73
* Make devcb objects more consistently available for further configuration (nw) AJR2017-01-311-13/+13
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-86/+86
* reverting: Miodrag Milanovic2016-01-201-7/+7
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-7/+7
* Revert "remove const (nw)" Miodrag Milanovic2016-01-131-1/+1
* remove const (nw) Miodrag Milanovic2016-01-111-1/+1
* Return std::string objects by value rather than pass by reference AJR2016-01-101-1/+1
* override part 1 (nw) Miodrag Milanovic2015-12-051-24/+24
* clang-modernize part 3 Miodrag Milanovic2015-12-041-1/+1
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+1430