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
/
bsmt2000.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
Expanded device_t constructor with parameters for short name and source file ...
Miodrag Milanovic
2013-03-26
1
-2
/
+1
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-14
/
+14
*
Since nobody checks for NULLs anyway, make
Aaron Giles
2012-09-19
1
-1
/
+1
*
Removed ADDRESS_MAP_MODERN define (no whatsnew)
Miodrag Milanovic
2012-04-01
1
-1
/
+0
*
Create a new device_mixer_interface, derived from device_sound_interface,
Aaron Giles
2012-02-25
1
-4
/
+0
*
Move devices into a proper hierarchy and handle naming
Aaron Giles
2012-01-24
1
-1
/
+1
*
Major bitmap-related changes throughout the system. There are
Aaron Giles
2012-01-12
1
-1
/
+1
*
Fixed decobsmt and simplified sound board. (no whatsnew)
Miodrag Milanovic
2011-09-19
1
-1
/
+2
*
bsmt2000: give shortname so it can find its own ROMs (nw)
R. Belmont
2011-09-03
1
-0
/
+1
*
- Updated romload so devices are loaded from separate files [Miodrag Milanovic]
Miodrag Milanovic
2011-08-02
1
-1
/
+1
*
Bug #04402 fixed (BSMT2000 sound) [Miodrag Milanovic]
Miodrag Milanovic
2011-07-02
1
-1
/
+1
*
- Removed difference between handling driver and device address maps
Miodrag Milanovic
2011-05-08
1
-9
/
+10
*
DEVICE_SELF_OWNER->DEVICE_SELF
smf-
2011-05-08
1
-6
/
+6
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-76
/
+40
*
Switch from m_machine to machine() everywhere. In some cases this
Aaron Giles
2011-04-18
1
-2
/
+2
*
(Big tangle of changes that all happened as I was looking into the ROM
Aaron Giles
2011-04-13
1
-2
/
+1
*
Move overridable device->rom_region(), device->machine_config_additions(), and
Aaron Giles
2011-03-30
1
-2
/
+2
*
BIG update.
Aaron Giles
2011-03-29
1
-1
/
+1
*
Created new enum type address_spacenum for specifying an address
Aaron Giles
2011-03-27
1
-4
/
+4
*
Cleanups and version bump.
mame0141u3
Aaron Giles
2011-02-28
1
-1
/
+1
*
Removed short name as parameter from device_config this way it is not mandato...
Miodrag Milanovic
2011-02-11
1
-2
/
+3
*
- Added shortname to devices in order to make ROM loading per device possible...
Miodrag Milanovic
2011-02-10
1
-1
/
+1
*
Cleanups and version bump.
mame0141u2
Aaron Giles
2011-02-09
1
-1
/
+1
*
Get rid of state_save_register_device_* macros in favor of direct
Aaron Giles
2011-02-09
1
-7
/
+7
*
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
-1
/
+1
*
C++-ified the sound and streams interfaces. Combined sound.c and streams.c
Aaron Giles
2011-01-27
1
-7
/
+6
*
Cleanups and version bump.
mame0141u1
Aaron Giles
2011-01-24
1
-10
/
+10
*
VC2008 compile fixes (no whatsnew)
mariuszw1
2011-01-22
1
-1
/
+1
*
Added a virtual stream update function to the device sound interface.
Aaron Giles
2011-01-21
1
-2
/
+2
*
Minor cleanups and re-added save state support.
Aaron Giles
2011-01-21
1
-2
/
+11
*
Replaced BSMT2000 HLE emulator with emulation of the original TMS32015.
Aaron Giles
2011-01-20
1
-390
/
+307
*
running_device -> device_t
Aaron Giles
2010-12-31
1
-1
/
+1
*
Remove artificial SOUND_ prefix from sound device names.
Aaron Giles
2010-09-02
1
-1
/
+1
*
Cleanups and version bump.
mame0139u2
Aaron Giles
2010-08-30
1
-1
/
+1
*
03994: All sets in dcheese.c: Reload of state cause audio corruption [Phil Be...
Phil Bennett
2010-08-16
1
-4
/
+18
*
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
-8
/
+6
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-1
/
+1
*
Added casting operators to the region_info class so you can assign
Aaron Giles
2010-01-16
1
-2
/
+2
*
Bulk driver.h -> emu.h switch.
Aaron Giles
2010-01-10
1
-2
/
+0
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-1
/
+1
*
Sound cores compile cleanly.
Aaron Giles
2009-03-12
1
-1
/
+1
*
Ok, this is The Big One.
Aaron Giles
2009-02-11
1
-61
/
+36
*
On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote:
Aaron Giles
2009-01-22
1
-1
/
+0
*
Sound cores no longer allocate their own tokens. Instead they return a new
Aaron Giles
2009-01-18
1
-6
/
+3
*
Cleaned up device and sound interfaces to match the CPU
Aaron Giles
2008-12-19
1
-6
/
+6
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-12-18
1
-9
/
+9
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-12-10
1
-1
/
+1
[next]