aboutsummaryrefslogtreecommitdiffstats
path: root/src/rom.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rom.c')
-rw-r--r--src/rom.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rom.c b/src/rom.c
new file mode 100644
index 0000000..835d86a
--- /dev/null
+++ b/src/rom.c
@@ -0,0 +1,4 @@
1const u16 uxn_rom[] = {
2 0x0120, 0x9413, 0x1880, 0x2117, 0x8094, 0x0df7, 0x8022, 0x8001,
3 0x170e, 0x4800, 0x6c65, 0x6f6c, 0x5720, 0x726f, 0x646c, 0x6421,
4};