lcd - Initial work on the LCD/PPU

This commit is contained in:
madmaurice 2023-09-12 00:07:33 +02:00
parent dc81fcb4e5
commit 1716fe1e98
5 changed files with 232 additions and 1 deletions

View file

@ -17,7 +17,9 @@ modules_libemu.a := memory/device.o \
cpu/cpu.o \
cpu/decoder.o \
cartridge/mbc/mbc1.o \
cartridge/cartridge.o
cartridge/cartridge.o \
lcd/lcd.o \
lcd/palette.o \
modules_vgbc := main.o libemu.a
verb_vgbc := link