mirror of
https://github.com/jscrane/Apple1.git
synced 2024-11-22 06:31:37 +00:00
fix breakages
This commit is contained in:
parent
9a5bbac1a4
commit
0d40d7008b
@ -43,6 +43,7 @@ terminal_disp dsp(Serial);
|
||||
#endif
|
||||
io io(files, kbd, dsp);
|
||||
|
||||
Memory memory;
|
||||
r6502 cpu(memory);
|
||||
|
||||
void reset() {
|
||||
|
4
Makefile
4
Makefile
@ -35,10 +35,10 @@ CPPFLAGS += -DHARDWARE_H=\"hw/ttgo-t7-v14-mini32.h\"
|
||||
LIBRARIES += FabGL WiFi
|
||||
|
||||
else
|
||||
BOARD := node32s
|
||||
BOARD := lolin32
|
||||
CPPFLAGS += -DUSER_SETUP_LOADED -DILI9341_DRIVER -DTFT_CS=5 -DTFT_DC=2 \
|
||||
-DTFT_RST=-1 -DSPI_FREQUENCY=40000000 -DLOAD_GLCD \
|
||||
-DHARDWARE_H=\"hw/node32s-example.h\"
|
||||
-DHARDWARE_H=\"hw/esp32-example.h\"
|
||||
LIBRARIES += TFT_eSPI
|
||||
endif
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user