summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* ti99: Fixed segfaults on termination; use 1800 as default for CRU base. Michael Zapf2022-06-181-4/+5
* ti99/genmod: Add option to decode high address lines for DDCC-1 so that it ca... Michael Zapf2022-06-124-31/+55
* ti99/geneve: TIPI: Fixed crash on empty queue access and network instabilities. Michael Zapf2022-06-072-3/+7
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-0412-248/+241
* ti99: Take care for cartridge dumps that do not fill the 8K window. Michael Zapf2022-05-061-13/+26
* ti99: Increased number of banks for gromemu cartridge type; more informative ... Michael Zapf2022-05-062-49/+76
* ti99: Added the S0-triggered clock update to TMS9901. Michael Zapf2022-04-234-0/+19
* ti99/tipi: Added async mode; improved logging; improved debugging; some fixes. Michael Zapf2022-04-152-65/+149
* Revert initialisation of device members in headers. Vas Crabb2022-04-0318-57/+57
* init vars for coverity (bus/l-w) Robbbert2022-04-0218-57/+57
* Fix clang error: lambda capture 'this' is not used [-Werror,-Wunused-lambda-c... AJR2022-03-201-4/+4
* ti99: New expansion card "TIPI". Michael Zapf2022-03-203-0/+727
* Use ioprocs classes instead of emu_file for device_nvram_interface's load and... AJR2022-02-278-45/+49
* Fixed some GCC warnings (would be nice if these could be consistent across ta... Vas Crabb2022-02-251-1/+5
* Remove fileio.h from emu.h AJR2022-02-115-0/+10
* devices/*: Removed extra semicolons after function bodies in headers. (#9275) 0kmg2022-02-067-10/+10
* ti99: pcode: Fixed missing return and wrong address variable in debug read ha... Michael Zapf2022-02-031-1/+2
* ti99: Fixed forgotten DSK4 motor control in DDCC1 controller. Michael Zapf2022-01-261-1/+1
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-2610-37/+40
* device_image_interface: Interface overhaul AJR2022-01-063-13/+9
* BQ4847: added BQ4845 device type which uses an external crystal, added wdo ou... smf-2021-12-232-22/+19
* ti99: Add EOP handling to SCSI card. Michael Zapf2021-12-042-1/+9
* Revert "stupid git" AJR2021-11-211-4/+16
* Merge branch 'stupid_git' AJR2021-11-211-16/+4
|\
| * stupid git AJR2021-11-211-16/+4
* | ti99/geneve: Added WHTech SCSI adapter card Michael Zapf2021-11-213-0/+833
|/
* util: Further API cleanups: (#8661) Vas Crabb2021-10-051-1/+4
* srcclean in preparation for MAME 0.235, and two small adjustments. Vas Crabb2021-09-261-12/+12
* -Reworked device type definition macros a little and added more Doxygen. Vas Crabb2021-09-0738-63/+63