mirror of
https://github.com/jscrane/Apple1.git
synced 2024-10-14 08:23:44 +00:00
progmem
This commit is contained in:
parent
92a161f870
commit
ce2fd26daf
@ -1,4 +1,4 @@
|
||||
static const unsigned char basic[] = {
|
||||
static const uint8_t basic[] PROGMEM = {
|
||||
0x4c, 0xb0, 0xe2, 0xad, 0x11, 0xd0, 0x10, 0xfb,
|
||||
0xad, 0x10, 0xd0, 0x60, 0x8a, 0x29, 0x20, 0xf0,
|
||||
0x23, 0xa9, 0xa0, 0x85, 0xe4, 0x4c, 0xc9, 0xe3,
|
||||
|
@ -1,4 +1,4 @@
|
||||
static const unsigned char krusader6502[] = {
|
||||
static const uint8_t krusader6502[] PROGMEM = {
|
||||
0x4c, 0xb0, 0xe2, 0xad, 0x11, 0xd0, 0x10, 0xfb,
|
||||
0xad, 0x10, 0xd0, 0x60, 0x8a, 0x29, 0x20, 0xf0,
|
||||
0x23, 0xa9, 0xa0, 0x85, 0xe4, 0x4c, 0xc9, 0xe3,
|
||||
|
@ -1,4 +1,4 @@
|
||||
static const unsigned char krusader65c02[] = {
|
||||
static const uint8_t krusader65c02[] PROGMEM = {
|
||||
0x4c, 0xb0, 0xe2, 0xad, 0x11, 0xd0, 0x10, 0xfb,
|
||||
0xad, 0x10, 0xd0, 0x60, 0x8a, 0x29, 0x20, 0xf0,
|
||||
0x23, 0xa9, 0xa0, 0x85, 0xe4, 0x4c, 0xc9, 0xe3,
|
||||
|
@ -1,4 +1,4 @@
|
||||
static const unsigned char monitor[] = {
|
||||
static const uint8_t monitor[] PROGMEM = {
|
||||
0xd8, 0x58, 0xa0, 0x7f, 0x8c, 0x12, 0xd0, 0xa9,
|
||||
0xa7, 0x8d, 0x11, 0xd0, 0x8d, 0x13, 0xd0, 0xc9,
|
||||
0xdf, 0xf0, 0x13, 0xc9, 0x9b, 0xf0, 0x03, 0xc8,
|
||||
|
Loading…
Reference in New Issue
Block a user