diff --git a/lib/input.fs b/lib/input.fs index 4e5535f..ee49d17 100644 --- a/lib/input.fs +++ b/lib/input.fs @@ -48,4 +48,5 @@ PADF_DOWN constant k-down rIE c@ or rIE c! ; : init-input ( -- ) - IEF_HILO enable-interrupt-flags ; + IEF_HILO IEF_VBLANK or + enable-interrupt-flags ;