aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 40be7b9..5e0aad1 100644
--- a/src/main.c
+++ b/src/main.c
@@ -5,11 +5,12 @@
5#include "bd-font.c" 5#include "bd-font.c"
6#include "filesystem.c" 6#include "filesystem.c"
7 7
8#include "rom.c"
8#include "uxn/uxn.h" 9#include "uxn/uxn.h"
9#include "uxn/uxn.c" 10#include "uxn/uxn.c"
10#include "uxn/devices/ppu.h" 11#include "uxn/devices/ppu.h"
11#include "uxn/devices/ppu.c" 12#include "uxn/devices/ppu.c"
12#include "uxn/roms/boot.c" 13
13#include "text.h" 14#include "text.h"
14 15
15/* 16/*
@@ -286,7 +287,7 @@ int main(void) {
286 .data = bd_font, 287 .data = bd_font,
287 .char_height = 8, 288 .char_height = 8,
288 .char_width = 8, 289 .char_width = 8,
289 }, &ppu.fg); 290 }, ppu.fg);
290 txt_position(0,0); 291 txt_position(0,0);
291 292
292 // Main loop. 293 // Main loop.