index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
devices
/
cpu
/
upd7810
/
upd7810.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a skeleton for an Oldsmobile Driver Information System (#13525)
Devin Acker
2025-04-02
1
-0
/
+10
*
cpu/upd7810/upd7810.cpp: Improve uPD7801 Mode C handling. (#12914)
wilbertpol
2024-10-26
1
-0
/
+4
*
Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#...
holub
2024-09-27
1
-10
/
+10
*
diexec: remove vestigal execute_input_lines()
hap
2024-09-18
1
-1
/
+0
*
upd7810: move near empty upd7811 file to upd7810
hap
2024-01-28
1
-0
/
+18
*
upd7810: set MM RAE to 1 at power on (datasheet says it's undefined at reset)
hap
2024-01-28
1
-0
/
+1
*
casio/cz230s.cpp: Added Casio CZ-230S and SZ-1. (#11969)
Devin Acker
2024-01-27
1
-0
/
+1
*
emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu...
MooglyGuy
2023-06-01
1
-1
/
+1
*
-casio/cz101.cpp: Added MIDI I/O and got it booting fully. (#11185)
Devin Acker
2023-05-05
1
-0
/
+3
*
upd7810: upd78c06 has internal rom
hap
2022-09-18
1
-2
/
+3
*
upd7810: refresh port C on MCC related output changes
hap
2022-09-18
1
-0
/
+1
*
upd7810: don't change carry flag with inr/dcr opcodes
hap
2022-09-16
1
-8
/
+0
*
upd7810: Fix semantics of SKIT NMI and SKNIT NMI; simplify analog input code
AJR
2020-08-15
1
-21
/
+11
*
emumem: A little more speedup. cache and specific change syntax, and are not...
Olivier Galibert
2020-05-25
1
-2
/
+2
*
devices/cpu: simplified some handlers (nw)
Ivan Vangelista
2020-03-31
1
-5
/
+5
*
upd7810, upd7811: Nominally distinguish NMOS and CMOS device types (nw)
AJR
2020-03-30
1
-0
/
+12
*
upd7810: Add configuration option to disable port pullups for output (nw)
AJR
2020-03-08
1
-0
/
+11
*
upd7810: Interrupt-related fixes
AJR
2020-03-06
1
-0
/
+1
*
upd7801, upd7807, upd7810, upd78c11: Divide internal clock by 2 or 3
AJR
2020-03-04
1
-0
/
+4
*
Make many device_execute_interface functions noexcept, including the "informa...
AJR
2019-11-09
1
-6
/
+6
*
upd7807: Running on MT (nw)
AJR
2019-05-06
1
-0
/
+2
*
more cleanup and removal of mcfg (nw)
Vas Crabb
2018-07-15
1
-111
/
+0
*
witness the power of devcb3 to tear through boilerplate (in Taito C-Chip), al...
Vas Crabb
2018-07-14
1
-1
/
+26
*
devcb3
Vas Crabb
2018-07-07
1
-24
/
+24
*
diexec: Interrupt API changes (nw)
AJR
2018-05-18
1
-0
/
+1
*
emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t...
Olivier Galibert
2018-05-11
1
-1
/
+1
*
don't pass so many naked pointers around (nw)
Vas Crabb
2018-03-25
1
-4
/
+4
*
destaticify initializations (nw) (#3289)
wilbertpol
2018-03-04
1
-51
/
+51
*
API change: Memory maps are now methods of the owner class [O. Galibert]
Olivier Galibert
2018-02-12
1
-0
/
+3
*
emumem: API change [O. Galibert]
Olivier Galibert
2017-11-29
1
-1
/
+1
*
dvdisasm: Overhaul [O. Galibert]
Olivier Galibert
2017-11-26
1
-6
/
+4
*
make device_memory_interface slightly less of a special case, use a typedef t...
Vas Crabb
2017-07-10
1
-1
/
+1
*
create c-chip device with correct CPU type in it and a bunch of notes (pinout...
David Haywood
2017-07-05
1
-1
/
+7
*
dimemory: Lift the cap on the number of address spaces per device [O. Galibert]
Olivier Galibert
2017-07-03
1
-1
/
+1
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-38
/
+39
*
upd7810: For future use (nw)
AJR
2017-02-09
1
-0
/
+6
*
upd7810: Replace fake I/O space with callbacks
AJR
2017-02-09
1
-15
/
+73
*
Make devcb objects more consistently available for further configuration (nw)
AJR
2017-01-31
1
-13
/
+13
*
Changed disassembler infrastructure to not use char buffers internally
Nathan Woods
2016-11-20
1
-4
/
+4
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-86
/
+86
*
reverting:
Miodrag Milanovic
2016-01-20
1
-7
/
+7
*
Revert "rest of device parameters to std::string (nw)"
Miodrag Milanovic
2016-01-20
1
-2
/
+2
*
rest of device parameters to std::string (nw)
Miodrag Milanovic
2016-01-16
1
-2
/
+2
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-7
/
+7
*
Revert "remove const (nw)"
Miodrag Milanovic
2016-01-13
1
-1
/
+1
*
remove const (nw)
Miodrag Milanovic
2016-01-11
1
-1
/
+1
*
Return std::string objects by value rather than pass by reference
AJR
2016-01-10
1
-1
/
+1
*
override part 1 (nw)
Miodrag Milanovic
2015-12-05
1
-24
/
+24
*
clang-modernize part 3
Miodrag Milanovic
2015-12-04
1
-1
/
+1
*
Move all devices into separate part of src tree (nw)
Miodrag Milanovic
2015-09-13
1
-0
/
+1430