Slight fix memlib_demo.c65

This commit is contained in:
Mattias Hansson 2025-12-12 13:32:17 +01:00
parent b382732e1c
commit b830a41b5f

View file

@ -38,7 +38,7 @@ FUNC wait_key
WEND WEND
// Reset key buffer // Reset key buffer
POKE $c5 WITH 64 POKE $c6 WITH 0
FEND FEND