From 09f8388a4391d65a42cfac7d4c1ea902be1af7e7 Mon Sep 17 00:00:00 2001 From: Jasmine Iwanek Date: Wed, 21 Sep 2022 18:13:39 -0400 Subject: [PATCH] Add alternate addreses to TNDY/PSG clone --- src/sound/snd_sn76489.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/sound/snd_sn76489.c b/src/sound/snd_sn76489.c index d63b34af6..6b799a88a 100644 --- a/src/sound/snd_sn76489.c +++ b/src/sound/snd_sn76489.c @@ -259,6 +259,14 @@ static const device_config_t tndy_config[] = { .description = "0x0C0", .value = 0x0C0 }, + { + .description = "0x0E0", + .value = 0x0E0 + }, + { + .description = "0x1C0", + .value = 0x1C0 + }, { .description = "0x1E0", .value = 0x1E0 @@ -267,6 +275,10 @@ static const device_config_t tndy_config[] = { .description = "0x2C0", .value = 0x2C0 }, + { + .description = "0x2E0", + .value = 0x2E0 + }, { .description = "" } } },