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
/
tms57002
/
tms57002.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all devices into separate part of src tree (nw)
Miodrag Milanovic
2015-09-13
1
-917
/
+0
*
tms57002.c: initialize variable to fix crackling sound in debug builds for ko...
Osso
2014-10-27
1
-0
/
+1
*
Cleanups and version bump
Miodrag Milanovic
2014-07-22
1
-3
/
+3
*
tms57002: inline xm_step_read() and xm_step_write() for free 5\% speedup (nw)
Alex W. Jackson
2014-05-25
1
-2
/
+2
*
konamigx: Reverb me harder baby! [O. Galibert]
Olivier Galibert
2014-04-08
1
-8
/
+36
*
Cleanups and version bump
mame0152
Miodrag Milanovic
2013-12-24
1
-3
/
+3
*
TMS57002 fixes and improvements: [Phil Bennett]
Phil Bennett
2013-11-16
1
-32
/
+79
*
Added license tags to a few more files. Also converted many of OG's
Aaron Giles
2013-10-16
1
-31
/
+2
*
did modern cpu cores as well (nw)
Miodrag Milanovic
2013-06-21
1
-1
/
+1
*
tms57002 works in unidasm, disassemble interface can be revisited when all cp...
smf-
2013-03-06
1
-0
/
+16
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-2
/
+2
*
Since nobody checks for NULLs anyway, make
Aaron Giles
2012-09-19
1
-2
/
+2
*
added missing \n to some fatalerror() calls (no whatsnew)
Oliver Stöneberg
2012-09-07
1
-1
/
+1
*
Removed ADDRESS_MAP_MODERN define (no whatsnew)
Miodrag Milanovic
2012-04-01
1
-1
/
+0
*
copy/paste ftw (nw)
Olivier Galibert
2012-03-09
1
-1
/
+1
*
tms57002: Modernize [O. Galibert]
Olivier Galibert
2012-03-09
1
-633
/
+336
*
Created new enum type address_spacenum for specifying an address
Aaron Giles
2011-03-27
1
-11
/
+11
*
tms57002: significantly improved build speed on lower-end h/w [R. Belmont]
R. Belmont
2011-02-06
1
-242
/
+1
*
running_device -> device_t
Aaron Giles
2010-12-31
1
-2
/
+2
*
Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly
Aaron Giles
2010-08-19
1
-5
/
+5
*
Replace "const address_space" with "address_space" throughout the system.
Aaron Giles
2010-08-19
1
-1
/
+1
*
Created CPU-specific device types for all CPUs, using new macros
Aaron Giles
2010-07-03
1
-2
/
+3
*
Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device.
Aaron Giles
2010-06-17
1
-1
/
+1
*
Change cpu execute function to just use the icount stuffed by
Aaron Giles
2010-06-09
1
-6
/
+4
*
Changed CPU callbacks to use cpu_device, eliminating a bunch of casting.
Aaron Giles
2010-06-08
1
-3
/
+3
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-6
/
+5
*
Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify
Aaron Giles
2010-01-21
1
-10
/
+10
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-2
/
+2
*
More PPC GCC warning fixes.
R. Belmont
2010-01-15
1
-2
/
+2
*
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
1
-1
/
+2
*
Added 'options' parameter to the CPU_DISASSEMBLE prototype. For now, the
Aaron Giles
2009-09-07
1
-1
/
+1
*
Added infrastructure to compile universal standalone disassembler:
Aaron Giles
2009-08-22
1
-81
/
+2
*
Another step. Moved the address-space related get_info constants
Aaron Giles
2009-07-08
1
-7
/
+7
*
CPU cores now compile cleanly.
Aaron Giles
2009-03-15
1
-10
/
+19
*
tms57002: Add two missing instructions and hack up the coef update.
Olivier Galibert
2009-03-07
1
-1
/
+3
*
tms57002 - don't abort on unimplemented instructions
Olivier Galibert
2009-03-04
1
-4
/
+25
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2009-02-26
1
-3
/
+8
*
Cleanups and version bump.
mame0129u4
Aaron Giles
2009-02-17
1
-8
/
+8
*
Changed aborts() to fatalerror() so they don't foul up the regression test runs.
Aaron Giles
2009-02-16
1
-9
/
+9
*
Fixed MSVC build.
Phil Bennett
2009-02-07
1
-14
/
+14
*
TMS57002 preliminary implementation [Olivier Galibert]
davidhay
2009-02-06
1
-0
/
+1436