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
/
bus
/
ti99
Commit message (
Expand
)
Author
Age
Files
Lines
*
-tools/imgtool/modules: Fixed remaining calss memory access warnings.
Vas Crabb
2024-11-26
5
-15
/
+15
*
emu/ioport.h: Made syntax for configuring callbacks more consistent.
Vas Crabb
2024-10-18
7
-18
/
+18
*
Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#...
holub
2024-09-27
41
-145
/
+145
*
ti99: Prevent race conditions in TIPI by syncing the webservice client via mu...
Michael Zapf
2024-08-04
2
-141
/
+191
*
geneve: Fix mapping of external SRAM expansion.
Michael Zapf
2024-05-09
2
-3
/
+6
*
ti99: Fixed RESET behavior of Horizon RAM disk.
Michael Zapf
2024-04-23
2
-0
/
+25
*
srcclean and cleanup:
Vas Crabb
2024-04-21
3
-8
/
+8
*
ti99: Virtualize inherited device methods for consistency.
Michael Zapf
2024-04-01
12
-65
/
+69
*
ti99: Prevent re-appearing memory contents when swapping cartridges.
Michael Zapf
2024-04-01
1
-0
/
+13
*
ti99: Using device arrays instead of multiple similar devices.
Michael Zapf
2024-04-01
12
-192
/
+114
*
ti99: Further cleanups, removed casts.
Michael Zapf
2024-03-31
28
-376
/
+259
*
ti99: Removed casts and fixed a bug in the multi-cartridge connector.
Michael Zapf
2024-03-29
6
-14
/
+9
*
ti99: Replaced static_cast with dynamic_cast (mametesters 06824)
Michael Zapf
2024-03-28
5
-13
/
+25
*
util/ioprocs.cpp: Added wrappers for common patterns. (#11608)
Vas Crabb
2024-02-25
4
-23
/
+27
*
Move format #includes out of header files
AJR
2023-10-12
1
-1
/
+3
*
ti99: Include new firmware (DSR) for TIPI.
Michael Zapf
2023-08-24
1
-1
/
+5
*
emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333)
Vas Crabb
2023-06-17
10
-49
/
+17
*
emu/devfind.h: Added a lookup() member function to device finders.
Vas Crabb
2023-06-12
1
-5
/
+5
*
ncr5380/ti99: Use DRQ to set DMA state on controller card; remove in_dma_mode...
Michael Zapf
2023-06-08
1
-2
/
+2
*
ti99: Some debug output improvements
Michael Zapf
2023-06-08
3
-14
/
+23
*
emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu...
MooglyGuy
2023-06-01
53
-436
/
+436
*
Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz]
MooglyGuy
2023-05-23
31
-252
/
+252
*
Restored ability of for image devices to report specific error messages.
Vas Crabb
2023-04-08
6
-13
/
+13
*
API change for device_image_interface
AJR
2023-03-30
6
-15
/
+13
*
992board.cpp: More logging cleanup
AJR
2023-02-20
2
-17
/
+4
*
Reduced usage of sprintf. (#10892)
Erik
2023-02-20
1
-3
/
+2
*
dinvram: Separate backup-enable parameter (which prevents both loading and sa...
AJR
2022-08-09
4
-6
/
+3
*
ti99: Improved TIPI stability in communication with real Raspberry Pis
Michael Zapf
2022-07-09
2
-20
/
+35
*
ti99: Fixed segfaults on termination; use 1800 as default for CRU base.
Michael Zapf
2022-06-18
1
-4
/
+5
*
ti99/genmod: Add option to decode high address lines for DDCC-1 so that it ca...
Michael Zapf
2022-06-12
4
-31
/
+55
*
ti99/geneve: TIPI: Fixed crash on empty queue access and network instabilities.
Michael Zapf
2022-06-07
2
-3
/
+7
*
- Removed device_timer, device_timer_id, et al in favor of direct callback me...
MooglyGuy
2022-06-04
12
-248
/
+241
*
ti99: Take care for cartridge dumps that do not fill the 8K window.
Michael Zapf
2022-05-06
1
-13
/
+26
*
ti99: Increased number of banks for gromemu cartridge type; more informative ...
Michael Zapf
2022-05-06
2
-49
/
+76
*
ti99: Added the S0-triggered clock update to TMS9901.
Michael Zapf
2022-04-23
4
-0
/
+19
*
ti99/tipi: Added async mode; improved logging; improved debugging; some fixes.
Michael Zapf
2022-04-15
2
-65
/
+149
*
Revert initialisation of device members in headers.
Vas Crabb
2022-04-03
18
-57
/
+57
*
init vars for coverity (bus/l-w)
Robbbert
2022-04-02
18
-57
/
+57
*
Fix clang error: lambda capture 'this' is not used [-Werror,-Wunused-lambda-c...
AJR
2022-03-20
1
-4
/
+4
*
ti99: New expansion card "TIPI".
Michael Zapf
2022-03-20
3
-0
/
+727
*
Use ioprocs classes instead of emu_file for device_nvram_interface's load and...
AJR
2022-02-27
8
-45
/
+49
*
Fixed some GCC warnings (would be nice if these could be consistent across ta...
Vas Crabb
2022-02-25
1
-1
/
+5
*
Remove fileio.h from emu.h
AJR
2022-02-11
5
-0
/
+10
*
devices/*: Removed extra semicolons after function bodies in headers. (#9275)
0kmg
2022-02-06
7
-10
/
+10
*
ti99: pcode: Fixed missing return and wrong address variable in debug read ha...
Michael Zapf
2022-02-03
1
-1
/
+2
*
ti99: Fixed forgotten DSK4 motor control in DDCC1 controller.
Michael Zapf
2022-01-26
1
-1
/
+1
*
Remove void *ptr parameter from emu_timer, timer_device and all related callb...
AJR
2022-01-26
10
-37
/
+40
*
device_image_interface: Interface overhaul
AJR
2022-01-06
3
-13
/
+9
*
BQ4847: added BQ4845 device type which uses an external crystal, added wdo ou...
smf-
2021-12-23
2
-22
/
+19
*
ti99: Add EOP handling to SCSI card.
Michael Zapf
2021-12-04
2
-1
/
+9
[next]