mirror of
https://github.com/nippur72/apple1-videocard-lib.git
synced 2024-11-18 21:08:13 +00:00
15 lines
149 B
C
15 lines
149 B
C
#ifndef FONTS_H
|
|
#define FONTS_H
|
|
|
|
#pragma data_seg(Code)
|
|
|
|
unsigned char FONTS[127*8] = {
|
|
|
|
#include "fonts.body.h"
|
|
|
|
};
|
|
|
|
#pragma data_seg(Data)
|
|
|
|
#endif
|