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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
4
-284
/
+282
*
m6502,tms57002: Snakes in an emulator [Robert Muth, O. Galibert]
Olivier Galibert
2012-12-06
2
-959
/
+428
*
placeholders
Olivier Galibert
2012-12-06
1
-0
/
+0
*
Since nobody checks for NULLs anyway, make
Aaron Giles
2012-09-19
1
-2
/
+2
*
Pass 2 of struct modernization.
Aaron Giles
2012-09-15
1
-8
/
+8
*
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
*
tms57kdec: correct fix (nw)
Olivier Galibert
2012-03-10
1
-5
/
+5
*
fix gcc 4.6 compile (nw)
R. Belmont
2012-03-10
1
-4
/
+4
*
copy/paste ftw (nw)
Olivier Galibert
2012-03-09
4
-3
/
+42
*
tms57002: Modernize [O. Galibert]
Olivier Galibert
2012-03-09
7
-1003
/
+824
*
Fixes for variable shadowing [Oliver Stöneberg]
R. Belmont
2011-07-21
1
-1
/
+1
*
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
3
-242
/
+263
*
running_device -> device_t
Aaron Giles
2010-12-31
2
-3
/
+3
*
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
2
-4
/
+4
*
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
2
-3
/
+3
*
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
3
-4
/
+4
*
Eliminated osd_cpu.h.
Aaron Giles
2009-10-12
1
-1
/
+0
*
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
2
-81
/
+92
*
Attempt to define an I64FMT string that can be used for printf'ing 64-bit
Aaron Giles
2009-08-19
1
-1
/
+2
*
Another step. Moved the address-space related get_info constants
Aaron Giles
2009-07-08
1
-7
/
+7
*
Fix mantis 03013 by hooking strdup into mame's malloc [Atari Ace]
Olivier Galibert
2009-06-07
1
-5
/
+16
*
CPU cores now compile cleanly.
Aaron Giles
2009-03-15
2
-11
/
+20
*
Many casts added to the core files, and various other tweaks
Aaron Giles
2009-03-12
1
-1
/
+1
*
tms57002: Add two missing instructions and hack up the coef update.
Olivier Galibert
2009-03-07
2
-1
/
+5
*
tms57002 - don't abort on unimplemented instructions
Olivier Galibert
2009-03-04
1
-4
/
+25
*
maketms: Free strings on exit.
Olivier Galibert
2009-03-04
1
-0
/
+18
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2009-02-26
2
-28
/
+33
*
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
*
Revert _strdup back to strdup
Phil Bennett
2009-02-07
1
-2
/
+2
*
Fixed MSVC build.
Phil Bennett
2009-02-07
2
-21
/
+21
*
TMS57002 preliminary implementation [Olivier Galibert]
davidhay
2009-02-06
4
-0
/
+2926