From f981dd35adeacd982767466550473127d9277582 Mon Sep 17 00:00:00 2001 From: cpg Date: Thu, 5 Jan 2006 15:11:33 +0000 Subject: [PATCH] fix INSTALL return value (Stefan Haubenthal) git-svn-id: svn://svn.cc65.org/cc65/trunk@3695 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/atari/atari-stdjoy.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsrc/atari/atari-stdjoy.s b/libsrc/atari/atari-stdjoy.s index c0e6aa947..53eff79fe 100644 --- a/libsrc/atari/atari-stdjoy.s +++ b/libsrc/atari/atari-stdjoy.s @@ -64,8 +64,8 @@ JOY_COUNT = 4 ; Number of joysticks we support ; INSTALL: - lda #JOY_ERR_OK + lda #JOY_ERR_OK + ldx #0 ; rts ; Run into UNINSTALL instead ; ------------------------------------------------------------------------ -- 2.39.5