[OpenBIOS] r379 - openbios-devel/forth/device

svn at openbios.org svn at openbios.org
Sat Jan 10 12:49:43 CET 2009


Author: blueswirl
Date: 2009-01-10 12:49:43 +0100 (Sat, 10 Jan 2009)
New Revision: 379

Modified:
   openbios-devel/forth/device/display.fs
   openbios-devel/forth/device/font.fs
Log:
Disable romfont: unused

Modified: openbios-devel/forth/device/display.fs
===================================================================
--- openbios-devel/forth/device/display.fs	2009-01-10 11:41:04 UTC (rev 378)
+++ openbios-devel/forth/device/display.fs	2009-01-10 11:49:43 UTC (rev 379)
@@ -68,7 +68,7 @@
 \ 
 
 : default-font ( -- addr width height advance min-char #glyphs )
-  (romfont-8x16) 8 10 10 0 100
+  \ (romfont-8x16) 8 10 10 0 100
   ;
 
 : set-font ( addr width height advance min-char #glyphs -- )

Modified: openbios-devel/forth/device/font.fs
===================================================================
--- openbios-devel/forth/device/font.fs	2009-01-10 11:41:04 UTC (rev 378)
+++ openbios-devel/forth/device/font.fs	2009-01-10 11:49:43 UTC (rev 379)
@@ -9,5 +9,5 @@
 \ the copyright and warranty status of this work.
 \ 
 
-encode-file romfont.bin
-drop value (romfont-8x16)
+\ encode-file romfont.bin
+\ drop value (romfont-8x16)




More information about the OpenBIOS mailing list