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
/
tms32082
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#...
holub
2024-09-27
1
-6
/
+6
*
diexec: remove vestigal execute_input_lines()
hap
2024-09-18
1
-2
/
+0
*
eminline.h: Additions
AJR
2022-09-25
1
-23
/
+20
*
Removed superfluous semicolons from various source files. (#9796)
0kmg
2022-05-22
1
-1
/
+1
*
src/devices/cpu: Remove #include "debugger.h" where no longer necessary
AJR
2022-04-06
1
-1
/
+0
*
srcclean in preparation for branching 0.237 release
Vas Crabb
2021-10-24
1
-40
/
+40
*
tms32082: rewrote the PP disassembler
Ville Linde
2021-10-11
2
-437
/
+655
*
srcclean in preparation for MAME 0.235, and two small adjustments.
Vas Crabb
2021-09-26
2
-33
/
+33
*
tms32082: Fix clang build
AJR
2021-09-25
1
-1
/
+1
*
Mostly playable driver for Rolling Extreme. Various bug fixes to the TMS320C8...
Ville Linde
2021-09-25
4
-175
/
+206
*
drivers starting with p, q, r and s: some macro removal (nw)
Ivan Vangelista
2020-06-03
2
-6
/
+6
*
emumem: A little more speedup. cache and specific change syntax, and are not...
Olivier Galibert
2020-05-25
3
-56
/
+56
*
Make many device_execute_interface functions noexcept, including the "informa...
AJR
2019-11-09
1
-6
/
+6
*
Make devdelegate more like devcb for configuration. This is a
Vas Crabb
2019-10-26
2
-7
/
+3
*
(nw) fix lots of inadverently mutable static pointers
Vas Crabb
2018-09-20
4
-20
/
+20
*
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
*
maps: Finish devices/cpu (nw)
Olivier Galibert
2018-04-20
1
-17
/
+19
*
Reshuffle some stuff:
Vas Crabb
2018-03-28
1
-5
/
+5
*
don't pass so many naked pointers around (nw)
Vas Crabb
2018-03-25
2
-6
/
+6
*
Blind faith fixed long names for almost all CPUs (nw)
angelosa
2018-03-15
1
-2
/
+2
*
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
-4
/
+4
*
dvdisasm: Overhaul [O. Galibert]
Olivier Galibert
2017-11-26
6
-182
/
+218
*
make device_memory_interface slightly less of a special case, use a typedef t...
Vas Crabb
2017-07-10
2
-6
/
+6
*
dimemory: Lift the cap on the number of address spaces per device [O. Galibert]
Olivier Galibert
2017-07-03
2
-16
/
+15
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
2
-11
/
+11
*
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
4
-26
/
+8
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-4
/
+4
*
Changed the TMS32082 disassembler to use 'std::ostream &' internally
Nathan Woods
2016-10-29
2
-230
/
+229
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
5
-275
/
+275
*
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi...
smf-
2016-09-28
1
-2
/
+4
*
Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ...
Lord-Nightmare
2016-09-27
1
-4
/
+2
*
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi...
smf-
2016-09-27
1
-2
/
+4
*
Replace strformat, strprintf and strcatprintf with type-safe steam_format and...
Vas Crabb
2016-02-28
1
-2
/
+2
*
reverting:
Miodrag Milanovic
2016-01-20
2
-4
/
+4
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
2
-4
/
+4
*
Revert "remove const (nw)"
Miodrag Milanovic
2016-01-13
2
-4
/
+4
*
remove const (nw)
Miodrag Milanovic
2016-01-11
2
-4
/
+4
*
Return std::string objects by value rather than pass by reference
AJR
2016-01-10
2
-4
/
+4
*
Cleanups and version bump
mame0169
Miodrag Milanovic
2015-12-30
1
-2
/
+2
*
cleanup (nw)
Miodrag Milanovic
2015-12-26
1
-3
/
+3
*
cleanup (nw)
Miodrag Milanovic
2015-12-26
1
-7
/
+7
*
cleanups (nw)
Miodrag Milanovic
2015-12-25
1
-1
/
+1
*
tms32082: FPU fixes + command callback (nw)
Ville Linde
2015-12-20
4
-79
/
+36
*
override part 2 (nw)
Miodrag Milanovic
2015-12-05
1
-23
/
+23
*
clang-modernize part 3
Miodrag Milanovic
2015-12-04
1
-2
/
+2
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
4
-0
/
+0
*
Unsigned value can't be less than zero (nw)
Vas Crabb
2015-11-02
1
-2
/
+5
[next]