summaryrefslogtreecommitdiffstatshomepage
path: root/src/zexall/interface.h
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2017-10-23 17:19:49 +0200
committer hap <happppp@users.noreply.github.com>2017-10-23 17:19:49 +0200
commit97d52bc338a8291c7abf444b5876087da6ebe799 (patch)
tree326e061f8cca67a5f50cfdf5c24d522b3e4d91d3 /src/zexall/interface.h
parentade358e294bc165d8e6b22a2a630d216e8020d16 (diff)
zexall: split standalone binary into zexall/interface and include source code (nw)
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
+};