MEGA65 / mega65-freezemenu

Freeze Menu Program for the MEGA65
GNU General Public License v3.0
8 stars 11 forks source link

Key descriptions: HELP listed twice, F9 is not #90

Open Rhialto opened 2 months ago

Rhialto commented 2 months ago

In the freezer menu, there are two mentions of the HELP key (fortunately the same).

The F9 key does something (seemingly the same as F3) but it not explained. Perhaps it is meant to do nothing.

lydon42 commented 2 months ago

Fix for HELP in 724c57f64cfbbfe5776df469dc636cca4696d947

lydon42 commented 2 months ago

The problem with F9 stems from the joystick support as it seems. That will trigger an unwanted char. So either we make this more solid, or we need to disable it for the standard machines (I think it's a megaphone feature...)

lydon42 commented 2 months ago

It's coming through $DC01. If we only look at $DC00 the problem will go away. I am open for other solutions to read joystick without confusing it with keyboard...