diff --git a/asm/diskload8000.s b/asm/diskload8000.s index 925bda0..ce2dadc 100644 --- a/asm/diskload8000.s +++ b/asm/diskload8000.s @@ -47,7 +47,7 @@ phase1: jsr readtape ; get the code jmp $9700 ; run it loadm: - .byte "LOADING INSTA-DI8K, ETA " + .byte "LOADING INSTA-DISK, ETA " loadsec: ; 10 bytes for "XX SEC. ",$00 .byte 0,0,0,0,0,0,0,0,0,0 moved: diff --git a/c2t b/c2t index b94ef8c..79efaa7 100755 Binary files a/c2t and b/c2t differ diff --git a/c2t-96h b/c2t-96h index 7d58651..38e9998 100755 Binary files a/c2t-96h and b/c2t-96h differ diff --git a/c2t.h b/c2t.h index bd16922..16332dc 100644 --- a/c2t.h +++ b/c2t.h @@ -1802,7 +1802,7 @@ phase1: jsr readtape ; get the code jmp $9700 ; run it loadm: - .byte "LOADING INSTA-DI8K, ETA " + .byte "LOADING INSTA-DISK, ETA " loadsec: ; 10 bytes for "XX SEC. ",$00 .byte 0,0,0,0,0,0,0,0,0,0 moved: @@ -1930,7 +1930,7 @@ unsigned char diskload8000[] = { 0x01,0xA9,0x00,0x85,0x02,0xA9,0xC0,0x85, 0x03,0x20,0x00,0x90,0x4C,0x00,0x97,0x4C, 0x4F,0x41,0x44,0x49,0x4E,0x47,0x20,0x49, - 0x4E,0x53,0x54,0x41,0x2D,0x44,0x49,0x38, + 0x4E,0x53,0x54,0x41,0x2D,0x44,0x49,0x53, 0x4B,0x2C,0x20,0x45,0x54,0x41,0x20,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0xA5,0x00,0x8D,0x2B,0x90,0xA5,0x01,