analog/v2-analog-rev1/vga/character_rom.h

7 lines
93 B
C
Raw Normal View History

2023-01-07 02:15:21 -05:00
#pragma once
#include <stdint.h>
extern const uint8_t default_character_rom[256*8];