summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/internal
Commit message (Expand)AuthorAgeFilesLines
* ti99: Add sidecar Thermal Printer PHP1900 Michael Zapf8 days1-0/+3
* Cleaned up boilerplate for more slot devices. Vas Crabb2026-03-232-8/+2
* ti99: Model the Speech Synthesizer as an own unit, with an adapter board for ... Michael Zapf2025-03-063-0/+15
* ti99: Add sidecar cartridge Arcturus. Michael Zapf2025-03-023-15/+19
* ti99: Added I/O port Splitter device. Michael Zapf2025-03-024-0/+266
* geneve: Enable 384K SRAM expansion. Michael Zapf2025-03-012-10/+22
* tms52xx: Remove legacy spchrom implementation. Michael Zapf2025-02-271-0/+1
* -tools/imgtool/modules: Fixed remaining calss memory access warnings. Vas Crabb2024-11-261-3/+3
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-278-26/+26
* geneve: Fix mapping of external SRAM expansion. Michael Zapf2024-05-092-3/+6
* ti99: Virtualize inherited device methods for consistency. Michael Zapf2024-04-011-2/+2
* ti99: Further cleanups, removed casts. Michael Zapf2024-03-312-5/+3
* ti99: Removed casts and fixed a bug in the multi-cartridge connector. Michael Zapf2024-03-292-3/+3
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-4/+4
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-176-35/+13
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-0114-200/+200
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-235-52/+52
* 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-092-4/+1
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-044-134/+120
* ti99: Added the S0-triggered clock update to TMS9901. Michael Zapf2022-04-234-0/+19
* Revert initialisation of device members in headers. Vas Crabb2022-04-032-16/+16
* init vars for coverity (bus/l-w) Robbbert2022-04-022-16/+16
* Use ioprocs classes instead of emu_file for device_nvram_interface's load and... AJR2022-02-272-12/+11
* 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-111-0/+2
* devices/*: Removed extra semicolons after function bodies in headers. (#9275) 0kmg2022-02-061-1/+1
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-264-20/+23
* -Reworked device type definition macros a little and added more Doxygen. Vas Crabb2021-09-077-18/+18
* pc_kbdc: Merge "PC KBDC" device with slot connector AJR2020-12-222-6/+10
* -Switch to building MAME as C++17. Vas Crabb2020-11-1514-32/+31
* Cleaned up bitmap API. Vas Crabb2020-09-271-1/+1
* ti99: Fixed debugger_write in datamux, used wrong address variable for PEB ac... Michael Zapf2020-06-281-4/+4
* ti99_2: Emulate the expansion port and a 32K expansion module. Michael Zapf2020-06-212-1/+162
* ti99: Remove include file ti99defs.h Michael Zapf2020-06-209-21/+33
* ti99: Retire custom READ8Z/SETADDRESS macro. Michael Zapf2020-06-184-15/+15
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-182-4/+4
* ti99: Add PGRAM card; fixed IDE adapter card. Michael Zapf2020-04-102-0/+111
* ti99: Clear datamux latch of stale content, in case that no device responds o... Michael Zapf2020-03-211-2/+4
* ti99: Added CorComp disk controller cards. Michael Zapf2020-03-141-2/+2
* more debug logging left on, few small cleanups (nw) Vas Crabb2020-02-021-2/+2
* ti99: Block invalid accesses to VDP (like writing on read address); fixes Amb... Michael Zapf2020-01-061-23/+17
* ti99_2: Removed instability in Load/save to Hexbus floppy. Michael Zapf2020-01-052-8/+16
* ti99_2: Improved Hexbus handling, also for 99/8; still WIP. Michael Zapf2020-01-043-107/+52
* geneve: Improved logging; some minor changes. (nw) Michael Zapf2019-12-271-0/+9
* genene: Fix PFM regression from last rewrite (nw) Michael Zapf2019-12-271-1/+2
* geneve: Lower-level emulation of the Geneve architecture (Gate Array, PAL, Ge... Michael Zapf2019-12-274-946/+1242
* bus/ti99/internal/998board: initialize stuff (nw) Ivan Vangelista2019-12-162-109/+111
* srcclean (nw) Vas Crabb2019-09-222-45/+45