Commented the reset vectors

git-svn-id: svn+ssh://svn.phoenixbox.net/svn/apple1/trunk@55 64f78de7-aa59-e511-a0e8-0002a5492df0
This commit is contained in:
Daniel Loffgren 2015-09-21 08:36:28 +00:00
parent 19b40f60f6
commit 1cbb8b2b0b
1 changed files with 3 additions and 3 deletions

View File

@ -153,6 +153,6 @@ ECHO: BIT DSP ; DA bit (B7) cleared yet?
RTS ; Return.
.byte $0000
.byte $0F00 NMI
.byte $FF00 RESET
.byte $0000 IRQ
.byte $0F00 ; NMI
.byte $FF00 ; RESET
.byte $0000 ; IRQ