Adjusted test to recent change.

c9b309eff4 changed tftp_filename from zeropage to absolute.
This commit is contained in:
Oliver Schmidt 2017-05-02 20:36:58 +02:00
parent 8745021d7d
commit 09a98a6372

View File

@ -15,7 +15,7 @@
.import tftp_set_callback_vector
.import tftp_ip
.import tftp_filesize
.importzp tftp_filename
.import tftp_filename
; keep LD65 happy