summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/boot/forth/beastie.4th16
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/boot/forth/beastie.4th b/sys/boot/forth/beastie.4th
index 96b7524c1fd7..f363a9a0ee5e 100644
--- a/sys/boot/forth/beastie.4th
+++ b/sys/boot/forth/beastie.4th
@@ -51,21 +51,21 @@ variable rebootkey
: print-beastie ( x y -- )
2dup at-xy ." , ," 1+
2dup at-xy ." /( )`" 1+
- 2dup at-xy ." \\ \\___ / |" 1+
+ 2dup at-xy ." \ \___ / |" 1+
2dup at-xy ." /- _ `-/ '" 1+
- 2dup at-xy ." (/\\/ \\ \\ /\\" 1+
- 2dup at-xy ." / / | ` \\" 1+
+ 2dup at-xy ." (/\/ \ \ /\" 1+
+ 2dup at-xy ." / / | ` \" 1+
2dup at-xy ." O O ) / |" 1+
2dup at-xy ." `-^--'`< '" 1+
2dup at-xy ." (_.) _ ) /" 1+
2dup at-xy ." `.___/` /" 1+
2dup at-xy ." `-----' /" 1+
- 2dup at-xy ." <----. __ / __ \\" 1+
- 2dup at-xy ." <----|====O)))==) \\) /====" 1+
- 2dup at-xy ." <----' `--' `.__,' \\" 1+
+ 2dup at-xy ." <----. __ / __ \" 1+
+ 2dup at-xy ." <----|====O)))==) \) /====" 1+
+ 2dup at-xy ." <----' `--' `.__,' \" 1+
2dup at-xy ." | |" 1+
- 2dup at-xy ." \\ / /\\" 1+
- 2dup at-xy ." ______( (_ / \\______/" 1+
+ 2dup at-xy ." \ / /\" 1+
+ 2dup at-xy ." ______( (_ / \______/" 1+
2dup at-xy ." ,' ,-----' |" 1+
at-xy ." `--{__________)"
;