1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +00:00

Merge pull request #647 from polluks/patch-9

Make NMI ready
This commit is contained in:
Oliver Schmidt 2018-05-15 11:07:41 +02:00 committed by GitHub
commit 5a7fc8d334
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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