move project to this repo

This commit is contained in:
Norman Bos
2024-04-08 23:56:20 +02:00
parent 662a1edce4
commit aa42870720
35 changed files with 1858 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
/* Bank of tiles. */
#define blankScreenBank 0
/* Start of tile array. */
extern unsigned char blankScreen[];
/* End of ALPHABET.H */