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
/
cpu
/
dsp56k
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix potential overrun when adding a size_t to a UINT16. (nw)
Andrew Gardner
2014-10-18
1
-2
/
+2
*
Cleanups and version bump
mame0155
Miodrag Milanovic
2014-10-15
1
-5
/
+4
*
dsp56k.c: Modernised cpu core (nw)
Wilbert Pol
2014-09-12
3
-465
/
+324
*
fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn...
Oliver Stöneberg
2014-09-08
2
-4
/
+2
*
Added a pair of save states to the dsp56k core, fixes plygonet regression (nw)
Ivan Vangelista
2014-08-12
1
-0
/
+3
*
various cpu cores: don't state save icount (nw)
Alex W. Jackson
2014-07-09
1
-1
/
+0
*
modernized last DIRECT_UPDATE_HANDLER user (nw)
Miodrag Milanovic
2014-04-29
2
-2
/
+3
*
Moved eminline and related files into /src/osd since it's system related (nw)
Miodrag Milanovic
2014-04-16
2
-2
/
+2
*
move handlers to members in dsp56k (nw)
Miodrag Milanovic
2014-04-03
4
-20
/
+30
*
more *.c -> *.inc renaming / added some missing dependencies in cpu.mak (nw)
Oliver Stöneberg
2014-03-19
2
-2
/
+2
*
Moved core template container classes up from emutempl.h to coretmpl.h:
Aaron Giles
2014-03-11
3
-19
/
+15
*
added missing short names to legacy devices and added validation that short n...
Miodrag Milanovic
2013-08-23
1
-0
/
+1
*
(MESS) fixed clang 3.2 warnings about unused private fields (nw)
Oliver Stöneberg
2013-03-20
2
-2
/
+2
*
output of new srcclean changes that are relatively small [smf]
smf-
2013-01-11
13
-13
/
+0
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
12
-1022
/
+1018
*
removed unreachable code detected by cppcheck (nw)
Oliver Stöneberg
2012-12-25
2
-63
/
+63
*
Since nobody checks for NULLs anyway, make
Aaron Giles
2012-09-19
1
-2
/
+2
*
Memory handler cleanup 3. Add mem_mask parameter
Aaron Giles
2012-09-17
1
-4
/
+4
*
Memory handler normalization, part 2. Change legacy
Aaron Giles
2012-09-17
1
-4
/
+4
*
Clean-ups and version bump
mame0147
Miodrag Milanovic
2012-09-17
2
-6
/
+6
*
Final round of struct/union/enum normalization.
Aaron Giles
2012-09-16
1
-2
/
+1
*
Pass 2 of struct modernization.
Aaron Giles
2012-09-15
2
-12
/
+12
*
added missing \n to some fatalerror() calls (no whatsnew)
Oliver Stöneberg
2012-09-07
1
-5
/
+5
*
DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew)
Miodrag Milanovic
2012-09-03
1
-17
/
+17
*
fixed unreachable code in src/emu/cpu/dsp56k/dsp56mem.c (no whatsnew)
Oliver Stöneberg
2012-08-12
1
-1
/
+1
*
removed some unnecessary unsigned >= 0 checks (no whatsnew)
Oliver Stöneberg
2012-08-08
1
-1
/
+1
*
MAME going modern part 2 (no whatsnew)
Miodrag Milanovic
2012-04-01
1
-2
/
+2
*
MAME going modern part 1 (no whatsnew)
Miodrag Milanovic
2012-03-31
1
-2
/
+2
*
Fix for virtual overload in DSP56K (no whatsnew)
Miodrag Milanovic
2011-07-13
1
-11
/
+11
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-1
/
+1
*
Delegates 2.0 implementation. Resdesigned how delegates work to make
Aaron Giles
2011-04-16
1
-1
/
+1
*
Remove redundant item cpu from address_space, in favor of
Aaron Giles
2011-03-29
2
-5
/
+5
*
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
-13
/
+13
*
Get rid of state_save_register_device_* macros in favor of direct
Aaron Giles
2011-02-09
2
-44
/
+44
*
running_device -> device_t
Aaron Giles
2010-12-31
5
-11
/
+11
*
Cleanup & version bump.
mame0140u1
Aaron Giles
2010-11-08
1
-4
/
+4
*
Fixed MSVC compile. (no whatsnew)
Curt Coder
2010-11-02
3
-6
/
+6
*
Removes all std::strings from the dsp56k cpu core. (Not worth mentioning)
Andrew Gardner
2010-10-23
8
-437
/
+430
*
Fix custom mapping for dsp56k internal memory.
Aaron Giles
2010-10-19
1
-1
/
+1
*
Cleanups and version bump.
mame0139u2
Aaron Giles
2010-08-30
9
-164
/
+164
*
[no whatsnew] dsp56k: Further removal of std::strings.
Andrew Gardner
2010-08-20
3
-408
/
+327
*
Remove final set of legacy inlines from memory.h. Mostly affects CPU
Aaron Giles
2010-08-19
2
-1
/
+3
*
[no whatsnew] dsp56k : Weaning the core off std::strings.
Andrew Gardner
2010-08-19
12
-955
/
+1363
*
Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly
Aaron Giles
2010-08-19
3
-27
/
+27
*
Replace "const address_space" with "address_space" throughout the system.
Aaron Giles
2010-08-19
1
-2
/
+2
*
Massive memory system change. This is another step along the path toward
Aaron Giles
2010-08-19
1
-4
/
+4
*
Cleanups and version bump.
mame0139u1
Aaron Giles
2010-08-12
9
-174
/
+174
*
dsp56k.c : Remove globals from dsp56k cpu core. [AtariAce]
Andrew Gardner
2010-08-10
5
-66
/
+70
*
dsp56k : Hooked up new execution engine. [Andrew Gardner]
Andrew Gardner
2010-08-07
13
-1098
/
+1202
[next]