Prev: 5CF0 Up: Map Next: 5CF4
5CF3: Game Options
Holds the number of players and the chosen control method.
Byte Binary Option
00 00000000 1UP Game + Keyboard
01 00000001 2UP Game + Keyboard
02 00000010 1UP Game + Kempston Joystick
03 00000011 2UP Game + Kempston Joystick
"Number of Players" on Bit 00.
"Control Method" on Bit 01.
GameOptions 5CF3 DEFB $4C
View the equivalent code in;
Prev: 5CF0 Up: Map Next: 5CF4