From f1d1d0efee9faa3067f7b0fc8b9a2aebb17f1ccd Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sun, 8 Mar 2026 22:09:31 +0100 Subject: Support reading from the second controller MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- src/driver.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/driver.s') diff --git a/src/driver.s b/src/driver.s index 3bf4399..942bf82 100644 --- a/src/driver.s +++ b/src/driver.s @@ -179,7 +179,7 @@ ;; Check if the player is toggling the `pause` state. lda #(Joypad::BUTTON_START | Joypad::BUTTON_SELECT) - and Joypad::zp_buttons1 + and Joypad::zp_buttons beq @skip_pause_handling ;; What does the timer say, is the player allowed to do it? -- cgit v1.2.3