Working Hello World example

This commit is contained in:
Wayne Venables
2023-02-24 23:36:35 -08:00
parent 49a948cdfc
commit 04457da9fb
8 changed files with 119 additions and 105 deletions

View File

@@ -6,6 +6,7 @@
// ****************************************************************************
#include "include.h"
#include "vga.pio.h"
// scanline type
u8 ScanlineType[MAXLINE];

View File

@@ -6,6 +6,7 @@
// ****************************************************************************
#include "include.h"
#include "vga.pio.h"
// layer program descriptors
const sLayerProg LayerProg[LAYERPROG_NUM] = {