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:
parent
b1c2a2109e
commit
6963883a60
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user