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
/
tms7000
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
-12
/
+12
*
diexec: remove vestigal execute_input_lines()
hap
2024-09-18
1
-1
/
+0
*
emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333)
Vas Crabb
2023-06-17
1
-4
/
+1
*
Interrupt callback rationalization
AJR
2023-03-11
1
-2
/
+2
*
New working systems
hap
2023-03-09
1
-1
/
+1
*
- Removed device_timer, device_timer_id, et al in favor of direct callback me...
MooglyGuy
2022-06-04
1
-1
/
+1
*
src/devices/cpu: Remove #include "debugger.h" where no longer necessary
AJR
2022-04-06
1
-2
/
+0
*
Debugger feature improvements
AJR
2022-03-27
1
-33
/
+33
*
devices/*: Removed extra semicolons after function bodies in headers. (#9275)
0kmg
2022-02-06
1
-2
/
+2
*
Debugger-related feature removals and cleanup
AJR
2021-08-15
1
-1
/
+0
*
Enable GCC implicit fallthrough warning.
Vas Crabb
2020-11-15
1
-0
/
+1
*
cpu/tms7000: Fixed JPZ mnemonic and offsets for BTJO and BTJZ (inherent) in d...
tim lindner
2020-11-07
1
-2
/
+2
*
emumem: A little more speedup. cache and specific change syntax, and are not...
Olivier Galibert
2020-05-25
2
-25
/
+25
*
tms7000: Show A, B and all bits of PC in debug state
AJR
2020-05-24
2
-8
/
+12
*
devices/cpu: simplified some handlers (nw)
Ivan Vangelista
2020-03-31
2
-22
/
+22
*
exelv.cpp: More accurate clocks (nw)
AJR
2020-03-24
2
-4
/
+10
*
sweeten most of the remaining arrays of delegates (nw)
Vas Crabb
2020-02-07
2
-34
/
+32
*
Make many device_execute_interface functions noexcept, including the "informa...
AJR
2019-11-09
1
-5
/
+5
*
tms7000: apply tim's fix for timer divider (nw)
hap
2019-06-14
1
-1
/
+1
*
tms7000: Removed MCFG. [Ryan Holtz]
mooglyguy
2018-12-06
1
-31
/
+15
*
devcb3
Vas Crabb
2018-07-07
1
-9
/
+9
*
as if millions of this pointers suddenly cried out in terror, and were sudden...
Vas Crabb
2018-06-08
1
-11
/
+11
*
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
-48
/
+56
*
Reshuffle some stuff:
Vas Crabb
2018-03-28
1
-2
/
+2
*
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
-12
/
+12
*
destaticify initializations (nw) (#3289)
wilbertpol
2018-03-04
1
-14
/
+12
*
Grammar police (nw)
Olivier Galibert
2018-02-24
2
-4
/
+4
*
A handful of fixes (nw)
Olivier Galibert
2018-02-12
1
-1
/
+1
*
API change: Memory maps are now methods of the owner class [O. Galibert]
Olivier Galibert
2018-02-12
2
-20
/
+28
*
API change: Memory maps are now "last entry wins" [O. Galibert]
Olivier Galibert
2018-01-31
1
-5
/
+5
*
emumem: API change [O. Galibert]
Olivier Galibert
2017-11-29
2
-2
/
+2
*
dvdisasm: Overhaul [O. Galibert]
Olivier Galibert
2017-11-26
4
-71
/
+101
*
tms7000: Convert I/O ports to callbacks (nw)
AJR
2017-10-30
2
-25
/
+52
*
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
-1
/
+9
*
Fix other TMS70xx internal ROM regions properly (nw)
AJR
2017-06-10
1
-1
/
+1
*
tms7000: Fix internal ROM region mapping (nw)
AJR
2017-06-10
1
-4
/
+4
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
2
-59
/
+58
*
debugger_access: Refactor [O. Galibert]
Olivier Galibert
2017-03-02
2
-4
/
+4
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-12
/
+12
*
Remove emu.h from headers (nw)
Olivier Galibert
2017-02-11
3
-1
/
+2
*
A round of spelling/typographical fixes to source comments (nw)
Scott Stone
2016-11-24
1
-1
/
+1
*
Merge pull request #1317 from npwoods/disasm_stdstring
Vas Crabb
2016-11-21
3
-14
/
+4
|
\
|
*
Changed disassembler infrastructure to not use char buffers internally
Nathan Woods
2016-11-20
3
-14
/
+4
*
|
Revert "moved debugger_access() from address space to machine & removed the a...
Vas Crabb
2016-11-21
2
-4
/
+4
|
/
*
moved debugger_access() from address space to machine & removed the anti-patt...
smf-
2016-11-19
2
-4
/
+4
*
Changed the TMS7000 disassembler to use 'std::ostream &' internally
Nathan Woods
2016-11-03
1
-10
/
+20
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
4
-211
/
+211
[next]