You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if computer=amstrad
;; D Y L A N not Q G K V T
cheatkeys
defb 61,43,36,69,46, 67,52,37,55,51
endif
if computer=spectrum
;; P A F W D
cheatkeys
defb 5*32,1*32,1*32+3,2*32+1,1*32+2
;; not Q G K V T
defb 2*32,1*32+4,6*32+2,4,2*32+4
endif
Original version had cheats, see what can be added
The text was updated successfully, but these errors were encountered: