More BIOS addresses for the AHA 154x series SCSI

This commit is contained in:
Jasmine Iwanek 2022-01-19 15:54:59 -05:00
parent a5deb55969
commit 1c9c976125

View file

@ -1259,6 +1259,9 @@ static const device_config_t aha_154xb_config[] = {
{
"D800H", 0xd8000
},
{
"DC00H", 0xdc000
},
{
""
}
@ -1357,6 +1360,9 @@ static const device_config_t aha_154x_config[] = {
{
"D800H", 0xd8000
},
{
"DC00H", 0xdc000
},
{
""
}
@ -1450,12 +1456,21 @@ static const device_config_t aha_154xcf_config[] = {
{
"C800H", 0xc8000
},
{
"CC00H", 0xcc000
},
{
"D000H", 0xd0000
},
{
"D400H", 0xd4000
},
{
"D800H", 0xd8000
},
{
"DC00H", 0xdc000
},
{
""
}