index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
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
/
dsp16
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all devices into separate part of src tree (nw)
Miodrag Milanovic
2015-09-13
4
-2164
/
+0
*
memory: Remove support for decrypted bases, use an address space instead [O. ...
Olivier Galibert
2015-06-24
1
-1
/
+1
*
Sorted out cpu cores (nw)
Miodrag Milanovic
2015-05-13
4
-6
/
+8
*
Added dummy license headers for EMU section (nw)
Miodrag Milanovic
2015-05-07
3
-0
/
+6
*
Cleanups and version bump
mame0161
Miodrag Milanovic
2015-04-29
1
-1
/
+1
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
3
-112
/
+112
*
string -> str rename due to future conflicts (nw)
Miodrag Milanovic
2015-04-12
2
-7
/
+7
*
Merge https://github.com/ZoeB/mame
Vas Crabb
2015-04-12
1
-2
/
+2
|
\
|
*
Fix various typos and spelling mistakes
Zoë Blade
2015-04-11
1
-2
/
+2
*
|
cstr() - > c_str() as preparation for move to std::string (nw)
Miodrag Milanovic
2015-04-11
2
-25
/
+25
|
/
*
fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn...
Oliver Stöneberg
2014-09-08
1
-7
/
+14
*
fixed
Michaël Banaan Ananas
2014-04-04
1
-2
/
+2
*
dsp16 has an internal /2 divider
Michaël Banaan Ananas
2014-03-29
1
-0
/
+2
*
and more *.c -> *.inc renaming
Oliver Stöneberg
2014-03-19
2
-1
/
+1
*
Cleanups and version bump
mame0149u1
Miodrag Milanovic
2013-07-23
3
-149
/
+149
*
DSP16 improvements. [Andrew Gardner]
Andrew Gardner
2013-06-26
4
-118
/
+460
*
did modern cpu cores as well (nw)
Miodrag Milanovic
2013-06-21
1
-1
/
+1
*
Adds the QSound internal DSP ROM to the device. [Andrew Gardner]
Andrew Gardner
2013-04-30
1
-0
/
+5
*
pass this instead of NULL and options instead of 0 in the class based cpu cor...
smf-
2013-03-06
1
-1
/
+1
*
Cleanups and version bump
mame0148u1
Miodrag Milanovic
2013-02-11
4
-120
/
+120
*
Switch -> if. (nw)
Andrew Gardner
2013-01-17
1
-3
/
+3
*
DSP16: The PC moves on from potentially all used opcodes now. [Andrew Gardner]
Andrew Gardner
2013-01-15
4
-32
/
+133
*
DSP16 : Additional opcodes. [Andrew Gardner]
Andrew Gardner
2013-01-14
1
-29
/
+54
*
DSP16: Additional opcodes & disassembly fixes. [Andrew Gardner]
Andrew Gardner
2013-01-12
4
-74
/
+151
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
4
-59
/
+59
*
dsp16: Two more opcodes. Now for the fixed-point math enjoyment. (nw)
Andrew Gardner
2013-01-09
1
-14
/
+40
*
dsp16: Few more opcodes & spaces->tabs. (nw)
Andrew Gardner
2013-01-08
4
-553
/
+678
*
dsp16: Additional work (nw).
Andrew Gardner
2013-01-06
4
-27
/
+113
*
dsp16: Simplification (nw)
Andrew Gardner
2013-01-05
2
-18
/
+30
*
Fix Compile
Angelo Salese
2013-01-05
1
-2
/
+2
*
dsp16: Added 16-bit immediate load opcode. [Andrew Gardner]
Andrew Gardner
2013-01-05
3
-249
/
+332
*
Dsp16: Added registers and implemented the goto opcode. [Andrew Gardner]
Andrew Gardner
2013-01-04
3
-45
/
+428
*
Since nobody checks for NULLs anyway, make
Aaron Giles
2012-09-19
1
-1
/
+1
*
fixed some printf format string warnings reported by cppcheck (no whatsnew)
Oliver Stöneberg
2012-09-08
1
-1
/
+1
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
2
-158
/
+90
*
Switch from m_machine to machine() everywhere. In some cases this
Aaron Giles
2011-04-18
1
-1
/
+1
*
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
2
-2
/
+2
*
Removed short name as parameter from device_config this way it is not mandato...
Miodrag Milanovic
2011-02-11
1
-1
/
+1
*
- 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
3
-31
/
+31
*
Get rid of state_save_register_device_* macros in favor of direct
Aaron Giles
2011-02-09
1
-1
/
+1
*
Completed the DSP16A disassembler. [Andrew Gardner]
Andrew Gardner
2011-01-26
1
-37
/
+129
*
A new WE DSP16A cpu disassembler. [Andrew Gardner]
Andrew Gardner
2011-01-25
3
-0
/
+858