]> git.sur5r.net Git - cc65/commitdiff
Make NMI ready 647/head
authorStefan <stefan.haubenthal@gmail.com>
Mon, 14 May 2018 23:22:09 +0000 (23:22 +0000)
committerGitHub <noreply@github.com>
Mon, 14 May 2018 23:22:09 +0000 (23:22 +0000)
libsrc/c64/emd/c64-ram.s

index f8a4a1819b284c07ac8ef4ee533657322121233c..b41f932e611e415332a8319bd9854870802542c4 100644 (file)
@@ -44,7 +44,7 @@
 ; Constants
 
 BASE    = $D000
-PAGES   = ($10000 - BASE) / 256
+PAGES   = ($FF00 - BASE) / 256
 
 ; ------------------------------------------------------------------------
 ; Data.
@@ -267,5 +267,3 @@ COPYTO: sta     ptr3
         sta     ptr1+1                  ; From
 
         jmp     common
-
-