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
*
[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
*
The dsp561xx CPU core now generates accurate disassembly for Konami Polygonet...
Andrew Gardner
2010-08-04
9
-3253
/
+5757
*
Created CPU-specific device types for all CPUs, using new macros
Aaron Giles
2010-07-03
3
-4
/
+4
*
Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device.
Aaron Giles
2010-06-17
2
-2
/
+2
*
Change cpu execute function to just use the icount stuffed by
Aaron Giles
2010-06-09
1
-5
/
+8
*
Changed CPU callbacks to use cpu_device, eliminating a bunch of casting.
Aaron Giles
2010-06-08
2
-4
/
+4
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
3
-9
/
+8
*
Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify
Aaron Giles
2010-01-21
1
-11
/
+11
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
5
-12
/
+12
*
Changed DSP56k macros to avoid collision with OS X 10.6+ system headers
R. Belmont
2010-01-17
2
-125
/
+125
*
Within src/emu, basic conversions:
Aaron Giles
2010-01-12
1
-2
/
+2
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
3
-1
/
+2
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
2
-14
/
+14
*
Fixes so we can compile as C++ again.
Aaron Giles
2009-12-28
1
-1
/
+1
*
Adds save state support to plygonet.c and the DSP56156 CPU core.
Andrew Gardner
2009-11-04
3
-120
/
+178
*
Cleanups and version bump.
mame0135
Aaron Giles
2009-10-31
1
-7
/
+7
*
Changes to the dsp56156 cpu core. [Andrew Gardner]
Andrew Gardner
2009-10-30
1
-55
/
+172
*
Cleanups and version bump.
mame0134u4
Aaron Giles
2009-10-25
2
-3
/
+3
*
Fixed dsp56156 DO & BSCC opcode bugs. [Andrew Gardner]
Andrew Gardner
2009-10-20
6
-305
/
+310
*
> -----Original Message-----
Aaron Giles
2009-10-01
1
-1
/
+1
*
Hacked in the dsp56156's "Long Interrupts." Added SUB opcode. [Andrew Gardner]
Andrew Gardner
2009-09-26
2
-7
/
+54
*
Cleanups and version bump.
mame0134u1
Aaron Giles
2009-09-24
2
-30
/
+30
*
Fixed various issues with the dsp56156 disassembler. [Andrew Gardner]
Andrew Gardner
2009-09-18
2
-193
/
+242
*
Another step. Moved the address-space related get_info constants
Aaron Giles
2009-07-08
1
-6
/
+6
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2009-06-08
2
-6
/
+6
*
The other larger patch adds missing static and const qualifiers, and
Aaron Giles
2009-06-08
1
-1
/
+1
*
CPU cores now compile cleanly.
Aaron Giles
2009-03-15
4
-11
/
+20
*
From: Oliver Stoeneberg [mailto:oliverst@online.de]
Aaron Giles
2009-01-14
3
-10
/
+5
*
Cleanups and version bump.
Aaron Giles
2008-12-22
1
-5
/
+5
*
Rewrite of the Motorola DSP56k CPU core. (Andrew Gardner)
Andrew Gardner
2008-12-21
4
-71
/
+247
*
Fixed update_handler for the dsp56k and polygonet. [Andrew Gardner]
Andrew Gardner
2008-12-21
1
-0
/
+23
*
More cleanup. Added address-space-specific constants for the various
Aaron Giles
2008-12-20
1
-11
/
+11
*
Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos.
Aaron Giles
2008-12-19
1
-12
/
+12
*
Removed index and clock parameters from CPU_INIT function.
Aaron Giles
2008-12-18
2
-4
/
+4
*
From: Atari Ace [atari_ace@verizon.net]
Aaron Giles
2008-12-17
1
-0
/
+1
*
Cleanups and version bump.
Aaron Giles
2008-12-15
1
-1
/
+1
*
Pointer-ified the dsp56k cpu core. [Andrew Gardner]
Andrew Gardner
2008-12-12
6
-1550
/
+1508
*
Fixed compile error, and fixed crash when handling an exception when the
Aaron Giles
2008-12-11
1
-0
/
+2
*
Removed get context/set context calls from the CPU interface entirely.
Aaron Giles
2008-12-11
1
-4
/
+2
*
Re-routed empty get/set context calls to the dummy CPU's, and removed them
Aaron Giles
2008-12-09
1
-7
/
+0
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-12-07
1
-1
/
+0
*
Changed save state system to accept machine parameters where
Aaron Giles
2008-12-05
1
-1
/
+1
*
CPU_IS_LE -> ENDIANNESS_LITTLE
Aaron Giles
2008-12-04
1
-1
/
+1
*
Moves empty brackets to the same line as CPU_(GET|SET)_CONTEXT calls.
Andrew Gardner
2008-11-30
1
-1
/
+1
[next]