Move ROM data out of card sources. (#16)

This commit is contained in:
Will Scullin 2019-11-24 16:52:01 -08:00 committed by GitHub
parent 5e4aac70d2
commit 69bdd3fde4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 1750 additions and 1782 deletions

View File

@ -13,6 +13,8 @@ import { base64_decode, base64_encode } from '../base64';
import { debug, toHex } from '../util';
import { jsonDecode, jsonEncode, readSector } from '../formats/format_utils';
import { P5_16, P5_13 } from '../roms/cards/disk2';
import _2MG from '../formats/2mg';
import D13 from '../formats/d13';
import DOS from '../formats/do';
@ -424,76 +426,7 @@ export default function DiskII(io, slot, callbacks, sectors = 16)
if (callbacks.dirty) { callbacks.dirty(_drive, dirty); }
}
var _P5_16 = [
0xa2,0x20,0xa0,0x00,0xa2,0x03,0x86,0x3c,
0x8a,0x0a,0x24,0x3c,0xf0,0x10,0x05,0x3c,
0x49,0xff,0x29,0x7e,0xb0,0x08,0x4a,0xd0,
0xfb,0x98,0x9d,0x56,0x03,0xc8,0xe8,0x10,
0xe5,0x20,0x58,0xff,0xba,0xbd,0x00,0x01,
0x0a,0x0a,0x0a,0x0a,0x85,0x2b,0xaa,0xbd,
0x8e,0xc0,0xbd,0x8c,0xc0,0xbd,0x8a,0xc0,
0xbd,0x89,0xc0,0xa0,0x50,0xbd,0x80,0xc0,
0x98,0x29,0x03,0x0a,0x05,0x2b,0xaa,0xbd,
0x81,0xc0,0xa9,0x56,0x20,0xa8,0xfc,0x88,
0x10,0xeb,0x85,0x26,0x85,0x3d,0x85,0x41,
0xa9,0x08,0x85,0x27,0x18,0x08,0xbd,0x8c,
0xc0,0x10,0xfb,0x49,0xd5,0xd0,0xf7,0xbd,
0x8c,0xc0,0x10,0xfb,0xc9,0xaa,0xd0,0xf3,
0xea,0xbd,0x8c,0xc0,0x10,0xfb,0xc9,0x96,
0xf0,0x09,0x28,0x90,0xdf,0x49,0xad,0xf0,
0x25,0xd0,0xd9,0xa0,0x03,0x85,0x40,0xbd,
0x8c,0xc0,0x10,0xfb,0x2a,0x85,0x3c,0xbd,
0x8c,0xc0,0x10,0xfb,0x25,0x3c,0x88,0xd0,
0xec,0x28,0xc5,0x3d,0xd0,0xbe,0xa5,0x40,
0xc5,0x41,0xd0,0xb8,0xb0,0xb7,0xa0,0x56,
0x84,0x3c,0xbc,0x8c,0xc0,0x10,0xfb,0x59,
0xd6,0x02,0xa4,0x3c,0x88,0x99,0x00,0x03,
0xd0,0xee,0x84,0x3c,0xbc,0x8c,0xc0,0x10,
0xfb,0x59,0xd6,0x02,0xa4,0x3c,0x91,0x26,
0xc8,0xd0,0xef,0xbc,0x8c,0xc0,0x10,0xfb,
0x59,0xd6,0x02,0xd0,0x87,0xa0,0x00,0xa2,
0x56,0xca,0x30,0xfb,0xb1,0x26,0x5e,0x00,
0x03,0x2a,0x5e,0x00,0x03,0x2a,0x91,0x26,
0xc8,0xd0,0xee,0xe6,0x27,0xe6,0x3d,0xa5,
0x3d,0xcd,0x00,0x08,0xa6,0x2b,0x90,0xdb,
0x4c,0x01,0x08,0x00,0x00,0x00,0x00,0x00 ];
var _P5_13 = [
0xa2,0x20,0xa0,0x00,0xa9,0x03,0x85,0x3c,
0x18,0x88,0x98,0x24,0x3c,0xf0,0xf5,0x26,
0x3c,0x90,0xf8,0xc0,0xd5,0xf0,0xed,0xca,
0x8a,0x99,0x00,0x08,0xd0,0xe6,0x20,0x58,
0xff,0xba,0xbd,0x00,0x01,0x48,0x0a,0x0a,
0x0a,0x0a,0x85,0x2b,0xaa,0xa9,0xd0,0x48,
0xbd,0x8e,0xc0,0xbd,0x8c,0xc0,0xbd,0x8a,
0xc0,0xbd,0x89,0xc0,0xa0,0x50,0xbd,0x80,
0xc0,0x98,0x29,0x03,0x0a,0x05,0x2b,0xaa,
0xbd,0x81,0xc0,0xa9,0x56,0x20,0xa8,0xfc,
0x88,0x10,0xeb,0xa9,0x03,0x85,0x27,0xa9,
0x00,0x85,0x26,0x85,0x3d,0x18,0x08,0xbd,
0x8c,0xc0,0x10,0xfb,0x49,0xd5,0xd0,0xf7,
0xbd,0x8c,0xc0,0x10,0xfb,0xc9,0xaa,0xd0,
0xf3,0xea,0xbd,0x8c,0xc0,0x10,0xfb,0xc9,
0xb5,0xf0,0x09,0x28,0x90,0xdf,0x49,0xad,
0xf0,0x1f,0xd0,0xd9,0xa0,0x03,0x84,0x2a,
0xbd,0x8c,0xc0,0x10,0xfb,0x2a,0x85,0x3c,
0xbd,0x8c,0xc0,0x10,0xfb,0x25,0x3c,0x88,
0xd0,0xee,0x28,0xc5,0x3d,0xd0,0xbe,0xb0,
0xbd,0xa0,0x9a,0x84,0x3c,0xbc,0x8c,0xc0,
0x10,0xfb,0x59,0x00,0x08,0xa4,0x3c,0x88,
0x99,0x00,0x08,0xd0,0xee,0x84,0x3c,0xbc,
0x8c,0xc0,0x10,0xfb,0x59,0x00,0x08,0xa4,
0x3c,0x91,0x26,0xc8,0xd0,0xef,0xbc,0x8c,
0xc0,0x10,0xfb,0x59,0x00,0x08,0xd0,0x8d,
0x60,0xa8,0xa2,0x00,0xb9,0x00,0x08,0x4a,
0x3e,0xcc,0x03,0x4a,0x3e,0x99,0x03,0x85,
0x3c,0xb1,0x26,0x0a,0x0a,0x0a,0x05,0x3c,
0x91,0x26,0xc8,0xe8,0xe0,0x33,0xd0,0xe4,
0xc6,0x2a,0xd0,0xde,0xcc,0x00,0x03,0xd0,
0x03,0x4c,0x01,0x03,0x4c,0x2d,0xff,0xff
];
var _P5 = sectors == 16 ? _P5_16 : _P5_13;
var _P5 = sectors == 16 ? P5_16 : P5_13;
_init();

View File

