Fixed bug when adding a PRG file to a virtual D64

This commit is contained in:
Stephen White 2019-12-29 15:13:58 +11:00
parent 1ca78e3383
commit d98a27f637

View file

@ -1903,6 +1903,8 @@ bool DiskImage::AddFileToRAMD64(unsigned char* ramD64, const char* name, const u
{
int blocks;
success = true;
for (blocks = 0; blocks < numberOfSectorsRequired; ++blocks)
{
int track;