commit new builds of all the nyma cores because of something i changed with faust

fixes #2083 (presumably?  the user didn't provide any description so i'm not sure)
This commit is contained in:
nattthebear 2020-06-01 12:18:15 -04:00
parent 474d41bd8a
commit d57e3d768a
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -124,7 +124,7 @@ ECL_EXPORT void GetMemoryAreas(MemoryArea* m)
{
// pce-fast always adds the full 256kiB of turbocd + super system card as a single block
c = FindCheatArea(0x68 * 8192);
m[i].Data = c->data + 0x18 * 8192;
m[i].Data = (void*)((char*)c->data + 0x18 * 8192);
m[i].Name = "TurboCD RAM";
m[i].Size = 8 * 8192;
m[i].Flags = MEMORYAREA_FLAGS_WRITABLE | MEMORYAREA_FLAGS_WORDSIZE1;