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
/
devices
/
cpu
/
tlcs90
/
tlcs90.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Detect array members that can't be replicated and manually register each item...
Aaron Giles
2021-04-19
1
-2
/
+0
*
tlcs90: add missing break;
hap
2020-11-14
1
-1
/
+2
*
tlcs90: this fallthrough at opcode must be wrong
hap
2020-11-14
1
-1
/
+1
*
Enable GCC implicit fallthrough warning.
Vas Crabb
2020-11-15
1
-0
/
+2
*
tlcs90: First draft of 90844 register map; improve logging for unemulated reg...
AJR
2020-03-13
1
-3
/
+72
*
tlcs90: Split up the t90_internal_registers_r/w handlers (nw)
AJR
2020-03-13
1
-253
/
+305
*
sweeten most of the remaining arrays of delegates (nw)
Vas Crabb
2020-02-07
1
-6
/
+4
*
(nw) removed every remaining AM_ macro I could find in comments, but one in ...
Ivan Vangelista
2019-10-10
1
-2
/
+2
*
tlcs90: Separate TMP90840 and TMP90844 disassemblers
AJR
2019-09-30
1
-2
/
+27
*
as if millions of this pointers suddenly cried out in terror, and were sudden...
Vas Crabb
2018-06-08
1
-5
/
+5
*
maps: Finish devices/cpu (nw)
Olivier Galibert
2018-04-20
1
-24
/
+29
*
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
1
-2
/
+2
*
Separate TLCS-90 external IRQ line state from internal request register (fixe...
AJR
2018-03-18
1
-12
/
+26
*
Blind faith fixed long names for almost all CPUs (nw)
angelosa
2018-03-15
1
-6
/
+6
*
API change: Memory maps are now methods of the owner class [O. Galibert]
Olivier Galibert
2018-02-12
1
-11
/
+11
*
dvdisasm: Overhaul [O. Galibert]
Olivier Galibert
2017-11-26
1
-82
/
+6
*
tlcs90: First painful step towards modernization of internal peripherals (nw)
AJR
2017-11-19
1
-47
/
+174
*
explicit sizes for enums used in save states - one should always do this to m...
Vas Crabb
2017-07-16
1
-86
/
+86
*
make device_memory_interface slightly less of a special case, use a typedef t...
Vas Crabb
2017-07-10
1
-2
/
+2
*
dimemory: Lift the cap on the number of address spaces per device [O. Galibert]
Olivier Galibert
2017-07-03
1
-0
/
+7
*
Replace fake TLCS-90 I/O space with callbacks
AJR
2017-05-30
1
-19
/
+20
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-14
/
+14
*
Note PROM version (nw)
AJR
2017-04-19
1
-1
/
+1
*
Add TMP90PH44 device type for Sega 837-13551 I/O Board (nw)
AJR
2017-04-12
1
-4
/
+17
*
more validation fixes (nw)
Vas Crabb
2017-03-04
1
-1
/
+1
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-5
/
+5
*
srcclean (nw)
Vas Crabb
2016-11-27
1
-16
/
+16
*
Changed the tlcs90 disassembler to use 'std::ostream &' internally
Nathan Woods
2016-10-29
1
-25
/
+25
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-78
/
+78
*
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi...
smf-
2016-09-28
1
-1
/
+1
*
Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ...
Lord-Nightmare
2016-09-27
1
-1
/
+1
*
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi...
smf-
2016-09-27
1
-1
/
+1
*
tlcs90: fix a nonsense check
hap
2016-08-27
1
-2
/
+2
*
BIT doesn't need to be a macro
Vas Crabb
2016-08-18
1
-1
/
+0
*
Document internal hardware of original Pocket Challenge machine [Team Europe]
David Haywood
2016-04-25
1
-0
/
+7
*
Replace strformat, strprintf and strcatprintf with type-safe steam_format and...
Vas Crabb
2016-02-28
1
-1
/
+1
*
reverting:
Miodrag Milanovic
2016-01-20
1
-5
/
+5
*
Revert "rest of device parameters to std::string (nw)"
Miodrag Milanovic
2016-01-20
1
-1
/
+1
*
rest of device parameters to std::string (nw)
Miodrag Milanovic
2016-01-16
1
-1
/
+1
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-5
/
+5
*
Revert "remove const (nw)"
Miodrag Milanovic
2016-01-13
1
-1
/
+1
*
remove const (nw)
Miodrag Milanovic
2016-01-11
1
-1
/
+1
*
Return std::string objects by value rather than pass by reference
AJR
2016-01-10
1
-1
/
+1
*
cleanup (nw)
Miodrag Milanovic
2015-12-26
1
-1
/
+1
*
clang-modernize part 3
Miodrag Milanovic
2015-12-04
1
-2
/
+2
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+2786