]> Shamusworld >> Repos - apple2/blob - src/charset.h
Added known issues file, small fix for booting from running Apple.
[apple2] / src / charset.h
1 #ifndef __CHARSET_H__
2 #define __CHARSET_H__
3
4 #include <stdint.h>
5
6 extern uint8_t textChar[];
7 extern uint8_t textChar2e[];
8
9 #endif  // __CHARSET_H__
10