mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-03-24 18:31:02 +00:00
Correct LR35902 rom loading issues (to be checked on other cores.)
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
parent
f570916364
commit
bacdca6acb
@ -45,7 +45,7 @@ namespace EightBit
|
||||
file.Seek(readOffset, SeekOrigin.Begin);
|
||||
using (var reader = new BinaryReader(file))
|
||||
{
|
||||
reader.Read(output, writeOffset, size);
|
||||
reader.Read(output, writeOffset, extent);
|
||||
}
|
||||
|
||||
return size;
|
||||
|
Loading…
x
Reference in New Issue
Block a user