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
/
emu
/
sound
/
discrete.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sorted out more (nw)
Miodrag Milanovic
2015-05-14
1
-1
/
+1
*
Added dummy license headers for EMU section (nw)
Miodrag Milanovic
2015-05-07
1
-0
/
+2
*
Replace dynamic_array with std::vector [O. Galibert]
Olivier Galibert
2015-04-14
1
-3
/
+3
*
Removed static config for discrete (nw)
Miodrag Milanovic
2014-09-13
1
-1
/
+1
*
renamed disc_*.c to disc_*.inc
Oliver Stöneberg
2014-03-19
1
-6
/
+6
*
rest of ATTR_PRINTF review (nw)
Oliver Stöneberg
2014-02-25
1
-1
/
+1
*
Cleanups and version bump
mame0152
Miodrag Milanovic
2013-12-24
1
-1
/
+1
*
Discrete audio: No more dynamic allocations in static constructors.
Couriersud
2013-12-17
1
-1
/
+2
*
small DEVICE_START cleanup (nw)
Oliver Stöneberg
2013-08-03
1
-1
/
+1
*
small DEVICE_RESET cleanups (nw)
Oliver Stöneberg
2013-08-03
1
-1
/
+1
*
small DEVICE_STOP cleanup (nw)
Oliver Stöneberg
2013-08-03
1
-2
/
+2
*
extended large amount of devices with shortname and source file data (nw)
Miodrag Milanovic
2013-06-21
1
-1
/
+1
*
output of new srcclean changes that are relatively small [smf]
smf-
2013-01-11
1
-4
/
+0
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-44
/
+44
*
Clean-ups and version bump
mame0147
Miodrag Milanovic
2012-09-17
1
-2
/
+2
*
Pass 2 of struct modernization.
Aaron Giles
2012-09-15
1
-4
/
+4
*
added missing \n to even more fatalerror() calls (no whatsnew)
Oliver Stöneberg
2012-09-08
1
-15
/
+15
*
tagmap is just a C++ template now. Added iterators to it as
Aaron Giles
2012-01-17
1
-1
/
+1
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-85
/
+50
*
Switch from m_machine to machine() everywhere. In some cases this
Aaron Giles
2011-04-18
1
-4
/
+4
*
BIG update.
Aaron Giles
2011-03-29
1
-8
/
+8
*
Cleanup of machine.h. Shuffled some fields around, and moved several
Aaron Giles
2011-03-28
1
-1
/
+1
*
running an unavailable game with discrete sound would crash mame on exit beca...
Michaël Banaan Ananas
2011-03-10
1
-1
/
+4
*
Removed short name as parameter from device_config this way it is not mandato...
Miodrag Milanovic
2011-02-11
1
-4
/
+4
*
- Added shortname to devices in order to make ROM loading per device possible...
Miodrag Milanovic
2011-02-10
1
-4
/
+4
*
Get rid of state_save_register_device_* macros in favor of direct
Aaron Giles
2011-02-09
1
-1
/
+1
*
C++-ified the sound and streams interfaces. Combined sound.c and streams.c
Aaron Giles
2011-01-27
1
-5
/
+4
*
Fixed DISCRETE_WAVLOG & DISCRETE_RCFILTER fixing dkongjr and likely other sou...
Derrick Renaud
2011-01-24
1
-1
/
+1
*
Cleanups and version bump.
mame0141u1
Aaron Giles
2011-01-24
1
-3
/
+3
*
Carved out a discrete_sound_device from discrete_device.
Couriersud
2011-01-23
1
-83
/
+148
*
Discrete subsystem now uses the sound_device stream_update function. [Courier...
Couriersud
2011-01-21
1
-8
/
+3
*
Changed all "output[0] = ..." into "set_output(0, ..)" calls.
Couriersud
2011-01-21
1
-6
/
+6
*
VC2008 compile fixes (no whatsnew)
mariuszw1
2011-01-16
1
-1
/
+1
*
Discrete subsystem:
Couriersud
2011-01-16
1
-48
/
+60
*
More cleanups for the discrete subsystem. No whatsnew.
Couriersud
2011-01-16
1
-185
/
+128
*
Discrete subsystem: Maintenance commit before I move from linked lists to dyn...
Couriersud
2011-01-15
1
-293
/
+413
*
Discrete sound system:
Couriersud
2011-01-11
1
-295
/
+13
*
Discrete: some (temporary) visibility changes. Pass device to task class. No ...
Couriersud
2011-01-09
1
-26
/
+18
*
MSVC compatibility.
Aaron Giles
2011-01-07
1
-1
/
+1
*
Discrete: Most nodes now have a proper class, however this class just falls b...
Couriersud
2011-01-06
1
-95
/
+204
*
Discrete: Added a class node factory. Currently only creates discrete_legacy_...
Couriersud
2011-01-06
1
-123
/
+129
*
Bye discrete_info. Another round of discrete rewrites. No whatsnew.
Couriersud
2011-01-05
1
-291
/
+100
*
Converted discrete subsystem into "new-style" device. Still quite some work t...
Couriersud
2011-01-05
1
-8
/
+371
*
Start moving the discrete subsystem towards C++. Changed some structs to clas...
Couriersud
2011-01-04
1
-224
/
+167
*
running_device -> device_t
Aaron Giles
2010-12-31
1
-2
/
+2
*
Atari Cops'n Robbers Updates [Derrick Renaud]
Derrick Renaud
2010-11-01
1
-2
/
+2
*
Discrete Updates [Derrick Renaud]
Derrick Renaud
2010-10-27
1
-10
/
+9
*
Discrete Sound - Added DISCRETE_XTIME_xxx logic modules. These allow you to ...
Derrick Renaud
2010-10-22
1
-1
/
+5
*
MAMEdev kant spel (Ubuntu/Canonical cares about this) [wallyweek]
R. Belmont
2010-07-08
1
-1
/
+1
*
Split implementation for legacy devices into a separate macro. Updated all
Aaron Giles
2010-06-11
1
-0
/
+2
[next]