jedimatt42 / tipi

TI-99/4A to Raspberry PI messaging through console sideport
Other
63 stars 11 forks source link

disk controller is supposed to implement default file type and mode #153

Closed jedimatt42 closed 2 years ago

jedimatt42 commented 3 years ago

If a file is opened in sequential ( the default 0 ) mode, then the default type should be DISPLAY VARIABLE, and if the size is not specified, it should be 80.

This would apply to OUTPUT on existing or non-existing files, and APPEND only on new files.