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
/
aica.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update for ElSemi (nw)
Miodrag Milanovic
2015-05-14
1
-1
/
+1
*
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
*
aica.c: ADPCM looping (DC swirl sound) and address masking (Red Dog) fixes [M...
MetalliC
2015-03-25
1
-5
/
+9
*
Touching all the candy again: [Alex Jackson]
Alex W. Jackson
2014-11-17
1
-1
/
+1
*
Cleanups and version bump
mame0153
Miodrag Milanovic
2014-04-07
1
-36
/
+36
*
aica is modern device as well now (nw)
Miodrag Milanovic
2014-03-21
1
-573
/
+586
*
last round of *.c -> *.inc renaming for now (nw)
Oliver Stöneberg
2014-03-19
1
-1
/
+1
*
Moved core template container classes up from emutempl.h to coretmpl.h:
Aaron Giles
2014-03-11
1
-0
/
+5
*
AICA: EFREG is mapped every other word, not every word. Fixes memory trashin...
R. Belmont
2014-01-31
1
-2
/
+2
*
SCSP: improved DMA and fixed triggering from SH-2 side [Angelo Salese]
Angelo Salese
2013-10-03
1
-3
/
+3
*
Cleanups and version bump
mame0150
Miodrag Milanovic
2013-09-17
1
-2
/
+2
*
Fixed ARMRST behaviour
Angelo Salese
2013-09-09
1
-0
/
+9
*
AICA: fixed DSP r/w
Angelo Salese
2013-09-09
1
-2
/
+67
*
AICA: Hooked up AICA-to-SH-4 irqs [Angelo Salese]
Angelo Salese
2013-08-29
1
-9
/
+52
*
SCSP: fixed DMA when SH-2 enables it [Angelo Salese]
Angelo Salese
2013-08-28
1
-1
/
+3
*
AICA: Implemented DMA [Angelo Salese]
Angelo Salese
2013-08-28
1
-3
/
+126
*
small DEVICE_STOP cleanup (nw)
Oliver Stöneberg
2013-08-03
1
-5
/
+0
*
devlegcy.h usage cleanup (nw)
Oliver Stöneberg
2013-07-10
1
-0
/
+1
*
extended large amount of devices with shortname and source file data (nw)
Miodrag Milanovic
2013-06-21
1
-1
/
+1
*
made some of sound devices use device callbacks instead of function callbacks...
Miodrag Milanovic
2013-03-29
1
-8
/
+8
*
output of new srcclean changes that are relatively small [smf]
smf-
2013-01-11
1
-1
/
+0
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-107
/
+105
*
Stop allocating arrays of UINT8s for the tokens, when
Aaron Giles
2012-09-18
1
-1
/
+1
*
Memory handler normalization, part 1.
Aaron Giles
2012-09-17
1
-10
/
+10
*
Final round of struct/union/enum normalization.
Aaron Giles
2012-09-16
1
-24
/
+23
*
Enum and union normalization.
Aaron Giles
2012-09-16
1
-1
/
+1
*
Cleanup and some inheritance fixes (no whatsnew)
Miodrag Milanovic
2012-09-03
1
-26
/
+0
*
conversion of legacy devices into modern wip (no whatsnew)
Miodrag Milanovic
2012-09-03
1
-2
/
+49
*
Preliminary save state support to Naomi / DC driver [Angelo Salese]
Angelo Salese
2011-12-16
1
-0
/
+16
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-1
/
+1
*
BIG update.
Aaron Giles
2011-03-29
1
-7
/
+7
*
Cleanups and version bump.
mame0141u3
Aaron Giles
2011-02-28
1
-4
/
+4
*
AICA: Correct slotmon readback. Streaming sounds now advance in e.g. capsnk....
R. Belmont
2011-02-27
1
-7
/
+36
*
As promised, the bulk update of timer calls:
Aaron Giles
2011-02-06
1
-3
/
+3
*
Convert emu_timers to objects. Move implementation and management of
Aaron Giles
2011-02-06
1
-3
/
+3
*
Attotime bulk conversion step:
Aaron Giles
2011-02-03
1
-3
/
+3
*
C++-ified the sound and streams interfaces. Combined sound.c and streams.c
Aaron Giles
2011-01-27
1
-2
/
+1
*
running_device -> device_t
Aaron Giles
2010-12-31
1
-5
/
+5
*
Remove artificial SOUND_ prefix from sound device names.
Aaron Giles
2010-09-02
1
-1
/
+1
*
Split implementation for legacy devices into a separate macro. Updated all
Aaron Giles
2010-06-11
1
-0
/
+3
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-7
/
+5
*
Cleanups and version bump.
Aaron Giles
2010-05-05
1
-3
/
+3
*
AICA updates: [PluginNinja]
R. Belmont
2010-04-25
1
-87
/
+49
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-6
/
+6
*
Added casting operators to the region_info class so you can assign
Aaron Giles
2010-01-16
1
-2
/
+2
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-2
/
+1
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-4
/
+4
*
Bulk change alert.
Aaron Giles
2009-04-26
1
-4
/
+2
*
Sound cores compile cleanly.
Aaron Giles
2009-03-12
1
-4
/
+4
[next]