ntpplayer updates: seems to link now that I put the ORG back in :-/

This commit is contained in:
dwsJason 2018-11-23 15:39:53 -05:00
parent 5e61c1830b
commit 43340e041b
3 changed files with 6 additions and 6 deletions

View File

@ -8,9 +8,10 @@
asm ninjatrackerplus.s asm ninjatrackerplus.s
ds 0 ds 0
knd #$1100 ; Kind ; knd #$1100 ; Kind
knd #$0000 ; Kind
ali None ; alignment ali None ; alignment
lna ntpplayer ; Load Name lna "ntpplayer " ; Load Name
sna ntpplayer ; Segment Name sna "ntpplayer " ; Segment Name

View File

@ -9,9 +9,8 @@
* *
***************************** *****************************
; dsk ntpplayer.a dsk ntpplayer.a
; typ $b1 org $0f0000
; org $0f0000
mx %00 mx %00

Binary file not shown.