[A92] Need 65k of contiguous space


[Next][Index][Thread]

[A92] Need 65k of contiguous space




I am writing a z80 emulator for the TI92+, wich will hopefully evolve in a
GameBoy emulator.

However, I need a 65k ($10000) block of contiguous ram to use as z80 ram.
The problem is that there seems to be a file size limit of 65k, and with the
file headers what remains to be used is less than that. Also, when I do a
heap alloc, the max I could alloc was close to 65k but not enough (If it
remember correctly, it was $FFF0).

Do you have any suggestion to workaround this "limitation"?

Thanks a lot

Boogerman





Follow-Ups: