summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99
Commit message (Expand)AuthorAgeFilesLines
* srcclean and manual cleanup Vas Crabb4 days2-69/+69
* ti99: Add sidecar Thermal Printer PHP1900 Michael Zapf7 days3-0/+452
* Cleaned up boilerplate for more slot devices. Vas Crabb2026-03-234-16/+4
* -emu/dislot.cpp: Cleaned up interface. Vas Crabb2026-03-222-8/+2
* scsi: finish deslotting and correct a number of things Olivier Galibert2026-03-031-6/+6
* general: merge wayward speakers Olivier Galibert2026-01-061-6/+5
* ti99: Fix minor regression by initializing members in cartridge device. Michael Zapf2025-07-211-0/+12
* ti99: Fix state save/restore problems with cartridges. Michael Zapf2025-07-162-249/+309
* ti99: Fix segv when leaving TIPI without connection; add new bios variant. Michael Zapf2025-07-131-2/+5
* ti99: Expand SAMS memory card to 4M, use memory mapper circuit. Michael Zapf2025-06-012-82/+149
* ti99: Make the HFE format available to the disk controllers. Michael Zapf2025-05-125-0/+10
* ti99: Fixed crash with Corcomp floppy controller when accessing a drive that ... Michael Zapf2025-04-241-3/+10
* srcclean the tree. Vas Crabb2025-03-234-36/+36
* ti99/peb/speechadapter.h: fix include guard angelosa2025-03-071-5/+5
* ti99: Add the lost newline at EOF. Michael Zapf2025-03-061-1/+1
* ti99: Model the Speech Synthesizer as an own unit, with an adapter board for ... Michael Zapf2025-03-0610-245/+562
* ti99: Change Arcturus device short name. Michael Zapf2025-03-041-1/+1
* ti99: Add sidecar cartridge Arcturus. Michael Zapf2025-03-025-15/+161
* ti99: Added I/O port Splitter device. Michael Zapf2025-03-026-72/+344
* geneve: Enable 384K SRAM expansion. Michael Zapf2025-03-012-10/+22
* Cleaned up some stuff: Vas Crabb2025-03-011-0/+1
* tms52xx: Remove legacy spchrom implementation. Michael Zapf2025-02-272-13/+8
* -tools/imgtool/modules: Fixed remaining calss memory access warnings. Vas Crabb2024-11-265-15/+15
* emu/ioport.h: Made syntax for configuring callbacks more consistent. Vas Crabb2024-10-187-18/+18
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-2741-145/+145
* ti99: Prevent race conditions in TIPI by syncing the webservice client via mu... Michael Zapf2024-08-042-141/+191
* geneve: Fix mapping of external SRAM expansion. Michael Zapf2024-05-092-3/+6
* ti99: Fixed RESET behavior of Horizon RAM disk. Michael Zapf2024-04-232-0/+25
* srcclean and cleanup: Vas Crabb2024-04-213-8/+8
* ti99: Virtualize inherited device methods for consistency. Michael Zapf2024-04-0112-65/+69
* ti99: Prevent re-appearing memory contents when swapping cartridges. Michael Zapf2024-04-011-0/+13
* ti99: Using device arrays instead of multiple similar devices. Michael Zapf2024-04-0112-192/+114
* ti99: Further cleanups, removed casts. Michael Zapf2024-03-3128-376/+259
* ti99: Removed casts and fixed a bug in the multi-cartridge connector. Michael Zapf2024-03-296-14/+9
* ti99: Replaced static_cast with dynamic_cast (mametesters 06824) Michael Zapf2024-03-285-13/+25
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-254-23/+27
* Move format #includes out of header files AJR2023-10-121-1/+3
* ti99: Include new firmware (DSR) for TIPI. Michael Zapf2023-08-241-1/+5
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-1710-49/+17
* emu/devfind.h: Added a lookup() member function to device finders. Vas Crabb2023-06-121-5/+5
* ncr5380/ti99: Use DRQ to set DMA state on controller card; remove in_dma_mode... Michael Zapf2023-06-081-2/+2
* ti99: Some debug output improvements Michael Zapf2023-06-083-14/+23
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-0153-436/+436
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-2331-252/+252
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-086-13/+13
* API change for device_image_interface AJR2023-03-306-15/+13
* 992board.cpp: More logging cleanup AJR2023-02-202-17/+4
* Reduced usage of sprintf. (#10892) Erik2023-02-201-3/+2
* dinvram: Separate backup-enable parameter (which prevents both loading and sa... AJR2022-08-094-6/+3
* ti99: Improved TIPI stability in communication with real Raspberry Pis Michael Zapf2022-07-092-20/+35