mirror of
https://github.com/orangeglo/gbnp.git
synced 2026-04-25 07:37:06 -05:00
Update gbnp.js
Fix iG 32KB RAM incrementing from 8 to 4
This commit is contained in:
parent
7b728b9cef
commit
3000806998
|
|
@ -462,7 +462,7 @@ class Processor {
|
|||
offsets.ram += 2;
|
||||
}
|
||||
else if (rom.ramByte == 3) { // 32KB
|
||||
offsets.ram += 8;
|
||||
offsets.ram += 4;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user