Add the Tandy Sensation! 1 (25-1650) machine

This commit is contained in:
win2kgamer
2026-01-25 22:11:53 -06:00
parent 7de75efd08
commit 900be45698
5 changed files with 75 additions and 0 deletions

View File

@@ -703,6 +703,7 @@ extern int machine_at_d824_init(const machine_t *);
/* VLSI 82C486 */
extern int machine_at_pcs44c_init(const machine_t *);
extern int machine_at_sensation1_init(const machine_t *);
extern int machine_at_tuliptc38_init(const machine_t *);
/* ZyMOS Poach */

View File

@@ -245,6 +245,7 @@ extern const device_t soundman_device;
/* Tandy PSSJ */
extern const device_t pssj_device;
extern const device_t pssj_isa_device;
extern const device_t pssj_1e0_device;
/* Tandy PSG */
extern const device_t tndy_device;