aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2021-05-23 14:18:22 +0200
committerBad Diode <bd@badd10de.dev>2021-05-23 14:18:22 +0200
commite73d10d09e10f2002122ea8d2cd878951b7eda0e (patch)
tree3b450257adda246cbcd38641b10f770d45d7151b
parentd1cef11270cdad06ac82996ad8396715b84e33b7 (diff)
downloaduxngba-e73d10d09e10f2002122ea8d2cd878951b7eda0e.tar.gz
uxngba-e73d10d09e10f2002122ea8d2cd878951b7eda0e.zip
Move roms to separate directory
-rw-r--r--Makefile5
-rw-r--r--roms/audio.rombin0 -> 437 bytes
-rw-r--r--roms/bifurcan.rombin0 -> 596 bytes
-rw-r--r--roms/console.rombin0 -> 29 bytes
-rw-r--r--roms/controller.buttons.rombin0 -> 297 bytes
-rw-r--r--roms/controller.keys.rombin0 -> 1151 bytes
-rw-r--r--roms/dvd.rom (renamed from src/uxn/roms/dvd.rom)bin317 -> 317 bytes
-rw-r--r--roms/file.load.rombin0 -> 1235 bytes
-rw-r--r--roms/file.save.rombin0 -> 108 bytes
-rw-r--r--roms/hover.rombin0 -> 508 bytes
-rw-r--r--roms/label.rombin0 -> 1470 bytes
-rw-r--r--roms/noodle.rombin0 -> 6465 bytes
-rw-r--r--roms/polycat.rombin0 -> 807 bytes
-rw-r--r--roms/proportional_fonts.rombin0 -> 1335 bytes
-rw-r--r--roms/screen.rombin0 -> 447 bytes
-rw-r--r--roms/shapes.rombin0 -> 1085 bytes
-rw-r--r--roms/theme.rombin0 -> 3251 bytes
-rw-r--r--roms/wallpaper.rombin0 -> 191 bytes
-rw-r--r--src/uxn/roms/console.c5
-rw-r--r--src/uxn/roms/dvd.c22
-rw-r--r--src/uxn/roms/piano.rombin2815 -> 0 bytes
21 files changed, 2 insertions, 30 deletions
diff --git a/Makefile b/Makefile
index a16b658..9d830b8 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ SRC_DIR := src
16BUILD_DIR := build 16BUILD_DIR := build
17SRC_MAIN := $(SRC_DIR)/main.c 17SRC_MAIN := $(SRC_DIR)/main.c
18ROM := $(BUILD_DIR)/rom.c 18ROM := $(BUILD_DIR)/rom.c
19ROM_SRC := $(SRC_DIR)/uxn/roms/dvd.rom 19ROM_SRC := roms/dvd.rom
20ASM_FILES := $(wildcard $(SRC_DIR)/*.s) 20ASM_FILES := $(wildcard $(SRC_DIR)/*.s)
21WATCH_SRC := $(shell find $(SRC_DIRS) -name *.c -or -name *.s -or -name *.h) 21WATCH_SRC := $(shell find $(SRC_DIRS) -name *.c -or -name *.s -or -name *.h)
22INC_DIRS := $(shell find $(SRC_DIR) -type d) 22INC_DIRS := $(shell find $(SRC_DIR) -type d)
@@ -79,8 +79,7 @@ run: main
79 79
80# Remove build directory. 80# Remove build directory.
81clean: 81clean:
82 rm $(ROM) 82 rm -rf $(BUILD_DIR)
83 rm -r $(BUILD_DIR)
84 83
85tools: 84tools:
86 make -C tools/bin2carr 85 make -C tools/bin2carr
diff --git a/roms/audio.rom b/roms/audio.rom
new file mode 100644
index 0000000..462204d
--- /dev/null
+++ b/roms/audio.rom
Binary files differ
diff --git a/roms/bifurcan.rom b/roms/bifurcan.rom
new file mode 100644
index 0000000..f82861d
--- /dev/null
+++ b/roms/bifurcan.rom
Binary files differ
diff --git a/roms/console.rom b/roms/console.rom
new file mode 100644
index 0000000..255f0fc
--- /dev/null
+++ b/roms/console.rom
Binary files differ
diff --git a/roms/controller.buttons.rom b/roms/controller.buttons.rom
new file mode 100644
index 0000000..8a33b98
--- /dev/null
+++ b/roms/controller.buttons.rom
Binary files differ
diff --git a/roms/controller.keys.rom b/roms/controller.keys.rom
new file mode 100644
index 0000000..d31f071
--- /dev/null
+++ b/roms/controller.keys.rom
Binary files differ
diff --git a/src/uxn/roms/dvd.rom b/roms/dvd.rom
index 4de8d72..4de8d72 100644
--- a/src/uxn/roms/dvd.rom
+++ b/roms/dvd.rom
Binary files differ
diff --git a/roms/file.load.rom b/roms/file.load.rom
new file mode 100644
index 0000000..f91b772
--- /dev/null
+++ b/roms/file.load.rom
Binary files differ
diff --git a/roms/file.save.rom b/roms/file.save.rom
new file mode 100644
index 0000000..a2af61d
--- /dev/null
+++ b/roms/file.save.rom
Binary files differ
diff --git a/roms/hover.rom b/roms/hover.rom
new file mode 100644
index 0000000..09d0db6
--- /dev/null
+++ b/roms/hover.rom
Binary files differ
diff --git a/roms/label.rom b/roms/label.rom
new file mode 100644
index 0000000..9abb678
--- /dev/null
+++ b/roms/label.rom
Binary files differ
diff --git a/roms/noodle.rom b/roms/noodle.rom
new file mode 100644
index 0000000..c0830b5
--- /dev/null
+++ b/roms/noodle.rom
Binary files differ
diff --git a/roms/polycat.rom b/roms/polycat.rom
new file mode 100644
index 0000000..0c7282f
--- /dev/null
+++ b/roms/polycat.rom
Binary files differ
diff --git a/roms/proportional_fonts.rom b/roms/proportional_fonts.rom
new file mode 100644
index 0000000..ba46fca
--- /dev/null
+++ b/roms/proportional_fonts.rom
Binary files differ
diff --git a/roms/screen.rom b/roms/screen.rom
new file mode 100644
index 0000000..e85ddc9
--- /dev/null
+++ b/roms/screen.rom
Binary files differ
diff --git a/roms/shapes.rom b/roms/shapes.rom
new file mode 100644
index 0000000..6438cfa
--- /dev/null
+++ b/roms/shapes.rom
Binary files differ
diff --git a/roms/theme.rom b/roms/theme.rom
new file mode 100644
index 0000000..4da6332
--- /dev/null
+++ b/roms/theme.rom
Binary files differ
diff --git a/roms/wallpaper.rom b/roms/wallpaper.rom
new file mode 100644
index 0000000..cd35dcd
--- /dev/null
+++ b/roms/wallpaper.rom
Binary files differ
diff --git a/src/uxn/roms/console.c b/src/uxn/roms/console.c
deleted file mode 100644
index 13d669a..0000000
--- a/src/uxn/roms/console.c
+++ /dev/null
@@ -1,5 +0,0 @@
1u16 uxn_rom[] = {
2 0x0121, 0x9411, 0x1801, 0x2117, 0x0100, 0x9438, 0xf401, 0x230d,
3 0x4800, 0x6c65, 0x6f6c, 0x5720, 0x726f, 0x646c, 0x6620, 0x6f72,
4 0x206d, 0x5855, 0x214e, 0x000d
5};
diff --git a/src/uxn/roms/dvd.c b/src/uxn/roms/dvd.c
deleted file mode 100644
index 2cccc84..0000000
--- a/src/uxn/roms/dvd.c
+++ /dev/null
@@ -1,22 +0,0 @@
1u16 uxn_rom[] = {
2 0x4c21, 0x01fd, 0x3708, 0x4c21, 0x01f3, 0x370a, 0xdc21, 0x01f2,
3 0x370c, 0x0121, 0x0133, 0x3720, 0x2201, 0x2136, 0x0200, 0x013b,
4 0x3100, 0x2401, 0x2136, 0x0200, 0x013b, 0x3102, 0x2101, 0x0121,
5 0x2eb2, 0x0100, 0x2120, 0xb201, 0x012e, 0x3000, 0x2201, 0x2136,
6 0x2000, 0x2839, 0x0001, 0x2130, 0x0000, 0x2128, 0x0000, 0x0128,
7 0x0d09, 0x0401, 0x0110, 0x0800, 0x0401, 0x0111, 0x3002, 0x2401,
8 0x2136, 0x1000, 0x2839, 0x0201, 0x2130, 0x0000, 0x2128, 0x0000,
9 0x0128, 0x0d09, 0x0501, 0x0110, 0x0800, 0x0501, 0x0111, 0x3000,
10 0x0021, 0x0101, 0x0100, 0x1004, 0x0001, 0x2108, 0xfeff, 0x383a,
11 0x0138, 0x3100, 0x0201, 0x2130, 0x0100, 0x0001, 0x0501, 0x0110,
12 0x0800, 0xff21, 0x3afe, 0x3838, 0x0201, 0x0131, 0x2121, 0xb201,
13 0x002e, 0x210f, 0xfd01, 0x2c01, 0x0137, 0x3002, 0x0201, 0x2130,
14 0x1000, 0x2638, 0x2a01, 0x0137, 0x3000, 0x0001, 0x2130, 0x2000,
15 0x2638, 0x2801, 0xcf37, 0x2e01, 0x0117, 0x362c, 0x0021, 0x3808,
16 0x2c01, 0x2537, 0x0021, 0x3808, 0xab25, 0xe401, 0x230d, 0x2523,
17 0x0021, 0x3808, 0xab25, 0xca01, 0x230d, 0x4323, 0x006c, 0x3f1f,
18 0x3838, 0x7838, 0x007f, 0xfefe, 0x777e, 0xe377, 0x00c3, 0x1f0f,
19 0x7b3b, 0xe777, 0x00c7, 0xfefc, 0x878f, 0x0e07, 0x7ffc, 0x0000,
20 0xff0f, 0x077f, 0x0300, 0x0001, 0xf0ff, 0xfff8, 0x8700, 0x0000,
21 0x7fff, 0xff7f, 0xf000, 0x0000, 0xfce0, 0x80fc, 0x0a00,
22};
diff --git a/src/uxn/roms/piano.rom b/src/uxn/roms/piano.rom
deleted file mode 100644
index 0556ccf..0000000
--- a/src/uxn/roms/piano.rom
+++ /dev/null
Binary files differ