1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-11-27 20:51:17 +00:00

Define the size of the bitmap font for apple2

This commit is contained in:
Peter Evans 2018-01-03 20:48:16 -06:00
parent b1c2a2109e
commit 6963883a60

View File

@ -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,