The AWE32 now correctly uses "emu_base" instead of "emu_addr" as the internal name for the EMU8000 I/O base address, fixes AWE32 EMU8000 I/O initialization.
This commit is contained in:
@@ -1559,7 +1559,7 @@ static device_config_t sb_awe32_config[] =
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"emu_addr", "EMU8000 Address", CONFIG_HEX16, "", 0x620,
|
"emu_base", "EMU8000 Address", CONFIG_HEX16, "", 0x620,
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
"0x620", 0x620
|
"0x620", 0x620
|
||||||
|
Reference in New Issue
Block a user