mirror of
https://github.com/mlaux/gb6.git
synced 2025-01-18 01:29:45 +00:00
get system 6 compiling again
This commit is contained in:
parent
8afd3399b1
commit
698cc17030
@ -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
7
system6/lcd_mac.c
Normal file
@ -0,0 +1,7 @@
|
||||
#include "../src/lcd.h"
|
||||
|
||||
void lcd_draw(struct lcd *lcd)
|
||||
{
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user