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
/
discrete.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
de-staticify initializations for src/devices/sound (nw)
Wilbert Pol
2018-02-25
1
-11
/
+0
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-5
/
+8
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-1
/
+1
*
Use osd_getenv instead of getenv (nw)
Miodrag Milanovic
2016-11-02
1
-2
/
+2
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-12
/
+12
*
std::min and std:max instead of MIN and MAX, also some more macros converted ...
Miodrag Milanovic
2016-07-31
1
-1
/
+1
*
INC -> HXX makes editors and code analyzers see it as C++ (nw)
Miodrag Milanovic
2016-05-01
1
-6
/
+6
*
NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi...
Miodrag Milanovic
2016-04-24
1
-1
/
+1
*
Move a few odds and ends out of the emu core
AJR
2016-04-23
1
-1
/
+1
*
Use type-safe printf for core_file and emu_file, surprisingly few knock-on ef...
Vas Crabb
2016-03-09
1
-9
/
+8
*
Removed I64FMT and SIZETFMT, one usage left in chdman.cpp (nw)
Miodrag Milanovic
2016-03-07
1
-2
/
+2
*
Use std::atomic and std::mutex where applicable (nw)
Miodrag Milanovic
2016-03-01
1
-4
/
+4
*
reverting:
Miodrag Milanovic
2016-01-20
1
-3
/
+3
*
Revert "rest of device parameters to std::string (nw)"
Miodrag Milanovic
2016-01-20
1
-1
/
+1
*
rest of device parameters to std::string (nw)
Miodrag Milanovic
2016-01-16
1
-1
/
+1
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-3
/
+3
*
removed memory tracking (nw)
Miodrag Milanovic
2016-01-08
1
-3
/
+3
*
Revert "vector_t to std::vector in discrete (nw)"
Miodrag Milanovic
2016-01-07
1
-90
/
+94
*
Revert "fixed discrete.cpp (nw)"
Miodrag Milanovic
2016-01-07
1
-3
/
+3
*
Revert "missed one place (nw)"
Miodrag Milanovic
2016-01-07
1
-2
/
+2
*
missed one place (nw)
Miodrag Milanovic
2016-01-06
1
-2
/
+2
*
fixed discrete.cpp (nw)
Miodrag Milanovic
2016-01-06
1
-3
/
+3
*
vector_t to std::vector in discrete (nw)
Miodrag Milanovic
2016-01-06
1
-94
/
+90
*
update by request (nw)
Miodrag Milanovic
2015-12-21
1
-1
/
+1
*
Added license for Derrick Renaud, extended K.Wilkins and F.Palazzolo to full ...
Miodrag Milanovic
2015-12-21
1
-2
/
+1
*
update license based on what actually is done by each person (nw)
Miodrag Milanovic
2015-12-12
1
-2
/
+3
*
clang-modernize part 3
Miodrag Milanovic
2015-12-04
1
-25
/
+25
*
Cleanups and version bump
mame0168
Miodrag Milanovic
2015-11-25
1
-4
/
+4
*
Some more cleanup (nw)
Miodrag Milanovic
2015-11-11
1
-7
/
+14
*
These are not needed with official tools (nw)
Miodrag Milanovic
2015-11-10
1
-12
/
+0
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+1148