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
/
sound
/
upd7759.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu...
MooglyGuy
2023-06-01
1
-4
/
+4
*
upd7759: only detect mode change in idle state
hap
2023-03-13
1
-55
/
+18
*
dirom: added pre and post rom bank change callbacks and changed almost all us...
hap
2022-10-04
1
-1
/
+1
*
olibochu: improve ay sound
hap
2022-09-10
1
-1
/
+0
*
- Removed device_timer, device_timer_id, et al in favor of direct callback me...
MooglyGuy
2022-06-04
1
-60
/
+26
*
upd7759: Fixes to switching between slave and stand alone mode. (nw) (#9772)
wilbertpol
2022-05-16
1
-7
/
+12
*
upd7759.cpp: Add support for mode switching. (#9614)
wilbertpol
2022-04-24
1
-94
/
+109
*
Remove void *ptr parameter from emu_timer, timer_device and all related callb...
AJR
2022-01-26
1
-1
/
+1
*
Revert "sound: Improved view interfaces to match usage patterns"
Aaron Giles
2020-09-17
1
-3
/
+5
*
sound: Improved view interfaces to match usage patterns
Aaron Giles
2020-09-17
1
-5
/
+3
*
Significant internal changes to sound streams (#7169)
Aaron Giles
2020-09-13
1
-30
/
+47
*
emumem: A little more speedup. cache and specific change syntax, and are not...
Olivier Galibert
2020-05-25
1
-1
/
+1
*
refix prev (nw)
MetalliC
2020-03-20
1
-1
/
+1
*
segac2.cpp: fix ribbit random jumps back to 1st round
MetalliC
2020-03-20
1
-1
/
+2
*
konmedal.cpp play some uPD7759 samples
MetalliC
2020-01-22
1
-1
/
+4
*
(nw) misc cleanup:
Vas Crabb
2019-09-20
1
-1
/
+1
*
upd7759: Converted to use device_rom_interface and added md input for selecti...
smf-
2018-08-12
1
-74
/
+39
*
vgmplay: Added all sound chips (including multiple instances supported by the...
smf-
2018-08-04
1
-1
/
+8
*
(nw) misc follow-up
Vas Crabb
2018-05-06
1
-138
/
+40
*
upd7759.cpp: Enough with the logging (nw)
AJR
2017-05-24
1
-13
/
+15
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-11
/
+10
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-2
/
+2
*
converted lot of TRUE/FALSE to real boolean and updated types (nw)
Miodrag Milanovic
2016-10-22
1
-1
/
+1
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-15
/
+15
*
gcc 6.1.1 warning fixes (nw)
Olivier Galibert
2016-06-16
1
-1
/
+1
*
NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi...
Miodrag Milanovic
2016-04-24
1
-2
/
+2
*
- Removed this == nullptr checks and fixed most of the resulting crashes. [Mo...
Miodrag Milanovic
2016-01-23
1
-1
/
+1
*
Fixes to bring in line with master
therealmogminer@gmail.com
2016-01-23
1
-4
/
+3
*
Refix some of the this==NULL stuff
therealmogminer@gmail.com
2016-01-23
1
-9
/
+9
*
More this==NULL stuff
therealmogminer@gmail.com
2016-01-23
1
-1
/
+1
*
First round of this==NULL crash fixes
therealmogminer@gmail.com
2016-01-23
1
-52
/
+67
*
reverting:
Miodrag Milanovic
2016-01-20
1
-4
/
+4
*
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
-4
/
+4
*
clang-modernize part 3
Miodrag Milanovic
2015-12-04
1
-8
/
+8
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+874