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