@ -10,6 +10,7 @@
*/
import { debug } from '../util';
import { rom } from '../roms/cards/parallel';
export default function Parallel(io, slot, cbs) {
slot = slot || 1;
@ -20,41 +21,6 @@ export default function Parallel(io, slot, cbs) {
IOREG: 0x80
};
var rom = [
0x18,0xb0,0x38,0x48,0x8a,0x48,0x98,0x48,
0x08,0x78,0x20,0x58,0xff,0xba,0x68,0x68,
0x68,0x68,0xa8,0xca,0x9a,0x68,0x28,0xaa,
0x90,0x38,0xbd,0xb8,0x05,0x10,0x19,0x98,
0x29,0x7f,0x49,0x30,0xc9,0x0a,0x90,0x3b,
0xc9,0x78,0xb0,0x29,0x49,0x3d,0xf0,0x21,
0x98,0x29,0x9f,0x9d,0x38,0x06,0x90,0x7e,
0xbd,0xb8,0x06,0x30,0x14,0xa5,0x24,0xdd,
0x38,0x07,0xb0,0x0d,0xc9,0x11,0xb0,0x09,
0x09,0xf0,0x3d,0x38,0x07,0x65,0x24,0x85,
0x24,0x4a,0x38,0xb0,0x6d,0x18,0x6a,0x3d,
0xb8,0x06,0x90,0x02,0x49,0x81,0x9d,0xb8,
0x06,0xd0,0x53,0xa0,0x0a,0x7d,0x38,0x05,
0x88,0xd0,0xfa,0x9d,0xb8,0x04,0x9d,0x38,
0x05,0x38,0xb0,0x43,0xc5,0x24,0x90,0x3a,
0x68,0xa8,0x68,0xaa,0x68,0x4c,0xf0,0xfd,
0x90,0xfe,0xb0,0xfe,0x99,0x80,0xc0,0x90,
0x37,0x49,0x07,0xa8,0x49,0x0a,0x0a,0xd0,
0x06,0xb8,0x85,0x24,0x9d,0x38,0x07,0xbd,
0xb8,0x06,0x4a,0x70,0x02,0xb0,0x23,0x0a,
0x0a,0xa9,0x27,0xb0,0xcf,0xbd,0x38,0x07,
0xfd,0xb8,0x04,0xc9,0xf8,0x90,0x03,0x69,
0x27,0xac,0xa9,0x00,0x85,0x24,0x18,0x7e,
0xb8,0x05,0x68,0xa8,0x68,0xaa,0x68,0x60,
0x90,0x27,0xb0,0x00,0x10,0x11,0xa9,0x89,
0x9d,0x38,0x06,0x9d,0xb8,0x06,0xa9,0x28,
0x9d,0xb8,0x04,0xa9,0x02,0x85,0x36,0x98,
0x5d,0x38,0x06,0x0a,0xf0,0x90,0x5e,0xb8,
0x05,0x98,0x48,0x8a,0x0a,0x0a,0x0a,0x0a,
0xa8,0xbd,0x38,0x07,0xc5,0x24,0x68,0xb0,
0x05,0x48,0x29,0x80,0x09,0x20,0x2c,0x58,
0xff,0xf0,0x03,0xfe,0x38,0x07,0x70,0x84
];
function _access(off, val) {
switch (off & 0x8f) {
case LOC.IOREG:

File diff suppressed because it is too large Load Diff

View File

@ -10,268 +10,10 @@
*/
import { debug } from '../util';
import { rom } from '../roms/cards/thunderclock';
export default function Thunderclock(io, slot)
{
var rom = [
0x08,0x78,0x28,0x2c,0x58,0xff,0x70,0x05, // 00
0x38,0xb0,0x01,0x18,0xb8,0x08,0x78,0x48,
0x8a,0x48,0x98,0x48,0xad,0xff,0xcf,0x20, // 10
0x1a,0xc8,0x68,0x68,0xba,0x8d,0xf8,0x07,
0x0a,0x0a,0x0a,0x0a,0x8d,0x78,0x07,0x68, // 20
0x68,0x68,0xa8,0x68,0x9a,0x09,0x04,0x48,
0x28,0x98,0xac,0x78,0x07,0xae,0xf8,0x07, // 30
0x29,0x7f,0x48,0x50,0x0e,0xb8,0xa5,0x36,
0xd0,0x04,0xe4,0x37,0xf0,0x0a,0xa9,0x08, // 40
0x85,0x38,0x38,0x90,0x16,0x4c,0x50,0xc9,
0xa9,0x0b,0x85,0x36,0xa9,0x5e,0x9d,0xb8, // 50
0x04,0xa9,0x0a,0x9d,0x38,0x04,0xa9,0x00,
0x9d,0x38,0x05,0x68,0xc9,0x25,0xf0,0x5c, // 60
0xc9,0x26,0xf0,0x58,0xc9,0x3c,0xf0,0x54,
0xc9,0x3e,0xf0,0x50,0xc9,0x23,0xf0,0x4c, // 70
0xc9,0x5e,0xf0,0x5a,0xc9,0x21,0xf0,0x4a,
0xc9,0x2a,0xf0,0x52,0xa2,0x20,0xc9,0x2c, // 80
0xf0,0x52,0xa2,0x28,0xc9,0x2e,0xf0,0x4c,
0xa2,0x30,0xc9,0x2f,0xf0,0x46,0xae,0xf8, // 90
0x07,0x48,0xbd,0xb8,0x04,0xc9,0x21,0xf0,
0x41,0xc9,0x5e,0xf0,0x0e,0x68,0x29,0x1f, // A0
0x0a,0x38,0xe9,0x01,0x9d,0x38,0x04,0xa9,
0x5e,0xd0,0x23,0x68,0x38,0xe9,0x41,0x30, // B0
0x20,0xc9,0x16,0x10,0x1c,0xaa,0xbd,0x8d,
0xcb,0x4c,0x04,0xcb,0x9d,0x38,0x05,0x4c, // C0
0x2f,0xc9,0xa9,0x20,0x20,0xb7,0xca,0xa9,
0x08,0x20,0xb7,0xca,0xa9,0x21,0x9d,0xb8, // D0
0x04,0x4c,0x2f,0xc9,0x8a,0x20,0xb7,0xca,
0xd0,0xf7,0x68,0xc9,0x0d,0xf0,0x13,0xc9, // E0
0x20,0xf0,0x44,0x29,0x0f,0x20,0xcf,0xca,
0xf0,0x02,0xa9,0x0a,0x9d,0x38,0x07,0x18, // F0
0x90,0x35,0x20,0xcf,0xca,0x7d,0x38,0x07,
0x48,0xa9,0x09,0x9d,0x38,0x06,0x20,0xcf, // 00
0xca,0x48,0xde,0x38,0x06,0xd0,0xf7,0xa9,
0x0a,0x9d,0x38,0x06,0x68,0x20,0xcf,0xca,
0xde,0x38,0x06,0xd0,0xf7,0xa9,0x10,0x20,
0xb7,0xca,0xd0,0xb2,0xba,0x68,0x68,0x98,
0x48,0x68,0x68,0xa9,0x8d,0x48,0x9a,0xae,
0xf8,0x07,0xac,0x78,0x07,0xbd,0xb8,0x03,
0xdd,0x38,0x07,0xd0,0x0c,0x1d,0x38,0x07,
0xf0,0x07,0xc9,0x40,0xd0,0x03,0x99,0x80,
0xc0,0x68,0xa8,0x68,0xaa,0x68,0x28,0x60,
0x68,0xa9,0x18,0x20,0xb7,0xca,0xa9,0x08,
0x20,0xb7,0xca,0xa9,0x09,0x9d,0x38,0x06,
0x20,0xcf,0xca,0xc9,0x0a,0x30,0x02,0xa9,
0x00,0x48,0xde,0x38,0x06,0xd0,0xf1,0x20,
0xcf,0xca,0xc9,0x0d,0x30,0x02,0xa9,0x00,
0x48,0xbd,0x38,0x05,0xf0,0x04,0xc9,0x23,
0xd0,0x5e,0xa0,0x00,0x68,0xc9,0x0a,0x30,
0x04,0xc8,0x38,0xe9,0x0a,0x48,0x98,0xa2,
0x00,0x20,0xa6,0xca,0x68,0x20,0xa6,0xca,
0xac,0xf8,0x07,0xb9,0x38,0x05,0xd0,0x2a,
0xa9,0xaf,0x20,0xa8,0xca,0x68,0xa0,0x04,
0x68,0x20,0xa6,0xca,0x68,0x20,0xa6,0xca,
0x88,0xf0,0x07,0xa9,0x3b,0x20,0xa8,0xca,
0xd0,0xee,0xa9,0xa0,0x8d,0x05,0x02,0xb9,
0xf3,0xcb,0xf0,0x19,0x20,0xa8,0xca,0xc8,
0xd0,0xf5,0xa9,0x00,0x48,0xa0,0x05,0x20,
0xaf,0xca,0x68,0x20,0xa6,0xca,0x68,0x20,
0xa6,0xca,0x88,0xd0,0xf2,0x4c,0x9a,0xca,
0x68,0xaa,0x68,0x0a,0x0a,0xa8,0x8a,0x0a,
0x0a,0x48,0xae,0xf8,0x07,0xbd,0x38,0x05,
0xa2,0xa0,0xc9,0x3c,0xb0,0x02,0xa2,0xa2,
0x8a,0xa2,0x00,0x20,0xa8,0xca,0xb9,0xa3,
0xcb,0xc8,0x20,0xa8,0xca,0xc9,0xa0,0xd0,
0xf5,0x68,0xa8,0xb9,0xbf,0xcb,0xc8,0x20,
0xa8,0xca,0xc9,0xa0,0xd0,0xf5,0x68,0x20,
0xa4,0xca,0x68,0x20,0xa6,0xca,0x20,0xb3,
0xca,0xa0,0x03,0x68,0x20,0xa4,0xca,0xd0,
0x03,0x20,0xa6,0xca,0x68,0x20,0xa6,0xca,
0x88,0xf0,0x09,0xa9,0xba,0x20,0xa8,0xca,
0x68,0x4c,0x29,0xca,0xac,0xf8,0x07,0xb9,
0x38,0x05,0xc9,0x25,0xf0,0x04,0xc9,0x3e,
0xd0,0x50,0xa0,0x41,0xad,0x0c,0x02,0xc9,
0xa0,0xd0,0x02,0xa9,0x30,0x0a,0x0a,0x0a,
0x0a,0x8d,0x20,0x02,0xad,0x0d,0x02,0x29,
0x0f,0x0d,0x20,0x02,0xc9,0x12,0x30,0x02,
0xa0,0x50,0xc9,0x00,0xd0,0x04,0xa9,0x12,
0xd0,0x09,0xc9,0x13,0x30,0x16,0xf8,0x38,
0xe9,0x12,0xd8,0xa2,0x0c,0x48,0x20,0xff,
0xca,0x29,0x0f,0x20,0xa4,0xca,0x68,0x29,
0x0f,0x20,0xa6,0xca,0xa2,0x14,0x20,0xb3,
0xca,0x98,0x20,0xa8,0xca,0xa9,0x4d,0x20,
0xa8,0xca,0x8a,0xa8,0xa9,0x8d,0x20,0xa8,
0xca,0x4c,0x24,0xc9,0xf0,0x0d,0x09,0x30,
0x09,0x80,0x9d,0x00,0x02,0xe8,0x60,0xa9,
0xac,0xd0,0xf5,0xa9,0xa0,0xd0,0xf1,0x99,
0x80,0xc0,0x09,0x04,0x99,0x80,0xc0,0x20,
0xc7,0xca,0x49,0x04,0x99,0x80,0xc0,0x20,
0xca,0xca,0x48,0x48,0x68,0x68,0x60,0x48,
0xa9,0x04,0x9d,0xb8,0x06,0xa9,0x00,0x9d,
0xb8,0x05,0xb9,0x80,0xc0,0x0a,0x7e,0xb8,
0x05,0x68,0x48,0x29,0x01,0x99,0x80,0xc0,
0x09,0x02,0x99,0x80,0xc0,0x49,0x02,0x99,
0x80,0xc0,0x68,0x6a,0x48,0xde,0xb8,0x06,
0xd0,0xe0,0x68,0xbd,0xb8,0x05,0x18,0x6a,
0x6a,0x6a,0x6a,0x60,0x48,0xae,0xf8,0x07,
0xbd,0x38,0x04,0x9d,0xb8,0x06,0x20,0x50,
0xcb,0x68,0x48,0x20,0x4c,0xcb,0x68,0x48,
0x49,0xf8,0x20,0x4c,0xcb,0xa2,0xa0,0x20,
0x69,0xcb,0xa2,0xa0,0x20,0x69,0xcb,0xa0,
0x18,0x20,0x60,0xcb,0xae,0xf8,0x07,0xde,
0xb8,0x06,0xd0,0xda,0x68,0xa0,0xbc,0xca,
0xd0,0xfd,0x88,0xd0,0xfa,0x4c,0x2f,0xc9,
0x48,0x90,0x05,0x20,0x50,0xcb,0xf0,0x03,
0x20,0x59,0xcb,0x68,0x0a,0xd0,0xf1,0x60,
0xa2,0x50,0x20,0x69,0xcb,0xa0,0x28,0xd0,
0x07,0xa2,0x18,0x20,0x69,0xcb,0xa0,0x44,
0xa2,0x13,0xca,0xd0,0xfd,0x88,0xd0,0xf8,
0x60,0xac,0x78,0x07,0xa9,0x20,0x99,0x80,
0xc0,0xea,0xea,0xea,0x49,0x20,0x99,0x80,
0xc0,0xea,0xea,0xea,0x49,0x20,0x99,0x80,
0xc0,0xea,0xea,0xea,0x49,0x20,0x99,0x80,
0xc0,0xca,0xd0,0xe0,0x60,0x64,0xe4,0x24,
0xa4,0x14,0x94,0x54,0xd4,0x74,0xf4,0x34,
0xb4,0x04,0x84,0x44,0xc4,0x2c,0x3c,0x5c,
0x4c,0x1c,0x0c,0x53,0x55,0x4e,0x20,0x4d,
0x4f,0x4e,0x20,0x54,0x55,0x45,0x20,0x57,
0x45,0x44,0x20,0x54,0x48,0x55,0x20,0x46,
0x52,0x49,0x20,0x53,0x41,0x54,0x20,0x45,
0x52,0x52,0x20,0x4a,0x41,0x4e,0x20,0x46,
0x45,0x42,0x20,0x4d,0x41,0x52,0x20,0x41,
0x50,0x52,0x20,0x4d,0x41,0x59,0x20,0x4a,
0x55,0x4e,0x20,0x4a,0x55,0x4c,0x20,0x41,
0x55,0x47,0x20,0x53,0x45,0x50,0x20,0x4f,
0x43,0x54,0x20,0x4e,0x4f,0x56,0x20,0x44,
0x45,0x43,0x20,0xae,0xb0,0xb0,0xb0,0x00,
0xae,0xb0,0xb0,0xb0,0x00,0xa0,0xa0,0xc1,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff
];
var LOC = {
CONTROL: 0x80,
AUX: 0x88

View File

@ -10,6 +10,7 @@
*/
import { allocMemPages, debug } from '../util';
import { ROM, VIDEO_ROM } from '../roms/cards/videoterm';
export default function Videoterm(io, slot, context) {
slot = slot || 3;
@ -21,395 +22,6 @@ export default function Videoterm(io, slot, context) {
IOVAL: 0x81
};
var ROM = [
0xad,0x7b,0x07,0x29,0xf8,0xc9,0x30,0xf0,
0x21,0xa9,0x30,0x8d,0x7b,0x07,0x8d,0xfb,
0x07,0xa9,0x00,0x8d,0xfb,0x06,0x20,0x61,
0xc9,0xa2,0x00,0x8a,0x8d,0xb0,0xc0,0xbd,
0xa1,0xc8,0x8d,0xb1,0xc0,0xe8,0xe0,0x10,
0xd0,0xf1,0x8d,0x59,0xc0,0x60,0xad,0xfb,
0x07,0x29,0x08,0xf0,0x09,0x20,0x93,0xfe,
0x20,0x22,0xfc,0x20,0x89,0xfe,0x68,0xa8,
0x68,0xaa,0x68,0x60,0x20,0xd1,0xc8,0xe6,
0x4e,0xd0,0x02,0xe6,0x4f,0xad,0x00,0xc0,
0x10,0xf5,0x20,0x5c,0xc8,0x90,0xf0,0x2c,
0x10,0xc0,0x18,0x60,0xc9,0x8b,0xd0,0x02,
0xa9,0xdb,0xc9,0x81,0xd0,0x0a,0xad,0xfb,
0x07,0x49,0x40,0x8d,0xfb,0x07,0xb0,0xe7,
0x48,0xad,0xfb,0x07,0x0a,0x0a,0x68,0x90,
0x1f,0xc9,0xb0,0x90,0x1b,0x2c,0x63,0xc0,
0x30,0x14,0xc9,0xb0,0xf0,0x0e,0xc9,0xc0,
0xd0,0x02,0xa9,0xd0,0xc9,0xdb,0x90,0x08,
0x29,0xcf,0xd0,0x04,0xa9,0xdd,0x09,0x20,
0x48,0x29,0x7f,0x8d,0x7b,0x06,0x68,0x38,
0x60,0x7b,0x50,0x5e,0x29,0x1b,0x08,0x18,
0x19,0x00,0x08,0xe0,0x08,0x00,0x00,0x00,
0x00,0x8d,0x7b,0x06,0xa5,0x25,0xcd,0xfb,
0x05,0xf0,0x06,0x8d,0xfb,0x05,0x20,0x04,
0xca,0xa5,0x24,0xcd,0x7b,0x05,0x90,0x03,
0x8d,0x7b,0x05,0xad,0x7b,0x06,0x20,0x89,
0xca,0xa9,0x0f,0x8d,0xb0,0xc0,0xad,0x7b,
0x05,0xc9,0x50,0xb0,0x13,0x6d,0x7b,0x04,
0x8d,0xb1,0xc0,0xa9,0x0e,0x8d,0xb0,0xc0,
0xa9,0x00,0x6d,0xfb,0x04,0x8d,0xb1,0xc0,
0x60,0x49,0xc0,0xc9,0x08,0xb0,0x1d,0xa8,
0xa9,0xc9,0x48,0xb9,0xf2,0xcb,0x48,0x60,
0xea,0xac,0x7b,0x05,0xa9,0xa0,0x20,0x71,
0xca,0xc8,0xc0,0x50,0x90,0xf8,0x60,0xa9,
0x34,0x8d,0x7b,0x07,0x60,0xa9,0x32,0xd0,
0xf8,0xa0,0xc0,0xa2,0x80,0xca,0xd0,0xfd,
0xad,0x30,0xc0,0x88,0xd0,0xf5,0x60,0xac,
0x7b,0x05,0xc0,0x50,0x90,0x05,0x48,0x20,
0xb0,0xc9,0x68,0xac,0x7b,0x05,0x20,0x71,
0xca,0xee,0x7b,0x05,0x2c,0x78,0x04,0x10,
0x07,0xad,0x7b,0x05,0xc9,0x50,0xb0,0x68,
0x60,0xac,0x7b,0x05,0xad,0xfb,0x05,0x48,
0x20,0x07,0xca,0x20,0x04,0xc9,0xa0,0x00,
0x68,0x69,0x00,0xc9,0x18,0x90,0xf0,0xb0,
0x23,0x20,0x67,0xc9,0x98,0xf0,0xe8,0xa9,
0x00,0x8d,0x7b,0x05,0x8d,0xfb,0x05,0xa8,
0xf0,0x12,0xce,0x7b,0x05,0x10,0x9d,0xa9,
0x4f,0x8d,0x7b,0x05,0xad,0xfb,0x05,0xf0,
0x93,0xce,0xfb,0x05,0x4c,0x04,0xca,0xa9,
0x30,0x8d,0x7b,0x07,0x68,0x09,0x80,0xc9,
0xb1,0xd0,0x67,0xa9,0x08,0x8d,0x58,0xc0,
0xd0,0x5b,0xc9,0xb2,0xd0,0x51,0xa9,0xfe,
0x2d,0xfb,0x07,0x8d,0xfb,0x07,0x60,0x8d,
0x7b,0x06,0x4e,0x78,0x04,0x4c,0xcb,0xc8,
0x20,0x27,0xca,0xee,0xfb,0x05,0xad,0xfb,
0x05,0xc9,0x18,0x90,0x4a,0xce,0xfb,0x05,
0xad,0xfb,0x06,0x69,0x04,0x29,0x7f,0x8d,
0xfb,0x06,0x20,0x12,0xca,0xa9,0x0d,0x8d,
0xb0,0xc0,0xad,0x7b,0x04,0x8d,0xb1,0xc0,
0xa9,0x0c,0x8d,0xb0,0xc0,0xad,0xfb,0x04,
0x8d,0xb1,0xc0,0xa9,0x17,0x20,0x07,0xca,
0xa0,0x00,0x20,0x04,0xc9,0xb0,0x95,0xc9,
0xb3,0xd0,0x0e,0xa9,0x01,0x0d,0xfb,0x07,
0xd0,0xa9,0xc9,0xb0,0xd0,0x9c,0x4c,0x09,
0xc8,0x4c,0x27,0xc9,0xad,0xfb,0x05,0x8d,
0xf8,0x04,0x0a,0x0a,0x6d,0xf8,0x04,0x6d,
0xfb,0x06,0x48,0x4a,0x4a,0x4a,0x4a,0x8d,
0xfb,0x04,0x68,0x0a,0x0a,0x0a,0x0a,0x8d,
0x7b,0x04,0x60,0xc9,0x0d,0xd0,0x06,0xa9,
0x00,0x8d,0x7b,0x05,0x60,0x09,0x80,0xc9,
0xa0,0xb0,0xce,0xc9,0x87,0x90,0x08,0xa8,
0xa9,0xc9,0x48,0xb9,0xb9,0xc9,0x48,0x60,
0x18,0x71,0x13,0xb2,0x48,0x60,0xaf,0x9d,
0xf2,0x13,0x13,0x13,0x13,0x13,0x13,0x13,
0x13,0x13,0x66,0x0e,0x13,0x38,0x00,0x14,
0x7b,0x18,0x98,0x6d,0x7b,0x04,0x48,0xa9,
0x00,0x6d,0xfb,0x04,0x48,0x0a,0x29,0x0c,
0xaa,0xbd,0xb0,0xc0,0x68,0x4a,0x68,0xaa,
0x60,0x0a,0x48,0xad,0xfb,0x07,0x4a,0x68,
0x6a,0x48,0x20,0x59,0xca,0x68,0xb0,0x05,
0x9d,0x00,0xcc,0x90,0x03,0x9d,0x00,0xcd,
0x60,0x48,0xa9,0xf7,0x20,0xa0,0xc9,0x8d,
0x59,0xc0,0xad,0x7b,0x07,0x29,0x07,0xd0,
0x04,0x68,0x4c,0x23,0xca,0x29,0x04,0xf0,
0x03,0x4c,0x87,0xc9,0x68,0x38,0xe9,0x20,
0x29,0x7f,0x48,0xce,0x7b,0x07,0xad,0x7b,
0x07,0x29,0x03,0xd0,0x15,0x68,0xc9,0x18,
0xb0,0x03,0x8d,0xfb,0x05,0xad,0xf8,0x05,
0xc9,0x50,0xb0,0x03,0x8d,0x7b,0x05,0x4c,
0x04,0xca,0x68,0x8d,0xf8,0x05,0x60,0xad,
0x00,0xc0,0xc9,0x93,0xd0,0x0f,0x2c,0x10,
0xc0,0xad,0x00,0xc0,0x10,0xfb,0xc9,0x83,
0xf0,0x03,0x2c,0x10,0xc0,0x60,0xa8,0xb9,
0x31,0xcb,0x20,0xf1,0xc8,0x20,0x44,0xc8,
0xc9,0xce,0xb0,0x08,0xc9,0xc9,0x90,0x04,
0xc9,0xcc,0xd0,0xea,0x4c,0xf1,0xc8,0xea,
0x2c,0xcb,0xff,0x70,0x31,0x38,0x90,0x18,
0xb8,0x50,0x2b,0x01,0x82,0x11,0x14,0x1c,
0x22,0x4c,0x00,0xc8,0x20,0x44,0xc8,0x29,
0x7f,0xa2,0x00,0x60,0x20,0xa7,0xc9,0xa2,
0x00,0x60,0xc9,0x00,0xf0,0x09,0xad,0x00,
0xc0,0x0a,0x90,0x03,0x20,0x5c,0xc8,0xa2,
0x00,0x60,0x91,0x28,0x38,0xb8,0x8d,0xff,
0xcf,0x48,0x85,0x35,0x8a,0x48,0x98,0x48,
0xa5,0x35,0x86,0x35,0xa2,0xc3,0x8e,0x78,
0x04,0x48,0x50,0x10,0xa9,0x32,0x85,0x38,
0x86,0x39,0xa9,0x07,0x85,0x36,0x86,0x37,
0x20,0x00,0xc8,0x18,0x90,0x6f,0x68,0xa4,
0x35,0xf0,0x1f,0x88,0xad,0x78,0x06,0xc9,
0x88,0xf0,0x17,0xd9,0x00,0x02,0xf0,0x12,
0x49,0x20,0xd9,0x00,0x02,0xd0,0x3b,0xad,
0x78,0x06,0x99,0x00,0x02,0xb0,0x03,0x20,
0xed,0xca,0xa9,0x80,0x20,0xf5,0xc9,0x20,
0x44,0xc8,0xc9,0x9b,0xf0,0xf1,0xc9,0x8d,
0xd0,0x05,0x48,0x20,0x01,0xc9,0x68,0xc9,
0x95,0xd0,0x12,0xac,0x7b,0x05,0x20,0x59,
0xca,0xb0,0x05,0xbd,0x00,0xcc,0x90,0x03,
0xbd,0x00,0xcd,0x09,0x80,0x8d,0x78,0x06,
0xd0,0x08,0x20,0x44,0xc8,0xa0,0x00,0x8c,
0x78,0x06,0xba,0xe8,0xe8,0xe8,0x9d,0x00,
0x01,0xa9,0x00,0x85,0x24,0xad,0xfb,0x05,
0x85,0x25,0x4c,0x2e,0xc8,0x68,0xac,0xfb,
0x07,0x10,0x08,0xac,0x78,0x06,0xc0,0xe0,
0x90,0x01,0x98,0x20,0xb1,0xc8,0x20,0xcf,
0xca,0xa9,0x7f,0x20,0xa0,0xc9,0xad,0x7b,
0x05,0xe9,0x47,0x90,0xd4,0x69,0x1f,0x18,
0x90,0xd1,0x60,0x38,0x71,0xb2,0x7b,0x00,
0x48,0x66,0xc4,0xc2,0xc1,0xff,0xc3,0xea,
];
var VIDEO_ROM = [
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xff,0xff,0xff,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0xff,0xff,0xff,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xff,0xff,0xff,0xff,0xff,0xff,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,
0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xff,0xff,0xff,0x00,0x00,0x00,0xff,0xff,
0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0xff,0xff,0xff,0xff,0xff,
0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xe0,0x90,0xe0,0x9e,0xf0,0x0c,0x02,0x1c,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x90,0x90,0xf0,0x90,0xbe,0x08,0x08,0x08,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x80,0x80,0x80,0x9e,0xf0,0x18,0x10,0x10,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x88,0x88,0x50,0x20,0x3e,0x08,0x08,0x08,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xf0,0x80,0xc0,0x9e,0x90,0x18,0x10,0x10,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x70,0x80,0x80,0x7c,0x12,0x1c,0x14,0x12,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x70,0x80,0x60,0x10,0xec,0x12,0x12,0x0c,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x70,0x80,0x60,0x1e,0xe4,0x04,0x04,0x0e,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x08,0x08,0x08,0x08,0x08,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x0f,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x08,0x08,0x08,0x08,0x0f,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x08,0x08,0x08,0x08,
0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,
0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,
0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,
0x00,0x00,0x00,0x00,0x0f,0x08,0x08,0x08,
0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,
0x08,0x08,0x08,0x08,0x0f,0x08,0x08,0x08,
0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,
0x00,0x00,0x00,0x00,0xf8,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x08,0x08,0x08,0x08,0xf8,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0xff,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x08,0x08,0x08,0x08,0xff,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0xf8,0x08,0x08,0x08,
0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,
0x08,0x08,0x08,0x08,0xf8,0x08,0x08,0x08,
0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,
0x00,0x00,0x00,0x00,0xff,0x08,0x08,0x08,
0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,
0x08,0x08,0x08,0x08,0xff,0x08,0x08,0x08,
0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x18,0x18,0x18,0x18,0x18,0x00,0x18,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x36,0x36,0x12,0x24,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x24,0x24,0x7e,0x24,0x7e,0x24,0x24,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x08,0x3e,0x48,0x3c,0x12,0x7c,0x10,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x62,0x94,0x68,0x10,0x2c,0x52,0x8c,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x20,0x50,0x50,0x62,0x94,0x88,0x76,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x18,0x18,0x08,0x10,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x0c,0x10,0x20,0x20,0x20,0x10,0x0c,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x30,0x08,0x04,0x04,0x04,0x08,0x30,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x10,0x92,0x54,0x38,0x54,0x92,0x10,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x10,0x10,0xfe,0x10,0x10,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x18,0x18,0x08,0x10,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x7e,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x18,0x18,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x02,0x04,0x08,0x10,0x20,0x40,0x80,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x38,0x44,0x8a,0x92,0xa2,0x44,0x38,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x08,0x38,0x08,0x08,0x08,0x08,0x3e,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x3c,0x42,0x02,0x1c,0x20,0x40,0x7e,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x7e,0x04,0x08,0x1c,0x02,0x42,0x3c,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x04,0x0c,0x14,0x24,0x7e,0x04,0x04,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x7e,0x40,0x7c,0x02,0x02,0x42,0x3c,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x1e,0x20,0x40,0x7c,0x42,0x42,0x3c,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x7e,0x02,0x04,0x08,0x10,0x20,0x20,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x3c,0x42,0x42,0x3c,0x42,0x42,0x3c,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x3c,0x42,0x42,0x3e,0x02,0x04,0x78,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x18,0x18,0x00,0x18,0x18,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x18,0x18,0x00,0x18,0x18,0x08,0x10,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x06,0x18,0x60,0x18,0x06,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x7e,0x00,0x7e,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x60,0x18,0x06,0x18,0x60,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x3c,0x42,0x02,0x0c,0x10,0x00,0x10,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x3c,0x42,0x9a,0xaa,0x94,0x40,0x3c,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x18,0x24,0x42,0x42,0x7e,0x42,0x42,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x7c,0x42,0x42,0x7c,0x42,0x42,0x7c,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x1c,0x22,0x40,0x40,0x40,0x22,0x1c,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x78,0x44,0x42,0x42,0x42,0x44,0x78,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x7e,0x40,0x40,0x78,0x40,0x40,0x7e,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x7e,0x40,0x40,0x78,0x40,0x40,0x40,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x1c,0x22,0x40,0x4e,0x42,0x22,0x1e,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x42,0x42,0x42,0x7e,0x42,0x42,0x42,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x1c,0x08,0x08,0x08,0x08,0x08,0x1c,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x0e,0x04,0x04,0x04,0x04,0x44,0x38,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x42,0x44,0x48,0x50,0x68,0x44,0x42,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x40,0x40,0x40,0x40,0x40,0x40,0x7e,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x82,0xc6,0xaa,0x92,0x82,0x82,0x82,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x42,0x62,0x52,0x4a,0x46,0x42,0x42,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x38,0x44,0x82,0x82,0x82,0x44,0x38,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x7c,0x42,0x42,0x7c,0x40,0x40,0x40,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x38,0x44,0x82,0x82,0x8a,0x44,0x3a,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x7c,0x42,0x42,0x7c,0x48,0x44,0x42,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x3c,0x42,0x40,0x3c,0x02,0x42,0x3c,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xfe,0x10,0x10,0x10,0x10,0x10,0x10,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x42,0x42,0x42,0x42,0x42,0x42,0x3c,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x82,0x82,0x44,0x44,0x28,0x28,0x10,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x82,0x82,0x82,0x82,0x92,0xaa,0x44,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x82,0x44,0x28,0x10,0x28,0x44,0x82,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x82,0x44,0x28,0x10,0x10,0x10,0x10,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xfe,0x04,0x08,0x10,0x20,0x40,0xfe,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x3e,0x30,0x30,0x30,0x30,0x30,0x3e,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x80,0x40,0x20,0x10,0x08,0x04,0x02,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x3e,0x06,0x06,0x06,0x06,0x06,0x3e,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x08,0x1c,0x2a,0x08,0x08,0x08,0x08,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xfe,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x18,0x18,0x10,0x08,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0xf8,0x04,0x7c,0x84,0x7a,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x40,0x40,0x7c,0x42,0x42,0x42,0x7c,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x3c,0x42,0x40,0x40,0x3e,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x02,0x02,0x3e,0x42,0x42,0x42,0x3e,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x3c,0x42,0x7e,0x40,0x3c,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x1c,0x22,0x20,0x78,0x20,0x20,0x20,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x02,0x3c,0x42,0x42,0x3e,0x02,0x42,
0x3c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x40,0x40,0x5c,0x62,0x42,0x42,0x42,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x08,0x00,0x08,0x08,0x08,0x08,0x08,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x04,0x00,0x04,0x04,0x04,0x04,0x04,0x24,
0x18,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x40,0x40,0x46,0x58,0x60,0x58,0x46,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x18,0x08,0x08,0x08,0x08,0x08,0x1c,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0xec,0x92,0x92,0x92,0x92,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x5c,0x22,0x22,0x22,0x22,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x3c,0x42,0x42,0x42,0x3c,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x7c,0x42,0x42,0x42,0x7c,0x40,
0x40,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x3e,0x42,0x42,0x42,0x3e,0x02,
0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x5c,0x62,0x40,0x40,0x40,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x3e,0x40,0x3c,0x02,0x7c,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x10,0x3e,0x10,0x10,0x10,0x0e,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x44,0x44,0x44,0x44,0x3a,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x82,0x82,0x44,0x28,0x10,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x82,0x82,0x92,0xaa,0x44,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x42,0x24,0x18,0x24,0x42,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x82,0x82,0x44,0x28,0x10,0x20,
0xc0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x7e,0x04,0x18,0x20,0x7e,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x0c,0x10,0x08,0x30,0x08,0x10,0x0c,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x08,0x08,0x08,0x00,0x08,0x08,0x08,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x30,0x08,0x10,0x0c,0x10,0x08,0x30,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x60,0x92,0x0c,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x24,0x48,0x92,0x24,0x48,0x92,0x24,0x48,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
];
var REGS = {
CURSOR_UPPER: 0x0A,

69
js/roms/cards/disk2.js Normal file
View File

@ -0,0 +1,69 @@
export var P5_16 = [
0xa2,0x20,0xa0,0x00,0xa2,0x03,0x86,0x3c,
0x8a,0x0a,0x24,0x3c,0xf0,0x10,0x05,0x3c,
0x49,0xff,0x29,0x7e,0xb0,0x08,0x4a,0xd0,
0xfb,0x98,0x9d,0x56,0x03,0xc8,0xe8,0x10,
0xe5,0x20,0x58,0xff,0xba,0xbd,0x00,0x01,
0x0a,0x0a,0x0a,0x0a,0x85,0x2b,0xaa,0xbd,
0x8e,0xc0,0xbd,0x8c,0xc0,0xbd,0x8a,0xc0,
0xbd,0x89,0xc0,0xa0,0x50,0xbd,0x80,0xc0,
0x98,0x29,0x03,0x0a,0x05,0x2b,0xaa,0xbd,
0x81,0xc0,0xa9,0x56,0x20,0xa8,0xfc,0x88,
0x10,0xeb,0x85,0x26,0x85,0x3d,0x85,0x41,
0xa9,0x08,0x85,0x27,0x18,0x08,0xbd,0x8c,
0xc0,0x10,0xfb,0x49,0xd5,0xd0,0xf7,0xbd,
0x8c,0xc0,0x10,0xfb,0xc9,0xaa,0xd0,0xf3,
0xea,0xbd,0x8c,0xc0,0x10,0xfb,0xc9,0x96,
0xf0,0x09,0x28,0x90,0xdf,0x49,0xad,0xf0,
0x25,0xd0,0xd9,0xa0,0x03,0x85,0x40,0xbd,
0x8c,0xc0,0x10,0xfb,0x2a,0x85,0x3c,0xbd,
0x8c,0xc0,0x10,0xfb,0x25,0x3c,0x88,0xd0,
0xec,0x28,0xc5,0x3d,0xd0,0xbe,0xa5,0x40,
0xc5,0x41,0xd0,0xb8,0xb0,0xb7,0xa0,0x56,
0x84,0x3c,0xbc,0x8c,0xc0,0x10,0xfb,0x59,
0xd6,0x02,0xa4,0x3c,0x88,0x99,0x00,0x03,
0xd0,0xee,0x84,0x3c,0xbc,0x8c,0xc0,0x10,
0xfb,0x59,0xd6,0x02,0xa4,0x3c,0x91,0x26,
0xc8,0xd0,0xef,0xbc,0x8c,0xc0,0x10,0xfb,
0x59,0xd6,0x02,0xd0,0x87,0xa0,0x00,0xa2,
0x56,0xca,0x30,0xfb,0xb1,0x26,0x5e,0x00,
0x03,0x2a,0x5e,0x00,0x03,0x2a,0x91,0x26,
0xc8,0xd0,0xee,0xe6,0x27,0xe6,0x3d,0xa5,
0x3d,0xcd,0x00,0x08,0xa6,0x2b,0x90,0xdb,
0x4c,0x01,0x08,0x00,0x00,0x00,0x00,0x00
];
export var P5_13 = [
0xa2,0x20,0xa0,0x00,0xa9,0x03,0x85,0x3c,
0x18,0x88,0x98,0x24,0x3c,0xf0,0xf5,0x26,
0x3c,0x90,0xf8,0xc0,0xd5,0xf0,0xed,0xca,
0x8a,0x99,0x00,0x08,0xd0,0xe6,0x20,0x58,
0xff,0xba,0xbd,0x00,0x01,0x48,0x0a,0x0a,
0x0a,0x0a,0x85,0x2b,0xaa,0xa9,0xd0,0x48,
0xbd,0x8e,0xc0,0xbd,0x8c,0xc0,0xbd,0x8a,
0xc0,0xbd,0x89,0xc0,0xa0,0x50,0xbd,0x80,
0xc0,0x98,0x29,0x03,0x0a,0x05,0x2b,0xaa,
0xbd,0x81,0xc0,0xa9,0x56,0x20,0xa8,0xfc,
0x88,0x10,0xeb,0xa9,0x03,0x85,0x27,0xa9,
0x00,0x85,0x26,0x85,0x3d,0x18,0x08,0xbd,
0x8c,0xc0,0x10,0xfb,0x49,0xd5,0xd0,0xf7,
0xbd,0x8c,0xc0,0x10,0xfb,0xc9,0xaa,0xd0,
0xf3,0xea,0xbd,0x8c,0xc0,0x10,0xfb,0xc9,
0xb5,0xf0,0x09,0x28,0x90,0xdf,0x49,0xad,
0xf0,0x1f,0xd0,0xd9,0xa0,0x03,0x84,0x2a,
0xbd,0x8c,0xc0,0x10,0xfb,0x2a,0x85,0x3c,
0xbd,0x8c,0xc0,0x10,0xfb,0x25,0x3c,0x88,
0xd0,0xee,0x28,0xc5,0x3d,0xd0,0xbe,0xb0,
0xbd,0xa0,0x9a,0x84,0x3c,0xbc,0x8c,0xc0,
0x10,0xfb,0x59,0x00,0x08,0xa4,0x3c,0x88,
0x99,0x00,0x08,0xd0,0xee,0x84,0x3c,0xbc,
0x8c,0xc0,0x10,0xfb,0x59,0x00,0x08,0xa4,
0x3c,0x91,0x26,0xc8,0xd0,0xef,0xbc,0x8c,
0xc0,0x10,0xfb,0x59,0x00,0x08,0xd0,0x8d,
0x60,0xa8,0xa2,0x00,0xb9,0x00,0x08,0x4a,
0x3e,0xcc,0x03,0x4a,0x3e,0x99,0x03,0x85,
0x3c,0xb1,0x26,0x0a,0x0a,0x0a,0x05,0x3c,
0x91,0x26,0xc8,0xe8,0xe0,0x33,0xd0,0xe4,
0xc6,0x2a,0xd0,0xde,0xcc,0x00,0x03,0xd0,
0x03,0x4c,0x01,0x03,0x4c,0x2d,0xff,0xff
];

View File

1026
js/roms/cards/ramfactor.js Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,258 @@
export var rom = [
0x08,0x78,0x28,0x2c,0x58,0xff,0x70,0x05, // 00
0x38,0xb0,0x01,0x18,0xb8,0x08,0x78,0x48,
0x8a,0x48,0x98,0x48,0xad,0xff,0xcf,0x20, // 10
0x1a,0xc8,0x68,0x68,0xba,0x8d,0xf8,0x07,
0x0a,0x0a,0x0a,0x0a,0x8d,0x78,0x07,0x68, // 20
0x68,0x68,0xa8,0x68,0x9a,0x09,0x04,0x48,
0x28,0x98,0xac,0x78,0x07,0xae,0xf8,0x07, // 30
0x29,0x7f,0x48,0x50,0x0e,0xb8,0xa5,0x36,
0xd0,0x04,0xe4,0x37,0xf0,0x0a,0xa9,0x08, // 40
0x85,0x38,0x38,0x90,0x16,0x4c,0x50,0xc9,
0xa9,0x0b,0x85,0x36,0xa9,0x5e,0x9d,0xb8, // 50
0x04,0xa9,0x0a,0x9d,0x38,0x04,0xa9,0x00,
0x9d,0x38,0x05,0x68,0xc9,0x25,0xf0,0x5c, // 60
0xc9,0x26,0xf0,0x58,0xc9,0x3c,0xf0,0x54,
0xc9,0x3e,0xf0,0x50,0xc9,0x23,0xf0,0x4c, // 70
0xc9,0x5e,0xf0,0x5a,0xc9,0x21,0xf0,0x4a,
0xc9,0x2a,0xf0,0x52,0xa2,0x20,0xc9,0x2c, // 80
0xf0,0x52,0xa2,0x28,0xc9,0x2e,0xf0,0x4c,
0xa2,0x30,0xc9,0x2f,0xf0,0x46,0xae,0xf8, // 90
0x07,0x48,0xbd,0xb8,0x04,0xc9,0x21,0xf0,
0x41,0xc9,0x5e,0xf0,0x0e,0x68,0x29,0x1f, // A0
0x0a,0x38,0xe9,0x01,0x9d,0x38,0x04,0xa9,
0x5e,0xd0,0x23,0x68,0x38,0xe9,0x41,0x30, // B0
0x20,0xc9,0x16,0x10,0x1c,0xaa,0xbd,0x8d,
0xcb,0x4c,0x04,0xcb,0x9d,0x38,0x05,0x4c, // C0
0x2f,0xc9,0xa9,0x20,0x20,0xb7,0xca,0xa9,
0x08,0x20,0xb7,0xca,0xa9,0x21,0x9d,0xb8, // D0
0x04,0x4c,0x2f,0xc9,0x8a,0x20,0xb7,0xca,
0xd0,0xf7,0x68,0xc9,0x0d,0xf0,0x13,0xc9, // E0
0x20,0xf0,0x44,0x29,0x0f,0x20,0xcf,0xca,
0xf0,0x02,0xa9,0x0a,0x9d,0x38,0x07,0x18, // F0
0x90,0x35,0x20,0xcf,0xca,0x7d,0x38,0x07,
0x48,0xa9,0x09,0x9d,0x38,0x06,0x20,0xcf, // 00
0xca,0x48,0xde,0x38,0x06,0xd0,0xf7,0xa9,
0x0a,0x9d,0x38,0x06,0x68,0x20,0xcf,0xca,
0xde,0x38,0x06,0xd0,0xf7,0xa9,0x10,0x20,
0xb7,0xca,0xd0,0xb2,0xba,0x68,0x68,0x98,
0x48,0x68,0x68,0xa9,0x8d,0x48,0x9a,0xae,
0xf8,0x07,0xac,0x78,0x07,0xbd,0xb8,0x03,
0xdd,0x38,0x07,0xd0,0x0c,0x1d,0x38,0x07,
0xf0,0x07,0xc9,0x40,0xd0,0x03,0x99,0x80,
0xc0,0x68,0xa8,0x68,0xaa,0x68,0x28,0x60,
0x68,0xa9,0x18,0x20,0xb7,0xca,0xa9,0x08,
0x20,0xb7,0xca,0xa9,0x09,0x9d,0x38,0x06,
0x20,0xcf,0xca,0xc9,0x0a,0x30,0x02,0xa9,
0x00,0x48,0xde,0x38,0x06,0xd0,0xf1,0x20,
0xcf,0xca,0xc9,0x0d,0x30,0x02,0xa9,0x00,
0x48,0xbd,0x38,0x05,0xf0,0x04,0xc9,0x23,
0xd0,0x5e,0xa0,0x00,0x68,0xc9,0x0a,0x30,
0x04,0xc8,0x38,0xe9,0x0a,0x48,0x98,0xa2,
0x00,0x20,0xa6,0xca,0x68,0x20,0xa6,0xca,
0xac,0xf8,0x07,0xb9,0x38,0x05,0xd0,0x2a,
0xa9,0xaf,0x20,0xa8,0xca,0x68,0xa0,0x04,
0x68,0x20,0xa6,0xca,0x68,0x20,0xa6,0xca,
0x88,0xf0,0x07,0xa9,0x3b,0x20,0xa8,0xca,
0xd0,0xee,0xa9,0xa0,0x8d,0x05,0x02,0xb9,
0xf3,0xcb,0xf0,0x19,0x20,0xa8,0xca,0xc8,
0xd0,0xf5,0xa9,0x00,0x48,0xa0,0x05,0x20,
0xaf,0xca,0x68,0x20,0xa6,0xca,0x68,0x20,
0xa6,0xca,0x88,0xd0,0xf2,0x4c,0x9a,0xca,
0x68,0xaa,0x68,0x0a,0x0a,0xa8,0x8a,0x0a,
0x0a,0x48,0xae,0xf8,0x07,0xbd,0x38,0x05,
0xa2,0xa0,0xc9,0x3c,0xb0,0x02,0xa2,0xa2,
0x8a,0xa2,0x00,0x20,0xa8,0xca,0xb9,0xa3,
0xcb,0xc8,0x20,0xa8,0xca,0xc9,0xa0,0xd0,
0xf5,0x68,0xa8,0xb9,0xbf,0xcb,0xc8,0x20,
0xa8,0xca,0xc9,0xa0,0xd0,0xf5,0x68,0x20,
0xa4,0xca,0x68,0x20,0xa6,0xca,0x20,0xb3,
0xca,0xa0,0x03,0x68,0x20,0xa4,0xca,0xd0,
0x03,0x20,0xa6,0xca,0x68,0x20,0xa6,0xca,
0x88,0xf0,0x09,0xa9,0xba,0x20,0xa8,0xca,
0x68,0x4c,0x29,0xca,0xac,0xf8,0x07,0xb9,
0x38,0x05,0xc9,0x25,0xf0,0x04,0xc9,0x3e,
0xd0,0x50,0xa0,0x41,0xad,0x0c,0x02,0xc9,
0xa0,0xd0,0x02,0xa9,0x30,0x0a,0x0a,0x0a,
0x0a,0x8d,0x20,0x02,0xad,0x0d,0x02,0x29,
0x0f,0x0d,0x20,0x02,0xc9,0x12,0x30,0x02,
0xa0,0x50,0xc9,0x00,0xd0,0x04,0xa9,0x12,
0xd0,0x09,0xc9,0x13,0x30,0x16,0xf8,0x38,
0xe9,0x12,0xd8,0xa2,0x0c,0x48,0x20,0xff,
0xca,0x29,0x0f,0x20,0xa4,0xca,0x68,0x29,
0x0f,0x20,0xa6,0xca,0xa2,0x14,0x20,0xb3,
0xca,0x98,0x20,0xa8,0xca,0xa9,0x4d,0x20,
0xa8,0xca,0x8a,0xa8,0xa9,0x8d,0x20,0xa8,
0xca,0x4c,0x24,0xc9,0xf0,0x0d,0x09,0x30,
0x09,0x80,0x9d,0x00,0x02,0xe8,0x60,0xa9,
0xac,0xd0,0xf5,0xa9,0xa0,0xd0,0xf1,0x99,
0x80,0xc0,0x09,0x04,0x99,0x80,0xc0,0x20,
0xc7,0xca,0x49,0x04,0x99,0x80,0xc0,0x20,
0xca,0xca,0x48,0x48,0x68,0x68,0x60,0x48,
0xa9,0x04,0x9d,0xb8,0x06,0xa9,0x00,0x9d,
0xb8,0x05,0xb9,0x80,0xc0,0x0a,0x7e,0xb8,
0x05,0x68,0x48,0x29,0x01,0x99,0x80,0xc0,
0x09,0x02,0x99,0x80,0xc0,0x49,0x02,0x99,
0x80,0xc0,0x68,0x6a,0x48,0xde,0xb8,0x06,
0xd0,0xe0,0x68,0xbd,0xb8,0x05,0x18,0x6a,
0x6a,0x6a,0x6a,0x60,0x48,0xae,0xf8,0x07,
0xbd,0x38,0x04,0x9d,0xb8,0x06,0x20,0x50,
0xcb,0x68,0x48,0x20,0x4c,0xcb,0x68,0x48,
0x49,0xf8,0x20,0x4c,0xcb,0xa2,0xa0,0x20,
0x69,0xcb,0xa2,0xa0,0x20,0x69,0xcb,0xa0,
0x18,0x20,0x60,0xcb,0xae,0xf8,0x07,0xde,
0xb8,0x06,0xd0,0xda,0x68,0xa0,0xbc,0xca,
0xd0,0xfd,0x88,0xd0,0xfa,0x4c,0x2f,0xc9,
0x48,0x90,0x05,0x20,0x50,0xcb,0xf0,0x03,
0x20,0x59,0xcb,0x68,0x0a,0xd0,0xf1,0x60,
0xa2,0x50,0x20,0x69,0xcb,0xa0,0x28,0xd0,
0x07,0xa2,0x18,0x20,0x69,0xcb,0xa0,0x44,
0xa2,0x13,0xca,0xd0,0xfd,0x88,0xd0,0xf8,
0x60,0xac,0x78,0x07,0xa9,0x20,0x99,0x80,
0xc0,0xea,0xea,0xea,0x49,0x20,0x99,0x80,
0xc0,0xea,0xea,0xea,0x49,0x20,0x99,0x80,
0xc0,0xea,0xea,0xea,0x49,0x20,0x99,0x80,
0xc0,0xca,0xd0,0xe0,0x60,0x64,0xe4,0x24,
0xa4,0x14,0x94,0x54,0xd4,0x74,0xf4,0x34,
0xb4,0x04,0x84,0x44,0xc4,0x2c,0x3c,0x5c,
0x4c,0x1c,0x0c,0x53,0x55,0x4e,0x20,0x4d,
0x4f,0x4e,0x20,0x54,0x55,0x45,0x20,0x57,
0x45,0x44,0x20,0x54,0x48,0x55,0x20,0x46,
0x52,0x49,0x20,0x53,0x41,0x54,0x20,0x45,
0x52,0x52,0x20,0x4a,0x41,0x4e,0x20,0x46,
0x45,0x42,0x20,0x4d,0x41,0x52,0x20,0x41,
0x50,0x52,0x20,0x4d,0x41,0x59,0x20,0x4a,
0x55,0x4e,0x20,0x4a,0x55,0x4c,0x20,0x41,
0x55,0x47,0x20,0x53,0x45,0x50,0x20,0x4f,
0x43,0x54,0x20,0x4e,0x4f,0x56,0x20,0x44,
0x45,0x43,0x20,0xae,0xb0,0xb0,0xb0,0x00,
0xae,0xb0,0xb0,0xb0,0x00,0xa0,0xa0,0xc1,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff
];

389
js/roms/cards/videoterm.js Normal file
View File

@ -0,0 +1,389 @@
export var ROM = [
0xad,0x7b,0x07,0x29,0xf8,0xc9,0x30,0xf0,
0x21,0xa9,0x30,0x8d,0x7b,0x07,0x8d,0xfb,
0x07,0xa9,0x00,0x8d,0xfb,0x06,0x20,0x61,
0xc9,0xa2,0x00,0x8a,0x8d,0xb0,0xc0,0xbd,
0xa1,0xc8,0x8d,0xb1,0xc0,0xe8,0xe0,0x10,
0xd0,0xf1,0x8d,0x59,0xc0,0x60,0xad,0xfb,
0x07,0x29,0x08,0xf0,0x09,0x20,0x93,0xfe,
0x20,0x22,0xfc,0x20,0x89,0xfe,0x68,0xa8,
0x68,0xaa,0x68,0x60,0x20,0xd1,0xc8,0xe6,
0x4e,0xd0,0x02,0xe6,0x4f,0xad,0x00,0xc0,
0x10,0xf5,0x20,0x5c,0xc8,0x90,0xf0,0x2c,
0x10,0xc0,0x18,0x60,0xc9,0x8b,0xd0,0x02,
0xa9,0xdb,0xc9,0x81,0xd0,0x0a,0xad,0xfb,
0x07,0x49,0x40,0x8d,0xfb,0x07,0xb0,0xe7,
0x48,0xad,0xfb,0x07,0x0a,0x0a,0x68,0x90,
0x1f,0xc9,0xb0,0x90,0x1b,0x2c,0x63,0xc0,
0x30,0x14,0xc9,0xb0,0xf0,0x0e,0xc9,0xc0,
0xd0,0x02,0xa9,0xd0,0xc9,0xdb,0x90,0x08,
0x29,0xcf,0xd0,0x04,0xa9,0xdd,0x09,0x20,
0x48,0x29,0x7f,0x8d,0x7b,0x06,0x68,0x38,
0x60,0x7b,0x50,0x5e,0x29,0x1b,0x08,0x18,
0x19,0x00,0x08,0xe0,0x08,0x00,0x00,0x00,
0x00,0x8d,0x7b,0x06,0xa5,0x25,0xcd,0xfb,
0x05,0xf0,0x06,0x8d,0xfb,0x05,0x20,0x04,
0xca,0xa5,0x24,0xcd,0x7b,0x05,0x90,0x03,
0x8d,0x7b,0x05,0xad,0x7b,0x06,0x20,0x89,
0xca,0xa9,0x0f,0x8d,0xb0,0xc0,0xad,0x7b,
0x05,0xc9,0x50,0xb0,0x13,0x6d,0x7b,0x04,
0x8d,0xb1,0xc0,0xa9,0x0e,0x8d,0xb0,0xc0,
0xa9,0x00,0x6d,0xfb,0x04,0x8d,0xb1,0xc0,
0x60,0x49,0xc0,0xc9,0x08,0xb0,0x1d,0xa8,
0xa9,0xc9,0x48,0xb9,0xf2,0xcb,0x48,0x60,
0xea,0xac,0x7b,0x05,0xa9,0xa0,0x20,0x71,
0xca,0xc8,0xc0,0x50,0x90,0xf8,0x60,0xa9,
0x34,0x8d,0x7b,0x07,0x60,0xa9,0x32,0xd0,
0xf8,0xa0,0xc0,0xa2,0x80,0xca,0xd0,0xfd,
0xad,0x30,0xc0,0x88,0xd0,0xf5,0x60,0xac,
0x7b,0x05,0xc0,0x50,0x90,0x05,0x48,0x20,
0xb0,0xc9,0x68,0xac,0x7b,0x05,0x20,0x71,
0xca,0xee,0x7b,0x05,0x2c,0x78,0x04,0x10,
0x07,0xad,0x7b,0x05,0xc9,0x50,0xb0,0x68,
0x60,0xac,0x7b,0x05,0xad,0xfb,0x05,0x48,
0x20,0x07,0xca,0x20,0x04,0xc9,0xa0,0x00,
0x68,0x69,0x00,0xc9,0x18,0x90,0xf0,0xb0,
0x23,0x20,0x67,0xc9,0x98,0xf0,0xe8,0xa9,
0x00,0x8d,0x7b,0x05,0x8d,0xfb,0x05,0xa8,
0xf0,0x12,0xce,0x7b,0x05,0x10,0x9d,0xa9,
0x4f,0x8d,0x7b,0x05,0xad,0xfb,0x05,0xf0,
0x93,0xce,0xfb,0x05,0x4c,0x04,0xca,0xa9,
0x30,0x8d,0x7b,0x07,0x68,0x09,0x80,0xc9,
0xb1,0xd0,0x67,0xa9,0x08,0x8d,0x58,0xc0,
0xd0,0x5b,0xc9,0xb2,0xd0,0x51,0xa9,0xfe,
0x2d,0xfb,0x07,0x8d,0xfb,0x07,0x60,0x8d,
0x7b,0x06,0x4e,0x78,0x04,0x4c,0xcb,0xc8,
0x20,0x27,0xca,0xee,0xfb,0x05,0xad,0xfb,
0x05,0xc9,0x18,0x90,0x4a,0xce,0xfb,0x05,
0xad,0xfb,0x06,0x69,0x04,0x29,0x7f,0x8d,
0xfb,0x06,0x20,0x12,0xca,0xa9,0x0d,0x8d,
0xb0,0xc0,0xad,0x7b,0x04,0x8d,0xb1,0xc0,
0xa9,0x0c,0x8d,0xb0,0xc0,0xad,0xfb,0x04,
0x8d,0xb1,0xc0,0xa9,0x17,0x20,0x07,0xca,
0xa0,0x00,0x20,0x04,0xc9,0xb0,0x95,0xc9,
0xb3,0xd0,0x0e,0xa9,0x01,0x0d,0xfb,0x07,
0xd0,0xa9,0xc9,0xb0,0xd0,0x9c,0x4c,0x09,
0xc8,0x4c,0x27,0xc9,0xad,0xfb,0x05,0x8d,
0xf8,0x04,0x0a,0x0a,0x6d,0xf8,0x04,0x6d,
0xfb,0x06,0x48,0x4a,0x4a,0x4a,0x4a,0x8d,
0xfb,0x04,0x68,0x0a,0x0a,0x0a,0x0a,0x8d,
0x7b,0x04,0x60,0xc9,0x0d,0xd0,0x06,0xa9,
0x00,0x8d,0x7b,0x05,0x60,0x09,0x80,0xc9,
0xa0,0xb0,0xce,0xc9,0x87,0x90,0x08,0xa8,
0xa9,0xc9,0x48,0xb9,0xb9,0xc9,0x48,0x60,
0x18,0x71,0x13,0xb2,0x48,0x60,0xaf,0x9d,
0xf2,0x13,0x13,0x13,0x13,0x13,0x13,0x13,
0x13,0x13,0x66,0x0e,0x13,0x38,0x00,0x14,
0x7b,0x18,0x98,0x6d,0x7b,0x04,0x48,0xa9,
0x00,0x6d,0xfb,0x04,0x48,0x0a,0x29,0x0c,
0xaa,0xbd,0xb0,0xc0,0x68,0x4a,0x68,0xaa,
0x60,0x0a,0x48,0xad,0xfb,0x07,0x4a,0x68,
0x6a,0x48,0x20,0x59,0xca,0x68,0xb0,0x05,
0x9d,0x00,0xcc,0x90,0x03,0x9d,0x00,0xcd,
0x60,0x48,0xa9,0xf7,0x20,0xa0,0xc9,0x8d,
0x59,0xc0,0xad,0x7b,0x07,0x29,0x07,0xd0,
0x04,0x68,0x4c,0x23,0xca,0x29,0x04,0xf0,
0x03,0x4c,0x87,0xc9,0x68,0x38,0xe9,0x20,
0x29,0x7f,0x48,0xce,0x7b,0x07,0xad,0x7b,
0x07,0x29,0x03,0xd0,0x15,0x68,0xc9,0x18,
0xb0,0x03,0x8d,0xfb,0x05,0xad,0xf8,0x05,
0xc9,0x50,0xb0,0x03,0x8d,0x7b,0x05,0x4c,
0x04,0xca,0x68,0x8d,0xf8,0x05,0x60,0xad,
0x00,0xc0,0xc9,0x93,0xd0,0x0f,0x2c,0x10,
0xc0,0xad,0x00,0xc0,0x10,0xfb,0xc9,0x83,
0xf0,0x03,0x2c,0x10,0xc0,0x60,0xa8,0xb9,
0x31,0xcb,0x20,0xf1,0xc8,0x20,0x44,0xc8,
0xc9,0xce,0xb0,0x08,0xc9,0xc9,0x90,0x04,
0xc9,0xcc,0xd0,0xea,0x4c,0xf1,0xc8,0xea,
0x2c,0xcb,0xff,0x70,0x31,0x38,0x90,0x18,
0xb8,0x50,0x2b,0x01,0x82,0x11,0x14,0x1c,
0x22,0x4c,0x00,0xc8,0x20,0x44,0xc8,0x29,
0x7f,0xa2,0x00,0x60,0x20,0xa7,0xc9,0xa2,
0x00,0x60,0xc9,0x00,0xf0,0x09,0xad,0x00,
0xc0,0x0a,0x90,0x03,0x20,0x5c,0xc8,0xa2,
0x00,0x60,0x91,0x28,0x38,0xb8,0x8d,0xff,
0xcf,0x48,0x85,0x35,0x8a,0x48,0x98,0x48,
0xa5,0x35,0x86,0x35,0xa2,0xc3,0x8e,0x78,
0x04,0x48,0x50,0x10,0xa9,0x32,0x85,0x38,
0x86,0x39,0xa9,0x07,0x85,0x36,0x86,0x37,
0x20,0x00,0xc8,0x18,0x90,0x6f,0x68,0xa4,
0x35,0xf0,0x1f,0x88,0xad,0x78,0x06,0xc9,
0x88,0xf0,0x17,0xd9,0x00,0x02,0xf0,0x12,
0x49,0x20,0xd9,0x00,0x02,0xd0,0x3b,0xad,
0x78,0x06,0x99,0x00,0x02,0xb0,0x03,0x20,
0xed,0xca,0xa9,0x80,0x20,0xf5,0xc9,0x20,
0x44,0xc8,0xc9,0x9b,0xf0,0xf1,0xc9,0x8d,
0xd0,0x05,0x48,0x20,0x01,0xc9,0x68,0xc9,
0x95,0xd0,0x12,0xac,0x7b,0x05,0x20,0x59,
0xca,0xb0,0x05,0xbd,0x00,0xcc,0x90,0x03,
0xbd,0x00,0xcd,0x09,0x80,0x8d,0x78,0x06,
0xd0,0x08,0x20,0x44,0xc8,0xa0,0x00,0x8c,
0x78,0x06,0xba,0xe8,0xe8,0xe8,0x9d,0x00,
0x01,0xa9,0x00,0x85,0x24,0xad,0xfb,0x05,
0x85,0x25,0x4c,0x2e,0xc8,0x68,0xac,0xfb,
0x07,0x10,0x08,0xac,0x78,0x06,0xc0,0xe0,
0x90,0x01,0x98,0x20,0xb1,0xc8,0x20,0xcf,
0xca,0xa9,0x7f,0x20,0xa0,0xc9,0xad,0x7b,
0x05,0xe9,0x47,0x90,0xd4,0x69,0x1f,0x18,
0x90,0xd1,0x60,0x38,0x71,0xb2,0x7b,0x00,
0x48,0x66,0xc4,0xc2,0xc1,0xff,0xc3,0xea,
];
export var VIDEO_ROM = [
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xff,0xff,0xff,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0xff,0xff,0xff,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xff,0xff,0xff,0xff,0xff,0xff,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,
0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xff,0xff,0xff,0x00,0x00,0x00,0xff,0xff,
0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0xff,0xff,0xff,0xff,0xff,
0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xe0,0x90,0xe0,0x9e,0xf0,0x0c,0x02,0x1c,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x90,0x90,0xf0,0x90,0xbe,0x08,0x08,0x08,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x80,0x80,0x80,0x9e,0xf0,0x18,0x10,0x10,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x88,0x88,0x50,0x20,0x3e,0x08,0x08,0x08,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xf0,0x80,0xc0,0x9e,0x90,0x18,0x10,0x10,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x70,0x80,0x80,0x7c,0x12,0x1c,0x14,0x12,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x70,0x80,0x60,0x10,0xec,0x12,0x12,0x0c,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x70,0x80,0x60,0x1e,0xe4,0x04,0x04,0x0e,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x08,0x08,0x08,0x08,0x08,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x0f,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x08,0x08,0x08,0x08,0x0f,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x08,0x08,0x08,0x08,
0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,
0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,
0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,
0x00,0x00,0x00,0x00,0x0f,0x08,0x08,0x08,
0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,
0x08,0x08,0x08,0x08,0x0f,0x08,0x08,0x08,
0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,
0x00,0x00,0x00,0x00,0xf8,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x08,0x08,0x08,0x08,0xf8,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0xff,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x08,0x08,0x08,0x08,0xff,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0xf8,0x08,0x08,0x08,
0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,
0x08,0x08,0x08,0x08,0xf8,0x08,0x08,0x08,
0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,
0x00,0x00,0x00,0x00,0xff,0x08,0x08,0x08,
0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,
0x08,0x08,0x08,0x08,0xff,0x08,0x08,0x08,
0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x18,0x18,0x18,0x18,0x18,0x00,0x18,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x36,0x36,0x12,0x24,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x24,0x24,0x7e,0x24,0x7e,0x24,0x24,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x08,0x3e,0x48,0x3c,0x12,0x7c,0x10,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x62,0x94,0x68,0x10,0x2c,0x52,0x8c,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x20,0x50,0x50,0x62,0x94,0x88,0x76,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x18,0x18,0x08,0x10,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x0c,0x10,0x20,0x20,0x20,0x10,0x0c,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x30,0x08,0x04,0x04,0x04,0x08,0x30,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x10,0x92,0x54,0x38,0x54,0x92,0x10,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x10,0x10,0xfe,0x10,0x10,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x18,0x18,0x08,0x10,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x7e,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x18,0x18,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x02,0x04,0x08,0x10,0x20,0x40,0x80,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x38,0x44,0x8a,0x92,0xa2,0x44,0x38,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x08,0x38,0x08,0x08,0x08,0x08,0x3e,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x3c,0x42,0x02,0x1c,0x20,0x40,0x7e,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x7e,0x04,0x08,0x1c,0x02,0x42,0x3c,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x04,0x0c,0x14,0x24,0x7e,0x04,0x04,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x7e,0x40,0x7c,0x02,0x02,0x42,0x3c,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x1e,0x20,0x40,0x7c,0x42,0x42,0x3c,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x7e,0x02,0x04,0x08,0x10,0x20,0x20,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x3c,0x42,0x42,0x3c,0x42,0x42,0x3c,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x3c,0x42,0x42,0x3e,0x02,0x04,0x78,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x18,0x18,0x00,0x18,0x18,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x18,0x18,0x00,0x18,0x18,0x08,0x10,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x06,0x18,0x60,0x18,0x06,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x7e,0x00,0x7e,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x60,0x18,0x06,0x18,0x60,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x3c,0x42,0x02,0x0c,0x10,0x00,0x10,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x3c,0x42,0x9a,0xaa,0x94,0x40,0x3c,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x18,0x24,0x42,0x42,0x7e,0x42,0x42,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x7c,0x42,0x42,0x7c,0x42,0x42,0x7c,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x1c,0x22,0x40,0x40,0x40,0x22,0x1c,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x78,0x44,0x42,0x42,0x42,0x44,0x78,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x7e,0x40,0x40,0x78,0x40,0x40,0x7e,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x7e,0x40,0x40,0x78,0x40,0x40,0x40,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x1c,0x22,0x40,0x4e,0x42,0x22,0x1e,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x42,0x42,0x42,0x7e,0x42,0x42,0x42,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x1c,0x08,0x08,0x08,0x08,0x08,0x1c,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x0e,0x04,0x04,0x04,0x04,0x44,0x38,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x42,0x44,0x48,0x50,0x68,0x44,0x42,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x40,0x40,0x40,0x40,0x40,0x40,0x7e,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x82,0xc6,0xaa,0x92,0x82,0x82,0x82,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x42,0x62,0x52,0x4a,0x46,0x42,0x42,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x38,0x44,0x82,0x82,0x82,0x44,0x38,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x7c,0x42,0x42,0x7c,0x40,0x40,0x40,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x38,0x44,0x82,0x82,0x8a,0x44,0x3a,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x7c,0x42,0x42,0x7c,0x48,0x44,0x42,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x3c,0x42,0x40,0x3c,0x02,0x42,0x3c,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xfe,0x10,0x10,0x10,0x10,0x10,0x10,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x42,0x42,0x42,0x42,0x42,0x42,0x3c,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x82,0x82,0x44,0x44,0x28,0x28,0x10,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x82,0x82,0x82,0x82,0x92,0xaa,0x44,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x82,0x44,0x28,0x10,0x28,0x44,0x82,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x82,0x44,0x28,0x10,0x10,0x10,0x10,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xfe,0x04,0x08,0x10,0x20,0x40,0xfe,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x3e,0x30,0x30,0x30,0x30,0x30,0x3e,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x80,0x40,0x20,0x10,0x08,0x04,0x02,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x3e,0x06,0x06,0x06,0x06,0x06,0x3e,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x08,0x1c,0x2a,0x08,0x08,0x08,0x08,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xfe,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x18,0x18,0x10,0x08,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0xf8,0x04,0x7c,0x84,0x7a,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x40,0x40,0x7c,0x42,0x42,0x42,0x7c,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x3c,0x42,0x40,0x40,0x3e,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x02,0x02,0x3e,0x42,0x42,0x42,0x3e,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x3c,0x42,0x7e,0x40,0x3c,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x1c,0x22,0x20,0x78,0x20,0x20,0x20,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x02,0x3c,0x42,0x42,0x3e,0x02,0x42,
0x3c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x40,0x40,0x5c,0x62,0x42,0x42,0x42,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x08,0x00,0x08,0x08,0x08,0x08,0x08,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x04,0x00,0x04,0x04,0x04,0x04,0x04,0x24,
0x18,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x40,0x40,0x46,0x58,0x60,0x58,0x46,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x18,0x08,0x08,0x08,0x08,0x08,0x1c,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0xec,0x92,0x92,0x92,0x92,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x5c,0x22,0x22,0x22,0x22,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x3c,0x42,0x42,0x42,0x3c,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x7c,0x42,0x42,0x42,0x7c,0x40,
0x40,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x3e,0x42,0x42,0x42,0x3e,0x02,
0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x5c,0x62,0x40,0x40,0x40,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x3e,0x40,0x3c,0x02,0x7c,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x10,0x3e,0x10,0x10,0x10,0x0e,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x44,0x44,0x44,0x44,0x3a,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x82,0x82,0x44,0x28,0x10,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x82,0x82,0x92,0xaa,0x44,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x42,0x24,0x18,0x24,0x42,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x82,0x82,0x44,0x28,0x10,0x20,
0xc0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x7e,0x04,0x18,0x20,0x7e,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x0c,0x10,0x08,0x30,0x08,0x10,0x0c,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x08,0x08,0x08,0x00,0x08,0x08,0x08,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x30,0x08,0x10,0x0c,0x10,0x08,0x30,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x60,0x92,0x0c,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x24,0x48,0x92,0x24,0x48,0x92,0x24,0x48,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
];