Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for cheats #2

Open
picosonic opened this issue Jan 23, 2023 · 1 comment
Open

Add support for cheats #2

picosonic opened this issue Jan 23, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@picosonic
Copy link
Owner

Original version had cheats, see what can be added

@picosonic picosonic added the enhancement New feature or request label Jan 23, 2023
@picosonic picosonic self-assigned this Jan 23, 2023
@picosonic
Copy link
Owner Author

picosonic commented Jan 23, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant