From: uz Date: Mon, 7 Jan 2013 20:28:59 +0000 (+0000) Subject: Bugfix by Stefan Haubenthal. X-Git-Tag: V2.14~113 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3f677208d4c330c5cdff2c5563d65431cf53a81f;p=cc65 Bugfix by Stefan Haubenthal. git-svn-id: svn://svn.cc65.org/cc65/trunk@5961 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/atmos/write.s b/libsrc/atmos/write.s index d5a693ada..b7129dd1a 100644 --- a/libsrc/atmos/write.s +++ b/libsrc/atmos/write.s @@ -15,7 +15,7 @@ .proc _write sta ptr3 - sta ptr3+1 ; save count as result + stx ptr3+1 ; save count as result eor #$FF sta ptr2