aboutsummaryrefslogtreecommitdiffstats
path: root/src
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 /src
parentd1cef11270cdad06ac82996ad8396715b84e33b7 (diff)
downloaduxngba-e73d10d09e10f2002122ea8d2cd878951b7eda0e.tar.gz
uxngba-e73d10d09e10f2002122ea8d2cd878951b7eda0e.zip
Move roms to separate directory
Diffstat (limited to 'src')
-rw-r--r--src/uxn/roms/console.c5
-rw-r--r--src/uxn/roms/dvd.c22
-rw-r--r--src/uxn/roms/dvd.rombin317 -> 0 bytes
-rw-r--r--src/uxn/roms/piano.rombin2815 -> 0 bytes
4 files changed, 0 insertions, 27 deletions
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/dvd.rom b/src/uxn/roms/dvd.rom
deleted file mode 100644
index 4de8d72..0000000
--- a/src/uxn/roms/dvd.rom
+++ /dev/null
Binary files differ
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