about summary refs log tree commit diff stats
path: root/font.subx
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-08-29 20:34:53 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-08-29 20:34:53 -0700
commitb1dcfb03d00f93999da0225600fe5f9d708e439c (patch)
treef4f3978f93918d4551dd7e13b2f97f57f8b83db9 /font.subx
parent354c72a6377d04574efe1c5cfb4b29d91c939b15 (diff)
downloadmu-b1dcfb03d00f93999da0225600fe5f9d708e439c.tar.gz
load Font in a non-contiguous area of memory
Diffstat (limited to 'font.subx')
-rw-r--r--font.subx3
1 files changed, 0 insertions, 3 deletions
diff --git a/font.subx b/font.subx
index f7275352..dd822c71 100644
--- a/font.subx
+++ b/font.subx
@@ -11,9 +11,6 @@
 # * If it's 16, the glyph is 16 pixels wide, and each row consists of two
 #   bytes.
 
-== data
-
-Font:
 # 0x00-0x1f: unprintable ASCII
   08/size  # nul character hard-coded to 8 bits wide
   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  # nul character hard-coded to blank