Skip to content

Commit

Permalink
added v check for bad device#
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotlinski committed Sep 2, 2021
1 parent b5cd720 commit 9a4e8ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions forth_src/v.fs
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,8 @@ curlinestart @ bufstart eof @ within
0= abort" cl" again ;

define v
$ba c@ 8 < abort" bad device#"

\ modifies kernal to change kbd prefs
ram-kernal $eaea @ $8ca <> if
rom-kernal
Expand Down

0 comments on commit 9a4e8ce

Please sign in to comment.