get system 6 compiling again

This commit is contained in:
Matthew Laux 2022-06-29 00:42:39 -05:00
parent 8afd3399b1
commit 698cc17030
2 changed files with 8 additions and 0 deletions

View File

@ -11,5 +11,6 @@ add_application(Emulator
../src/lcd.c
../src/rom.c
emulator.c
lcd_mac.c
resources.r
)

7
system6/lcd_mac.c Normal file
View File

@ -0,0 +1,7 @@
#include "../src/lcd.h"
void lcd_draw(struct lcd *lcd)
{
}