Target CP/M: fix filenames in fileinterface

This commit is contained in:
Carsten Strotmann 2020-07-20 22:34:19 +02:00
parent 04bc9a6f69
commit a32b5f8901
2 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -24,14 +24,14 @@ Screen 1 not modified
5 5 $11 thru \ Forth File Functions
6 $12 $16 thru \ User Interface
7
8 File source.scr \ Define already existing Files
9 File fileint.scr File startup.scr
8 File source.fb \ Define already existing Files
9 File fileint.fb File startup.fbr
10
11 ' (makeview Is makeview
12 ' remove-files Is custom-remove
13 ' file-r/w Is r/w
14 ' noop Is drvinit
15 \ include startup.scr \ load Standard System
15 \ include startup.fb \ load Standard System
Screen 2 not modified
0 \ Build correct view-numbers for this file UUH 19Nov87
1