summaryrefslogtreecommitdiffstatshomepage
path: root/src/zexall/interface.h
blob: a0b0d4b1c12b41a5c3c3df023f1d2d9d651e268b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
};