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:
parent
474d41bd8a
commit
d57e3d768a
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue