| Commit message (Expand) | Author | Age | Files | Lines |
| * | ti99: Add sidecar Thermal Printer PHP1900 |  Michael Zapf | 8 days | 1 | -0/+3 |
| * | Cleaned up boilerplate for more slot devices. |  Vas Crabb | 2026-03-23 | 2 | -8/+2 |
| * | ti99: Model the Speech Synthesizer as an own unit, with an adapter board for ... |  Michael Zapf | 2025-03-06 | 3 | -0/+15 |
| * | ti99: Add sidecar cartridge Arcturus. |  Michael Zapf | 2025-03-02 | 3 | -15/+19 |
| * | ti99: Added I/O port Splitter device. |  Michael Zapf | 2025-03-02 | 4 | -0/+266 |
| * | geneve: Enable 384K SRAM expansion. |  Michael Zapf | 2025-03-01 | 2 | -10/+22 |
| * | tms52xx: Remove legacy spchrom implementation. |  Michael Zapf | 2025-02-27 | 1 | -0/+1 |
| * | -tools/imgtool/modules: Fixed remaining calss memory access warnings. |  Vas Crabb | 2024-11-26 | 1 | -3/+3 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 8 | -26/+26 |
| * | geneve: Fix mapping of external SRAM expansion. |  Michael Zapf | 2024-05-09 | 2 | -3/+6 |
| * | ti99: Virtualize inherited device methods for consistency. |  Michael Zapf | 2024-04-01 | 1 | -2/+2 |
| * | ti99: Further cleanups, removed casts. |  Michael Zapf | 2024-03-31 | 2 | -5/+3 |
| * | ti99: Removed casts and fixed a bug in the multi-cartridge connector. |  Michael Zapf | 2024-03-29 | 2 | -3/+3 |
| * | util/ioprocs.cpp: Added wrappers for common patterns. (#11608) |  Vas Crabb | 2024-02-25 | 1 | -4/+4 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 6 | -35/+13 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 14 | -200/+200 |
| * | Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] |  MooglyGuy | 2023-05-23 | 5 | -52/+52 |
| * | 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 | 2 | -4/+1 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 4 | -134/+120 |
| * | ti99: Added the S0-triggered clock update to TMS9901. |  Michael Zapf | 2022-04-23 | 4 | -0/+19 |
| * | Revert initialisation of device members in headers. |  Vas Crabb | 2022-04-03 | 2 | -16/+16 |
| * | init vars for coverity (bus/l-w) |  Robbbert | 2022-04-02 | 2 | -16/+16 |
| * | Use ioprocs classes instead of emu_file for device_nvram_interface's load and... |  AJR | 2022-02-27 | 2 | -12/+11 |
| * | 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 | 1 | -0/+2 |
| * | devices/*: Removed extra semicolons after function bodies in headers. (#9275) |  0kmg | 2022-02-06 | 1 | -1/+1 |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 4 | -20/+23 |
| * | -Reworked device type definition macros a little and added more Doxygen. |  Vas Crabb | 2021-09-07 | 7 | -18/+18 |
| * | pc_kbdc: Merge "PC KBDC" device with slot connector |  AJR | 2020-12-22 | 2 | -6/+10 |
| * | -Switch to building MAME as C++17. |  Vas Crabb | 2020-11-15 | 14 | -32/+31 |
| * | Cleaned up bitmap API. |  Vas Crabb | 2020-09-27 | 1 | -1/+1 |
| * | ti99: Fixed debugger_write in datamux, used wrong address variable for PEB ac... |  Michael Zapf | 2020-06-28 | 1 | -4/+4 |
| * | ti99_2: Emulate the expansion port and a 32K expansion module. |  Michael Zapf | 2020-06-21 | 2 | -1/+162 |
| * | ti99: Remove include file ti99defs.h |  Michael Zapf | 2020-06-20 | 9 | -21/+33 |
| * | ti99: Retire custom READ8Z/SETADDRESS macro. |  Michael Zapf | 2020-06-18 | 4 | -15/+15 |
| * | finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) |  Ivan Vangelista | 2020-06-18 | 2 | -4/+4 |
| * | ti99: Add PGRAM card; fixed IDE adapter card. |  Michael Zapf | 2020-04-10 | 2 | -0/+111 |
| * | ti99: Clear datamux latch of stale content, in case that no device responds o... |  Michael Zapf | 2020-03-21 | 1 | -2/+4 |
| * | ti99: Added CorComp disk controller cards. |  Michael Zapf | 2020-03-14 | 1 | -2/+2 |
| * | more debug logging left on, few small cleanups (nw) |  Vas Crabb | 2020-02-02 | 1 | -2/+2 |
| * | ti99: Block invalid accesses to VDP (like writing on read address); fixes Amb... |  Michael Zapf | 2020-01-06 | 1 | -23/+17 |
| * | ti99_2: Removed instability in Load/save to Hexbus floppy. |  Michael Zapf | 2020-01-05 | 2 | -8/+16 |
| * | ti99_2: Improved Hexbus handling, also for 99/8; still WIP. |  Michael Zapf | 2020-01-04 | 3 | -107/+52 |
| * | geneve: Improved logging; some minor changes. (nw) |  Michael Zapf | 2019-12-27 | 1 | -0/+9 |
| * | genene: Fix PFM regression from last rewrite (nw) |  Michael Zapf | 2019-12-27 | 1 | -1/+2 |
| * | geneve: Lower-level emulation of the Geneve architecture (Gate Array, PAL, Ge... |  Michael Zapf | 2019-12-27 | 4 | -946/+1242 |
| * | bus/ti99/internal/998board: initialize stuff (nw) |  Ivan Vangelista | 2019-12-16 | 2 | -109/+111 |
| * | srcclean (nw) |  Vas Crabb | 2019-09-22 | 2 | -45/+45 |