mirror of
https://github.com/86Box/86Box.git
synced 2025-01-23 01:31:51 -05:00
More BIOS addresses for the AHA 154x series SCSI
This commit is contained in:
parent
a5deb55969
commit
1c9c976125
1 changed files with 15 additions and 0 deletions
|
@ -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
|
||||
},
|
||||
{
|
||||
""
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue