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
/
devices
/
cpu
/
tms32031
Commit message (
Expand
)
Author
Age
Files
Lines
*
diexec: Add callback to allow debugger to break into the middle of wait-type ...
AJR
2024-11-17
1
-0
/
+2
*
Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#...
holub
2024-09-27
1
-8
/
+8
*
diexec: remove vestigal execute_input_lines()
hap
2024-09-18
2
-12
/
+0
*
emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333)
Vas Crabb
2023-06-17
1
-6
/
+0
*
coretmpl.h: Add utility function for sign-extending values of arbitrary width
AJR
2022-11-01
1
-27
/
+19
*
src/devices/cpu: Remove #include "debugger.h" where no longer necessary
AJR
2022-04-06
1
-1
/
+0
*
Debugger feature improvements
AJR
2022-03-27
1
-2
/
+8
*
tms32031.cpp: Add TMS320VC33 emulation support, Add notes (#8766)
cam900
2021-11-19
3
-41
/
+124
*
Added helpers for 64-bit count leading zeroes/ones.
Vas Crabb
2021-06-13
1
-8
/
+8
*
Eliminate ARRAY_LENGTH template in favor of C++17's std::size
AJR
2021-02-14
1
-1
/
+1
*
finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw)
Ivan Vangelista
2020-06-18
2
-3
/
+3
*
emumem: A little more speedup. cache and specific change syntax, and are not...
Olivier Galibert
2020-05-25
2
-13
/
+11
*
cpu/tms32031/*: Add/Correct notes for Internal peripherals and Chip family di...
cam900
2020-05-21
5
-20
/
+131
*
Make many device_execute_interface functions noexcept, including the "informa...
AJR
2019-11-09
2
-6
/
+6
*
tms32031.cpp: Removed MCFG. [Ryan Holtz]
mooglyguy
2018-12-07
1
-23
/
+0
*
Fix build, and start removing MCFG from tms32031, nw
mooglyguy
2018-12-07
1
-0
/
+4
*
tms32031.cpp: A different attempt at fixing the disassembler. Confirmed radik...
mooglyguy
2018-12-02
2
-16
/
+12
*
tms32031.cpp: Fixed the disassembler. [Ryan Holtz]
mooglyguy
2018-12-01
2
-6
/
+12
*
devcb3
Vas Crabb
2018-07-07
1
-4
/
+4
*
emumem: Backend modernization [O. Galibert]
Olivier Galibert
2018-06-29
1
-1
/
+0
*
as if millions of this pointers suddenly cried out in terror, and were sudden...
Vas Crabb
2018-06-08
1
-1
/
+1
*
emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t...
Olivier Galibert
2018-05-11
2
-5
/
+5
*
parens (nw)
Patrick Mackinlay
2018-05-09
1
-1
/
+1
*
formatting (nw)
Patrick Mackinlay
2018-05-09
1
-3
/
+3
*
tms32031: add tms320c30 and basic hold/holda support
Patrick Mackinlay
2018-05-09
2
-7
/
+130
*
maps: Finish devices/cpu (nw)
Olivier Galibert
2018-04-20
1
-6
/
+8
*
Reshuffle some stuff:
Vas Crabb
2018-03-28
2
-5
/
+5
*
don't pass so many naked pointers around (nw)
Vas Crabb
2018-03-25
2
-3
/
+3
*
Blind faith fixed long names for almost all CPUs (nw)
angelosa
2018-03-15
1
-2
/
+2
*
destaticify initializations (nw) (#3289)
wilbertpol
2018-03-04
1
-8
/
+8
*
API change: Memory maps are now methods of the owner class [O. Galibert]
Olivier Galibert
2018-02-12
2
-4
/
+6
*
emumem: API change [O. Galibert]
Olivier Galibert
2017-11-29
2
-5
/
+5
*
dvdisasm: Overhaul [O. Galibert]
Olivier Galibert
2017-11-26
4
-81
/
+81
*
make device_memory_interface slightly less of a special case, use a typedef t...
Vas Crabb
2017-07-10
2
-3
/
+3
*
dimemory: Lift the cap on the number of address spaces per device [O. Galibert]
Olivier Galibert
2017-07-03
2
-3
/
+5
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
2
-28
/
+26
*
TMS3203x: RTPS should be RPTS -nw-
Philip Bennett
2017-05-13
3
-10
/
+10
*
tms32031: Remove direct update handler [O. Galibert]
Olivier Galibert
2017-03-08
2
-16
/
+3
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-2
/
+2
*
Changed disassembler infrastructure to not use char buffers internally
Nathan Woods
2016-11-20
3
-14
/
+4
*
Merge pull request #1734 from npwoods/dasmstream_tms3203x
Vas Crabb
2016-11-19
1
-225
/
+221
|
\
|
*
'void append_indirect(...std::string &)' didn't actually append; changed to '...
Nathan Woods
2016-11-18
1
-18
/
+10
|
*
Changed the tms3203x disassembler to use 'std::ostream &' internally
Nathan Woods
2016-11-18
1
-212
/
+216
*
|
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-7
/
+7
|
/
*
Do not use FUNC in delegate where applicable (nw)
Miodrag Milanovic
2016-11-06
1
-1
/
+1
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
4
-1840
/
+1840
*
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi...
smf-
2016-09-28
1
-0
/
+1
*
Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ...
Lord-Nightmare
2016-09-27
1
-1
/
+0
*
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi...
smf-
2016-09-27
1
-0
/
+1
*
Created a tiny_rom_entry structure for the purposes of rom_entry declarations...
Nathan Woods
2016-08-06
2
-2
/
+2
[next]