mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-01-22 16:16:17 +00:00
Correct ROM load limit
This commit is contained in:
@@ -43,7 +43,7 @@ namespace EightBit
|
||||
file.Seek(readOffset, SeekOrigin.Begin);
|
||||
using (var reader = new BinaryReader(file))
|
||||
{
|
||||
reader.Read(output, writeOffset, extent);
|
||||
reader.Read(output, writeOffset, limit);
|
||||
}
|
||||
|
||||
return size;
|
||||
|
||||
Reference in New Issue
Block a user