10 lines
No EOL
221 B
C
Executable file
10 lines
No EOL
221 B
C
Executable file
#ifndef Teensy64_roms_h_
|
|
#define Teensy64_roms_h_
|
|
|
|
#define APPLY_PATCHES 1
|
|
|
|
extern const unsigned char rom_basic[8192];
|
|
extern const unsigned char rom_kernal[8192];
|
|
extern const unsigned char rom_characters[4096];
|
|
|
|
#endif |