From 3f677208d4c330c5cdff2c5563d65431cf53a81f Mon Sep 17 00:00:00 2001 From: uz Date: Mon, 7 Jan 2013 20:28:59 +0000 Subject: [PATCH] Bugfix by Stefan Haubenthal. git-svn-id: svn://svn.cc65.org/cc65/trunk@5961 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/atmos/write.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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