From 698cc170302ef0b10ebba5afa1b7dfad5d57c107 Mon Sep 17 00:00:00 2001 From: Matthew Laux Date: Wed, 29 Jun 2022 00:42:39 -0500 Subject: [PATCH] get system 6 compiling again --- system6/CMakeLists.txt | 1 + system6/lcd_mac.c | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 system6/lcd_mac.c diff --git a/system6/CMakeLists.txt b/system6/CMakeLists.txt index d6ea23a..7b54d41 100644 --- a/system6/CMakeLists.txt +++ b/system6/CMakeLists.txt @@ -11,5 +11,6 @@ add_application(Emulator ../src/lcd.c ../src/rom.c emulator.c + lcd_mac.c resources.r ) diff --git a/system6/lcd_mac.c b/system6/lcd_mac.c new file mode 100644 index 0000000..cc15a41 --- /dev/null +++ b/system6/lcd_mac.c @@ -0,0 +1,7 @@ +#include "../src/lcd.h" + +void lcd_draw(struct lcd *lcd) +{ + +} +