Add the Tandy 1000 RSX

Machine mostly works but IDE hard disks do not work yet
This commit is contained in:
win2kgamer
2026-02-04 20:40:07 -06:00
parent 051efe287d
commit 66f9e0396f
4 changed files with 73 additions and 0 deletions

View File

@@ -569,6 +569,7 @@ extern int machine_at_acer100t_init(const machine_t *);
/* HT18 */
extern int machine_at_ama932j_init(const machine_t *);
extern int machine_at_tandy1000rsx_init(const machine_t *);
/* Intel 82335 */
extern int machine_at_adi386sx_init(const machine_t *);

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;