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
/
ymz280b.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
emu/devfind.h: Added a lookup() member function to device finders.
Vas Crabb
2023-06-12
1
-2
/
+4
*
dirom: added pre and post rom bank change callbacks and changed almost all us...
hap
2022-10-04
1
-1
/
+1
*
- Removed device_timer, device_timer_id, et al in favor of direct callback me...
MooglyGuy
2022-06-04
1
-32
/
+22
*
Remove void *ptr parameter from emu_timer, timer_device and all related callb...
AJR
2022-01-26
1
-1
/
+1
*
ymz280b: Fix major mixer overdriving [R. Belmont]
arbee
2020-12-05
1
-4
/
+4
*
ym2203/ym2608/ym2610/ym2612/ymf262/ym3526/ym3812/y8950/ym2413/ymf271/ymf278b/...
Aaron Giles
2020-09-21
1
-20
/
+15
*
Significant internal changes to sound streams (#7169)
Aaron Giles
2020-09-13
1
-3
/
+3
*
ymz280b.cpp: Better fix for signed arithmetic issue
AJR
2020-07-11
1
-4
/
+4
*
fix YMZ280 breakage.
MetalliC
2020-07-12
1
-2
/
+2
*
Fix clang error: unused variable 'FRAC_MASK' [-Werror,-Wunused-const-variable]
AJR
2020-07-10
1
-1
/
+0
*
ymz280b.cpp: Modernize save state, Fix frequency calculation (#6922)
cam900
2020-07-10
1
-62
/
+62
*
emumem: A little more speedup. cache and specific change syntax, and are not...
Olivier Galibert
2020-05-25
1
-1
/
+1
*
(nw) misc cleanup:
Vas Crabb
2019-09-20
1
-2
/
+2
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-2
/
+2
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-2
/
+2
*
ymz280b.cpp : Remove unnecessary arguments in handlers
cam900
2019-02-02
1
-2
/
+2
*
bfm_sc4.cpp, ymz280b.cpp: Reduce logging spam (nw)
AJR
2019-01-02
1
-2
/
+4
*
ymz280b : Add device_rom_interface instead external memory handlers (#3242)
cam900
2018-02-19
1
-45
/
+17
*
ymz280b: Implement device_clock_changed (nw)
AJR
2017-06-27
1
-0
/
+7
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-24
/
+24
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-1
/
+1
*
Remove device_config_complete from numerous devices that don't really need it...
AJR
2017-02-09
1
-10
/
+0
*
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
-22
/
+22
*
Devfind revision phase 1, cleaning out some legacy stuff
AJR
2016-04-07
1
-3
/
+4
*
First round of this==NULL crash fixes
therealmogminer@gmail.com
2016-01-23
1
-2
/
+7
*
reverting:
Miodrag Milanovic
2016-01-20
1
-1
/
+1
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-1
/
+1
*
removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ...
Miodrag Milanovic
2015-12-17
1
-6
/
+6
*
clang-modernize part 6
Miodrag Milanovic
2015-12-04
1
-4
/
+4
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+968