commanderx16/x16-docs

Emulator (v38) giving wrong joystick for emulated NES keyboard emulation when using -run option

Closed this issue · 1 comments

This may be fixed in the next version, but the current emulator starts the NES keyboard emulation off at state 255 instead of 0 when programs are started with the -run option. This "repairs" itself after the first use of any of the keys and does not happen without using -run.

Can be reproduced with this small (TESTJOY.BAS) program

10 J=JOY(1)
20 PRINT CHR$(147);J
30 GOTO10

Just run with

x16em.exe -prg TESTJOY.BAS -run

Arg. Wrong location for report