libretro / 81-libretro

A port of the EightyOne ZX81 Emulator to libretro
GNU General Public License v3.0
20 stars 30 forks source link

add memory hooks for cheat/rumble #8

Closed RetroSven closed 6 years ago

leiradel commented 6 years ago

@RetroSven please report the correct amount of RAM to avoid the frontend trying to access memory outside the boundaries and crashing the core or overriding random memory and creating subtle bugs.

RetroSven commented 6 years ago

@leiradel It appears to me that everything ties back to "memory" which is defined here:

81/zx81/zx81.c:uint8_t memory[1024 * 1024];

So the size looks correct.

leiradel commented 6 years ago

I already said why this is wrong elsewhere.