spectrum, increase max tap blockcount for dma loader

This commit is contained in:
dinkc64 2025-07-04 20:42:12 -04:00
parent c09945f84a
commit 82bd127b13
1 changed files with 1 additions and 1 deletions

View File

@ -741,7 +741,7 @@ static void __fastcall SpecSpec128Z80PortWrite(UINT16 address, UINT8 data)
}
// Spectrum TAP loader (c) 2020 dink
#define BLKNUM 0x200
#define BLKNUM 0x800
static UINT8 *SpecTAPBlock[BLKNUM];
static INT32 SpecTAPBlockLen[BLKNUM];