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
/
tms57002
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all devices into separate part of src tree (nw)
Miodrag Milanovic
2015-09-13
6
-2353
/
+0
*
blame balrog for this :) (NW)
Cowering
2015-07-08
1
-1
/
+1
*
cleanup (nw)
balr0g
2015-05-17
1
-4
/
+1
*
Correctly fix tms57002 (nw)
balr0g
2015-05-17
2
-1
/
+15
*
This causes a self-assignment and is unneeded (nw)
balr0g
2015-05-16
1
-1
/
+0
*
more Python script cleanups based on PyCharm inspection (nw)
Oliver Stöneberg
2015-03-05
1
-2
/
+1
*
Remove except clause syntax not supported on Python 3. (nw)
Mike Naberezny
2015-03-03
1
-1
/
+2
*
Fix undefined names "logging" and "fname". (nw)
Mike Naberezny
2015-01-27
1
-1
/
+1
*
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
2
-10
/
+39
*
Cleanups and version bump
mame0152
Miodrag Milanovic
2013-12-24
1
-3
/
+3
*
TMS57002 fixes and improvements: [Phil Bennett]
Phil Bennett
2013-11-16
4
-66
/
+138
*
04484: rushhero: tms57002: sfmr - Contact Mamedev [Phil Bennett]
Phil Bennett
2013-10-19
1
-0
/
+1
*
Added license tags to a few more files. Also converted many of OG's
Aaron Giles
2013-10-16
4
-124
/
+8
*
Make the Python scripts line ending agnostic (fixes *IX/OS X build from mamed...
R. Belmont
2013-06-25
1
-1
/
+1
*
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
2
-11
/
+18
*
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
[next]