From 508fbfd9397a3b80d7075a2bde19394e4e02cf0b Mon Sep 17 00:00:00 2001 From: Philip Zembrod Date: Sat, 2 Dec 2023 20:56:48 +0100 Subject: [PATCH] Add dos commands to v4th-x16e --- 6502/C64/src/v4th-x16e.fth | 1 + 1 file changed, 1 insertion(+) diff --git a/6502/C64/src/v4th-x16e.fth b/6502/C64/src/v4th-x16e.fth index 8843694..907f686 100644 --- a/6502/C64/src/v4th-x16e.fth +++ b/6502/C64/src/v4th-x16e.fth @@ -18,6 +18,7 @@ include vf-head-x16.fth include vf-cbm-core.fth include vf-sys-x16.fth include vf-cbm-file.fth +include vf-cbm-dos.fth include vf-x16edit.fth include vf-finalize.fth 9f00 ' limit >body ! 9b00 s0 ! 9f00 r0 !