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
/
tlcs90
/
tlcs90.h
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
-9
/
+9
*
tlcs90: move too generic irq enum to class
hap
2024-09-20
1
-48
/
+48
*
tlcs90: small spacing cleanup, remove execute_burn altogether (renamed but ke...
hap
2024-09-20
1
-41
/
+71
*
diexec: Remove vestigial execute_burn override
AJR
2024-09-18
1
-1
/
+1
*
diexec: remove vestigal execute_input_lines()
hap
2024-09-18
1
-1
/
+0
*
jaleco/megasys1.cpp: Emulate microcontroller for bigstrik. (#11629) [Sergio G...
mamehaze
2023-10-22
1
-0
/
+9
*
tlcs90: First draft of 90844 register map; improve logging for unemulated reg...
AJR
2020-03-13
1
-0
/
+5
*
tlcs90: Split up the t90_internal_registers_r/w handlers (nw)
AJR
2020-03-13
1
-5
/
+40
*
sweeten most of the remaining arrays of delegates (nw)
Vas Crabb
2020-02-07
1
-2
/
+2
*
Make many device_execute_interface functions noexcept, including the "informa...
AJR
2019-11-09
1
-4
/
+4
*
tlcs90: Separate TMP90840 and TMP90844 disassemblers
AJR
2019-09-30
1
-3
/
+24
*
tlcs90, tlcs900: Removed MCFG, nw
mooglyguy
2018-12-07
1
-68
/
+2
*
devcb3
Vas Crabb
2018-07-07
1
-18
/
+18
*
diexec: Interrupt API changes (nw)
AJR
2018-05-18
1
-1
/
+1
*
don't pass so many naked pointers around (nw)
Vas Crabb
2018-03-25
1
-1
/
+1
*
Separate TLCS-90 external IRQ line state from internal request register (fixe...
AJR
2018-03-18
1
-1
/
+3
*
destaticify initializations (nw) (#3289)
wilbertpol
2018-03-04
1
-23
/
+23
*
API change: Memory maps are now methods of the owner class [O. Galibert]
Olivier Galibert
2018-02-12
1
-0
/
+5
*
dvdisasm: Overhaul [O. Galibert]
Olivier Galibert
2017-11-26
1
-5
/
+1
*
tlcs90: First painful step towards modernization of internal peripherals (nw)
AJR
2017-11-19
1
-13
/
+14
*
convenience macro for enum bitwise operators (nw)
Vas Crabb
2017-07-22
1
-1
/
+1
*
explicit sizes for enums used in save states - one should always do this to m...
Vas Crabb
2017-07-16
1
-6
/
+6
*
make device_memory_interface slightly less of a special case, use a typedef t...
Vas Crabb
2017-07-10
1
-1
/
+1
*
dimemory: Lift the cap on the number of address spaces per device [O. Galibert]
Olivier Galibert
2017-07-03
1
-1
/
+1
*
tlcs90: Forwarding and some other stuff (nw)
AJR
2017-06-04
1
-4
/
+15
*
Replace fake TLCS-90 I/O space with callbacks
AJR
2017-05-30
1
-3
/
+68
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-13
/
+13
*
Add TMP90PH44 device type for Sega 837-13551 I/O Board (nw)
AJR
2017-04-12
1
-0
/
+10
*
Changed disassembler infrastructure to not use char buffers internally
Nathan Woods
2016-11-20
1
-9
/
+1
*
Changed the tlcs90 disassembler to use 'std::ostream &' internally
Nathan Woods
2016-10-29
1
-2
/
+10
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-52
/
+52
*
BIT doesn't need to be a macro
Vas Crabb
2016-08-18
1
-0
/
+2
*
Document internal hardware of original Pocket Challenge machine [Team Europe]
David Haywood
2016-04-25
1
-0
/
+8
*
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
*
override part 2 (nw)
Miodrag Milanovic
2015-12-05
1
-14
/
+14
*
clang-modernize part 3
Miodrag Milanovic
2015-12-04
1
-1
/
+1
*
Move all devices into separate part of src tree (nw)
Miodrag Milanovic
2015-09-13
1
-0
/
+181