btoads crash fix

This commit is contained in:
dinkc64 2021-01-19 09:46:42 -05:00
parent 70dbfb8ed9
commit ffc00f5b53
1 changed files with 1 additions and 1 deletions

View File

@ -682,7 +682,7 @@ static INT32 MemIndex()
{
UINT8 *Next; Next = AllMem;
DrvTMSROM = Next; Next += 0x0800000;
DrvTMSROM = Next; Next += 0x0800000 * 2;
DrvZ80ROM = Next; Next += 0x0008000;