fixed small typo. Erazor 3 (TNT2) indeed still operational exactly as before.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8747 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
8a1aa554a5
commit
1f1a4dff41
@ -519,7 +519,7 @@ static status_t exec_type1_script(uint8* rom, uint16 adress, int16* size)
|
|||||||
adress += 1;
|
adress += 1;
|
||||||
or_in = *((uint8*)(&(rom[adress])));
|
or_in = *((uint8*)(&(rom[adress])));
|
||||||
adress += 1;
|
adress += 1;
|
||||||
LOG(8,("cmd 'RD 8bit indexed ISA I/O REG $%02x via $%04x, AND-out = $%02x, OR-in = $%02x, WR-bk'\n",
|
LOG(8,("cmd 'RD 8bit idx ISA I/O REG $%02x via $%04x, AND-out = $%02x, OR-in = $%02x, WR-bk'\n",
|
||||||
index, reg, and_out, or_in));
|
index, reg, and_out, or_in));
|
||||||
//fixme? this is for ISA I/O registers. Looks like they are in mapped range
|
//fixme? this is for ISA I/O registers. Looks like they are in mapped range
|
||||||
// as well (confirm or update code!)
|
// as well (confirm or update code!)
|
||||||
|
Loading…
Reference in New Issue
Block a user