summaryrefslogtreecommitdiffstatshomepage
path: root/src/zexall/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zexall/interface.h')
-rw-r--r--src/zexall/interface.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/zexall/interface.h b/src/zexall/interface.h
new file mode 100644
index 00000000000..d3a972babd7
--- /dev/null
+++ b/src/zexall/interface.h
@@ -0,0 +1,15 @@
+// license:GPL-2.0
+// copyright-holders:Kevin Horton
+
+// interface binary
+// source code: This was written directly in machine code. In other words: the hex data is the source.
+
+static const uint8_t interface_binary[0x51] =
+{
+ 0xc3, 0x33, 0x00, 0x00, 0x00, 0x3e, 0x02, 0xb9, 0x20, 0x06, 0x7b, 0xcd, 0x20, 0x00, 0x18, 0x22, // .3...>.. .{. .."
+ 0x3e, 0x09, 0xb9, 0x20, 0x1d, 0x1a, 0xfe, 0x24, 0x28, 0x18, 0xcd, 0x20, 0x00, 0x13, 0x18, 0xf5, // >.. ...$(.. ....
+ 0x32, 0xff, 0xff, 0x21, 0xfe, 0xff, 0x3a, 0xfd, 0xff, 0x4f, 0x34, 0x3a, 0xfd, 0xff, 0xb9, 0x28, // 2..!..:..O4:...(
+ 0xf9, 0xc9, 0xc9, 0xf3, 0x3e, 0x00, 0x32, 0x21, 0x01, 0xd3, 0x01, 0x3a, 0x03, 0x00, 0xcb, 0x27, // ....>.2!...:...'
+ 0x4f, 0x06, 0x00, 0x21, 0x3a, 0x01, 0x09, 0x22, 0x20, 0x01, 0x31, 0xc0, 0x00, 0xcd, 0x17, 0x01, // O..!:.." .1.....
+ 0x76, // v
+};