mirror of
https://github.com/V2RetroComputing/analog.git
synced 2024-11-26 06:49:16 +00:00
5cb0c6dab3
Added machine types, character rom fixes, render code consolidation. DPMS Sleep mode when the RP2040 is powered separately from the Apple.
11 lines
344 B
C
11 lines
344 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
extern const uint8_t default_character_rom[2048];
|
|
extern const uint8_t appleiie_character_rom[2048];
|
|
extern const uint8_t appleiigs_character_rom[2048];
|
|
extern const uint8_t pravetz_character_rom[2048];
|
|
extern const uint8_t agat7_character_rom[2048];
|
|
extern const uint8_t agat9_character_rom[2048];
|