egordorichev / pemsa

Runtime emulation for PICO-8
MIT License
101 stars 4 forks source link

Menu popup gets affected by games draw modes #9

Open matheusmortatti opened 3 years ago

matheusmortatti commented 3 years ago

When running a game in, lets say, draw mode SCREEN_STRETCH (which sets the resolution of the console to 64x64), the menu popup should get drawn ignoring that and keeping the 128px resolution.

Example from Another World: image

egordorichev commented 2 years ago

image

Implemented separate system ram

egordorichev commented 2 years ago

Turns out, this change broke complex cards like danktombs, due to threads accessing ram at the same time.