kieranhj / scr-beeb

Stunt Car Racer port to BBC Master

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Find 2x ZP vars for DLL_REG_A and DLL_REG_X

kieranhj opened this issue · comments

At the moment these are in regular RAM but should be moved to ZP.
Can probably steal $00 and $01 as these have special meaning on C64 but not on Beeb.
Just need to make sure all references to these are removed from the code elsewhere.