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
/
upd7725
/
upd7725.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
did modern cpu cores as well (nw)
Miodrag Milanovic
2013-06-21
1
-4
/
+4
*
pass this instead of NULL and options instead of 0 in the class based cpu cor...
smf-
2013-03-06
1
-1
/
+1
*
fixed initialization of necdsp_device when no static_config is provided (nw)
Oliver Stöneberg
2013-02-23
1
-11
/
+11
*
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
-210
/
+210
*
Since nobody checks for NULLs anyway, make
Aaron Giles
2012-09-19
1
-2
/
+2
*
fixed some printf format string warnings reported by cppcheck (no whatsnew)
Oliver Stöneberg
2012-09-08
1
-2
/
+2
*
Further upd7725 fixes, new code might actually work properly now, fixed unini...
Jonathan Gevaryahu
2011-07-06
1
-2
/
+8
*
Update NEC DSP core to correctly generate the ov1 and s1 alu
Jonathan Gevaryahu
2011-07-03
1
-11
/
+10
*
Reimplemented devcb using delegates and classes. Unified the logic
Aaron Giles
2011-05-02
1
-13
/
+13
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-160
/
+93
*
Switch from m_machine to machine() everywhere. In some cases this
Aaron Giles
2011-04-18
1
-1
/
+1
*
upd7725.c: Implementation of the p0 and p1 output
Jonathan Gevaryahu
2011-04-12
1
-3
/
+64
*
BIG update.
Aaron Giles
2011-03-29
1
-3
/
+3
*
Created new enum type address_spacenum for specifying an address
Aaron Giles
2011-03-27
1
-1
/
+1
*
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
*
Get rid of state_save_register_device_* macros in favor of direct
Aaron Giles
2011-02-09
1
-28
/
+28
*
Cleanups and version bump.
mame0141u1
Aaron Giles
2011-01-24
1
-16
/
+16
*
NEC DSP updates [R. Belmont, byuu, Dr. Decapitator]:
R. Belmont
2011-01-23
1
-105
/
+178
*
VC2008 compile fixes (no whatsnew)
mariuszw1
2011-01-16
1
-1
/
+1
*
UPD7725: Fix compile on OSX (no whatsnew)
R. Belmont
2011-01-02
1
-0
/
+5
*
Add uPD7725 16-bit DSP core and hookups for SNES hardware [byuu, R. Belmont]
R. Belmont
2011-01-02
1
-0
/
+562