From: cpg Date: Thu, 5 Jan 2006 15:11:33 +0000 (+0000) Subject: fix INSTALL return value (Stefan Haubenthal) X-Git-Tag: V2.12.0~158 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f981dd35adeacd982767466550473127d9277582;p=cc65 fix INSTALL return value (Stefan Haubenthal) git-svn-id: svn://svn.cc65.org/cc65/trunk@3695 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- 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 ; ------------------------------------------------------------------------