From 6963883a6061dcee3d59d3c4febb8ad5d32dd9f3 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Wed, 3 Jan 2018 20:48:16 -0600 Subject: [PATCH] Define the size of the bitmap font for apple2 --- include/apple2.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/apple2.h b/include/apple2.h index 8d84bea..3a0aae7 100644 --- a/include/apple2.h +++ b/include/apple2.h @@ -6,6 +6,11 @@ #include "vm_bitfont.h" #include "vm_screen.h" +/* + * This is the size of the bitmap font we use for the apple2 + */ +#define APPLE2_SYSFONT_SIZE 21558 + enum video_modes { VIDEO_40COL_TEXT, VIDEO_LORES,