Repalce the NO_SIO Dev branch option with AN430TX

The only machine under that option, the Intel AN430TX, was actually put there for problems unrelated to Super I/O
This commit is contained in:
Alexander Babikov
2022-04-12 15:31:44 +05:00
parent 355250216f
commit 94adafa1ee
6 changed files with 18 additions and 18 deletions

View File

@@ -689,7 +689,7 @@ machine_at_tx97_init(const machine_t *model)
}
#if defined(DEV_BRANCH) && defined(NO_SIO)
#if defined(DEV_BRANCH) && defined(USE_AN430TX)
int
machine_at_an430tx_init(const machine_t *model)
{