Add alternate addreses to TNDY/PSG clone

This commit is contained in:
Jasmine Iwanek
2022-09-21 18:13:39 -04:00
parent 436e8a20fe
commit 09f8388a43

View File

@@ -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 = "" }
}
},