; SUBMIT file to install ZCPR2 on a 64K APPLE ][ ; REQUIRES: DDT.COM, SUBMIT.COM + XSUB.COM (or ZEX), CPM56.COM, ; ZCPR2.HEX, ZPATCH.HEX XSUB ; eliminate if you're using EX or ZEX DDT CPM56.COM IZPATCH.HEX RC00 ; installs COLD START patch (runs at $F300) IZCPR2.HEX RD00 ; fix CPM56.COM's message S01BE 5A 43 50 52 . ; install COLD START patch in BIOS A28A8 JMP F300 . ; patch 40/80 column byte S24FF A8 . ; change boot-up signon message S2982 5A 43 50 52 32 0D 0A 35 36 4B 20 56 65 72 . ; keep warm start from trying to mess up internal buffer ; (which doesn't exist because of multi command buffer) S29B2 C9 . S29EC C9 . S29F9 C9 . G0 SAVE 42 ZCPR2INS.COM