diff --git a/help/6502CPU.html b/help/6502CPU.html
index e7b51ce1..820868f9 100644
--- a/help/6502CPU.html
+++ b/help/6502CPU.html
@@ -56,50 +56,50 @@
-
#
-
# $Id: 6502_cpu.txt,v 1.1.1.1 2004/08/29 01:29:35 bryan Exp $
-
#
-
# This file is part of Commodore 64 emulator
-
# and Program Development System.
-
#
-
# See README for copyright notice
-
#
-
# This file contains documentation for 6502/6510/8500/8502 instruction set.
-
#
-
#
-
# Written by
-
# John West (john@ucc.gu.uwa.edu.au)
-
# Marko MЉkelЉ (msmakela@kruuna.helsinki.fi)
-
#
-
#
-
# $Log: 6502_cpu.txt,v $
-
# Revision 1.1.1.1 2004/08/29 01:29:35 bryan
-
# no message
-
#
-
# Revision 1.1 2002/05/21 00:42:27 xodnizel
-
# updates
-
#
-
# Revision 1.8 1994/06/03 19:50:04 jopi
-
# Patchlevel 2
-
#
-
# Revision 1.7 1994/04/15 13:07:04 jopi
-
# 65xx Register descriptions added
-
#
-
# Revision 1.6 1994/02/18 16:09:36 jopi
-
#
-
# Revision 1.5 1994/01/26 16:08:37 jopi
-
# X64 version 0.2 PL 1
-
#
-
# Revision 1.4 1993/11/10 01:55:34 jopi
-
#
-
# Revision 1.3 93/06/21 13:37:18 jopi
-
# X64 version 0.2 PL 0
-
#
-
# Revision 1.2 93/06/21 13:07:15 jopi
-
# *** empty log message ***
-
#
-
#
-
+
#
+
# $Id: 6502_cpu.txt,v 1.1.1.1 2004/08/29 01:29:35 bryan Exp $
+
#
+
# This file is part of Commodore 64 emulator
+
# and Program Development System.
+
#
+
# See README for copyright notice
+
#
+
# This file contains documentation for 6502/6510/8500/8502 instruction set.
+
#
+
#
+
# Written by
+
# John West (john@ucc.gu.uwa.edu.au)
+
# Marko MЉkelЉ (msmakela@kruuna.helsinki.fi)
+
#
+
#
+
# $Log: 6502_cpu.txt,v $
+
# Revision 1.1.1.1 2004/08/29 01:29:35 bryan
+
# no message
+
#
+
# Revision 1.1 2002/05/21 00:42:27 xodnizel
+
# updates
+
#
+
# Revision 1.8 1994/06/03 19:50:04 jopi
+
# Patchlevel 2
+
#
+
# Revision 1.7 1994/04/15 13:07:04 jopi
+
# 65xx Register descriptions added
+
#
+
# Revision 1.6 1994/02/18 16:09:36 jopi
+
#
+
# Revision 1.5 1994/01/26 16:08:37 jopi
+
# X64 version 0.2 PL 1
+
#
+
# Revision 1.4 1993/11/10 01:55:34 jopi
+
#
+
# Revision 1.3 93/06/21 13:37:18 jopi
+
# X64 version 0.2 PL 0
+
#
+
# Revision 1.2 93/06/21 13:07:15 jopi
+
# *** empty log message ***
+
#
+
#
+
Note: To extract the uuencoded ML programs in this article most
easily you may use e.g. "uud" by Edwin Kremer ,
which extracts them all at once.
@@ -124,45 +124,45 @@
6510 Instructions by Addressing Modes
-
off- ++++++++++ Positive ++++++++++ ---------- Negative ----------
-
set 00 20 40 60 80 a0 c0 e0 mode
-
-
+00 BRK JSR RTI RTS NOP* LDY CPY CPX Impl/immed
-
+01 ORA AND EOR ADC STA LDA CMP SBC (indir,x)
-
+02 t t t t NOP*t LDX NOP*t NOP*t ? /immed
-
+03 SLO* RLA* SRE* RRA* SAX* LAX* DCP* ISB* (indir,x)
-
+04 NOP* BIT NOP* NOP* STY LDY CPY CPX Zeropage
-
+05 ORA AND EOR ADC STA LDA CMP SBC Zeropage
-
+06 ASL ROL LSR ROR STX LDX DEC INC Zeropage
-
+07 SLO* RLA* SRE* RRA* SAX* LAX* DCP* ISB* Zeropage
-
-
+08 PHP PLP PHA PLA DEY TAY INY INX Implied
-
+09 ORA AND EOR ADC NOP* LDA CMP SBC Immediate
-
+0a ASL ROL LSR ROR TXA TAX DEX NOP Accu/impl
-
+0b ANC** ANC** ASR** ARR** ANE** LXA** SBX** SBC* Immediate
-
+0c NOP* BIT JMP JMP () STY LDY CPY CPX Absolute
-
+0d ORA AND EOR ADC STA LDA CMP SBC Absolute
-
+0e ASL ROL LSR ROR STX LDX DEC INC Absolute
-
+0f SLO* RLA* SRE* RRA* SAX* LAX* DCP* ISB* Absolute
-
-
+10 BPL BMI BVC BVS BCC BCS BNE BEQ Relative
-
+11 ORA AND EOR ADC STA LDA CMP SBC (indir),y
-
+12 t t t t t t t t ?
-
+13 SLO* RLA* SRE* RRA* SHA** LAX* DCP* ISB* (indir),y
-
+14 NOP* NOP* NOP* NOP* STY LDY NOP* NOP* Zeropage,x
-
+15 ORA AND EOR ADC STA LDA CMP SBC Zeropage,x
-
+16 ASL ROL LSR ROR STX y) LDX y) DEC INC Zeropage,x
-
+17 SLO* RLA* SRE* RRA* SAX* y) LAX* y) DCP* ISB* Zeropage,x
-
-
+18 CLC SEC CLI SEI TYA CLV CLD SED Implied
-
+19 ORA AND EOR ADC STA LDA CMP SBC Absolute,y
-
+1a NOP* NOP* NOP* NOP* TXS TSX NOP* NOP* Implied
-
+1b SLO* RLA* SRE* RRA* SHS** LAS** DCP* ISB* Absolute,y
-
+1c NOP* NOP* NOP* NOP* SHY** LDY NOP* NOP* Absolute,x
-
+1d ORA AND EOR ADC STA LDA CMP SBC Absolute,x
-
+1e ASL ROL LSR ROR SHX**y) LDX y) DEC INC Absolute,x
-
+1f SLO* RLA* SRE* RRA* SHA**y) LAX* y) DCP* ISB* Absolute,x
-
+
off- ++++++++++ Positive ++++++++++ ---------- Negative ----------
+
set 00 20 40 60 80 a0 c0 e0 mode
+
+
+00 BRK JSR RTI RTS NOP* LDY CPY CPX Impl/immed
+
+01 ORA AND EOR ADC STA LDA CMP SBC (indir,x)
+
+02 t t t t NOP*t LDX NOP*t NOP*t ? /immed
+
+03 SLO* RLA* SRE* RRA* SAX* LAX* DCP* ISB* (indir,x)
+
+04 NOP* BIT NOP* NOP* STY LDY CPY CPX Zeropage
+
+05 ORA AND EOR ADC STA LDA CMP SBC Zeropage
+
+06 ASL ROL LSR ROR STX LDX DEC INC Zeropage
+
+07 SLO* RLA* SRE* RRA* SAX* LAX* DCP* ISB* Zeropage
+
+
+08 PHP PLP PHA PLA DEY TAY INY INX Implied
+
+09 ORA AND EOR ADC NOP* LDA CMP SBC Immediate
+
+0a ASL ROL LSR ROR TXA TAX DEX NOP Accu/impl
+
+0b ANC** ANC** ASR** ARR** ANE** LXA** SBX** SBC* Immediate
+
+0c NOP* BIT JMP JMP () STY LDY CPY CPX Absolute
+
+0d ORA AND EOR ADC STA LDA CMP SBC Absolute
+
+0e ASL ROL LSR ROR STX LDX DEC INC Absolute
+
+0f SLO* RLA* SRE* RRA* SAX* LAX* DCP* ISB* Absolute
+
+
+10 BPL BMI BVC BVS BCC BCS BNE BEQ Relative
+
+11 ORA AND EOR ADC STA LDA CMP SBC (indir),y
+
+12 t t t t t t t t ?
+
+13 SLO* RLA* SRE* RRA* SHA** LAX* DCP* ISB* (indir),y
+
+14 NOP* NOP* NOP* NOP* STY LDY NOP* NOP* Zeropage,x
+
+15 ORA AND EOR ADC STA LDA CMP SBC Zeropage,x
+
+16 ASL ROL LSR ROR STX y) LDX y) DEC INC Zeropage,x
+
+17 SLO* RLA* SRE* RRA* SAX* y) LAX* y) DCP* ISB* Zeropage,x
+
+
+18 CLC SEC CLI SEI TYA CLV CLD SED Implied
+
+19 ORA AND EOR ADC STA LDA CMP SBC Absolute,y
+
+1a NOP* NOP* NOP* NOP* TXS TSX NOP* NOP* Implied
+
+1b SLO* RLA* SRE* RRA* SHS** LAS** DCP* ISB* Absolute,y
+
+1c NOP* NOP* NOP* NOP* SHY** LDY NOP* NOP* Absolute,x
+
+1d ORA AND EOR ADC STA LDA CMP SBC Absolute,x
+
+1e ASL ROL LSR ROR SHX**y) LDX y) DEC INC Absolute,x
+
+1f SLO* RLA* SRE* RRA* SHA**y) LAX* y) DCP* ISB* Absolute,x
+
ROR intruction is available on MC650x microprocessors after
June, 1976.
@@ -337,9 +337,9 @@
-- A brief explanation about what may happen while using don't care states.
-
ANE $8B A = (A | #$EE) & X & #byte
-
same as
-
A = ((A & #$11 & X) | ( #$EE & X)) & #byte
+
ANE $8B A = (A | #$EE) & X & #byte
+
same as
+
A = ((A & #$11 & X) | ( #$EE & X)) & #byte
In real 6510/8502 the internal parameter #$11
may occasionally be #$10, #$01 or even #$00.
@@ -348,15 +348,15 @@
of the instruction. The value probably depends
on the data that was left on the bus by the VIC-II.
-
LXA $AB C=Lehti: A = X = ANE
-
Alternate: A = X = (A & #byte)
+
LXA $AB C=Lehti: A = X = ANE
+
Alternate: A = X = (A & #byte)
TXA and TAX have to be responsible for these.
-
SHA $93,$9F Store (A & X & (ADDR_HI + 1))
-
SHX $9E Store (X & (ADDR_HI + 1))
-
SHY $9C Store (Y & (ADDR_HI + 1))
-
SHS $9B SHA and TXS, where X is replaced by (A & X).
+
SHA $93,$9F Store (A & X & (ADDR_HI + 1))
+
SHX $9E Store (X & (ADDR_HI + 1))
+
SHY $9C Store (Y & (ADDR_HI + 1))
+
SHS $9B SHA and TXS, where X is replaced by (A & X).
Note: The value to be stored is copied also
to ADDR_HI if page boundary is crossed.
@@ -381,7 +381,7 @@
More fortunate is its opposite, 'LAX' which just loads a byte
simultaneously into both A and X.
-
$6B ARR
+
$6B ARR
This instruction seems to be a harmless combination of AND and ROR at
first sight, but it turns out that it affects the V flag and also has
@@ -419,36 +419,36 @@
To help you understand this description, here is a C routine that
illustrates the ARR operation in Decimal mode:
-
unsigned
-
A, /* Accumulator */
-
AL, /* low nybble of accumulator */
-
AH, /* high nybble of accumulator */
-
-
C, /* Carry flag */
-
Z, /* Zero flag */
-
V, /* oVerflow flag */
-
N, /* Negative flag */
-
-
t, /* temporary value */
-
s; /* value to be ARRed with Accumulator */
-
-
t = A & s; /* Perform the AND. */
-
-
AH = t >> 4; /* Separate the high */
-
AL = t & 15; /* and low nybbles. */
-
-
N = C; /* Set the N and */
-
Z = !(A = (t >> 1) | (C << 7)); /* Z flags traditionally */
-
V = (t ^ A) & 64; /* and V flag in a weird way. */
-
-
if (AL + (AL & 1) > 5) /* BCD "fixup" for low nybble. */
-
A = (A & 0xF0) | ((A + 6) & 0xF);
-
-
if (C = AH + (AH & 1) > 5) /* Set the Carry flag. */
-
A = (A + 0x60) & 0xFF; /* BCD "fixup" for high nybble. */
-
-
$CB SBX X <- (A & X) - Immediate
-
+
unsigned
+
A, /* Accumulator */
+
AL, /* low nybble of accumulator */
+
AH, /* high nybble of accumulator */
+
+
C, /* Carry flag */
+
Z, /* Zero flag */
+
V, /* oVerflow flag */
+
N, /* Negative flag */
+
+
t, /* temporary value */
+
s; /* value to be ARRed with Accumulator */
+
+
t = A & s; /* Perform the AND. */
+
+
AH = t >> 4; /* Separate the high */
+
AL = t & 15; /* and low nybbles. */
+
+
N = C; /* Set the N and */
+
Z = !(A = (t >> 1) | (C << 7)); /* Z flags traditionally */
+
V = (t ^ A) & 64; /* and V flag in a weird way. */
+
+
if (AL + (AL & 1) > 5) /* BCD "fixup" for low nybble. */
+
A = (A & 0xF0) | ((A + 6) & 0xF);
+
+
if (C = AH + (AH & 1) > 5) /* Set the Carry flag. */
+
A = (A + 0x60) & 0xFF; /* BCD "fixup" for high nybble. */
+
+
$CB SBX X <- (A & X) - Immediate
+
The 'SBX' ($CB) may seem to be very complex operation, even though it
is a combination of the subtraction of accumulator and parameter, as
in the 'CMP' instruction, and the command 'DEX'. As a result, both A
@@ -461,23 +461,23 @@
Proof:
-
begin 644 vsbx
-
M`0@9$,D'GL(H-#,IJC(U-JS"*#0T*:HR-@```*D`H#V1*Z`_D2N@09$KJ0>%
-
M^QBE^VEZJ+$KH#F1*ZD`2"BI`*(`RP`(:-B@.5$K*4#P`E@`H#VQ*SAI`)$K
-
JD-Z@/[$K:0"1*Y#4J2X@TO\XH$&Q*VD`D2N0Q,;[$+188/_^]_:_OK>V
-
`
-
end
-
-
and
-
-
begin 644 sbx
-
M`0@9$,D'GL(H-#,IJC(U-JS"*#0T*:HR-@```'BI`*!-D2N@3Y$KH%&1*ZD#
-
MA?L8I?M*2)`#J1@LJ3B@29$K:$J0`ZGX+*G8R)$K&/BXJ?2B8\L)AOP(:(7]
-
MV#B@3;$KH$\Q*Z!1\2L(1?SP`0!H1?TIM]#XH$VQ*SAI`)$KD,N@3[$K:0"1
-
9*Y#!J2X@TO\XH%&Q*VD`D2N0L<;[$))88-#X
-
`
-
end
-
+
begin 644 vsbx
+
M`0@9$,D'GL(H-#,IJC(U-JS"*#0T*:HR-@```*D`H#V1*Z`_D2N@09$KJ0>%
+
M^QBE^VEZJ+$KH#F1*ZD`2"BI`*(`RP`(:-B@.5$K*4#P`E@`H#VQ*SAI`)$K
+
JD-Z@/[$K:0"1*Y#4J2X@TO\XH$&Q*VD`D2N0Q,;[$+188/_^]_:_OK>V
+
`
+
end
+
+
and
+
+
begin 644 sbx
+
M`0@9$,D'GL(H-#,IJC(U-JS"*#0T*:HR-@```'BI`*!-D2N@3Y$KH%&1*ZD#
+
MA?L8I?M*2)`#J1@LJ3B@29$K:$J0`ZGX+*G8R)$K&/BXJ?2B8\L)AOP(:(7]
+
MV#B@3;$KH$\Q*Z!1\2L(1?SP`0!H1?TIM]#XH$VQ*SAI`)$KD,N@3[$K:0"1
+
9*Y#!J2X@TO\XH%&Q*VD`D2N0L<;[$))88-#X
+
`
+
end
+
These test programs show if your machine is compatible with ours
regarding the opcode $CB. The first test, vsbx, proves that SBX does
not affect the V flag. The latter one, sbx, proves the rest of our
@@ -508,10 +508,10 @@
language monitor, as it makes use of the BRK instruction. The result
tables will be written on pages $C2 and $C3.
-
begin 644 sbx-c100
-
M`,%XH`",#L&,$,&,$L&XJ8*B@LL7AOL(:(7\N#BM#L$M$,'M$L$(Q?OP`B@`
-
M:$7\\`,@4,'N#L'0U.X0P=#/SB#0[A+!T,<``````````````)BJ\!>M#L$M
-
L$,'=_\'0":T2P=W_PM`!8,K0Z:T.P2T0P9D`PID`!*T2P9D`PYD`!
+
begin 644 sbx-c100
+
M`,%XH`",#L&,$,&,$L&XJ8*B@LL7AOL(:(7\N#BM#L$M$,'M$L$(Q?OP`B@`
+
M:$7\\`,@4,'N#L'0U.X0P=#/SB#0[A+!T,<``````````````)BJ\!>M#L$M
+
L$,'=_\'0":T2P=W_PM`!8,K0Z:T.P2T0P9D`PID`!*T2P9D`PYD`!
Other undocumented instructions usually cause two preceding opcodes
being executed. However 'NOP' seems to completely disappear from 'SBC'
@@ -603,11 +603,11 @@
Register selection for load and store
-
bit1 bit0 A X Y
-
0 0 x
-
0 1 x
-
1 0 x
-
1 1 x x
+
bit1 bit0 A X Y
+
0 0 x
+
0 1 x
+
1 0 x
+
1 1 x x
So, A and X are selected by bits 1 and 0 respectively, while
~(bit1|bit0) enables Y.
@@ -632,39 +632,39 @@
how it can do that all in a single cycle. Here's a C code version of
the instruction:
-
unsigned
-
A, /* Accumulator */
-
AL, /* low nybble of accumulator */
-
AH, /* high nybble of accumulator */
-
-
C, /* Carry flag */
-
Z, /* Zero flag */
-
V, /* oVerflow flag */
-
N, /* Negative flag */
-
-
s; /* value to be added to Accumulator */
-
-
AL = (A & 15) + (s & 15) + C; /* Calculate the lower nybble. */
-
-
AH = (A >> 4) + (s >> 4) + (AL > 15); /* Calculate the upper nybble. */
-
-
if (AL > 9) AL += 6; /* BCD fixup for lower nybble. */
-
-
Z = ((A + s + C) & 255 != 0); /* Zero flag is set just
-
like in Binary mode. */
-
-
/* Negative and Overflow flags are set with the same logic than in
-
Binary mode, but after fixing the lower nybble. */
-
-
N = (AH & 8 != 0);
-
V = ((AH << 4) ^ A) & 128 && !((A ^ s) & 128);
-
-
if (AH > 9) AH += 6; /* BCD fixup for upper nybble. */
-
-
/* Carry is the only flag set after fixing the result. */
-
-
C = (AH > 15);
-
A = ((AH << 4) | (AL & 15)) & 255;
+
unsigned
+
A, /* Accumulator */
+
AL, /* low nybble of accumulator */
+
AH, /* high nybble of accumulator */
+
+
C, /* Carry flag */
+
Z, /* Zero flag */
+
V, /* oVerflow flag */
+
N, /* Negative flag */
+
+
s; /* value to be added to Accumulator */
+
+
AL = (A & 15) + (s & 15) + C; /* Calculate the lower nybble. */
+
+
AH = (A >> 4) + (s >> 4) + (AL > 15); /* Calculate the upper nybble. */
+
+
if (AL > 9) AL += 6; /* BCD fixup for lower nybble. */
+
+
Z = ((A + s + C) & 255 != 0); /* Zero flag is set just
+
like in Binary mode. */
+
+
/* Negative and Overflow flags are set with the same logic than in
+
Binary mode, but after fixing the lower nybble. */
+
+
N = (AH & 8 != 0);
+
V = ((AH << 4) ^ A) & 128 && !((A ^ s) & 128);
+
+
if (AH > 9) AH += 6; /* BCD fixup for upper nybble. */
+
+
/* Carry is the only flag set after fixing the result. */
+
+
C = (AH > 15);
+
A = ((AH << 4) | (AL & 15)) & 255;
The C flag is set as the quiche eaters expect, but the N and V flags
are set after fixing the lower nybble but before fixing the upper one.
@@ -675,14 +675,14 @@
Decimal mode, and aborts with BRK if anything breaks this theory.
If everything goes well, it ends in RTS.
-
begin 600 dadc
-
M 0@9",D'GL(H-#,IJC(U-JS"*#0T*:HR-@ 'BI&* A/N$_$B@+)$KH(V1
-
M*Q@(I?PI#X7]I?LI#V7]R0J0 FD%J"D/A?VE^RGP9?PI\ C $) ":0^JL @H
-
ML ?)H) &""@X:5\X!?V%_0AH*3W@ ! ""8"HBD7[$ JE^T7\, 28"4"H**7[
-
M9?S0!)@) J@8N/BE^V7\V A%_= G:(3]1?W0(.;[T(?F_-"#:$D8\ )88*D=
-
0&&4KA?NI &4LA?RI.&S[ A%
-
-
end
+
begin 600 dadc
+
M 0@9",D'GL(H-#,IJC(U-JS"*#0T*:HR-@ 'BI&* A/N$_$B@+)$KH(V1
+
M*Q@(I?PI#X7]I?LI#V7]R0J0 FD%J"D/A?VE^RGP9?PI\ C $) ":0^JL @H
+
ML ?)H) &""@X:5\X!?V%_0AH*3W@ ! ""8"HBD7[$ JE^T7\, 28"4"H**7[
+
M9?S0!)@) J@8N/BE^V7\V A%_= G:(3]1?W0(.;[T(?F_-"#:$D8\ )88*D=
+
0&&4KA?NI &4LA?RI.&S[ A%
+
+
end
All programs in this chapter have been successfully tested on a Vic20
and a Commodore 64 and a Commodore 128D in C64 mode. They should run on
@@ -695,45 +695,45 @@
Proof:
-
begin 600 dsbc-cmp-flags
-
M 0@9",D'GL(H-#,IJC(U-JS"*#0T*:HR-@ 'B@ (3[A/RB XH8:66HL2N@
-
M09$KH$R1*XII::BQ*Z!%D2N@4)$K^#BXI?OE_-@(:(7].+BE^^7\"&A%_? !
-
5 .;[T./F_-#?RA"_8!@X&#CEY<7%
-
-
end
+
begin 600 dsbc-cmp-flags
+
M 0@9",D'GL(H-#,IJC(U-JS"*#0T*:HR-@ 'B@ (3[A/RB XH8:66HL2N@
+
M09$KH$R1*XII::BQ*Z!%D2N@4)$K^#BXI?OE_-@(:(7].+BE^^7\"&A%_? !
+
5 .;[T./F_-#?RA"_8!@X&#CEY<7%
+
+
end
The only difference in SBC's operation in decimal mode from binary mode
is the result-fixup:
-
unsigned
-
A, /* Accumulator */
-
AL, /* low nybble of accumulator */
-
AH, /* high nybble of accumulator */
-
-
C, /* Carry flag */
-
Z, /* Zero flag */
-
V, /* oVerflow flag */
-
N, /* Negative flag */
-
-
s; /* value to be added to Accumulator */
-
-
AL = (A & 15) - (s & 15) - !C; /* Calculate the lower nybble. */
-
-
if (AL & 16) AL -= 6; /* BCD fixup for lower nybble. */
-
-
AH = (A >> 4) - (s >> 4) - (AL & 16); /* Calculate the upper nybble. */
-
-
if (AH & 16) AH -= 6; /* BCD fixup for upper nybble. */
-
-
/* The flags are set just like in Binary mode. */
-
-
C = (A - s - !C) & 256 != 0;
-
Z = (A - s - !C) & 255 != 0;
-
V = ((A - s - !C) ^ s) & 128 && (A ^ s) & 128;
-
N = (A - s - !C) & 128 != 0;
-
-
A = ((AH << 4) | (AL & 15)) & 255;
-
+
unsigned
+
A, /* Accumulator */
+
AL, /* low nybble of accumulator */
+
AH, /* high nybble of accumulator */
+
+
C, /* Carry flag */
+
Z, /* Zero flag */
+
V, /* oVerflow flag */
+
N, /* Negative flag */
+
+
s; /* value to be added to Accumulator */
+
+
AL = (A & 15) - (s & 15) - !C; /* Calculate the lower nybble. */
+
+
if (AL & 16) AL -= 6; /* BCD fixup for lower nybble. */
+
+
AH = (A >> 4) - (s >> 4) - (AL & 16); /* Calculate the upper nybble. */
+
+
if (AH & 16) AH -= 6; /* BCD fixup for upper nybble. */
+
+
/* The flags are set just like in Binary mode. */
+
+
C = (A - s - !C) & 256 != 0;
+
Z = (A - s - !C) & 255 != 0;
+
V = ((A - s - !C) ^ s) & 128 && (A ^ s) & 128;
+
N = (A - s - !C) & 128 != 0;
+
+
A = ((AH << 4) | (AL & 15)) & 255;
+
Again Z flag is set before any BCD fixup. The N and V flags are set
at any time before fixing the high nybble. The C flag may be set in any
phase.
@@ -756,13 +756,13 @@
The following program, which tests SBC's result and flags,
contains the 6502 version of the pseudo code example above.
-
begin 600 dsbc
-
M 0@9",D'GL(H-#,IJC(U-JS"*#0T*:HR-@ 'BI&* A/N$_$B@+)$KH':1
-
M*S@(I?PI#X7]I?LI#^7]L /I!1@I#ZBE_"GPA?VE^RGP"#CE_2GPL KI7RBP
-
M#ND/.+ )*+ &Z0^P NE?A/T%_87]*+BE^^7\"&BH.+CXI?OE_-@(1?W0FVB$
-
8_47]T)3F^]">YOS0FFA)&- $J3C0B%A@
-
-
end
+
begin 600 dsbc
+
M 0@9",D'GL(H-#,IJC(U-JS"*#0T*:HR-@ 'BI&* A/N$_$B@+)$KH':1
+
M*S@(I?PI#X7]I?LI#^7]L /I!1@I#ZBE_"GPA?VE^RGP"#CE_2GPL KI7RBP
+
M#ND/.+ )*+ &Z0^P NE?A/T%_87]*+BE^^7\"&BH.+CXI?OE_-@(1?W0FVB$
+
8_47]T)3F^]">YOS0FFA)&- $J3C0B%A@
+
+
end
Obviously the undocumented instructions RRA (ROR+ADC) and ISB
(INC+SBC) have inherited also the decimal operation from the official
@@ -771,29 +771,29 @@
dincsbc-deccmp proves that ISB's and DCP's (DEC+CMP) flags are not
affected by the D flag.
-
begin 644 droradc
-
M`0@9",D'GL(H-#,IJC(U-JS"*#0T*:HR-@```'BI&*``A/N$_$B@+)$KH(V1
-
M*S@(I?PI#X7]I?LI#V7]R0J0`FD%J"D/A?VE^RGP9?PI\`C`$)`":0^JL`@H
-
ML`?)H)`&""@X:5\X!?V%_0AH*3W@`!`""8"HBD7[$`JE^T7\,`28"4"H**7[
-
M9?S0!)@)`J@XN/BE^R;\9_S8"$7]T"=HA/U%_=`@YOO0A>;\T(%H21CP`EA@
-
2J1T892N%^ZD`92R%_*DX;/L`
-
`
-
end
-
-
begin 644 dincsbc
-
M`0@9",D'GL(H-#,IJC(U-JS"*#0T*:HR-@```'BI&*``A/N$_$B@+)$KH':1
-
M*S@(I?PI#X7]I?LI#^7]L`/I!1@I#ZBE_"GPA?VE^RGP"#CE_2GPL`KI7RBP
-
M#ND/.+`)*+`&Z0^P`NE?A/T%_87]*+BE^^7\"&BH.+CXI?O&_.?\V`A%_="9
-
::(3]1?W0DN;[T)SF_-"8:$D8T`2I.-"&6&#\
-
`
-
end
-
-
begin 644 dincsbc-deccmp
-
M`0@9",D'GL(H-#,IJC(U-JS"*#0T*:HR-@```'B@`(3[A/RB`XH8:7>HL2N@
-
M3Y$KH%R1*XII>ZBQ*Z!3D2N@8)$KBFE_J+$KH%61*Z!BD2OX.+BE^^;\Q_S8
-
L"&B%_3BXI?OF_,?\"&A%_?`!`.;[T-_F_-#;RA"M8!@X&#CFYL;&Q\?GYP#8
-
`
-
end
+
begin 644 droradc
+
M`0@9",D'GL(H-#,IJC(U-JS"*#0T*:HR-@```'BI&*``A/N$_$B@+)$KH(V1
+
M*S@(I?PI#X7]I?LI#V7]R0J0`FD%J"D/A?VE^RGP9?PI\`C`$)`":0^JL`@H
+
ML`?)H)`&""@X:5\X!?V%_0AH*3W@`!`""8"HBD7[$`JE^T7\,`28"4"H**7[
+
M9?S0!)@)`J@XN/BE^R;\9_S8"$7]T"=HA/U%_=`@YOO0A>;\T(%H21CP`EA@
+
2J1T892N%^ZD`92R%_*DX;/L`
+
`
+
end
+
+
begin 644 dincsbc
+
M`0@9",D'GL(H-#,IJC(U-JS"*#0T*:HR-@```'BI&*``A/N$_$B@+)$KH':1
+
M*S@(I?PI#X7]I?LI#^7]L`/I!1@I#ZBE_"GPA?VE^RGP"#CE_2GPL`KI7RBP
+
M#ND/.+`)*+`&Z0^P`NE?A/T%_87]*+BE^^7\"&BH.+CXI?O&_.?\V`A%_="9
+
::(3]1?W0DN;[T)SF_-"8:$D8T`2I.-"&6&#\
+
`
+
end
+
+
begin 644 dincsbc-deccmp
+
M`0@9",D'GL(H-#,IJC(U-JS"*#0T*:HR-@```'B@`(3[A/RB`XH8:7>HL2N@
+
M3Y$KH%R1*XII>ZBQ*Z!3D2N@8)$KBFE_J+$KH%61*Z!BD2OX.+BE^^;\Q_S8
+
L"&B%_3BXI?OF_,?\"&A%_?`!`.;[T-_F_-#;RA"M8!@X&#CFYL;&Q\?GYP#8
+
`
+
end
6510 features
@@ -954,617 +954,617 @@
Instructions accessing the stack
-
BRK
-
-
# address R/W description
-
--- ------- --- -----------------------------------------------
-
1 PC R fetch opcode, increment PC
-
2 PC R read next instruction byte (and throw it away),
-
increment PC
-
3 $0100,S W push PCH on stack (with B flag set), decrement S
-
4 $0100,S W push PCL on stack, decrement S
-
5 $0100,S W push P on stack, decrement S
-
6 $FFFE R fetch PCL
-
7 $FFFF R fetch PCH
-
-
RTI
-
-
# address R/W description
-
--- ------- --- -----------------------------------------------
-
1 PC R fetch opcode, increment PC
-
2 PC R read next instruction byte (and throw it away)
-
3 $0100,S R increment S
-
4 $0100,S R pull P from stack, increment S
-
5 $0100,S R pull PCL from stack, increment S
-
6 $0100,S R pull PCH from stack
-
-
RTS
-
-
# address R/W description
-
--- ------- --- -----------------------------------------------
-
1 PC R fetch opcode, increment PC
-
2 PC R read next instruction byte (and throw it away)
-
3 $0100,S R increment S
-
4 $0100,S R pull PCL from stack, increment S
-
5 $0100,S R pull PCH from stack
-
6 PC R increment PC
-
-
PHA, PHP
-
-
# address R/W description
-
--- ------- --- -----------------------------------------------
-
1 PC R fetch opcode, increment PC
-
2 PC R read next instruction byte (and throw it away)
-
3 $0100,S W push register on stack, decrement S
-
-
PLA, PLP
-
-
# address R/W description
-
--- ------- --- -----------------------------------------------
-
1 PC R fetch opcode, increment PC
-
2 PC R read next instruction byte (and throw it away)
-
3 $0100,S R increment S
-
4 $0100,S R pull register from stack
-
-
JSR
-
-
# address R/W description
-
--- ------- --- -------------------------------------------------
-
1 PC R fetch opcode, increment PC
-
2 PC R fetch low address byte, increment PC
-
3 $0100,S R internal operation (predecrement S?)
-
4 $0100,S W push PCH on stack, decrement S
-
5 $0100,S W push PCL on stack, decrement S
-
6 PC R copy low address byte to PCL, fetch high address
-
byte to PCH
-
-
Accumulator or implied addressing
-
-
# address R/W description
-
--- ------- --- -----------------------------------------------
-
1 PC R fetch opcode, increment PC
-
2 PC R read next instruction byte (and throw it away)
-
-
Immediate addressing
-
-
# address R/W description
-
--- ------- --- ------------------------------------------
-
1 PC R fetch opcode, increment PC
-
2 PC R fetch value, increment PC
-
-
Absolute addressing
-
-
JMP
-
-
# address R/W description
-
--- ------- --- -------------------------------------------------
-
1 PC R fetch opcode, increment PC
-
2 PC R fetch low address byte, increment PC
-
3 PC R copy low address byte to PCL, fetch high address
-
byte to PCH
-
-
Read instructions (LDA, LDX, LDY, EOR, AND, ORA, ADC, SBC, CMP, BIT,
-
LAX, NOP)
-
-
# address R/W description
-
--- ------- --- ------------------------------------------
-
1 PC R fetch opcode, increment PC
-
2 PC R fetch low byte of address, increment PC
-
3 PC R fetch high byte of address, increment PC
-
4 address R read from effective address
-
-
Read-Modify-Write instructions (ASL, LSR, ROL, ROR, INC, DEC,
-
SLO, SRE, RLA, RRA, ISB, DCP)
-
-
# address R/W description
-
--- ------- --- ------------------------------------------
-
1 PC R fetch opcode, increment PC
-
2 PC R fetch low byte of address, increment PC
-
3 PC R fetch high byte of address, increment PC
-
4 address R read from effective address
-
5 address W write the value back to effective address,
-
and do the operation on it
-
6 address W write the new value to effective address
-
-
Write instructions (STA, STX, STY, SAX)
-
-
# address R/W description
-
--- ------- --- ------------------------------------------
-
1 PC R fetch opcode, increment PC
-
2 PC R fetch low byte of address, increment PC
-
3 PC R fetch high byte of address, increment PC
-
4 address W write register to effective address
-
-
Zero page addressing
-
-
Read instructions (LDA, LDX, LDY, EOR, AND, ORA, ADC, SBC, CMP, BIT,
-
LAX, NOP)
-
-
# address R/W description
-
--- ------- --- ------------------------------------------
-
1 PC R fetch opcode, increment PC
-
2 PC R fetch address, increment PC
-
3 address R read from effective address
-
-
Read-Modify-Write instructions (ASL, LSR, ROL, ROR, INC, DEC,
-
SLO, SRE, RLA, RRA, ISB, DCP)
-
-
# address R/W description
-
--- ------- --- ------------------------------------------
-
1 PC R fetch opcode, increment PC
-
2 PC R fetch address, increment PC
-
3 address R read from effective address
-
4 address W write the value back to effective address,
-
and do the operation on it
-
5 address W write the new value to effective address
-
-
Write instructions (STA, STX, STY, SAX)
-
-
# address R/W description
-
--- ------- --- ------------------------------------------
-
1 PC R fetch opcode, increment PC
-
2 PC R fetch address, increment PC
-
3 address W write register to effective address
-
-
Zero page indexed addressing
-
-
Read instructions (LDA, LDX, LDY, EOR, AND, ORA, ADC, SBC, CMP, BIT,
-
LAX, NOP)
-
-
# address R/W description
-
--- --------- --- ------------------------------------------
-
1 PC R fetch opcode, increment PC
-
2 PC R fetch address, increment PC
-
3 address R read from address, add index register to it
-
4 address+I* R read from effective address
-
-
Notes: I denotes either index register (X or Y).
-
-
* The high byte of the effective address is always zero,
-
i.e. page boundary crossings are not handled.
-
-
Read-Modify-Write instructions (ASL, LSR, ROL, ROR, INC, DEC,
-
SLO, SRE, RLA, RRA, ISB, DCP)
-
-
# address R/W description
-
--- --------- --- ---------------------------------------------
-
1 PC R fetch opcode, increment PC
-
2 PC R fetch address, increment PC
-
3 address R read from address, add index register X to it
-
4 address+X* R read from effective address
-
5 address+X* W write the value back to effective address,
-
and do the operation on it
-
6 address+X* W write the new value to effective address
-
-
Note: * The high byte of the effective address is always zero,
-
i.e. page boundary crossings are not handled.
-
-
Write instructions (STA, STX, STY, SAX)
-
-
# address R/W description
-
--- --------- --- -------------------------------------------
-
1 PC R fetch opcode, increment PC
-
2 PC R fetch address, increment PC
-
3 address R read from address, add index register to it
-
4 address+I* W write to effective address
-
-
Notes: I denotes either index register (X or Y).
-
-
* The high byte of the effective address is always zero,
-
i.e. page boundary crossings are not handled.
-
-
Absolute indexed addressing
-
-
Read instructions (LDA, LDX, LDY, EOR, AND, ORA, ADC, SBC, CMP, BIT,
-
LAX, LAE, SHS, NOP)
-
-
# address R/W description
-
--- --------- --- ------------------------------------------
-
1 PC R fetch opcode, increment PC
-
2 PC R fetch low byte of address, increment PC
-
3 PC R fetch high byte of address,
-
add index register to low address byte,
-
increment PC
-
4 address+I* R read from effective address,
-
fix the high byte of effective address
-
5+ address+I R re-read from effective address
-
-
Notes: I denotes either index register (X or Y).
-
-
* The high byte of the effective address may be invalid
-
at this time, i.e. it may be smaller by $100.
-
-
+ This cycle will be executed only if the effective address
-
was invalid during cycle #4, i.e. page boundary was crossed.
-
-
Read-Modify-Write instructions (ASL, LSR, ROL, ROR, INC, DEC,
-
SLO, SRE, RLA, RRA, ISB, DCP)
-
-
# address R/W description
-
--- --------- --- ------------------------------------------
-
1 PC R fetch opcode, increment PC
-
2 PC R fetch low byte of address, increment PC
-
3 PC R fetch high byte of address,
-
add index register X to low address byte,
-
increment PC
-
4 address+X* R read from effective address,
-
fix the high byte of effective address
-
5 address+X R re-read from effective address
-
6 address+X W write the value back to effective address,
-
and do the operation on it
-
7 address+X W write the new value to effective address
-
-
Notes: * The high byte of the effective address may be invalid
-
at this time, i.e. it may be smaller by $100.
-
-
Write instructions (STA, STX, STY, SHA, SHX, SHY)
-
-
# address R/W description
-
--- --------- --- ------------------------------------------
-
1 PC R fetch opcode, increment PC
-
2 PC R fetch low byte of address, increment PC
-
3 PC R fetch high byte of address,
-
add index register to low address byte,
-
increment PC
-
4 address+I* R read from effective address,
-
fix the high byte of effective address
-
5 address+I W write to effective address
-
-
Notes: I denotes either index register (X or Y).
-
-
* The high byte of the effective address may be invalid
-
at this time, i.e. it may be smaller by $100. Because
-
the processor cannot undo a write to an invalid
-
address, it always reads from the address first.
-
-
Relative addressing (BCC, BCS, BNE, BEQ, BPL, BMI, BVC, BVS)
-
-
# address R/W description
-
--- --------- --- ---------------------------------------------
-
1 PC R fetch opcode, increment PC
-
2 PC R fetch operand, increment PC
-
3 PC R Fetch opcode of next instruction,
-
If branch is taken, add operand to PCL.
-
Otherwise increment PC.
-
4+ PC* R Fetch opcode of next instruction.
-
Fix PCH. If it did not change, increment PC.
-
5! PC R Fetch opcode of next instruction,
-
increment PC.
-
-
Notes: The opcode fetch of the next instruction is included to
-
this diagram for illustration purposes. When determining
-
real execution times, remember to subtract the last
-
cycle.
-
-
* The high byte of Program Counter (PCH) may be invalid
-
at this time, i.e. it may be smaller or bigger by $100.
-
-
+ If branch is taken, this cycle will be executed.
-
-
! If branch occurs to different page, this cycle will be
-
executed.
-
-
Indexed indirect addressing
-
-
Read instructions (LDA, ORA, EOR, AND, ADC, CMP, SBC, LAX)
-
-
# address R/W description
-
--- ----------- --- ------------------------------------------
-
1 PC R fetch opcode, increment PC
-
2 PC R fetch pointer address, increment PC
-
3 pointer R read from the address, add X to it
-
4 pointer+X R fetch effective address low
-
5 pointer+X+1 R fetch effective address high
-
6 address R read from effective address
-
-
Note: The effective address is always fetched from zero page,
-
i.e. the zero page boundary crossing is not handled.
-
-
Read-Modify-Write instructions (SLO, SRE, RLA, RRA, ISB, DCP)
-
-
# address R/W description
-
--- ----------- --- ------------------------------------------
-
1 PC R fetch opcode, increment PC
-
2 PC R fetch pointer address, increment PC
-
3 pointer R read from the address, add X to it
-
4 pointer+X R fetch effective address low
-
5 pointer+X+1 R fetch effective address high
-
6 address R read from effective address
-
7 address W write the value back to effective address,
-
and do the operation on it
-
8 address W write the new value to effective address
-
-
Note: The effective address is always fetched from zero page,
-
i.e. the zero page boundary crossing is not handled.
-
-
Write instructions (STA, SAX)
-
-
# address R/W description
-
--- ----------- --- ------------------------------------------
-
1 PC R fetch opcode, increment PC
-
2 PC R fetch pointer address, increment PC
-
3 pointer R read from the address, add X to it
-
4 pointer+X R fetch effective address low
-
5 pointer+X+1 R fetch effective address high
-
6 address W write to effective address
-
-
Note: The effective address is always fetched from zero page,
-
i.e. the zero page boundary crossing is not handled.
-
-
Indirect indexed addressing
-
-
Read instructions (LDA, EOR, AND, ORA, ADC, SBC, CMP)
-
-
# address R/W description
-
--- ----------- --- ------------------------------------------
-
1 PC R fetch opcode, increment PC
-
2 PC R fetch pointer address, increment PC
-
3 pointer R fetch effective address low
-
4 pointer+1 R fetch effective address high,
-
add Y to low byte of effective address
-
5 address+Y* R read from effective address,
-
fix high byte of effective address
-
6+ address+Y R read from effective address
-
-
Notes: The effective address is always fetched from zero page,
-
i.e. the zero page boundary crossing is not handled.
-
-
* The high byte of the effective address may be invalid
-
at this time, i.e. it may be smaller by $100.
-
-
+ This cycle will be executed only if the effective address
-
was invalid during cycle #5, i.e. page boundary was crossed.
-
-
Read-Modify-Write instructions (SLO, SRE, RLA, RRA, ISB, DCP)
-
-
# address R/W description
-
--- ----------- --- ------------------------------------------
-
1 PC R fetch opcode, increment PC
-
2 PC R fetch pointer address, increment PC
-
3 pointer R fetch effective address low
-
4 pointer+1 R fetch effective address high,
-
add Y to low byte of effective address
-
5 address+Y* R read from effective address,
-
fix high byte of effective address
-
6 address+Y R read from effective address
-
7 address+Y W write the value back to effective address,
-
and do the operation on it
-
8 address+Y W write the new value to effective address
-
-
Notes: The effective address is always fetched from zero page,
-
i.e. the zero page boundary crossing is not handled.
-
-
* The high byte of the effective address may be invalid
-
at this time, i.e. it may be smaller by $100.
-
-
Write instructions (STA, SHA)
-
-
# address R/W description
-
--- ----------- --- ------------------------------------------
-
1 PC R fetch opcode, increment PC
-
2 PC R fetch pointer address, increment PC
-
3 pointer R fetch effective address low
-
4 pointer+1 R fetch effective address high,
-
add Y to low byte of effective address
-
5 address+Y* R read from effective address,
-
fix high byte of effective address
-
6 address+Y W write to effective address
-
-
Notes: The effective address is always fetched from zero page,
-
i.e. the zero page boundary crossing is not handled.
-
-
* The high byte of the effective address may be invalid
-
at this time, i.e. it may be smaller by $100.
-
-
Absolute indirect addressing (JMP)
-
-
# address R/W description
-
--- --------- --- ------------------------------------------
-
1 PC R fetch opcode, increment PC
-
2 PC R fetch pointer address low, increment PC
-
3 PC R fetch pointer address high, increment PC
-
4 pointer R fetch low address to latch
-
5 pointer+1* R fetch PCH, copy latch to PCL
-
-
Note: * The PCH will always be fetched from the same page
-
than PCL, i.e. page boundary crossing is not handled.
-
-
How Real Programmers Acknowledge Interrupts
-
-
With RMW instructions:
-
-
; beginning of combined raster/timer interrupt routine
-
LSR $D019 ; clear VIC interrupts, read raster interrupt flag to C
-
BCS raster ; jump if VIC caused an interrupt
-
... ; timer interrupt routine
-
-
Operational diagram of LSR $D019:
-
-
# data address R/W
-
--- ---- ------- --- ---------------------------------
-
1 4E PC R fetch opcode
-
2 19 PC+1 R fetch address low
-
3 D0 PC+2 R fetch address high
-
4 xx $D019 R read memory
-
5 xx $D019 W write the value back, rotate right
-
6 xx/2 $D019 W write the new value back
-
-
The 5th cycle acknowledges the interrupt by writing the same
-
value back. If only raster interrupts are used, the 6th cycle
-
has no effect on the VIC. (It might acknowledge also some
-
other interrupts.)
-
-
With indexed addressing:
-
-
; acknowledge interrupts to both CIAs
-
LDX #$10
-
LDA $DCFD,X
-
-
Operational diagram of LDA $DCFD,X:
-
-
# data address R/W description
-
--- ---- ------- --- ---------------------------------
-
1 BD PC R fetch opcode
-
2 FD PC+1 R fetch address low
-
3 DC PC+2 R fetch address high, add X to address low
-
4 xx $DC0D R read from address, fix high byte of address
-
5 yy $DD0D R read from right address
-
-
; acknowledge interrupts to CIA 2
-
LDX #$10
-
STA $DDFD,X
-
-
Operational diagram of STA $DDFD,X:
-
-
# data address R/W description
-
--- ---- ------- --- ---------------------------------
-
1 9D PC R fetch opcode
-
2 FD PC+1 R fetch address low
-
3 DC PC+2 R fetch address high, add X to address low
-
4 xx $DD0D R read from address, fix high byte of address
-
5 ac $DE0D W write to right address
-
-
With branch instructions:
-
-
; acknowledge interrupts to CIA 2
-
LDA #$00 ; clear N flag
-
JMP $DD0A
-
DD0A BPL $DC9D ; branch
-
DC9D BRK ; return
-
-
You need the following preparations to initialize the CIA registers:
-
-
LDA #$91 ; argument of BPL
-
STA $DD0B
-
LDA #$10 ; BPL
-
STA $DD0A
-
STA $DD08 ; load the ToD values from the latches
-
LDA $DD0B ; freeze the ToD display
-
LDA #$7F
-
STA $DC0D ; assure that $DC0D is $00
-
-
Operational diagram of BPL $DC9D:
-
-
# data address R/W description
-
--- ---- ------- --- ---------------------------------
-
1 10 $DD0A R fetch opcode
-
2 91 $DD0B R fetch argument
-
3 xx $DD0C R fetch opcode, add argument to PCL
-
4 yy $DD9D R fetch opcode, fix PCH
-
( 5 00 $DC9D R fetch opcode )
-
-
; acknowledge interrupts to CIA 1
-
LSR ; clear N flag
-
JMP $DCFA
-
DCFA BPL $DD0D
-
DD0D BRK
-
-
; Again you need to set the ToD registers of CIA 1 and the
-
; Interrupt Control Register of CIA 2 first.
-
-
Operational diagram of BPL $DD0D:
-
-
# data address R/W description
-
--- ---- ------- --- ---------------------------------
-
1 10 $DCFA R fetch opcode
-
2 11 $DCFB R fetch argument
-
3 xx $DCFC R fetch opcode, add argument to PCL
-
4 yy $DC0D R fetch opcode, fix PCH
-
( 5 00 $DD0D R fetch opcode )
-
-
; acknowledge interrupts to CIA 2 automagically
-
; preparations
-
LDA #$7F
-
STA $DD0D ; disable all interrupt sources of CIA2
-
LDA $DD0E
-
AND #$BE ; ensure that $DD0C remains constant
-
STA $DD0E ; and stop the timer
-
LDA #$FD
-
STA $DD0C ; parameter of BPL
-
LDA #$10
-
STA $DD0B ; BPL
-
LDA #$40
-
STA $DD0A ; RTI/parameter of LSR
-
LDA #$46
-
STA $DD09 ; LSR
-
STA $DD08 ; load the ToD values from the latches
-
LDA $DD0B ; freeze the ToD display
-
LDA #$09
-
STA $0318
-
LDA #$DD
-
STA $0319 ; change NMI vector to $DD09
-
LDA #$FF ; Try changing this instruction's operand
-
STA $DD05 ; (see comment below).
-
LDA #$FF
-
STA $DD04 ; set interrupt frequency to 1/65536 cycles
-
LDA $DD0E
-
AND #$80
-
ORA #$11
-
LDX #$81
-
STX $DD0D ; enable timer interrupt
-
STA $DD0E ; start timer
-
-
LDA #$00 ; To see that the interrupts really occur,
-
STA $D011 ; use something like this and see how
-
LOOP DEC $D020 ; changing the byte loaded to $DD05 from
-
BNE LOOP ; #$FF to #$0F changes the image.
-
-
When an NMI occurs, the processor jumps to Kernal code, which jumps to
-
($0318), which points to the following routine:
-
-
DD09 LSR $40 ; clear N flag
-
BPL $DD0A ; Note: $DD0A contains RTI.
-
-
Operational diagram of BPL $DD0A:
-
-
# data address R/W description
-
--- ---- ------- --- ---------------------------------
-
1 10 $DD0B R fetch opcode
-
2 11 $DD0C R fetch argument
-
3 xx $DD0D R fetch opcode, add argument to PCL
-
4 40 $DD0A R fetch opcode, (fix PCH)
-
-
With RTI:
-
-
; the fastest possible interrupt handler in the 6500 family
-
; preparations
-
SEI
-
LDA $01 ; disable ROM and enable I/O
-
AND #$FD
-
ORA #$05
-
STA $01
-
LDA #$7F
-
STA $DD0D ; disable CIA 2's all interrupt sources
-
LDA $DD0E
-
AND #$BE ; ensure that $DD0C remains constant
-
STA $DD0E ; and stop the timer
-
LDA #$40
-
STA $DD0C ; store RTI to $DD0C
-
LDA #$0C
-
STA $FFFA
-
LDA #$DD
-
STA $FFFB ; change NMI vector to $DD0C
-
LDA #$FF ; Try changing this instruction's operand
-
STA $DD05 ; (see comment below).
-
LDA #$FF
-
STA $DD04 ; set interrupt frequency to 1/65536 cycles
-
LDA $DD0E
-
AND #$80
-
ORA #$11
-
LDX #$81
-
STX $DD0D ; enable timer interrupt
-
STA $DD0E ; start timer
-
-
LDA #$00 ; To see that the interrupts really occur,
-
STA $D011 ; use something like this and see how
-
LOOP DEC $D020 ; changing the byte loaded to $DD05 from
-
BNE LOOP ; #$FF to #$0F changes the image.
-
+
BRK
+
+
# address R/W description
+
--- ------- --- -----------------------------------------------
+
1 PC R fetch opcode, increment PC
+
2 PC R read next instruction byte (and throw it away),
+
increment PC
+
3 $0100,S W push PCH on stack (with B flag set), decrement S
+
4 $0100,S W push PCL on stack, decrement S
+
5 $0100,S W push P on stack, decrement S
+
6 $FFFE R fetch PCL
+
7 $FFFF R fetch PCH
+
+
RTI
+
+
# address R/W description
+
--- ------- --- -----------------------------------------------
+
1 PC R fetch opcode, increment PC
+
2 PC R read next instruction byte (and throw it away)
+
3 $0100,S R increment S
+
4 $0100,S R pull P from stack, increment S
+
5 $0100,S R pull PCL from stack, increment S
+
6 $0100,S R pull PCH from stack
+
+
RTS
+
+
# address R/W description
+
--- ------- --- -----------------------------------------------
+
1 PC R fetch opcode, increment PC
+
2 PC R read next instruction byte (and throw it away)
+
3 $0100,S R increment S
+
4 $0100,S R pull PCL from stack, increment S
+
5 $0100,S R pull PCH from stack
+
6 PC R increment PC
+
+
PHA, PHP
+
+
# address R/W description
+
--- ------- --- -----------------------------------------------
+
1 PC R fetch opcode, increment PC
+
2 PC R read next instruction byte (and throw it away)
+
3 $0100,S W push register on stack, decrement S
+
+
PLA, PLP
+
+
# address R/W description
+
--- ------- --- -----------------------------------------------
+
1 PC R fetch opcode, increment PC
+
2 PC R read next instruction byte (and throw it away)
+
3 $0100,S R increment S
+
4 $0100,S R pull register from stack
+
+
JSR
+
+
# address R/W description
+
--- ------- --- -------------------------------------------------
+
1 PC R fetch opcode, increment PC
+
2 PC R fetch low address byte, increment PC
+
3 $0100,S R internal operation (predecrement S?)
+
4 $0100,S W push PCH on stack, decrement S
+
5 $0100,S W push PCL on stack, decrement S
+
6 PC R copy low address byte to PCL, fetch high address
+
byte to PCH
+
+
Accumulator or implied addressing
+
+
# address R/W description
+
--- ------- --- -----------------------------------------------
+
1 PC R fetch opcode, increment PC
+
2 PC R read next instruction byte (and throw it away)
+
+
Immediate addressing
+
+
# address R/W description
+
--- ------- --- ------------------------------------------
+
1 PC R fetch opcode, increment PC
+
2 PC R fetch value, increment PC
+
+
Absolute addressing
+
+
JMP
+
+
# address R/W description
+
--- ------- --- -------------------------------------------------
+
1 PC R fetch opcode, increment PC
+
2 PC R fetch low address byte, increment PC
+
3 PC R copy low address byte to PCL, fetch high address
+
byte to PCH
+
+
Read instructions (LDA, LDX, LDY, EOR, AND, ORA, ADC, SBC, CMP, BIT,
+
LAX, NOP)
+
+
# address R/W description
+
--- ------- --- ------------------------------------------
+
1 PC R fetch opcode, increment PC
+
2 PC R fetch low byte of address, increment PC
+
3 PC R fetch high byte of address, increment PC
+
4 address R read from effective address
+
+
Read-Modify-Write instructions (ASL, LSR, ROL, ROR, INC, DEC,
+
SLO, SRE, RLA, RRA, ISB, DCP)
+
+
# address R/W description
+
--- ------- --- ------------------------------------------
+
1 PC R fetch opcode, increment PC
+
2 PC R fetch low byte of address, increment PC
+
3 PC R fetch high byte of address, increment PC
+
4 address R read from effective address
+
5 address W write the value back to effective address,
+
and do the operation on it
+
6 address W write the new value to effective address
+
+
Write instructions (STA, STX, STY, SAX)
+
+
# address R/W description
+
--- ------- --- ------------------------------------------
+
1 PC R fetch opcode, increment PC
+
2 PC R fetch low byte of address, increment PC
+
3 PC R fetch high byte of address, increment PC
+
4 address W write register to effective address
+
+
Zero page addressing
+
+
Read instructions (LDA, LDX, LDY, EOR, AND, ORA, ADC, SBC, CMP, BIT,
+
LAX, NOP)
+
+
# address R/W description
+
--- ------- --- ------------------------------------------
+
1 PC R fetch opcode, increment PC
+
2 PC R fetch address, increment PC
+
3 address R read from effective address
+
+
Read-Modify-Write instructions (ASL, LSR, ROL, ROR, INC, DEC,
+
SLO, SRE, RLA, RRA, ISB, DCP)
+
+
# address R/W description
+
--- ------- --- ------------------------------------------
+
1 PC R fetch opcode, increment PC
+
2 PC R fetch address, increment PC
+
3 address R read from effective address
+
4 address W write the value back to effective address,
+
and do the operation on it
+
5 address W write the new value to effective address
+
+
Write instructions (STA, STX, STY, SAX)
+
+
# address R/W description
+
--- ------- --- ------------------------------------------
+
1 PC R fetch opcode, increment PC
+
2 PC R fetch address, increment PC
+
3 address W write register to effective address
+
+
Zero page indexed addressing
+
+
Read instructions (LDA, LDX, LDY, EOR, AND, ORA, ADC, SBC, CMP, BIT,
+
LAX, NOP)
+
+
# address R/W description
+
--- --------- --- ------------------------------------------
+
1 PC R fetch opcode, increment PC
+
2 PC R fetch address, increment PC
+
3 address R read from address, add index register to it
+
4 address+I* R read from effective address
+
+
Notes: I denotes either index register (X or Y).
+
+
* The high byte of the effective address is always zero,
+
i.e. page boundary crossings are not handled.
+
+
Read-Modify-Write instructions (ASL, LSR, ROL, ROR, INC, DEC,
+
SLO, SRE, RLA, RRA, ISB, DCP)
+
+
# address R/W description
+
--- --------- --- ---------------------------------------------
+
1 PC R fetch opcode, increment PC
+
2 PC R fetch address, increment PC
+
3 address R read from address, add index register X to it
+
4 address+X* R read from effective address
+
5 address+X* W write the value back to effective address,
+
and do the operation on it
+
6 address+X* W write the new value to effective address
+
+
Note: * The high byte of the effective address is always zero,
+
i.e. page boundary crossings are not handled.
+
+
Write instructions (STA, STX, STY, SAX)
+
+
# address R/W description
+
--- --------- --- -------------------------------------------
+
1 PC R fetch opcode, increment PC
+
2 PC R fetch address, increment PC
+
3 address R read from address, add index register to it
+
4 address+I* W write to effective address
+
+
Notes: I denotes either index register (X or Y).
+
+
* The high byte of the effective address is always zero,
+
i.e. page boundary crossings are not handled.
+
+
Absolute indexed addressing
+
+
Read instructions (LDA, LDX, LDY, EOR, AND, ORA, ADC, SBC, CMP, BIT,
+
LAX, LAE, SHS, NOP)
+
+
# address R/W description
+
--- --------- --- ------------------------------------------
+
1 PC R fetch opcode, increment PC
+
2 PC R fetch low byte of address, increment PC
+
3 PC R fetch high byte of address,
+
add index register to low address byte,
+
increment PC
+
4 address+I* R read from effective address,
+
fix the high byte of effective address
+
5+ address+I R re-read from effective address
+
+
Notes: I denotes either index register (X or Y).
+
+
* The high byte of the effective address may be invalid
+
at this time, i.e. it may be smaller by $100.
+
+
+ This cycle will be executed only if the effective address
+
was invalid during cycle #4, i.e. page boundary was crossed.
+
+
Read-Modify-Write instructions (ASL, LSR, ROL, ROR, INC, DEC,
+
SLO, SRE, RLA, RRA, ISB, DCP)
+
+
# address R/W description
+
--- --------- --- ------------------------------------------
+
1 PC R fetch opcode, increment PC
+
2 PC R fetch low byte of address, increment PC
+
3 PC R fetch high byte of address,
+
add index register X to low address byte,
+
increment PC
+
4 address+X* R read from effective address,
+
fix the high byte of effective address
+
5 address+X R re-read from effective address
+
6 address+X W write the value back to effective address,
+
and do the operation on it
+
7 address+X W write the new value to effective address
+
+
Notes: * The high byte of the effective address may be invalid
+
at this time, i.e. it may be smaller by $100.
+
+
Write instructions (STA, STX, STY, SHA, SHX, SHY)
+
+
# address R/W description
+
--- --------- --- ------------------------------------------
+
1 PC R fetch opcode, increment PC
+
2 PC R fetch low byte of address, increment PC
+
3 PC R fetch high byte of address,
+
add index register to low address byte,
+
increment PC
+
4 address+I* R read from effective address,
+
fix the high byte of effective address
+
5 address+I W write to effective address
+
+
Notes: I denotes either index register (X or Y).
+
+
* The high byte of the effective address may be invalid
+
at this time, i.e. it may be smaller by $100. Because
+
the processor cannot undo a write to an invalid
+
address, it always reads from the address first.
+
+
Relative addressing (BCC, BCS, BNE, BEQ, BPL, BMI, BVC, BVS)
+
+
# address R/W description
+
--- --------- --- ---------------------------------------------
+
1 PC R fetch opcode, increment PC
+
2 PC R fetch operand, increment PC
+
3 PC R Fetch opcode of next instruction,
+
If branch is taken, add operand to PCL.
+
Otherwise increment PC.
+
4+ PC* R Fetch opcode of next instruction.
+
Fix PCH. If it did not change, increment PC.
+
5! PC R Fetch opcode of next instruction,
+
increment PC.
+
+
Notes: The opcode fetch of the next instruction is included to
+
this diagram for illustration purposes. When determining
+
real execution times, remember to subtract the last
+
cycle.
+
+
* The high byte of Program Counter (PCH) may be invalid
+
at this time, i.e. it may be smaller or bigger by $100.
+
+
+ If branch is taken, this cycle will be executed.
+
+
! If branch occurs to different page, this cycle will be
+
executed.
+
+
Indexed indirect addressing
+
+
Read instructions (LDA, ORA, EOR, AND, ADC, CMP, SBC, LAX)
+
+
# address R/W description
+
--- ----------- --- ------------------------------------------
+
1 PC R fetch opcode, increment PC
+
2 PC R fetch pointer address, increment PC
+
3 pointer R read from the address, add X to it
+
4 pointer+X R fetch effective address low
+
5 pointer+X+1 R fetch effective address high
+
6 address R read from effective address
+
+
Note: The effective address is always fetched from zero page,
+
i.e. the zero page boundary crossing is not handled.
+
+
Read-Modify-Write instructions (SLO, SRE, RLA, RRA, ISB, DCP)
+
+
# address R/W description
+
--- ----------- --- ------------------------------------------
+
1 PC R fetch opcode, increment PC
+
2 PC R fetch pointer address, increment PC
+
3 pointer R read from the address, add X to it
+
4 pointer+X R fetch effective address low
+
5 pointer+X+1 R fetch effective address high
+
6 address R read from effective address
+
7 address W write the value back to effective address,
+
and do the operation on it
+
8 address W write the new value to effective address
+
+
Note: The effective address is always fetched from zero page,
+
i.e. the zero page boundary crossing is not handled.
+
+
Write instructions (STA, SAX)
+
+
# address R/W description
+
--- ----------- --- ------------------------------------------
+
1 PC R fetch opcode, increment PC
+
2 PC R fetch pointer address, increment PC
+
3 pointer R read from the address, add X to it
+
4 pointer+X R fetch effective address low
+
5 pointer+X+1 R fetch effective address high
+
6 address W write to effective address
+
+
Note: The effective address is always fetched from zero page,
+
i.e. the zero page boundary crossing is not handled.
+
+
Indirect indexed addressing
+
+
Read instructions (LDA, EOR, AND, ORA, ADC, SBC, CMP)
+
+
# address R/W description
+
--- ----------- --- ------------------------------------------
+
1 PC R fetch opcode, increment PC
+
2 PC R fetch pointer address, increment PC
+
3 pointer R fetch effective address low
+
4 pointer+1 R fetch effective address high,
+
add Y to low byte of effective address
+
5 address+Y* R read from effective address,
+
fix high byte of effective address
+
6+ address+Y R read from effective address
+
+
Notes: The effective address is always fetched from zero page,
+
i.e. the zero page boundary crossing is not handled.
+
+
* The high byte of the effective address may be invalid
+
at this time, i.e. it may be smaller by $100.
+
+
+ This cycle will be executed only if the effective address
+
was invalid during cycle #5, i.e. page boundary was crossed.
+
+
Read-Modify-Write instructions (SLO, SRE, RLA, RRA, ISB, DCP)
+
+
# address R/W description
+
--- ----------- --- ------------------------------------------
+
1 PC R fetch opcode, increment PC
+
2 PC R fetch pointer address, increment PC
+
3 pointer R fetch effective address low
+
4 pointer+1 R fetch effective address high,
+
add Y to low byte of effective address
+
5 address+Y* R read from effective address,
+
fix high byte of effective address
+
6 address+Y R read from effective address
+
7 address+Y W write the value back to effective address,
+
and do the operation on it
+
8 address+Y W write the new value to effective address
+
+
Notes: The effective address is always fetched from zero page,
+
i.e. the zero page boundary crossing is not handled.
+
+
* The high byte of the effective address may be invalid
+
at this time, i.e. it may be smaller by $100.
+
+
Write instructions (STA, SHA)
+
+
# address R/W description
+
--- ----------- --- ------------------------------------------
+
1 PC R fetch opcode, increment PC
+
2 PC R fetch pointer address, increment PC
+
3 pointer R fetch effective address low
+
4 pointer+1 R fetch effective address high,
+
add Y to low byte of effective address
+
5 address+Y* R read from effective address,
+
fix high byte of effective address
+
6 address+Y W write to effective address
+
+
Notes: The effective address is always fetched from zero page,
+
i.e. the zero page boundary crossing is not handled.
+
+
* The high byte of the effective address may be invalid
+
at this time, i.e. it may be smaller by $100.
+
+
Absolute indirect addressing (JMP)
+
+
# address R/W description
+
--- --------- --- ------------------------------------------
+
1 PC R fetch opcode, increment PC
+
2 PC R fetch pointer address low, increment PC
+
3 PC R fetch pointer address high, increment PC
+
4 pointer R fetch low address to latch
+
5 pointer+1* R fetch PCH, copy latch to PCL
+
+
Note: * The PCH will always be fetched from the same page
+
than PCL, i.e. page boundary crossing is not handled.
+
+
How Real Programmers Acknowledge Interrupts
+
+
With RMW instructions:
+
+
; beginning of combined raster/timer interrupt routine
+
LSR $D019 ; clear VIC interrupts, read raster interrupt flag to C
+
BCS raster ; jump if VIC caused an interrupt
+
... ; timer interrupt routine
+
+
Operational diagram of LSR $D019:
+
+
# data address R/W
+
--- ---- ------- --- ---------------------------------
+
1 4E PC R fetch opcode
+
2 19 PC+1 R fetch address low
+
3 D0 PC+2 R fetch address high
+
4 xx $D019 R read memory
+
5 xx $D019 W write the value back, rotate right
+
6 xx/2 $D019 W write the new value back
+
+
The 5th cycle acknowledges the interrupt by writing the same
+
value back. If only raster interrupts are used, the 6th cycle
+
has no effect on the VIC. (It might acknowledge also some
+
other interrupts.)
+
+
With indexed addressing:
+
+
; acknowledge interrupts to both CIAs
+
LDX #$10
+
LDA $DCFD,X
+
+
Operational diagram of LDA $DCFD,X:
+
+
# data address R/W description
+
--- ---- ------- --- ---------------------------------
+
1 BD PC R fetch opcode
+
2 FD PC+1 R fetch address low
+
3 DC PC+2 R fetch address high, add X to address low
+
4 xx $DC0D R read from address, fix high byte of address
+
5 yy $DD0D R read from right address
+
+
; acknowledge interrupts to CIA 2
+
LDX #$10
+
STA $DDFD,X
+
+
Operational diagram of STA $DDFD,X:
+
+
# data address R/W description
+
--- ---- ------- --- ---------------------------------
+
1 9D PC R fetch opcode
+
2 FD PC+1 R fetch address low
+
3 DC PC+2 R fetch address high, add X to address low
+
4 xx $DD0D R read from address, fix high byte of address
+
5 ac $DE0D W write to right address
+
+
With branch instructions:
+
+
; acknowledge interrupts to CIA 2
+
LDA #$00 ; clear N flag
+
JMP $DD0A
+
DD0A BPL $DC9D ; branch
+
DC9D BRK ; return
+
+
You need the following preparations to initialize the CIA registers:
+
+
LDA #$91 ; argument of BPL
+
STA $DD0B
+
LDA #$10 ; BPL
+
STA $DD0A
+
STA $DD08 ; load the ToD values from the latches
+
LDA $DD0B ; freeze the ToD display
+
LDA #$7F
+
STA $DC0D ; assure that $DC0D is $00
+
+
Operational diagram of BPL $DC9D:
+
+
# data address R/W description
+
--- ---- ------- --- ---------------------------------
+
1 10 $DD0A R fetch opcode
+
2 91 $DD0B R fetch argument
+
3 xx $DD0C R fetch opcode, add argument to PCL
+
4 yy $DD9D R fetch opcode, fix PCH
+
( 5 00 $DC9D R fetch opcode )
+
+
; acknowledge interrupts to CIA 1
+
LSR ; clear N flag
+
JMP $DCFA
+
DCFA BPL $DD0D
+
DD0D BRK
+
+
; Again you need to set the ToD registers of CIA 1 and the
+
; Interrupt Control Register of CIA 2 first.
+
+
Operational diagram of BPL $DD0D:
+
+
# data address R/W description
+
--- ---- ------- --- ---------------------------------
+
1 10 $DCFA R fetch opcode
+
2 11 $DCFB R fetch argument
+
3 xx $DCFC R fetch opcode, add argument to PCL
+
4 yy $DC0D R fetch opcode, fix PCH
+
( 5 00 $DD0D R fetch opcode )
+
+
; acknowledge interrupts to CIA 2 automagically
+
; preparations
+
LDA #$7F
+
STA $DD0D ; disable all interrupt sources of CIA2
+
LDA $DD0E
+
AND #$BE ; ensure that $DD0C remains constant
+
STA $DD0E ; and stop the timer
+
LDA #$FD
+
STA $DD0C ; parameter of BPL
+
LDA #$10
+
STA $DD0B ; BPL
+
LDA #$40
+
STA $DD0A ; RTI/parameter of LSR
+
LDA #$46
+
STA $DD09 ; LSR
+
STA $DD08 ; load the ToD values from the latches
+
LDA $DD0B ; freeze the ToD display
+
LDA #$09
+
STA $0318
+
LDA #$DD
+
STA $0319 ; change NMI vector to $DD09
+
LDA #$FF ; Try changing this instruction's operand
+
STA $DD05 ; (see comment below).
+
LDA #$FF
+
STA $DD04 ; set interrupt frequency to 1/65536 cycles
+
LDA $DD0E
+
AND #$80
+
ORA #$11
+
LDX #$81
+
STX $DD0D ; enable timer interrupt
+
STA $DD0E ; start timer
+
+
LDA #$00 ; To see that the interrupts really occur,
+
STA $D011 ; use something like this and see how
+
LOOP DEC $D020 ; changing the byte loaded to $DD05 from
+
BNE LOOP ; #$FF to #$0F changes the image.
+
+
When an NMI occurs, the processor jumps to Kernal code, which jumps to
+
($0318), which points to the following routine:
+
+
DD09 LSR $40 ; clear N flag
+
BPL $DD0A ; Note: $DD0A contains RTI.
+
+
Operational diagram of BPL $DD0A:
+
+
# data address R/W description
+
--- ---- ------- --- ---------------------------------
+
1 10 $DD0B R fetch opcode
+
2 11 $DD0C R fetch argument
+
3 xx $DD0D R fetch opcode, add argument to PCL
+
4 40 $DD0A R fetch opcode, (fix PCH)
+
+
With RTI:
+
+
; the fastest possible interrupt handler in the 6500 family
+
; preparations
+
SEI
+
LDA $01 ; disable ROM and enable I/O
+
AND #$FD
+
ORA #$05
+
STA $01
+
LDA #$7F
+
STA $DD0D ; disable CIA 2's all interrupt sources
+
LDA $DD0E
+
AND #$BE ; ensure that $DD0C remains constant
+
STA $DD0E ; and stop the timer
+
LDA #$40
+
STA $DD0C ; store RTI to $DD0C
+
LDA #$0C
+
STA $FFFA
+
LDA #$DD
+
STA $FFFB ; change NMI vector to $DD0C
+
LDA #$FF ; Try changing this instruction's operand
+
STA $DD05 ; (see comment below).
+
LDA #$FF
+
STA $DD04 ; set interrupt frequency to 1/65536 cycles
+
LDA $DD0E
+
AND #$80
+
ORA #$11
+
LDX #$81
+
STX $DD0D ; enable timer interrupt
+
STA $DD0E ; start timer
+
+
LDA #$00 ; To see that the interrupts really occur,
+
STA $D011 ; use something like this and see how
+
LOOP DEC $D020 ; changing the byte loaded to $DD05 from
+
BNE LOOP ; #$FF to #$0F changes the image.
+
When an NMI occurs, the processor jumps to Kernal code, which
jumps to ($0318), which points to the following routine:
-
DD0C RTI
-
+
DD0C RTI
+
How on earth can this clear the interrupts? Remember, the
processor always fetches two successive bytes for each
instruction.
@@ -1576,13 +1576,13 @@
you used when writing the RTI.
Or you can combine the latter two methods:
-
-
DD09 LSR $xx ; xx is any appropriate BCD value 00-59.
-
BPL $DCFC
-
DCFC RTI
-
+
+
DD09 LSR $xx ; xx is any appropriate BCD value 00-59.
+
BPL $DCFC
+
DCFC RTI
+
This example acknowledges interrupts to both CIAs.
-
+
If you want to confuse the examiners of your code, you can use any
of these techniques. Although these examples use no undefined opcodes,
they do not necessarily run correctly on CMOS processors. However, the
diff --git a/help/CodeDataLogger.html b/help/CodeDataLogger.html
index a351be3f..8af31fff 100644
--- a/help/CodeDataLogger.html
+++ b/help/CodeDataLogger.html
@@ -82,15 +82,15 @@
Furthermore, while the Code/Data Logger is running, the Hex Editor will color-code ROM bytes depending on whether they were logged as code or data:
For PRG ROM:
-
Dark-yellow - the byte is code
-
Blue - the byte is data
-
Cyan - the byte is PCM audio data
-
Green - the byte is both code and data
+
Dark-yellow - the byte is code
+
Blue - the byte is data
+
Cyan - the byte is PCM audio data
+
Green - the byte is both code and data
For CHR ROM:
-
Yellow - the byte was rendered
-
Light-blue - the byte was read programmatically
-
Light-green - the byte was both rendered and read programmatically
+
Yellow - the byte was rendered
+
Light-blue - the byte was read programmatically
+
Light-green - the byte was both rendered and read programmatically
The Code/Data Logger can also be used to generate a stripped NES ROM.
"Stripped" NES ROM is a ROM in which everything that was not logged by the Code/Data Logger is removed. It can be useful in many ways, for example, you can view the ROM in an external Hex Editor or a Tile Viewer, and you'll see only the parts that were used while playing. Furthermore, you could use it to create a demo ROM by only playing through the parts you would like others to see.
diff --git a/help/Debug.html b/help/Debug.html
index a3ee9724..249818e2 100644
--- a/help/Debug.html
+++ b/help/Debug.html
@@ -56,33 +56,33 @@
Guides for the specific tools and settings under FCEUX's Debug menu.
-
Debugger
+
Debugger
A tool for looking at game instructions in assembly language. With experience,
one can use it to fix game patching errors, or find RAM and Game Genie codes.
-
PPU Viewer
+
PPU Viewer
A tool that displays the current PPU contents and related information. The PPU
viewer allows you to view the graphic squares that make up what's displayed.
-
Name Table Viewer
+
Name Table Viewer
A tool for displaying the current Name Table contents. Helps to isolate PPU
and tile information, which allows the debugger to be used to check PPU coding.
-
Hex Editor
+
Hex Editor
A tool for displaying a game's RAM contents and for memory poking. Also allows
for reading in the raw PPU data, copy/paste-ing RAM, and visually debugging RAM.
-
Trace Logger
+
Trace Logger
Captures assembly code instructions and outputs them to a file or the window. Very
useful for analyzing code, finding crash addresses, fixing transferred routines, and
for comparing routine function between a game and a persistently buggy NSF.
-
Code/Data Logger
+
Code/Data Logger
Allows you to extract the data used by a game. Make patch demos, find data
loaded by a game around a certain point, or just map out a single routine run.
diff --git a/help/Debugger.html b/help/Debugger.html
index 1f5507c3..3e697c00 100644
--- a/help/Debugger.html
+++ b/help/Debugger.html
@@ -59,7 +59,7 @@
Debugger
-
Introduction
+
Introduction
The debugger is a tool for inspecting and manipulating machine instructions and their execution. The debugger window has several components:
-
Execution and CPU State
+
Execution and CPU State
Execution is controlled by the set of buttons at the top-middle of the window. These allow you to break (pause) execution and inspect the current state of the NES.
@@ -95,26 +95,26 @@
-HINT: When entering the address manually, these convenient strings may be used instead of the hexadecimal memory address:
-NES special addresses:
+ | HINT: When entering the address manually, these convenient strings may be used instead of the hexadecimal memory address:
+NES special addresses:
-- NMI/VBL - non-maskable interrupt vector (at FFFA)
-- RST - reset vector (at FFFC)
-- IRQ - interrupt vector (at FFFE)
+- NMI/VBL - non-maskable interrupt vector (at FFFA)
+- RST - reset vector (at FFFC)
+- IRQ - interrupt vector (at FFFE)
-FDS special addresses:
+FDS special addresses:
-- NMI1 - non-maskable interrupt vector (at DFF6)
-- NMI2 - non-maskable interrupt vector (at DFF8)
-- NMI3 - non-maskable interrupt vector (at DFFA)
-- RST - reset vector (at DFFC)
-- IRQ - interrupt vector (at DFFE)
+- NMI1 - non-maskable interrupt vector (at DFF6)
+- NMI2 - non-maskable interrupt vector (at DFF8)
+- NMI3 - non-maskable interrupt vector (at DFFA)
+- RST - reset vector (at DFFC)
+- IRQ - interrupt vector (at DFFE)
-NSF special addresses:
+NSF special addresses:
-- LOAD - NSF LOAD address
-- INIT - NSF INIT address
-- PLAY - NSF PLAY address
+- LOAD - NSF LOAD address
+- INIT - NSF INIT address
+- PLAY - NSF PLAY address
|
@@ -130,7 +130,7 @@
To the right from the PPU section there's Cycles counter and Instructions counter that keep counting while the game is running. You can use the information for keeping statistics, for code profiling or writing PPU-synchronized code (e.g. raster effects). You can also make the debugger break automatically based on the counters values. The "Reset counters" button resets both counters to 0. You can also access the counters via Lua.
-Disassembly
+Disassembly
This large frame takes up the left side of the debugger window. It displays the current contents of memory accessible by the CPU with an automatic disassembly of that data into assembly instructions. The following memory ranges may contain useful data for inspection:
@@ -142,8 +142,8 @@
Memory contents are displayed in this form:
-0F:C0A8:24 1F BIT $001F = #$80
-bb:mmmm:dd dd dd iiiiiiiiiiiii...
+0F:C0A8:24 1F BIT $001F = #$80
+bb:mmmm:dd dd dd iiiiiiiiiiiii...
- bb - 16k iNES bank, designates which 16k bank from the iNES file is mapped here. Note that the number may be not the same as the actual hardware bank of the mapper.
@@ -162,7 +162,7 @@
Also, when Code/Data Logger is running, this small column displays whether the respective line of the disassembled memory was executed ("c") or it was read as Data ("d"), or it wasn't logged yet (empty space). This way you can easily distinguish which branches of the game code were executed and which weren't.
-Symbolic Debugging
+Symbolic Debugging
FCEUX allows you to label any address of RAM or ROM with a human-readable symbolic name.
For example, when you've figured out that at the address $C022 there's a subroutine which refills player HP, you can right-click the address and type a name like "AddHealthpoints". You can also add a comment, which will be seen while browsing the code near this address. From now on, the address will be substituted by the name everywhere - in all instructions referencing this address, in Hex Editor window, in the log produced by Trace Logger. E.g., JSR $C022 will look like JSR AddHealthpoints.
@@ -175,7 +175,7 @@
You can enable and disable symbolic debugging by clicking the checkbox "Symbolic debug" in the lower right corner. In general, there's no need to disable this feature. If you need to see the actual address which got substituted by a name, you can simply left-click the name and watch its address in the "Seek To" text field. This also works when clicking a name in the Trace Logger window.
-Breakpoints
+Breakpoints
Breakpoints will automatically break execution when chosen conditions are met. To create a breakpoint, click the Add button in the Breakpoints frame in the upper right corner of the debugger.
@@ -197,9 +197,9 @@
Breakpoints are listed in the following form:
-aaaa EmRWXF nnnn cccc
-or
-aaaa-aaaa EmRWXF nnnn cccc
+aaaa EmRWXF nnnn cccc
+or
+aaaa-aaaa EmRWXF nnnn cccc
- aaaa - address of breakpoint
@@ -214,7 +214,7 @@
-Conditional Breakpoints
+Conditional Breakpoints
Breakpoints may also have a conditional statement that causes them to execute only if that statement evaluates to true. The conditional breakpoint grammar has this form:
@@ -242,19 +242,19 @@
Example conditions:
Break only if register A is less than value at memory address $0005:
-A < $0005
+A < $0005
Break only if the value at the indirect address is not equal to FF:
-#FF != $[$10+($11*#100)]
+#FF != $[$10+($11*#100)]
Break only if flag N is clear or A is not equal to 00:
-(N==#0 || A!=#0)
+(N==#0 || A!=#0)
Break only when accessing a data from bank 2 (the condiition is relevant when using with Read/Write-type breakpoints):
-T==#2
+T==#2
-Bookmarks
+Bookmarks
A list of bookmarked addresses can be kept in the Address Bookmarks frame to make memory navigation easier. Simply type a hexadecimal address (or a convenient string, such as "NMI") and click "Add" to add it to your bookmarks. Alternatively, just left-click any address in the Disassembly window, and the address will appear in the Bookmark Add field, so you don't have to type it.
Next time you wish to go to this address just double click on the bookmark.
@@ -262,7 +262,7 @@
When you exit the emulator, bookmarks are saved in a .deb file named after the ROM of the debugged game. Next time you return to debugging the game, the list of bookmarks will be automatically loaded from the file.
-Inline Assembler
+Inline Assembler
Open the inline assembler by left-clicking in the empty column to the left of the memory view.
@@ -271,7 +271,7 @@
Click Apply to apply your patch to the ROM in memory. Click Undo to remove the last assembled line. After applying a patch, clicking Save will allow you to save this patch directly to the ROM file.
-Other
+Other
If the ".DEB files" checkbox in the lower right corner of the debugger window is checked, the emulator will automatically save debug settings such as breakpoints and bookmarks in a .deb file alongside the NES ROM, and load these settings next time you open the ROM.
diff --git a/help/HexEditor.html b/help/HexEditor.html
index 5da1e102..5c1daf9a 100644
--- a/help/HexEditor.html
+++ b/help/HexEditor.html
@@ -90,19 +90,19 @@
The Hex Editor highlights certain bytes with different colors to help you distinguish different data.
Usually all bytes are colored black.
-Bookmarked RAM addresses are highlighted by green color.
-Freezed RAM addresses are highlighted by blue color.
-Modified ROM bytes are highlighted by red color.
+Bookmarked RAM addresses are highlighted by green color.
+Freezed RAM addresses are highlighted by blue color.
+Modified ROM bytes are highlighted by red color.
If you have the Code/Data Logger running, bytes that were logged will be colored:
For PRG ROM segment:
-Dark-yellow - the byte is code
-Blue - the byte is data
-Cyan - the byte is PCM audio data
-Green - the byte is both code and data
+Dark-yellow - the byte is code
+Blue - the byte is data
+Cyan - the byte is PCM audio data
+Green - the byte is both code and data
For CHR ROM segment:
-Yellow - the byte was rendered
-Light-blue - the byte was read programmatically
-Light-green - the byte was both rendered and read programmatically
+Yellow - the byte was rendered
+Light-blue - the byte was read programmatically
+Light-green - the byte was both rendered and read programmatically
Highlight Activity
diff --git a/help/LuaFunctionsList.html b/help/LuaFunctionsList.html
index aec001fe..c7547ca9 100644
--- a/help/LuaFunctionsList.html
+++ b/help/LuaFunctionsList.html
@@ -61,17 +61,17 @@
The following functions are available in FCEUX, in addition to standard LUA capabilities:
-Emu library
+Emu library
emu.poweron()
-
-Executes a power cycle.
-
+
+Executes a power cycle.
+
emu.softreset()
-
-Executes a (soft) reset.
+
+Executes a (soft) reset.
-emu.speedmode(string mode)
+emu.speedmode(string mode)
Set the emulator to given speed. The mode argument can be one of these:
- "normal"
@@ -79,70 +79,70 @@
- "turbo"
- "maximum"
-emu.frameadvance()
+emu.frameadvance()
Advance the emulator by one frame. It's like pressing the frame advance button once.
Most scripts use this function in their main game loop to advance frames. Note that you can also register functions by various methods that run "dead", returning control to the emulator and letting the emulator advance the frame. For most people, using frame advance in an endless while loop is easier to comprehend so I suggest starting with that. This makes more sense when creating bots. Once you move to creating auxillary libraries, try the register() methods.
-emu.pause()
+emu.pause()
Pauses the emulator.
-emu.unpause()
+emu.unpause()
Unpauses the emulator.
-emu.exec_count(int count, function func)
+emu.exec_count(int count, function func)
Calls given function, restricting its working time to given number of lua cycles. Using this method you can ensure that some heavy operation (like Lua bot) won't freeze FCEUX.
-emu.exec_time(int time, function func)
+emu.exec_time(int time, function func)
Windows-only. Calls given function, restricting its working time to given number of milliseconds (approximate). Using this method you can ensure that some heavy operation (like Lua bot) won't freeze FCEUX.
-emu.setrenderplanes(bool sprites, bool background)
+emu.setrenderplanes(bool sprites, bool background)
Toggles the drawing of the sprites and background planes. Set to false or nil to disable a pane, anything else will draw them.
-emu.message(string message)
+emu.message(string message)
Displays given message on screen in the standard messages position. Use gui.text() when you need to position text.
-int emu.framecount()
+int emu.framecount()
Returns the framecount value. The frame counter runs without a movie running so this always returns a value.
-int emu.lagcount()
+int emu.lagcount()
Returns the number of lag frames encountered. Lag frames are frames where the game did not poll for input because it missed the vblank. This happens when it has to compute too much within the frame boundary. This returns the number indicated on the lag counter.
-bool emu.lagged()
+bool emu.lagged()
Returns true if currently in a lagframe, false otherwise.
-emu.setlagflag(bool value)
+emu.setlagflag(bool value)
Sets current value of lag flag.
Some games poll input even in lag frames, so standard way of detecting lag (used by FCEUX and other emulators) does not work for those games, and you have to determine lag frames manually.
First, find RAM addresses that help you distinguish between lag and non-lag frames (e.g. an in-game frame counter that only increments in non-lag frames). Then register memory hooks that will change lag flag when needed.
-bool emu.emulating()
+bool emu.emulating()
Returns true if emulation has started, or false otherwise. Certain operations such as using savestates are invalid to attempt before emulation has started. You probably won't need to use this function unless you want to make your script extra-robust to being started too early.
-bool emu.paused()
+bool emu.paused()
Returns true if emulator is paused, false otherwise.
-bool emu.readonly()
+bool emu.readonly()
Alias: movie.readonly
Returns whether the emulator is in read-only state.
While this variable only applies to movies, it is stored as a global variable and can be modified even without a movie loaded. Hence, it is in the emu library rather than the movie library.
-emu.setreadonly(bool state)
+emu.setreadonly(bool state)
Alias: movie.setreadonly
Sets the read-only status to read-only if argument is true and read+write if false.
@@ -160,7 +160,7 @@
If the ROM can't e loaded, loads the most recent one.
-emu.registerbefore(function func)
+emu.registerbefore(function func)
Registers a callback function to run immediately before each frame gets emulated. This runs after the next frame's input is known but before it's used, so this is your only chance to set the next frame's input using the next frame's would-be input. For example, if you want to make a script that filters or modifies ongoing user input, such as making the game think "left" is pressed whenever you press "right", you can do it easily with this.
@@ -168,11 +168,11 @@
Like other callback-registering functions provided by FCEUX, there is only one registered callback at a time per registering function per script. If you register two callbacks, the second one will replace the first, and the call to emu.registerbefore will return the old callback. You may register nil instead of a function to clear a previously-registered callback. If a script returns while it still has registered callbacks, FCEUX will keep it alive to call those callbacks when appropriate, until either the script is stopped by the user or all of the callbacks are de-registered.
-emu.registerafter(function func)
+emu.registerafter(function func)
Registers a callback function to run immediately after each frame gets emulated. It runs at a similar time as (and slightly before) gui.register callbacks, except unlike with gui.register it doesn't also get called again whenever the screen gets redrawn. Similar caveats as those mentioned in emu.registerbefore apply.
-emu.registerexit(function func)
+emu.registerexit(function func)
Registers a callback function that runs when the script stops. Whether the script stops on its own or the user tells it to stop, or even if the script crashes or the user tries to close the emulator, FCEUX will try to run whatever Lua code you put in here first. So if you want to make sure some code runs that cleans up some external resources or saves your progress to a file or just says some last words, you could put it here. (Of course, a forceful termination of the application or a crash from inside the registered exit function will still prevent the code from running.)
@@ -180,15 +180,15 @@
Note that restarting a script counts as stopping it and then starting it again, so doing so (either by clicking "Restart" or by editing the script while it is running) will trigger the callback. Note also that returning from a script generally does NOT count as stopping (because your script is still running or waiting to run its callback functions and thus does not stop... see here for more information), even if the exit callback is the only one you have registered.
-bool emu.addgamegenie(string str)
+bool emu.addgamegenie(string str)
Adds a Game Genie code to the Cheats menu. Returns false and an error message if the code can't be decoded. Returns false if the code couldn't be added. Returns true if the code already existed, or if it was added.
Usage: emu.addgamegenie("NUTANT")
Note that the Cheats Dialog Box won't show the code unless you close and reopen it.
-
-bool emu.delgamegenie(string str)
+
+bool emu.delgamegenie(string str)
Removes a Game Genie code from the Cheats menu. Returns false and an error message if the code can't be decoded. Returns false if the code couldn't be deleted. Returns true if the code didn't exist, or if it was deleted.
@@ -196,11 +196,11 @@
Note that the Cheats Dialog Box won't show the code unless you close and reopen it.
-emu.print(string str)
+emu.print(string str)
Puts a message into the Output Console area of the Lua Script control window. Useful for displaying usage instructions to the user when a script gets run.
-emu.getscreenpixel(int x, int y, bool getemuscreen)
+emu.getscreenpixel(int x, int y, bool getemuscreen)
Returns the separate RGB components of the given screen pixel, and the palette. Can be 0-255 by 0-239, but NTSC only displays 0-255 x 8-231 of it. If getemuscreen is false, this gets background colors from either the screen pixel or the LUA pixels set, but LUA data may not match the information used to put the data to the screen. If getemuscreen is true, this gets background colors from anything behind an LUA screen element.
@@ -211,21 +211,21 @@
You can avoid getting LUA data by putting the data into a function, and feeding the function name to emu.registerbefore.
-FCEU library
+FCEU library
The FCEU library is the same as the emu library. It is left in for backwards compatibility. However, the emu library is preferred.
ROM Library
-rom.readbyte(int address)
-rom.readbyteunsigned(int address)
+rom.readbyte(int address)
+rom.readbyteunsigned(int address)
Get an unsigned byte from the actual ROM file at the given address.
This includes the header! It's the same as opening the file in a hex-editor.
-rom.readbytesigned(int address)
+rom.readbytesigned(int address)
Get a signed byte from the actual ROM file at the given address. Returns a byte that is signed.
@@ -239,41 +239,41 @@
Memory Library
-memory.readbyte(int address)
-memory.readbyteunsigned(int address)
+memory.readbyte(int address)
+memory.readbyteunsigned(int address)
Get an unsigned byte from the RAM at the given address. Returns a byte regardless of emulator. The byte will always be positive.
-memory.readbyterange(int address, int length)
+memory.readbyterange(int address, int length)
Get a length bytes starting at the given address and return it as a string. Convert to table to access the individual bytes.
-memory.readbytesigned(int address)
+memory.readbytesigned(int address)
Get a signed byte from the RAM at the given address. Returns a byte regardless of emulator. The most significant bit will serve as the sign.
-memory.readword(int addressLow, [int addressHigh])
-memory.readwordunsigned(int addressLow, [int addressHigh])
+memory.readword(int addressLow, [int addressHigh])
+memory.readwordunsigned(int addressLow, [int addressHigh])
Get an unsigned word from the RAM at the given address. Returns a 16-bit value regardless of emulator. The value will always be positive.
If you only provide a single parameter (addressLow), the function treats it as address of little-endian word. if you provide two parameters, the function reads the low byte from addressLow and the high byte from addressHigh, so you can use it in games which like to store their variables in separate form (a lot of NES games do).
-memory.readwordsigned(int addressLow, [int addressHigh])
+memory.readwordsigned(int addressLow, [int addressHigh])
The same as above, except the returned value is signed, i.e. its most significant bit will serve as the sign.
-memory.writebyte(int address, int value)
+memory.writebyte(int address, int value)
Write the value to the RAM at the given address. The value is modded with 256 before writing (so writing 257 will actually write 1). Negative values allowed.
-int memory.getregister(cpuregistername)
+int memory.getregister(cpuregistername)
Returns the current value of the given hardware register.
For example, memory.getregister("pc") will return the main CPU's current Program Counter.
Valid registers are: "a", "x", "y", "s", "p", and "pc".
-memory.setregister(string cpuregistername, int value)
+memory.setregister(string cpuregistername, int value)
Sets the current value of the given hardware register.
For example, memory.setregister("pc",0x200) will change the main CPU's current Program Counter to 0x200.
@@ -283,8 +283,8 @@
You had better know exactly what you're doing or you're probably just going to crash the game if you try to use this function. That applies to the other memory.write functions as well, but to a lesser extent.
-memory.register(int address, [int size,] function func)
-memory.registerwrite(int address, [int size,] function func)
+memory.register(int address, [int size,] function func)
+memory.registerwrite(int address, [int size,] function func)
Registers a function to be called immediately whenever the given memory address range is written to.
@@ -298,9 +298,9 @@
If func is nil that means to de-register any memory write callbacks that the current script has already registered on the given range of bytes.
-memory.registerexec(int address, [int size,] function func)
-memory.registerrun(int address, [int size,] function func)
-memory.registerexecute(int address, [int size,] function func)
+memory.registerexec(int address, [int size,] function func)
+memory.registerrun(int address, [int size,] function func)
+memory.registerexecute(int address, [int size,] function func)
Registers a function to be called immediately whenever the emulated system runs code located in the given memory address range.
@@ -328,31 +328,31 @@
Debugger Library
-debugger.hitbreakpoint()
-
+debugger.hitbreakpoint()
+
Simulates a breakpoint hit, pauses emulation and brings up the Debugger window. Use this function in your handlers of custom breakpoints.
-int debugger.getcyclescount()
+int debugger.getcyclescount()
Returns an integer value representing the number of CPU cycles elapsed since the poweron or since the last reset of the cycles counter.
-int debugger.getinstructionscount()
-
+int debugger.getinstructionscount()
+
Returns an integer value representing the number of CPU instructions executed since the poweron or since the last reset of the instructions counter.
-debugger.resetcyclescount()
-
+debugger.resetcyclescount()
+
Resets the cycles counter.
-debugger.resetinstructionscount()
-
+debugger.resetinstructionscount()
+
Resets the instructions counter.
Joypad Library
-table joypad.get(int player)
-table joypad.read(int player)
+table joypad.get(int player)
+table joypad.read(int player)
Returns a table of every game button, where each entry is true if that button is currently held (as of the last time the emulation checked), or false if it is not held. This takes keyboard inputs, not Lua. The table keys look like this (case sensitive):
@@ -362,25 +362,25 @@
joypad.read left in for backwards compatibility with older versions of FCEU/FCEUX.
-table joypad.getimmediate(int player)
-table joypad.readimmediate(int player)
+table joypad.getimmediate(int player)
+table joypad.readimmediate(int player)
Returns a table of every game button, where each entry is true if that button is held at the moment of calling the function, or false if it is not held. This function polls keyboard input immediately, allowing Lua to interact with user even when emulator is paused.
As of FCEUX 2.2.0, the function only works in Windows. In Linux this function will return nil.
-table joypad.getdown(int player)
-table joypad.readdown(int player)
+table joypad.getdown(int player)
+table joypad.readdown(int player)
Returns a table of only the game buttons that are currently held. Each entry is true if that button is currently held (as of the last time the emulation checked), or nil if it is not held.
-table joypad.getup(int player)
-table joypad.readup(int player)
+table joypad.getup(int player)
+table joypad.readup(int player)
Returns a table of only the game buttons that are not currently held. Each entry is nil if that button is currently held (as of the last time the emulation checked), or false if it is not held.
-joypad.set(int player, table input)
-joypad.write(int player, table input)
+joypad.set(int player, table input)
+joypad.write(int player, table input)
Set the inputs for the given player. Table keys look like this (case sensitive):
@@ -401,7 +401,7 @@
Zapper Library
-table zapper.read()
+table zapper.read()
Returns the zapper data
When no movie is loaded this input is the same as the internal mouse input (which is used to generate zapper input, as well as the arkanoid paddle).
@@ -416,13 +416,13 @@
Input Library
-table input.get()
-table input.read()
+table input.get()
+table input.read()
Reads input from keyboard and mouse. Returns pressed keys and the position of mouse in pixels on game screen. The function returns a table with at least two properties; table.xmouse and table.ymouse. Additionally any of these keys will be set to true if they were held at the time of executing this function:
leftclick, rightclick, middleclick, capslock, numlock, scrolllock, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13, F14, F15, F16, F17, F18, F19, F20, F21, F22, F23, F24, backspace, tab, enter, shift, control, alt, pause, escape, space, pageup, pagedown, end, home, left, up, right, down, numpad0, numpad1, numpad2, numpad3, numpad4, numpad5, numpad6, numpad7, numpad8, numpad9, numpad*, insert, delete, numpad+, numpad-, numpad., numpad/, semicolon, plus, minus, comma, period, slash, backslash, tilde, quote, leftbracket, rightbracket.
-string input.popup
+string input.popup
Alias: gui.popup
Requests input from the user using a multiple-option message box. See gui.popup for complete usage and returns.
@@ -430,44 +430,44 @@
Savestate Library
-object savestate.object(int slot = nil)
+object savestate.object(int slot = nil)
Create a new savestate object. Optionally you can save the current state to one of the predefined slots(1-10) using the range 1-9 for slots 1-9, and 10 for 0, QWERTY style. Using no number will create an "anonymous" savestate.
Note that this does not actually save the current state! You need to create this value and pass it on to the load and save functions in order to save it.
Anonymous savestates are temporary, memory only states. You can make them persistent by calling memory.persistent(state). Persistent anonymous states are deleted from disk once the script exits.
-object savestate.create(int slot = nil)
+object savestate.create(int slot = nil)
savestate.create is identical to savestate.object, except for the numbering for predefined slots(1-10, 1 refers to slot 0, 2-10 refer to 1-9). It's being left in for compatibility with older scripts, and potentially for platforms with different internal predefined slot numbering.
-savestate.save(object savestate)
+savestate.save(object savestate)
Save the current state object to the given savestate. The argument is the result of savestate.create(). You can load this state back up by calling savestate.load(savestate) on the same object.
-savestate.load(object savestate)
+savestate.load(object savestate)
Load the the given state. The argument is the result of savestate.create() and has been passed to savestate.save() at least once.
If this savestate is not persistent and not one of the predefined states, the state will be deleted after loading.
-savestate.persist(object savestate)
+savestate.persist(object savestate)
Set the given savestate to be persistent. It will not be deleted when you load this state but at the exit of this script instead, unless it's one of the predefined states. If it is one of the predefined savestates it will be saved as a file on disk.
-savestate.registersave(function func)
+savestate.registersave(function func)
Registers a callback function that runs whenever the user saves a state. This won't actually be called when the script itself makes a savestate, so none of those endless loops due to a misplaced savestate.save.
As with other callback-registering functions provided by FCEUX, there is only one registered callback at a time per registering function per script. Upon registering a second callback, the first is kicked out to make room for the second. In this case, it will return the first function instead of nil, letting you know what was kicked out. Registering nil will clear the previously-registered callback.
-savestate.registerload(function func)
+savestate.registerload(function func)
Registers a callback function that runs whenever the user loads a previously saved state. It's not called when the script itself loads a previous state, so don't worry about your script interrupting itself just because it's loading something.
The state's data is loaded before this function runs, so you can read the RAM immediately after the user loads a state, or check the new framecount. Particularly useful if you want to update lua's display right away instead of showing junk from before the loadstate.
-savestate.loadscriptdata(int location)
+savestate.loadscriptdata(int location)
Accuracy not yet confirmed.
@@ -477,15 +477,15 @@
Movie Library
-bool movie.active()
+bool movie.active()
Returns true if a movie is currently loaded and false otherwise. (This should be used to guard against Lua errors when attempting to retrieve movie information).
-int movie.framecount()
+int movie.framecount()
Returns the current frame count. (Has the same affect as emu.framecount)
-string movie.mode()
+string movie.mode()
Returns the current state of movie playback. Returns one of the following:
@@ -495,41 +495,41 @@
- "taseditor"
- nil
-movie.rerecordcounting(bool counting)
+movie.rerecordcounting(bool counting)
Turn the rerecord counter on or off. Allows you to do some brute forcing without inflating the rerecord count.
-movie.stop()
-movie.close()
+movie.stop()
+movie.close()
Stops movie playback. If no movie is loaded, it throws a Lua error.
-int movie.length()
+int movie.length()
Returns the total number of frames of the current movie. Throws a Lua error if no movie is loaded.
-string movie.name()
-string movie.getname()
+string movie.name()
+string movie.getname()
Returns the filename of the current movie with path. Throws a Lua error if no movie is loaded.
-movie.getfilename()
+movie.getfilename()
Returns the filename of the current movie with no path. Throws a Lua error if no movie is loaded.
-movie.rerecordcount()
+movie.rerecordcount()
Returns the rerecord count of the current movie. Throws a Lua error if no movie is loaded.
-movie.replay()
-movie.playbeginning()
+movie.replay()
+movie.playbeginning()
Performs the Play from Beginning function. Movie mode is switched to read-only and the movie loaded will begin playback from frame 1.
If no movie is loaded, no error is thrown and no message appears on screen.
-bool movie.readonly()
-bool movie.getreadonly()
+bool movie.readonly()
+bool movie.getreadonly()
Alias: emu.getreadonly
FCEUX keeps the read-only status even without a movie loaded.
@@ -538,7 +538,7 @@
While this variable only applies to movies, it is stored as a global variable and can be modified even without a movie loaded. Hence, it is in the emu library rather than the movie library.
-movie.setreadonly(bool state)
+movie.setreadonly(bool state)
Alias: emu.setreadonly
FCEUX keeps the read-only status even without a movie loaded.
@@ -548,45 +548,45 @@
While this variable only applies to movies, it is stored as a global variable and can be modified even without a movie loaded. Hence, it is in the emu library rather than the movie library.
-bool movie.recording()
+bool movie.recording()
Returns true if there is a movie loaded and in record mode.
-bool movie.playing()
+bool movie.playing()
Returns true if there is a movie loaded and in play mode.
-bool movie.ispoweron()
+bool movie.ispoweron()
Returns true if the movie recording or loaded started from 'Start'.
Returns false if the movie uses a save state.
Opposite of movie.isfromsavestate()
-bool movie.isfromsavestate()
+bool movie.isfromsavestate()
Returns true if the movie recording or loaded started from 'Now'.
Returns false if the movie was recorded from a reset.
Opposite of movie.ispoweron()
-string movie.name()
+string movie.name()
If a movie is loaded it returns the name of the movie, else it throws an error.
-bool movie.readonly()
+bool movie.readonly()
Returns the state of read-only. True if in playback mode, false if in record mode.
GUI Library
-gui.pixel(int x, int y, type color)
-gui.drawpixel(int x, int y, type color)
-gui.setpixel(int x, int y, type color)
-gui.writepixel(int x, int y, type color)
+gui.pixel(int x, int y, type color)
+gui.drawpixel(int x, int y, type color)
+gui.setpixel(int x, int y, type color)
+gui.writepixel(int x, int y, type color)
Draw one pixel of a given color at the given position on the screen. See drawing notes and color notes at the bottom of the page.
-gui.getpixel(int x, int y)
+gui.getpixel(int x, int y)
Returns the separate RGBA components of the given pixel set by gui.pixel. This only gets LUA pixels set, not background colors.
@@ -594,47 +594,47 @@
See emu.getscreenpixel() for an emulator screen variant.
-gui.line(int x1, int y1, int x2, int y2 [, color [, skipfirst]])
-gui.drawline(int x1, int y1, int x2, int y2 [, color [, skipfirst]])
+gui.line(int x1, int y1, int x2, int y2 [, color [, skipfirst]])
+gui.drawline(int x1, int y1, int x2, int y2 [, color [, skipfirst]])
Draws a line between the two points. The x1,y1 coordinate specifies one end of the line segment, and the x2,y2 coordinate specifies the other end. If skipfirst is true then this function will not draw anything at the pixel x1,y1, otherwise it will. skipfirst is optional and defaults to false. The default color for the line is solid white, but you may optionally override that using a color of your choice. See also drawing notes and color notes at the bottom of the page.
-gui.box(int x1, int y1, int x2, int y2 [, fillcolor [, outlinecolor]]))
-gui.drawbox(int x1, int y1, int x2, int y2 [, fillcolor [, outlinecolor]]))
-gui.rect(int x1, int y1, int x2, int y2 [, fillcolor [, outlinecolor]]))
-gui.drawrect(int x1, int y1, int x2, int y2 [, fillcolor [, outlinecolor]]))
+gui.box(int x1, int y1, int x2, int y2 [, fillcolor [, outlinecolor]]))
+gui.drawbox(int x1, int y1, int x2, int y2 [, fillcolor [, outlinecolor]]))
+gui.rect(int x1, int y1, int x2, int y2 [, fillcolor [, outlinecolor]]))
+gui.drawrect(int x1, int y1, int x2, int y2 [, fillcolor [, outlinecolor]]))
Draws a rectangle between the given coordinates of the emulator screen for one frame. The x1,y1 coordinate specifies any corner of the rectangle (preferably the top-left corner), and the x2,y2 coordinate specifies the opposite corner.
The default color for the box is transparent white with a solid white outline, but you may optionally override those using colors of your choice. Also see drawing notes and color notes.
-gui.text(int x, int y, string str [, textcolor [, backcolor]])
-gui.drawtext(int x, int y, string str [, textcolor [, backcolor]])
+gui.text(int x, int y, string str [, textcolor [, backcolor]])
+gui.drawtext(int x, int y, string str [, textcolor [, backcolor]])
Draws a given string at the given position. textcolor and backcolor are optional. See 'on colors' at the end of this page for information. Using nil as the input or not including an optional field will make it use the default.
-gui.parsecolor(color)
+gui.parsecolor(color)
Returns the separate RGBA components of the given color.
For example, you can say local r,g,b,a = gui.parsecolor('orange') to retrieve the red/green/blue values of the preset color orange. (You could also omit the a in cases like this.) This uses the same conversion method that FCEUX uses internally to support the different representations of colors that the GUI library uses. Overriding this function will not change how FCEUX interprets color values, however.
-gui.savescreenshot()
+gui.savescreenshot()
Makes a screenshot of the FCEUX emulated screen, and saves it to the appropriate folder. Performs identically to pressing the Screenshot hotkey.
-gui.savescreenshotas(string name)
+gui.savescreenshotas(string name)
Makes a screenshot of the FCEUX emulated screen, and saves it to the appropriate folder. However, this one receives a file name for the screenshot.
-string gui.gdscreenshot()
+string gui.gdscreenshot()
Takes a screen shot of the image and returns it in the form of a string which can be imported by the gd library using the gd.createFromGdStr() function.
This function is provided so as to allow FCEUX to not carry a copy of the gd library itself. If you want raw RGB32 access, skip the first 11 bytes (header) and then read pixels as Alpha (always 0), Red, Green, Blue, left to right then top to bottom, range is 0-255 for all colors.
-Warning: Storing screen shots in memory is not recommended. Memory usage will blow up pretty quick. One screen shot string eats around 230 KB of RAM.
+Warning: Storing screen shots in memory is not recommended. Memory usage will blow up pretty quick. One screen shot string eats around 230 KB of RAM.
-gui.gdoverlay([int dx=0, int dy=0,] string str [, sx=0, sy=0, sw, sh] [, float alphamul=1.0])
-gui.image([int dx=0, int dy=0,] string str [, sx=0, sy=0, sw, sh] [, float alphamul=1.0])
-gui.drawimage([int dx=0, int dy=0,] string str [, sx=0, sy=0, sw, sh] [, float alphamul=1.0])
+gui.gdoverlay([int dx=0, int dy=0,] string str [, sx=0, sy=0, sw, sh] [, float alphamul=1.0])
+gui.image([int dx=0, int dy=0,] string str [, sx=0, sy=0, sw, sh] [, float alphamul=1.0])
+gui.drawimage([int dx=0, int dy=0,] string str [, sx=0, sy=0, sw, sh] [, float alphamul=1.0])
Draws an image on the screen. gdimage must be in truecolor gd string format.
@@ -648,20 +648,20 @@
local gdstr = gd.createFromPng("myimage.png"):gdStr()
gui.gdoverlay(gdstr)
-gui.opacity(int alpha)
+gui.opacity(int alpha)
Scales the transparency of subsequent draw calls. An alpha of 0.0 means completely transparent, and an alpha of 1.0 means completely unchanged (opaque). Non-integer values are supported and meaningful, as are values greater than 1.0. It is not necessary to use this function (or the less-recommended gui.transparency) to perform drawing with transparency, because you can provide an alpha value in the color argument of each draw call. However, it can sometimes be convenient to be able to globally modify the drawing transparency.
-gui.transparency(int trans)
+gui.transparency(int trans)
Scales the transparency of subsequent draw calls. Exactly the same as gui.opacity, except the range is different: A trans of 4.0 means completely transparent, and a trans of 0.0 means completely unchanged (opaque).
-function gui.register(function func)
-
+function gui.register(function func)
+
Register a function to be called between a frame being prepared for displaying on your screen and it actually happening. Used when that 1 frame delay for rendering is not acceptable.
-string gui.popup(string message [, string type = "ok" [, string icon = "message"]])
-string input.popup(string message [, string type = "yesno" [, string icon = "question"]])
+string gui.popup(string message [, string type = "ok" [, string icon = "message"]])
+string input.popup(string message [, string type = "yesno" [, string icon = "question"]])
Brings up a modal popup dialog box (everything stops until the user dismisses it). The box displays the message tostring(msg). This function returns the name of the button the user clicked on (as a string).
@@ -678,7 +678,7 @@
Sound Library
-table sound.get()
+table sound.get()
Returns current state of PSG channels in big array.
@@ -748,58 +748,58 @@
TAS Editor Library
-
-taseditor.registerauto(function func)
-taseditor.registermanual(function func)
-bool taseditor.engaged()
-bool taseditor.markedframe(int frame)
-int taseditor.getmarker(int frame)
-int taseditor.setmarker(int frame)
-taseditor.clearmarker(int frame)
-string taseditor.getnote(int index)
-taseditor.setnote(int index, string newtext)
-int taseditor.getcurrentbranch()
-string taseditor.getrecordermode()
-int taseditor.getsuperimpose()
-int taseditor.getlostplayback()
-int taseditor.getplaybacktarget()
-taseditor.setplayback(int frame)
-taseditor.stopseeking()
-taseditor.getselection()
-taseditor.setselection()
-int taseditor.getinput(int frame, int joypad)
-taseditor.submitinputchange(int frame, int joypad, int input)
-taseditor.submitinsertframes(int frame, int number)
-taseditor.submitdeleteframes(int frame, int number)
-int taseditor.applyinputchanges([string name])
-taseditor.clearinputchanges()
+
+taseditor.registerauto(function func)
+taseditor.registermanual(function func)
+bool taseditor.engaged()
+bool taseditor.markedframe(int frame)
+int taseditor.getmarker(int frame)
+int taseditor.setmarker(int frame)
+taseditor.clearmarker(int frame)
+string taseditor.getnote(int index)
+taseditor.setnote(int index, string newtext)
+int taseditor.getcurrentbranch()
+string taseditor.getrecordermode()
+int taseditor.getsuperimpose()
+int taseditor.getlostplayback()
+int taseditor.getplaybacktarget()
+taseditor.setplayback(int frame)
+taseditor.stopseeking()
+taseditor.getselection()
+taseditor.setselection()
+int taseditor.getinput(int frame, int joypad)
+taseditor.submitinputchange(int frame, int joypad, int input)
+taseditor.submitinsertframes(int frame, int number)
+taseditor.submitdeleteframes(int frame, int number)
+int taseditor.applyinputchanges([string name])
+taseditor.clearinputchanges()
For full description of these functions refer to TAS Editor Manual.
-Bitwise Operations
+Bitwise Operations
The following bit functions were added to FCEUX internally to compensate for Lua's lack of them. But it also supports all operations from LuaBitOp module, since it is also embedded in FCEUX.
-int AND(int n1, int n2, ..., int nn)
-
+int AND(int n1, int n2, ..., int nn)
+
Binary logical AND of all the given integers.
-int OR(int n1, int n2, ..., int nn)
+int OR(int n1, int n2, ..., int nn)
Binary logical OR of all the given integers.
-int XOR(int n1, int n2, ..., int nn)
+int XOR(int n1, int n2, ..., int nn)
Binary logical XOR of all the given integers.
-int BIT(int n1, int n2, ..., int nn)
+int BIT(int n1, int n2, ..., int nn)
Returns an integer with the given bits turned on. Parameters should be smaller than 31.
-Appendix
+Appendix
-On drawing
+On drawing
A general warning about drawing is that it is always one frame behind unless you use gui.register. This is because you tell the emulator to paint something but it will actually paint it when generating the image for the next frame. So you see your painting, except it will be on the image of the next frame. You can prevent this with gui.register because it gives you a quick chance to paint before blitting.
@@ -807,7 +807,7 @@
--320x239, 8bit color (confirm?)
256x224, 8bit color (confirm?)
-On colors
+On colors
Colors can be of a few types.
Int: use the a formula to compose the color as a number (depends on color depth)
diff --git a/help/LuaGettingStarted.html b/help/LuaGettingStarted.html
index e7b84843..6bb9ddf5 100644
--- a/help/LuaGettingStarted.html
+++ b/help/LuaGettingStarted.html
@@ -56,19 +56,19 @@
-
Using Lua scripting
+
Using Lua scripting
Lua is built into FCEUX as of 2.1.2, and luapack DLL files are no longer needed in this and later versions.
To run lua scripts in older versions of FCEUX, you will need the lua pack which can be found here. The .dll files must be unzipped in the same folder as fceux.exe.
-
-
Core Lua Documentation
+
+
Core Lua Documentation
If you have never programmed, you will probably want to start by learning the basic of Lua, which is too broad for the scope of this help file. Try searching on the Internet for "Lua tutorial". As of this writing, it's official homepage is http://www.lua.org/
If you are familiar with any programming language you will probably not have too much difficulty adjusting to the syntax and structure of Lua. You will probably also find useful information on the Internet.
-
-
GUI Frontend
+
+
GUI Frontend
To use a Lua script, you need to create one in a text editor. The name of the file created should end in .lua to indicate that it is a Lua script.
@@ -76,7 +76,7 @@
To end a Lua script, choose "Stop Lua Script" ***from where***.
-
FCEUX Lua Basics
+
FCEUX Lua Basics
Your script will be constructed according to the rules of Lua, but you will use FCEUX-specific functions to interact with the emulator. For example, one of the most often-used functions is emu.frameadvance() which will tell the emulator to advance exactly one frame, which is the basic unit of time on an NES.
diff --git a/help/LuaPerks.html b/help/LuaPerks.html
index 62c097d2..68bbacf4 100644
--- a/help/LuaPerks.html
+++ b/help/LuaPerks.html
@@ -61,7 +61,7 @@
The following Lua libraries are integrated into FCEUX win32-executable (statically linked) and are available for using in your scripts. You can also use any other Lua library by placing its .dll files into FCEUX folder.
-
IUP library
+
IUP library
IUP (Portable User Interface) is a toolkit for building graphical user interfaces.
@@ -70,7 +70,7 @@
http://www.tecgraf.puc-rio.br/iup/
-
IM library
+
IM library
IM is a toolkit for Digital Imaging. The main goal of the library is to provide a simple API and abstraction of images for applications.
File formats supported: TIFF, BMP, PNG, JPEG, GIF and AVI. Image representation includes scientific data types. About a hundred Image Processing operations are available.
@@ -78,7 +78,7 @@
http://www.tecgraf.puc-rio.br/im/
-
CD library
+
CD library
Canvas Draw is a graphics library.
The library contains functions to support both vector and image applications, and the visualization surface can be either a window or a more abstract surface, such as Image, Clipboard, Metafile, PS, and so on.
@@ -86,7 +86,7 @@
http://www.tecgraf.puc-rio.br/cd/
-
LuaSocket library
+
LuaSocket library
LuaSocket is a Lua extension library that is composed by two parts: a C core that provides support for the TCP and UDP transport layers, and a set of Lua modules that add support for the SMTP (sending e-mails), HTTP (WWW access) and FTP (uploading and downloading files) protocols and other functionality commonly needed by applications that deal with the Internet.
@@ -95,7 +95,7 @@
http://w3.impa.br/~diego/software/luasocket/home.html
-
WinAPI library
+
WinAPI library
This module provides basic tools for working with Windows system resources.
diff --git a/help/LuaScripting.html b/help/LuaScripting.html
index b0ea6af3..bdf03d1c 100644
--- a/help/LuaScripting.html
+++ b/help/LuaScripting.html
@@ -61,23 +61,23 @@
A bit of previous programming knowledge will be useful in taking advantage of this feature, but it is certainly not a requirement. Lua is specifically written with the intention of being easier than most languages for anyone to understand and use.
-
Getting Started
+
Getting Started
The basics of Lua scripting, its implementation into FCEUX, and how to get started using Lua.
-
Using Lua
+
Using Lua
How to use Lua and basic syntax/commands that are useable under FCEUX.
-
Lua Functions List
+
Lua Functions List
A list of Lua functions available in FCEUX and a brief description of each.
-
LuaPerks
+
LuaPerks
Additional libraries integrated into FCEUX.
-
Lua Bot
+
Lua Bot
How to use Luau's version of Basic bot.
diff --git a/help/MemoryWatch.html b/help/MemoryWatch.html
index 44946892..66da923a 100644
--- a/help/MemoryWatch.html
+++ b/help/MemoryWatch.html
@@ -112,7 +112,7 @@
Reset will reset the count to 0.
-
Usage Example:
+
Usage Example:
As an example of the memory change monitoring, Let's say we are recording a movie of the game Super C and want to keep track of when the game lags.
The ram address 001C functions as a "lag flag". It will remain 0, then change to a positive value on a frame that the game lags.
diff --git a/help/NESRAMMappingFindingValues.html b/help/NESRAMMappingFindingValues.html
index 3f23b3af..d8a02909 100644
--- a/help/NESRAMMappingFindingValues.html
+++ b/help/NESRAMMappingFindingValues.html
@@ -64,16 +64,16 @@
Contents
-
Memory Map
+
Memory Map
Gives a diagram of the 2A03 CPU memory map .
-
2C02 PPU memory map
+
2C02 PPU memory map
Gives more detailed info about each section of the Memory map diagram
-
Game Ram Details
+
Game Ram Details
On board RAM Map ($000-$07FF) Map (gives specific info on the how NES games typically layout their ram values)
-
Online Resources
+
Online Resources
NES Programming - Wikipedia
NES Memory Map
@@ -171,7 +171,7 @@
Most games use the basic on board ram. The address range of this ram is $0000-$07FF. This translates to 2048 possible ram values.
-
Pages
+
Pages
This ram is broken down into 8 pages. A "page" is a block of 256 ram values.
@@ -207,8 +207,8 @@
These values rarely (if at all) reside outside blocks 1, 3, 4, or 5. This knowledge already reduces your search possibilities in half!
-
Rows
-
+
Rows
+
Each block is broken down into 16 "rows" of addresses. For example, in block 3, the first row is $030x ($0300-$030F).
Each row of 16* will contain similar data. For instance all x coordinates will generally be in the same row. So xxx0 might be the main characters x position. xxxx1 would be "enemy 1" (1st enemy loaded onto the screen), and so on.
@@ -217,7 +217,7 @@
*Super Mario Bros. 2 (U) is a rare example that uses rows of 10
-
Columns
+
Columns
A column would be all the values of a block that share the same last digit. So a column would be 16 addresses such as $0300, $0310, $0320, etc.
@@ -227,7 +227,7 @@
If the next row ($031x) is x positions. $0310 would be the player's x position. The remaining positions of that row would correspond to the other player/enemy x positions in line with the hp values of the previous row.
-
Example
+
Example
These distinctions are easier to see in a visual example. This is the enemy/player stats as they are mapped in the game Teenage Mutant Ninja Turtles.
diff --git a/help/NESSound.html b/help/NESSound.html
index 3c02a749..5ccb8687 100644
--- a/help/NESSound.html
+++ b/help/NESSound.html
@@ -259,18 +259,18 @@
************************
This section will describe the internal components making up each individual channel. Each component will then be described in full detail.
-
Device Triangle Noise Square
-
------ -------- ------ ------
-
triangle step generator X
-
linear counter X
-
programmable timer X X X
-
length counter X X X
-
4-bit DAC X X X
-
volume/envelope decay unit X X
-
sweep unit X
-
duty cycle generator X
-
wavelength converter X
-
random number generator X
+
Device Triangle Noise Square
+
------ -------- ------ ------
+
triangle step generator X
+
linear counter X
+
programmable timer X X X
+
length counter X X X
+
4-bit DAC X X X
+
volume/envelope decay unit X X
+
sweep unit X
+
duty cycle generator X
+
wavelength converter X
+
random number generator X
+-------------------------+
diff --git a/help/RAMSearch.html b/help/RAMSearch.html
index 2a3443c6..211f0890 100644
--- a/help/RAMSearch.html
+++ b/help/RAMSearch.html
@@ -65,7 +65,7 @@
Documentation on this dialog can be found on TASVideos here.
-
Hotkeys
+
Hotkeys
Hotkeys can be assigned to common search commands so they can be easily selected while in the main window.
diff --git a/help/ToggleSwitchesHideMenuetc.html b/help/ToggleSwitchesHideMenuetc.html
index 988440cd..184f0f35 100644
--- a/help/ToggleSwitchesHideMenuetc.html
+++ b/help/ToggleSwitchesHideMenuetc.html
@@ -68,7 +68,7 @@
Region
-
Allows to choose between NTSC (224p@60fps), PAL and Dendy (240p@50fps) modes. For PAL, FCEUX will detect the proper choice when loading a ROM and set the flag accordingly. Dendy mode (sometimes also called Hybrid) is a modification of the NTSC one, it supports games released for the NTSC region, slowing them down to PAL speed.
+
Allows to choose between NTSC (224p@60fps), PAL and Dendy (240p@50fps) modes. For PAL, FCEUX will detect the proper choice when loading a ROM and set the flag accordingly (based on file name, where (E) is used by GoodTools to mark European ROMs). Dendy mode (sometimes also called Hybrid) is a modification of the NTSC one, it was used in some Famiclones and supports games released for the NTSC region, slowing them down to PAL speed.
Note: you can't change this setting while a movie is being played or recorded.
diff --git a/help/Tools2.html b/help/Tools2.html
index b29aaeae..b454c213 100644
--- a/help/Tools2.html
+++ b/help/Tools2.html
@@ -58,12 +58,12 @@
Guides for the specific tools and settings under FCEUX's Tools menu.
-
Cheat Search
+
Cheat Search
A guide to using the cheat search tool.
-
-
Memory Watch
+
+
Memory Watch
A guide to using the Memory Watch tool.
@@ -73,22 +73,22 @@
A guide to using the RAM filter tool.
-
TAS Editor
+
TAS Editor
A new tool for making TAS movies.
-
Convert fcm
+
Convert fcm
A tool that will convert .fcm movie files to the .fm2 file format.
-
Auto Fire settings
+
Auto Fire settings
A guide for setting auto-fire, auto-fire offset, and alternate A and B options.
-
Text Hooker
+
Text Hooker
A guide for using the text hooking tool.
diff --git a/help/TraceLogger.html b/help/TraceLogger.html
index ee58ec32..97a65519 100644
--- a/help/TraceLogger.html
+++ b/help/TraceLogger.html
@@ -56,7 +56,7 @@
-
Trace Logger
+
Trace Logger
Introduction
diff --git a/help/Troubleshooting.html b/help/Troubleshooting.html
index bbfdb144..2c956748 100644
--- a/help/Troubleshooting.html
+++ b/help/Troubleshooting.html
@@ -61,51 +61,51 @@
This section describes potential problems/question that could arise when using FCEUX.
-
Slow emulation / Sound crackle
+
Slow emulation / Sound crackle
FCEUX may not run well on slow CPUs.
Ensure that you're using the Old PPU, because the New PPU engine is very slow. Check Config -> PPU -> Old PPU.
-
Sound crackle
+
Sound crackle
If you enable hardware acceleration and Vsync (Wait for VBlank), and your monitor has a framerate different from 60FPS, you may experience minor sound cracle. This is a known issue and will probably be resolved in a future release.
-
Emulated picture is blurred (similar to the bilinear filter)
+
Emulated picture is blurred (similar to the bilinear filter)
Try choosing different options in the "DirectDraw" list in the Video config dialog.
-
Slow savestates when recording movies
+
Slow savestates when recording movies
On slower computers, savestates can be slow with long movies. A small speedup can be done by disabling Config -> Enable -> Backup savestates.
-
The colors in game X do not look right!
+
The colors in game X do not look right!
There's no such thing as a universally right palette for NES games.
FCEUX uses the color palette of the old FCEU / FCEUXD branches. Also FCEUX comes pre-packaged with several additional color palettes. For more information see Palette config and Palette options.
-
I converted a .fcm file to .fm2, but the .fm2 desyncs
+
I converted a .fcm file to .fm2, but the .fm2 desyncs
Depending on what version of FCEU / Game your .fcm was made, there maybe a number of sync issues. In addition, the .fm2 conversion tool has had some issues on certain operating systems including Vista and Mac. you can try using an external program for movie conversion.
-
Can't find FDS Bios image when I attempt to load a .fds game!
+
Can't find FDS Bios image when I attempt to load a .fds game!
FCEUX requires the FDS Bios to be named disksys.rom. It must be located in the root directory (where fceux.exe is stored) or in the folder of the FDS Directory override (see Directory overrides).
In addition, there are some bad versions of disksys.rom. The one FDS requires is 8192 bytes in size.
-
How can I use Netplay / Where can I get FCEU Server?
+
How can I use Netplay / Where can I get FCEU Server?
Currently, the Windows version of FCEUX is barely compatible with the FCEU-server code. This is a known issue and will probably be resolved in a future release.
-
I have a Game Genie rom, how can I use it with FCEUX?
+
I have a Game Genie rom, how can I use it with FCEUX?
While FCEUX has a Game Genie code converter, you can also use game genie codes with an old-school Game Genie ROM. It must be named gg.rom and must be placed in the root directory (where fceux.exe is stored). You must also check Config->Enable->Game Genie ROM in the main menu. Then the Game Genie ROM will activate every time you open a ROM, so you can enter GG codes letter-by-letter like they did in the past.
diff --git a/help/Video.html b/help/Video.html
index 9ae60bd5..79eaa41e 100644
--- a/help/Video.html
+++ b/help/Video.html
@@ -63,52 +63,52 @@
Full Screen Settings
-
Full Screen
+
Full Screen
Check this checkbox to enter full screen mode.
Alternatively, you can use a hotkey (Alt+Enter by default) or a double-click (if the "Switch fullscreen by double-click" option is enabled in GUI options).
-
Enter full screen mode after game is loaded
+
Enter full screen mode after game is loaded
If checked, FCEUX will enter full screen mode when a game is loaded.
-
Hide mouse cursor
+
Hide mouse cursor
If checked, FCEUX will hide mouse cursor when in full screen mode.
-
Mode
+
Mode
Sets the image size during full screen mode. By default this is automatically set to match current display resolution. You can change the resolution by entering different values.
-
Special Scaler
+
Special Scaler
Within this box is eight options: hq2x, Scale2x, NTSC 2x, hq3x, Scale3x, Prescale2x, Prescale3x, and Prescale4x.
- Scale2x/3x just attempts to render out the corners of the pixels to make them look a bit rounder. "2x" means two times bigger than 1x1 and "3x" means three times bigger than 1x1.
- Hq2x/3x does a much better job than scale2x/3x by smearing the pixels together with a slight blur. However, Hq2x/3x requires a faster computer for decent speed (at least 1 GHz and above). "2x" means two times bigger than 1x1 and "3x" means three times bigger than 1x1.
- NTSC 2x simulates visual artifacts that are produced by analog (composite) video sygnal that the real console generates.
- Prescale2x/3x/4x upscales the source picture using a pixel based (nearest neighbor) algorithm, that allows to change the level of interpolation, applied when using hardware acceleration.
-
Sync Method
+
Sync Method
If the emulator is running poorly, trying out these sync options can help make it run smoother (fix image tearing).
-
DirectDraw
+
DirectDraw
If the image is blurry, here you can disable hardware acceleration.
Windowed Settings
-
Size Multiplier
+
Size Multiplier
Takes the image size and multiples the X and Y by a specific amount. You can also change these by clicking and dragging the border of the FCEUX window.
-
Force Integral Scaling Factors
+
Force Integral Scaling Factors
If checked, FCEUX window can only be stretched by even amounts (1x, 2x, 3x, etc.). If unchecked, it can be stretched by any amount.
When you are resizing FCEUX window by dragging its borders, you can hold Shift to temporarily invert this option.
-
Force Aspect Ratio Correction
+
Force Aspect Ratio Correction
Checking this will only allow the correct aspect ratio while resizing the window.
-
Special Scaler
+
Special Scaler
Within this box is eight options: hq2x, Scale2x, NTSC 2x, hq3x, Scale3x, Prescale2x, Prescale3x, and Prescale4x.
-
Sync Method
+
Sync Method
If the emulator is running poorly, trying out these sync options can help make it run smoother (fix image tearing).
-
DirectDraw
+
DirectDraw
If Vsync doesn't work, here you can enable hardware acceleration.
@@ -119,34 +119,34 @@
Aspect ratio
-
Best Fit
+
Best Fit
This is checked by default, so FCEUX will automatically maintain correct aspect ratio for any size of the window. If you uncheck this, the image will be stretched to fill the whole window area.
-
BG color
+
BG color
When window size is wider or taller than image size, empty areas of the window are colored black by default. Checking this option will color these areas according to current "background" color of NES palette.
-
Square pixels
+
Square pixels
This is checked by default, so FCEUX will limit the max size of the image to make all pixels share the same width/height. If you uncheck this, the image will be stretched to fill the whole width or height of the window area.
-
TV Aspect
+
TV Aspect
Check this if you want to change the image aspect ratio (e.g. to 4:3). You can enter different values in adjacent text fields.
Drawing Area
-
First Line
+
First Line
Sets the first scan line for NTSC and PAL Modes. This should be left on the default of 8 for NTSC and 0 for PAL.
-
Last Line
+
Last Line
Sets the last scan line for NTSC and PAL Modes. This should be left on the default of 231 for NTSC and 239 for PAL.
-
Clip left and right sides (8 px on each)
+
Clip left and right sides (8 px on each)
If enabled, 8 pixels from each side of the windows will be removed. Some NES games show grapical artifacts on the sides of screen when scrolling (on real hardware too!), so you may hide those artifacts by checking the option.
Emulation
-
Allow more than 8 sprites per scanline
+
Allow more than 8 sprites per scanline
On real NES hardware, more than 8 sprites on the screen causes flickering. Enabling this option can reduce flickering by allowing more sprites to be visible at once. But if you prefer to stay "true" to NES hardware, this should not be checked, because some games rely on the limitation.
diff --git a/help/css/hnd.css b/help/css/hnd.css
index cc359e9f..31771bf8 100644
--- a/help/css/hnd.css
+++ b/help/css/hnd.css
@@ -202,148 +202,148 @@ a.rvts39, span.rvts39
}
a.rvts39:hover { color: #0000ff; }
span.rvts40
+{
+ font-family: 'Courier New', 'Courier', monospace;
+}
+span.rvts41
{
font-size: 12pt;
font-weight: bold;
}
-a.rvts41, span.rvts41
+a.rvts42, span.rvts42
{
font-size: 12pt;
color: #0000ff;
text-decoration: underline;
}
-a.rvts41:hover { color: #0000ff; }
-span.rvts42
+a.rvts42:hover { color: #0000ff; }
+span.rvts43
{
font-size: 12pt;
font-weight: bold;
text-decoration: underline;
}
-a.rvts43, span.rvts43
+a.rvts44, span.rvts44
{
font-size: 12pt;
color: #0000ff;
text-decoration: underline;
}
-a.rvts43:hover { color: #0000ff; }
-span.rvts44 /* Font Style */
+a.rvts44:hover { color: #0000ff; }
+span.rvts45 /* Font Style */
{
font-size: 18pt;
}
-span.rvts45
+span.rvts46
{
font-size: 11pt;
font-weight: bold;
}
-span.rvts46
+span.rvts47
{
font-size: 8pt;
}
-span.rvts47
+span.rvts48
{
color: #0000ff;
}
-span.rvts48
+span.rvts49
{
color: #00cc00;
}
-span.rvts49
+span.rvts50
{
color: #ff0000;
}
-span.rvts50
+span.rvts51
{
color: #00be00;
}
-span.rvts51
+span.rvts52
{
color: #a08c00;
}
-span.rvts52
+span.rvts53
{
color: #0000c3;
}
-span.rvts53
+span.rvts54
{
color: #0082a0;
}
-span.rvts54
+span.rvts55
{
color: #d2be00;
}
-span.rvts55
+span.rvts56
{
color: #0a0aff;
}
-span.rvts56
+span.rvts57
{
color: #05ff05;
}
-span.rvts57
+span.rvts58
{
font-size: 22pt;
text-decoration: underline;
}
-a.rvts58, span.rvts58
+a.rvts59, span.rvts59
{
font-size: 12pt;
color: #0000ff;
text-decoration: underline;
}
-a.rvts58:hover { color: #0000ff; }
-span.rvts59
+a.rvts59:hover { color: #0000ff; }
+span.rvts60
{
font-size: 18pt;
font-weight: bold;
}
-span.rvts60
+span.rvts61
{
font-size: 12pt;
font-family: 'Courier New', 'Courier', monospace;
font-weight: bold;
}
-span.rvts61
-{
- font-size: 14pt;
- font-weight: bold;
-}
span.rvts62
{
- font-size: 12pt;
- font-family: 'Courier New', 'Courier', monospace;
- color: #000080;
+ font-size: 14pt;
+ font-weight: bold;
}
span.rvts63
{
font-size: 12pt;
font-family: 'Courier New', 'Courier', monospace;
- color: #333399;
+ color: #000080;
}
span.rvts64
+{
+ font-size: 12pt;
+ font-family: 'Courier New', 'Courier', monospace;
+ color: #333399;
+}
+span.rvts65
{
font-family: 'Courier New', 'Courier', monospace;
color: #000080;
}
-span.rvts65
+span.rvts66
{
font-size: 16pt;
font-family: 'Courier New', 'Courier', monospace;
font-weight: bold;
}
-span.rvts66
-{
- font-size: 11pt;
- font-family: 'Courier New', 'Courier', monospace;
- font-weight: bold;
-}
span.rvts67
{
+ font-size: 11pt;
font-family: 'Courier New', 'Courier', monospace;
font-weight: bold;
}
span.rvts68
{
font-family: 'Courier New', 'Courier', monospace;
+ font-weight: bold;
}
span.rvts69
{
diff --git a/help/fm2.html b/help/fm2.html
index 04e1e0bb..508e5fb5 100644
--- a/help/fm2.html
+++ b/help/fm2.html
@@ -166,7 +166,7 @@
Every frame of the movie is represented by line of text beginning and ending with a | (pipe).
The fields in the line are as follows, except when fourscore is used.
-
|commands|port0|port1|port2|
+
|commands|port0|port1|port2|
Field commands is a variable length decimal integer which is interpreted as a bit field corresponding to miscellaneous input states which are valid at the start of the frame. Current values for this are:
@@ -203,7 +203,7 @@
If a fourscore is used, then port0 and port1 are irrelevant and ignored.
The input types must all be gamepads, and each input log record must be in the following format:
-|commands|RLDUTSBA|RLDUTSBA|RLDUTSBA|RLDUTSBA|port2|
+|commands|RLDUTSBA|RLDUTSBA|RLDUTSBA|RLDUTSBA|port2|
{commands, player1, player2, player3, player4, port2}
@@ -248,8 +248,8 @@
-Notes:
-
+Notes:
+
A. All movies start from power-on, unless a savestate key-value is present.
B. The emulator uses these framerate constants
diff --git a/help/js/searchdata.js b/help/js/searchdata.js
index 29934494..b67c6dd1 100644
--- a/help/js/searchdata.js
+++ b/help/js/searchdata.js
@@ -1 +1 @@
-var aTl=[['Intro.html','Introduction'],['Introduction.html','Introduction'],['Overview.html','Overview'],['FCEUltraVersionHistory.html','FCE%20Ultra%20Version%20History'],['WhatsNew222.html','What%27s%20New%3F%202%2E2%2E2%20%28changelog%29'],['WhatsNew221.html','What%27s%20New%3F%202%2E2%2E1%20%28changelog%29'],['WhatsNew220.html','What%27s%20New%3F%202%2E2%2E0%20%28changelog%29'],['WhatsNew215.html','What%27s%20New%3F%202%2E1%2E5%20%28changelog%29'],['WhatsNew214.html','What%27s%20New%3F%202%2E1%2E4%20%28changelog%29'],['WhatsNew213.html','What%27s%20New%3F%202%2E1%2E3%20%28changelog%29'],['WhatsNew212.html','What%27s%20New%3F%202%2E1%2E2%20%28changelog%29'],['WhatsNew211.html','What%27s%20New%3F%202%2E1%2E1%20%28changelog%29'],['WhatsNew210.html','What%27s%20New%3F%202%2E1%20%28changelog%29'],['WhatsNew203.html','What%27s%20New%3F%202%2E0%2E3%20%28changelog%29'],['WhatsNew202.html','What%27s%20New%3F%202%2E0%2E2%20%28changelog%29'],['WhatsNew201.html','What%27s%20New%3F%202%2E0%2E1%20%28changelog%29'],['WhatsNew200.html','What%27s%20New%3F%202%2E0%2E0'],['General.html','General'],['Gettingstarted.html','Getting%20Started'],['Gamefilecompatibility.html','Game%20file%20compatibility'],['CommandLineOptions.html','Command%20Line%20Options'],['CustomizingthroughtheConfigFil.html','Customizing%20through%20the%20Config%20File'],['FamicomDiskSytem.html','Famicom%20Disk%20Sytem'],['AVICapturing.html','AVI%20Capturing'],['MovieRecording.html','Movie%20Recording'],['NES.html','NES%20Menu'],['PaletteOptions.html','Palette%20Options'],['Config.html','Config'],['ToggleSwitchesHideMenuetc.html','Menu%20Items%20%26amp%3B%20Submenus'],['Directories.html','Directories'],['GUI.html','GUI'],['Input.html','Input'],['NetworkPlay.html','Network%20Play'],['Palette.html','Palette'],['SoundOptions.html','Sound'],['Timing.html','Timing'],['Video.html','Video'],['MovieOptions.html','Movie%20Options'],['MapHotkeys.html','Map%20Hotkeys'],['ContextMenuItems.html','Context%20Menu%20Items'],['Tools2.html','Tools'],['CheatSearch.html','Cheat%20Search'],['RAMSearch.html','RAM%20Search'],['RAMWatch.html','RAM%20Watch'],['MemoryWatch.html','Memory%20Watch'],['TASEditor.html','TAS%20Editor'],['Covertfcm.html','Convert%20fcm'],['AutoFireConfigurations.html','Auto%20Fire%20Settings'],['TextHooker.html','Text%20Hooker'],['Debug.html','Debug'],['Debugger.html','Debugger'],['PPUViewer.html','PPU%20Viewer'],['NameTableViewer.html','Name%20Table%20Viewer'],['HexEditor.html','Hex%20Editor'],['TraceLogger.html','Trace%20Logger'],['CodeDataLogger.html','Code/Data%20Logger'],['GameGenieEncoderDecoder.html','Game%20Genie%20Encoder/Decoder'],['LuaScripting.html','Lua%20Scripting'],['LuaGettingStarted.html','Getting%20Started'],['Commands.html','Using%20Lua'],['LuaFunctionsList.html','Lua%20Functions%20List'],['LuaPerks.html','LuaPerks'],['LuaBot.html','Lua%20Bot'],['OverviewofIncludedScripts.html','Overview%20of%20Included%20Scripts'],['FAQGuides.html','FAQ%20/%20Guides'],['Troubleshooting.html','Troubleshooting'],['ToolAssistedSpeedruns.html','Tool%20Assisted%20Speedruns'],['ROMHacking.html','ROM%20Hacking'],['NESRAMMappingFindingValues.html','NES%20RAM%20%28Mapping/Finding%20Values%29'],['Technicalinformation.html','Technical%20Information'],['Movieformats.html','Movie%20%26amp%3B%20Savestate%20formats'],['fm2.html','%2Efm2'],['fcm.html','%2Efcm'],['fcs.html','Savestate%20%28%2Efcs%29'],['Sound.html','Sound'],['NSFFormat.html','NSF%20Format'],['NESSound.html','NES%20Sound'],['NESProcessor.html','NES%20Processing'],['6502CPU.html','CPU%20%2D%206502'],['PPU.html','PPU%20%2D%202C02'],['NESScrolling1.html','NES%20Scrolling%201'],['NESScrolling2.html','NES%20Scrolling%202'],['NLFilesFormat.html','%2Enl%20files%20format']];var oWl= {'c004#newname2#':[[82,1]],'relation':[[41,1],[48,1]],'otherwise':[[59,1],[54,1],[51,1],[76,2],[78,6],[62,1],[30,1],[60,6],[79,2]],'rightclick':[[6,1],[60,1]],'comma':[[60,1],[28,1]],'browsing':[[50,1]],'content':[[59,1]],'become':[[79,2],[8,1],[62,2]],'matching':[[41,1],[46,1]],'areascrambler':[[63,1]],'dff8':[[50,1]],'chrominance':[[79,6]],'implements':[[82,1]],'rare':[[78,1],[68,2]],'irqs':[[73,1]],'especially':[[73,1]],'multilinecomment':[[82,2]],'0x16':[[60,1]],'f23':[[60,1]],'roll':[[5,1]],'speedrunning':[[66,1],[6,1]],'buttons':[[31,3],[50,3],[62,2],[12,2],[8,3],[27,1],[59,1],[41,2],[47,1],[24,1],[60,4],[71,3],[72,1],[10,1]],'precision':[[66,1],[24,2],[79,1]],'takeshi':[[31,1]],'application':[[59,1],[60,1],[62,1]],'increments':[[81,1],[78,1],[60,1]],'smtp':[[61,1]],'dark':[[55,1],[53,1]],'redundant':[[10,1],[71,1]],'let':[[63,1],[59,2],[78,3],[41,1],[55,2],[80,1],[44,1],[48,1],[75,1]],'submitinputchange':[[60,1]],'ispoweron':[[8,1],[60,2]],'key':[[38,1],[30,1],[28,9],[53,2],[13,1],[16,1],[59,1],[54,1],[23,1],[25,2],[47,1],[6,1],[24,10],[60,1],[66,2],[71,11],[76,3]],'realize':[[48,1]],'practical':[[78,2]],'feeds':[[79,1]],'reverts':[[39,4]],'byte':[[73,10],[55,12],[53,8],[50,1],[44,2],[56,2],[59,2],[54,1],[78,60],[41,1],[71,9],[60,10],[76,1],[48,3],[75,11],[79,12]],'config':[[1,2],[31,1],[28,3],[12,3],[13,3],[20,7],[8,2],[5,6],[27,3],[9,2],[14,4],[21,4],[23,1],[6,6],[24,1],[4,1],[26,1],[29,1],[10,3],[11,4],[65,5]],'dong':[[5,1]],'reference':[[59,6],[48,3],[50,1]],'#rrggbb':[[60,1]],'from':[[50,8],[56,2],[35,2],[15,1],[29,1],[80,2],[2,1],[24,12],[48,6],[79,17],[28,2],[81,9],[12,6],[13,2],[36,1],[68,2],[5,3],[22,2],[41,5],[33,2],[11,5],[73,4],[19,3],[16,8],[39,7],[59,5],[9,1],[14,5],[23,1],[51,1],[54,2],[60,29],[4,6],[66,4],[71,4],[10,5],[18,1],[65,1],[55,3],[53,5],[31,3],[62,2],[45,1],[8,4],[17,1],[78,75],[25,3],[70,1],[6,9],[76,17],[72,1],[75,5],[3,4],[58,2]],'port1':[[71,7]],'dpad':[[9,1]],'gpl':[[3,1]],'cdl':[[4,1],[55,5],[5,4]],'incorrect':[[78,1]],'specification':[[75,1],[58,1]],'cleans':[[60,1]],'compact':[[5,1]],'4009':[[76,1]],'64kb':[[15,1],[14,1]],'crashing':[[63,1],[9,1],[14,1],[13,2]],'dumps':[[39,1]],'module':[[61,1],[60,1]],'approximately':[[78,1]],'04dx':[[68,1]],'slo':[[78,13]],'fed':[[76,5],[79,3]],'modulator':[[73,1]],'zeromus':[[3,1]],'calculated':[[78,1],[22,1],[76,5],[50,1]],'discarded':[[79,2],[62,1]],'elimination':[[41,1]],'hand':[[59,2],[78,1]],'scrolling':[[80,3],[4,2],[77,2],[52,2],[81,2],[36,1],[79,4]],'api':[[61,1],[58,1]],'cpx':[[78,3]],'sound':[[7,2],[65,3],[12,12],[13,1],[20,1],[68,3],[35,3],[27,2],[74,4],[14,4],[76,32],[6,1],[24,1],[4,1],[34,22],[60,2],[75,17],[18,1],[11,4]],'playable':[[10,1],[9,1]],'each':[[73,1],[50,2],[39,1],[59,1],[54,1],[71,2],[60,7],[82,1],[57,1],[79,7],[55,4],[53,1],[31,2],[44,1],[62,2],[68,8],[36,2],[37,1],[78,8],[21,1],[26,1],[41,3],[76,9],[34,1],[75,2],[33,2]],'alias':[[60,5]],'useability':[[11,1]],'scalar':[[8,1]],'c008':[[82,2]],'rldutsba':[[71,1]],'ordering':[[71,1]],'subtraction':[[78,11]],'set':[[73,1],[50,4],[61,1],[35,1],[39,1],[59,2],[54,1],[29,1],[47,4],[66,2],[24,2],[60,11],[71,1],[48,2],[10,1],[79,6],[18,1],[55,1],[31,1],[28,2],[44,1],[62,10],[12,5],[13,2],[36,1],[52,2],[8,1],[5,2],[17,1],[37,1],[22,1],[78,42],[25,4],[41,3],[76,14],[81,1],[34,1],[72,2],[75,16],[33,1],[58,3]],'apu':[[11,1]],'overwrite':[[59,1],[18,1]],'whenever':[[78,2],[76,1],[53,1],[60,6],[50,1],[82,2],[37,1]],'aspiringsquire':[[26,1]],'keys':[[59,2],[9,2],[71,4],[31,2],[60,4],[62,3],[13,1],[12,2],[18,2],[27,1]],'finding':[[49,1],[54,2],[41,1],[55,1],[62,1],[66,2],[68,5]],'newline':[[71,1]],'106':[[79,1],[75,2]],'0400fh':[[75,1]],'pixels':[[63,1],[21,1],[60,5],[4,1],[36,5],[79,14],[5,1]],'unrelated':[[76,1]],'listed':[[73,1],[12,1],[41,1],[56,1],[31,3],[50,1]],'tbl2':[[59,3]],'currently':[[73,1],[53,1],[31,1],[28,1],[50,3],[62,1],[12,2],[68,1],[8,1],[39,1],[41,2],[76,6],[24,2],[60,7],[4,1],[72,1],[75,1],[32,1],[80,1],[33,2],[79,2],[65,1]],'probability':[[62,1]],'4010h':[[75,1]],'access':[[78,1],[54,2],[50,1],[60,2],[6,2],[24,2],[61,1],[68,1],[10,2],[79,15]],'dynamically':[[6,1]],'improper':[[24,1]],'occuring':[[6,1]],'manpage':[[6,1]],'100%':[[25,2]],'necessary':[[34,1],[47,1],[55,1],[60,2]],'recordbackwards':[[6,1]],'strings':[[59,2],[48,1],[50,2],[60,1]],'quiche':[[78,1]],'helsinki':[[78,1]],'unsigned':[[59,1],[78,3],[41,2],[60,3],[43,1],[50,1],[42,1]],'bus':[[78,3],[76,2],[53,1],[6,3],[50,2],[82,1],[79,7]],'preventing':[[8,1],[35,1]],'sweep':[[76,24]],'clicks':[[82,1],[50,1],[60,1]],'placed':[[68,1],[60,1],[65,1]],'2400':[[73,1]],'released':[[79,1],[62,2],[28,1],[12,1],[13,1],[16,1],[8,2],[5,1],[9,1],[14,1],[15,1],[22,2],[6,1],[4,1],[3,10],[10,1],[11,1],[7,1]],'regardless':[[76,1],[79,6],[60,3]],'7fffh':[[75,2]],'converting':[[11,1],[46,1]],'distinctions':[[68,1]],'leave':[[25,1]],'definitions':[[73,3],[48,1]],'print':[[59,1],[60,1],[78,1]],'unminimized':[[9,1]],'romfreezecolor':[[11,1]],'saves':[[29,1],[60,4],[28,1]],'reach':[[66,1]],'comparator':[[79,2]],'reaches':[[76,2]],'|30':[[76,1]],'snow':[[63,1]],'1800':[[68,2]],'simple':[[41,2],[60,2],[62,1],[82,1],[61,1],[48,1],[68,1],[3,1],[33,1],[75,1],[79,2]],'type':[[73,6],[19,1],[50,6],[44,1],[53,1],[56,1],[5,1],[59,1],[41,2],[71,4],[6,2],[60,8],[76,3],[48,1],[11,1]],'invalidate':[[7,1]],'revolutionary':[[16,1]],'flawed':[[13,1]],'adapter':[[22,2],[31,1]],'easter':[[55,1]],'disabling':[[28,1],[65,1],[35,1],[8,1]],'blue':[[59,1],[21,1],[55,2],[53,3],[60,7],[44,1],[12,1],[33,1]],'object':[[59,2],[68,4],[79,52],[8,1],[60,10]],'sizes':[[13,1]],'redundancy':[[3,1]],'registerexec':[[60,1]],'away':[[50,1],[78,6],[79,1],[60,1],[31,1]],'changing':[[5,1],[78,4],[53,1],[50,1],[12,1],[10,1],[79,1],[37,1]],'2xx':[[75,1]],'presumably':[[79,3]],'reaction':[[18,1]],'noted':[[41,1],[55,1],[79,1]],'fixup':[[78,14]],'storage':[[22,1],[48,1]],'|video':[[79,1]],'p7f':[[60,1]],'counter|':[[79,1]],'well':[[55,1],[19,1],[50,1],[44,1],[53,1],[62,6],[67,1],[59,1],[51,1],[29,1],[41,1],[78,5],[60,4],[4,1],[48,4],[75,2],[3,1],[79,3],[7,1],[65,1]],'dos':[[3,3]],'256bytes':[[68,1]],'obj':[[79,1],[28,1]],'getsuperimpose':[[60,1]],'serve':[[3,1],[60,2]],'stated':[[3,1]],'comments':[[59,1],[71,2],[24,1],[82,5],[6,1],[39,2]],'50%':[[60,2],[62,1]],'locations':[[75,1]],'5ff5':[[75,2]],'clock':[[78,2],[76,28],[79,26]],'setup':[[79,1],[82,1]],'#ff':[[50,1]],'objpixel':[[79,1]],'possibility':[[55,1]],'acceptable':[[60,1]],'avoided':[[79,1]],'basicbot':[[62,1],[16,1]],'initialized':[[76,1],[78,1],[6,1]],'under':[[1,3],[62,2],[28,1],[44,1],[16,1],[56,2],[8,2],[27,1],[78,1],[22,2],[49,1],[41,2],[24,2],[34,1],[48,1],[3,3],[40,1],[57,1],[79,1]],'selected':[[78,1],[22,1],[46,1],[41,5],[24,2],[6,1],[42,1],[48,3],[79,8],[8,2]],'1st':[[75,1],[68,1],[71,3],[79,1],[44,2]],'sony':[[26,1]],'kind':[[78,2],[48,4],[79,1],[50,1]],'070h':[[75,2]],'syncronous':[[76,1]],'registerauto':[[60,1]],'themselves':[[63,3]],'05xx':[[68,1]],'initalized':[[75,1]],'76h':[[75,1]],'dcp':[[78,14]],'behavior':[[33,1],[34,1],[44,1]],'`c`':[[78,1]],'bxj':[[78,1]],'decides':[[59,1],[79,1]],'detail':[[68,1],[41,1],[76,2]],'3f00':[[68,1]],'fcs':[[73,3],[29,1],[70,1],[14,1],[71,1],[72,1]],'attempt':[[76,1],[60,1],[62,23],[30,1],[50,1],[75,1],[3,1],[65,1]],'big':[[4,1],[12,2],[48,2],[60,1],[62,2]],'briefly':[[41,1]],'conditionally':[[76,1]],'statistics':[[50,1],[68,1]],'seeing':[[78,1],[79,3],[24,1]],'writes':[[78,2],[76,4],[53,1],[62,1],[80,1],[75,2],[79,1],[8,1]],'accelerators':[[5,1]],'nestech':[[76,1]],'robust':[[60,1]],'evaluations':[[79,1]],'address':[[73,5],[53,2],[50,46],[44,6],[81,1],[12,1],[52,1],[68,6],[56,12],[8,3],[59,5],[21,1],[51,2],[41,17],[54,4],[6,4],[60,32],[4,8],[78,224],[75,28],[80,5],[82,7],[79,22]],'japanese':[[48,16]],'item':[[5,1],[39,7],[9,1],[14,1],[41,1],[55,1],[12,3],[48,2],[10,2],[11,7],[7,1]],'automatically':[[30,1],[28,2],[31,1],[44,1],[12,2],[16,1],[20,3],[36,2],[50,5],[37,3],[56,1],[78,1],[54,2],[14,1],[41,5],[76,1],[24,2],[82,2],[79,1]],'unclear':[[79,1]],'shame':[[79,1]],'frkfunctions':[[63,1]],'temp':[[79,2],[80,1]],'mkv':[[39,1]],'experience':[[63,1],[49,1],[64,1],[65,1]],'droradc':[[78,2]],'selling':[[79,1],[48,1]],'tinker':[[53,1]],'2000|':[[68,1]],'drawbox':[[60,1]],'memblers':[[76,1]],'nestopia_yuv':[[26,1]],'inherit':[[4,1],[82,1]],'unpaused':[[5,1]],'distinquished':[[78,1]],'fit':[[36,1],[78,1]],'somethingelseistrue':[[59,1]],'jukka':[[78,1]],'mЉkelЉ':[[78,1]],'followed':[[71,2]],'rowheightborder':[[11,1]],'hexforecolorg':[[21,1]],'imported':[[10,2],[59,1],[60,1]],'complements':[[6,1]],'playfield':[[79,29]],'romchecksum':[[71,1]],'short':[[59,1],[54,1],[41,1],[76,2],[31,1],[60,1],[48,1]],'continued':[[3,1]],'final':[[76,1],[26,1],[23,1]],'makecode':[[55,1]],'silver':[[28,1]],'minor':[[65,1],[1,1],[14,1],[12,2],[13,1],[10,2],[7,1],[11,1]],'disposal':[[48,1]],'4013h':[[75,1]],'signal':[[78,4],[76,4],[33,1],[79,12]],'while':[[50,4],[16,1],[35,2],[39,1],[59,5],[9,1],[54,3],[66,1],[24,3],[60,7],[4,1],[82,2],[48,4],[79,2],[7,1],[65,1],[55,6],[53,3],[30,2],[28,3],[31,2],[12,2],[42,1],[36,1],[5,2],[37,1],[63,1],[78,11],[25,1],[76,3],[6,1],[75,4],[58,1]],'fds':[[73,1],[19,5],[50,1],[67,1],[17,1],[9,2],[22,8],[25,2],[29,2],[66,1],[71,6],[75,10],[10,1],[18,1],[65,5]],'gameplay':[[22,1],[67,2],[35,1]],'time':[[50,5],[9,1],[54,5],[66,1],[2,1],[60,11],[48,2],[10,1],[79,23],[65,1],[53,2],[31,2],[28,4],[12,1],[52,2],[68,3],[37,1],[5,1],[63,1],[78,14],[41,3],[76,7],[34,1],[72,1],[75,1],[3,1],[58,1]],'height':[[12,2],[36,2],[11,1],[5,1]],'passes':[[11,1]],'busses':[[79,1]],'hexfreezecolorb':[[21,1]],'stupid':[[11,1]],'duration':[[31,1]],'such':[[73,1],[1,1],[50,4],[67,2],[61,1],[35,2],[39,1],[59,1],[9,3],[29,2],[54,1],[66,3],[24,1],[60,6],[82,1],[48,1],[57,1],[79,1],[65,1],[55,2],[31,2],[28,2],[44,1],[62,3],[12,2],[68,4],[64,1],[63,1],[41,3],[76,2],[3,5],[11,1]],'converts':[[60,1]],'func':[[60,16]],'isb':[[78,16]],'listing':[[14,1]],'lack':[[60,1]],'indir':[[78,4]],'side':[[73,1],[78,1],[22,9],[25,1],[41,1],[50,1],[76,1],[81,1],[48,2],[3,1],[36,1],[79,1]],'9fff':[[55,1]],'designation':[[50,1]],'maxsegments':[[62,1]],'render':[[4,1],[36,1],[79,7],[35,1]],'eor':[[78,15]],'crossing':[[78,11]],'memo':[[71,1]],'registerrun':[[60,1]],'modification':[[28,1]],'square2':[[60,1]],'written':[[73,4],[1,1],[42,1],[68,2],[63,1],[59,3],[22,1],[51,1],[41,2],[76,6],[43,1],[60,3],[78,3],[48,2],[75,5],[3,2],[10,1],[57,1],[79,1]],'babelfish':[[48,1]],'paste':[[48,2],[49,1],[53,3]],'moving':[[62,1],[51,1],[60,1]],'|bits':[[76,2]],'n@3':[[78,1]],'permanent':[[56,1]],'007c':[[75,1]],'occurrence':[[78,1]],'easier':[[63,2],[78,2],[55,1],[66,1],[50,1],[60,1],[67,1],[80,1],[75,1],[68,1],[57,1]],'confirm':[[79,1],[60,2]],'tech':[[76,1]],'barcode':[[31,2]],'creating':[[4,1],[45,2],[3,1],[66,2],[60,2]],'artist':[[75,3]],'disabled':[[55,1],[50,1],[28,1],[12,2],[13,1],[20,5],[35,2],[5,1],[21,1],[14,1],[76,7],[6,1],[4,1],[34,2],[75,1]],'reader':[[31,1]],'replace':[[48,1],[76,1],[79,1],[60,1],[31,2]],'demo':[[55,2]],'dakuten':[[48,5]],'far':[[78,1],[48,1],[76,1],[79,1]],'necessarily':[[78,1]],'secrets':[[55,1]],'getpixel':[[59,1],[8,1],[60,2]],'drawline':[[60,1]],'f12':[[60,1]],'properly':[[41,1],[47,1],[6,1],[28,1],[4,1],[55,1],[12,3],[10,1],[18,1]],'scanlines':[[12,3],[52,1],[79,9],[50,3],[35,4]],'64k':[[82,1]],'340':[[79,1]],'restored':[[10,2],[41,1]],'opens':[[41,2],[55,1],[6,1],[39,5]],'back':[[62,3],[28,1],[39,1],[59,1],[22,1],[78,9],[66,1],[24,6],[60,1],[4,1],[71,1],[75,2],[79,2],[18,1]],'rerecordcounting':[[4,1],[60,1]],'upper':[[78,6],[68,1],[79,1],[50,1],[28,1]],'10h':[[75,1]],'box':[[19,1],[31,2],[38,1],[44,1],[50,1],[16,2],[36,2],[56,8],[59,1],[9,1],[41,3],[6,1],[24,2],[60,11],[48,1]],'section':[[73,15],[50,1],[44,1],[68,1],[8,1],[78,1],[54,1],[29,1],[76,3],[71,5],[48,3],[75,1],[79,3],[65,1]],'bat':[[17,1]],'radd':[[73,1]],'ability':[[4,1],[13,1],[76,4],[66,1],[6,1]],'backed':[[29,1],[9,1],[12,1]],'only':[[73,1],[19,2],[50,7],[16,1],[35,1],[39,7],[59,8],[9,1],[14,2],[15,1],[23,3],[24,10],[51,4],[4,1],[54,5],[48,3],[60,29],[66,2],[79,14],[7,2],[82,3],[55,6],[38,1],[30,1],[31,1],[45,1],[53,1],[12,1],[13,3],[20,3],[36,2],[8,2],[37,4],[62,3],[78,22],[21,1],[41,2],[76,19],[6,3],[72,1],[75,13],[3,4],[33,2],[11,2]],'alt':[[12,2],[36,1],[11,3],[60,1]],'corrupted':[[48,1],[6,1],[8,1]],'oversights':[[15,1]],'states':[[78,2],[29,1],[71,1],[60,4]],'gp2x':[[3,1]],'reduced':[[44,1]],'shops':[[48,1]],'solely':[[68,1]],'lsr':[[78,17]],'according':[[5,1],[78,3],[60,1],[4,1],[36,1],[79,1],[58,1]],'requests':[[60,1]],'seemed':[[48,1]],'bypass':[[79,1]],'occasionally':[[78,2],[67,1]],'everytime':[[79,1]],'@```':[[78,5]],'bros':[[68,1]],'excluded':[[79,1]],'resumed':[[5,1]],'9000':[[75,2]],'depend':[[71,1],[37,1]],'mmc':[[79,3]],'quotes':[[75,1]],'txt':[[78,2],[75,2],[12,1],[13,1],[76,6]],'heavy':[[35,1],[76,1],[60,2],[8,1]],'assistance':[[66,1]],'swap':[[34,1],[51,1],[33,1],[56,1]],'fffe':[[78,3],[68,1],[50,1]],'keeping':[[50,1]],'si_zapper':[[71,4]],'asymmetry':[[76,1]],'banking':[[60,1]],'library':[[59,1],[6,1],[60,27],[4,1],[61,10],[3,1],[10,2],[7,1]],'thanks':[[75,3],[9,1],[13,1],[76,1]],'vblank':[[60,1],[65,1],[12,2],[79,1],[50,1],[35,1]],'something':[[59,6],[54,1],[78,3],[66,1],[60,2],[62,3],[80,1],[13,1],[48,1],[75,2],[58,1]],'falling':[[79,2]],'c16':[[78,2]],'spot':[[68,1],[53,1],[24,1],[79,1]],'reading':[[59,1],[49,1],[78,1],[55,1],[76,2],[80,2],[28,1],[4,1],[79,2],[11,2]],'compose':[[60,1]],'rdy':[[78,1]],'ddfd':[[78,2]],'rows':[[48,1],[68,3]],'fceux':[[50,1],[0,2],[61,2],[27,1],[29,2],[2,3],[24,4],[82,3],[57,6],[46,1],[38,1],[28,16],[44,1],[12,4],[13,2],[20,57],[36,7],[5,1],[37,5],[63,5],[21,1],[22,2],[41,3],[43,1],[33,1],[11,2],[1,12],[19,5],[67,2],[16,4],[39,2],[59,2],[49,1],[14,9],[23,2],[66,2],[60,22],[71,3],[4,3],[10,1],[40,1],[18,3],[65,10],[30,9],[31,4],[45,2],[62,1],[42,1],[8,1],[17,2],[26,3],[25,1],[70,2],[6,3],[34,1],[3,10],[58,9]],'gnobgfillcolor':[[28,1],[21,1],[14,1]],'translators':[[48,2]],'bit6':[[71,2]],'looks':[[59,2],[51,1],[52,1],[41,1]],'tasks':[[57,1],[62,1]],'thru':[[79,5],[75,2],[80,1]],'markedframe':[[60,1]],'numpad9':[[60,1]],'multiplied':[[75,1]],'condiition':[[50,1]],'com':[[76,1],[80,2],[45,1],[61,1],[81,2],[79,1],[69,1]],'stumble':[[55,1]],'undesired':[[63,2]],'5000':[[75,1]],'ffffffff':[[75,2]],'|7f':[[76,1]],'hud':[[6,2],[5,1]],'m#l':[[78,1]],'fwnes':[[22,1]],'r0j0':[[78,1]],'probably':[[63,1],[65,2],[78,4],[19,1],[60,2],[31,1],[48,2],[79,3],[58,4]],'puc':[[61,3]],'decode':[[49,1]],'jumps':[[78,4]],'region':[[28,2]],'341':[[79,4]],'dozens':[[79,1]],'oring':[[11,1]],'emulator':[[73,6],[50,6],[67,1],[27,1],[59,9],[9,2],[23,3],[54,2],[66,4],[2,3],[24,2],[60,18],[71,6],[48,4],[57,1],[18,2],[79,1],[30,2],[28,1],[13,2],[36,2],[8,1],[5,2],[78,1],[21,1],[6,2],[75,1],[3,3],[33,2],[58,3]],'hexforecolorr':[[21,1]],'resizable':[[53,1]],'drawrect':[[60,1]],'hbd7':[[78,2]],'smart':[[4,1],[55,1]],'session':[[4,1],[28,1],[12,1],[55,1],[5,2]],'toolset':[[6,1]],'across':[[78,1],[60,2],[62,1]],'component':[[76,1],[49,1]],'received':[[62,1]],'1ffh':[[75,2]],'windowed':[[4,1],[13,1],[36,2],[30,1]],'warrior':[[29,1]],'memwatch':[[20,1],[8,1],[12,2]],'revert':[[41,1],[11,1]],'framecount':[[12,1],[60,6]],'clipboard':[[53,1],[48,1],[61,1]],'convenient':[[50,5],[60,1]],'bit2':[[71,2]],'yes':[[62,4]],'setrenderplanes':[[60,1]],'gdstr':[[60,3]],'`je':[[78,1]],'device':[[26,1],[22,1],[76,2],[71,3],[31,5],[68,1],[79,3],[18,1]],'mind':[[48,1],[75,1],[3,1],[19,1],[60,1],[79,1]],'moved':[[12,1],[5,1]],'pass':[[59,1],[54,1],[75,1],[79,2],[60,1]],'running':[[55,1],[53,3],[30,2],[50,4],[62,2],[36,2],[35,1],[17,1],[59,2],[9,1],[22,1],[51,1],[78,3],[60,5],[4,2],[58,2]],'proof':[[78,3],[3,1],[66,1],[24,2]],'nez':[[19,1]],'siren':[[7,1]],'convention':[[71,7],[60,1],[82,1]],'numpad2':[[60,1]],'nnn':[[75,1]],'decreasing':[[76,2]],'0000000000011111':[[80,1]],'labels':[[82,2]],'terms':[[66,1],[50,1],[60,1]],'addgamegenie':[[8,1],[60,2]],'broken':[[13,1],[68,2],[10,1],[55,1],[50,1],[79,1]],'corrected':[[8,1],[26,1]],'bmf_final3':[[26,1]],'miserabley':[[48,1]],'passed':[[59,1],[79,4],[60,2],[82,2]],'unknown':[[76,4],[79,1]],'opacity':[[60,2]],'pulses':[[76,1],[79,2]],'intensify':[[7,1]],'bits':[[78,6],[76,32],[71,3],[60,1],[80,6],[81,2],[72,1],[75,4],[33,1],[7,1],[79,14]],'self':[[59,1],[78,1]],'main':[[65,1],[73,3],[30,1],[28,1],[31,1],[61,1],[13,1],[42,1],[62,3],[68,2],[39,2],[59,3],[51,1],[14,1],[78,2],[60,3],[79,2],[7,1],[11,1]],'tim':[[78,1]],'000e':[[75,1]],'sb#0':[[78,1]],'equivalent':[[57,1],[59,3]],'differs':[[71,1]],'modes':[[59,1],[78,6],[41,1],[76,1],[28,1],[68,1],[36,2]],'transfer':[[78,1],[75,1]],'|50':[[76,1]],'clearinputchanges':[[60,1]],'yyy':[[71,2]],'master':[[34,4],[8,1],[79,1]],'assignable':[[16,1]],'inherited':[[78,2]],'colon':[[41,1],[59,1]],'coded':[[78,1],[12,1]],'accel':[[12,1]],'resizeable':[[14,1]],'warn':[[62,1]],'executes':[[54,1],[60,2]],'captures':[[49,1],[29,1]],'unpredictable':[[78,3],[79,1]],'gif':[[61,1]],'constants':[[71,1]],'lua5':[[10,1]],'wasn':[[15,1],[50,1]],'linking':[[4,1]],'oneshot':[[60,1]],'street':[[12,1]],'text':[[1,1],[50,3],[16,2],[59,2],[9,1],[14,1],[54,3],[66,1],[24,1],[60,4],[71,11],[82,2],[48,40],[40,2],[53,3],[12,3],[13,1],[36,1],[5,2],[63,2],[21,3],[41,2],[6,2],[75,5],[3,1],[58,1]],'worry':[[59,2],[48,1],[57,1],[60,1],[79,1]],'ki7rbp':[[78,1]],'callback':[[60,29]],'restore':[[14,4],[55,1],[38,1],[50,2],[34,1],[12,1],[18,3],[39,3]],'customized':[[4,1],[26,1]],'movie_finished':[[37,1]],'punchoutchallenge':[[63,1]],'|commands|rldutsba|rldutsba|rldutsba|rldutsba|port2|':[[71,1]],'form':[[59,1],[71,2],[60,2],[53,1],[24,1],[50,3],[75,1],[82,1],[79,3]],'lsb':[[73,1],[72,1],[78,1],[76,3],[79,2]],'nutant':[[60,2]],'affiliated':[[76,1]],'prescale2x':[[36,3]],'registers':[[53,2],[50,4],[52,2],[68,3],[8,1],[63,1],[78,13],[54,2],[76,2],[80,1],[60,10],[75,12],[79,11]],'controlling':[[50,2]],'restriction':[[79,1]],'narrowed':[[68,1]],'cycles':[[78,12],[54,1],[76,7],[50,3],[6,2],[4,2],[34,2],[60,4],[79,9],[35,2]],'latter':[[78,3]],'unnecessary':[[78,1]],'8500':[[78,1]],'slader':[[48,1]],'adv':[[28,1],[14,2]],'with':[[50,10],[61,2],[56,1],[47,2],[80,2],[24,5],[82,6],[48,6],[57,1],[79,30],[28,1],[12,3],[13,1],[20,2],[36,1],[68,7],[37,1],[63,3],[69,1],[22,4],[41,10],[33,1],[11,4],[19,6],[16,1],[39,1],[59,10],[9,7],[14,1],[49,2],[51,2],[54,5],[60,19],[4,8],[66,4],[71,7],[10,2],[18,3],[7,2],[65,5],[55,10],[53,4],[30,1],[31,2],[62,5],[8,7],[78,29],[26,2],[25,1],[70,2],[6,10],[76,17],[75,1],[3,7],[58,2]],'illustrates':[[78,1]],'glory':[[48,1]],'behaving':[[37,1]],'838977920':[[71,1]],'between':[[55,1],[30,1],[28,1],[31,1],[62,2],[13,1],[68,1],[81,1],[78,9],[21,1],[49,1],[25,1],[66,1],[60,4],[76,5],[80,1],[75,1],[10,1],[33,1],[79,7]],'working':[[54,1],[25,2],[55,2],[6,1],[60,2],[4,2],[61,1],[75,1],[3,1],[11,1]],'readdown':[[60,1]],'breakpoint':[[54,2],[53,2],[50,12],[6,6],[4,2],[60,2],[5,1]],'github':[[61,1]],'ane':[[78,5]],'perfecting':[[24,1]],'forceful':[[60,1]],'abbreviations':[[78,1]],'assure':[[78,1]],'dmc':[[73,3],[76,13],[11,1]],'dpcm':[[10,1],[60,1]],'a002':[[75,1]],'goroh':[[76,2]],'rates':[[79,1]],'absolute':[[60,2],[78,16],[62,1],[8,1]],'loss':[[59,1],[12,1]],'saving':[[78,1],[29,1],[55,1],[44,1],[4,1],[12,3],[48,2],[10,1],[57,1],[11,1],[5,3]],'particular':[[51,1],[76,1],[50,1],[6,1],[24,2],[48,1],[75,1],[33,1],[79,3]],'got':[[76,1],[50,1],[60,1]],'maybe':[[62,1],[65,1]],'ubuntu':[[6,1]],'insert':[[22,5],[25,2],[71,4],[60,1],[4,1],[58,1]],'possible':[[73,1],[55,2],[62,3],[68,1],[56,2],[8,1],[39,2],[78,4],[26,1],[66,2],[24,1],[60,1],[82,1],[48,1],[79,1],[18,1]],'omit':[[60,1]],'naming':[[39,1],[5,1],[6,1],[82,1],[4,3],[12,1],[37,1]],'|04':[[76,1]],'0x200':[[60,2]],'anc':[[78,2]],'readwordsigned':[[4,1],[60,1]],'like':[[50,3],[67,1],[59,7],[51,2],[14,1],[71,1],[60,11],[82,4],[48,3],[57,2],[79,6],[65,1],[55,3],[31,2],[28,1],[62,3],[42,1],[52,1],[8,1],[63,2],[78,15],[41,4],[76,1],[43,1],[75,2],[3,2],[58,1]],'clang':[[6,1]],'0320':[[68,1]],'nes_basecycles':[[75,2]],'transparent':[[9,1],[76,1],[79,6],[60,4]],'nops':[[78,1]],'range':[[9,1],[41,1],[53,2],[60,8],[50,3],[76,3],[82,1],[75,5],[68,2],[79,18],[7,1]],'of_':[[78,1]],'inverted':[[76,2]],'folders':[[29,1]],'occurs':[[78,10],[76,2],[79,3]],'screen':[[16,2],[59,2],[51,1],[29,1],[47,1],[71,2],[24,1],[60,20],[48,2],[79,17],[7,1],[55,2],[30,2],[28,3],[31,1],[62,1],[12,4],[52,1],[36,9],[68,13],[8,2],[5,2],[37,1],[78,1],[22,3],[26,1],[11,1]],'file':[[50,7],[61,1],[56,1],[29,4],[47,1],[24,17],[82,8],[48,11],[46,2],[28,4],[44,3],[12,7],[13,2],[20,6],[5,2],[37,5],[21,5],[22,4],[41,6],[33,5],[11,8],[73,4],[1,1],[19,7],[16,7],[39,22],[59,2],[9,3],[14,7],[23,11],[49,1],[54,2],[60,12],[4,2],[66,2],[71,5],[10,3],[40,1],[18,8],[7,1],[65,1],[55,8],[53,6],[30,2],[62,2],[45,1],[8,1],[17,3],[78,2],[26,1],[70,4],[6,4],[72,4],[75,12],[58,4]],'yabause':[[42,1],[43,1]],'0000':[[73,2],[41,1],[53,1],[50,1],[75,1],[68,7],[7,1]],'wrapper':[[14,1]],'wanting':[[68,1]],'homebrew':[[82,1],[15,1],[14,1]],'rotation':[[79,2]],'smb3':[[63,1]],'movies':[[45,1],[13,1],[16,4],[20,1],[68,1],[8,7],[37,3],[14,3],[29,1],[66,5],[6,2],[24,3],[60,4],[71,2],[10,1],[40,1],[7,2],[65,2]],'3f1f':[[68,1]],'net':[[81,2],[59,2],[75,1],[80,2],[67,1]],'publically':[[76,1]],'port':[[79,2],[55,1],[31,7],[8,1],[9,2],[22,1],[76,1],[71,3],[75,4],[3,3],[10,1],[11,1],[7,2]],'specific':[[11,1],[73,5],[31,2],[44,1],[62,2],[67,1],[16,1],[36,1],[68,3],[69,1],[63,1],[59,2],[49,1],[54,1],[41,1],[47,1],[70,1],[76,2],[82,1],[72,1],[40,1],[18,2],[58,1]],'braces':[[59,1]],'099822938442230224609375':[[71,1]],'3d2n@8':[[78,1]],'transfers':[[79,1]],'transmission':[[61,1]],'whitespaces':[[50,1]],'unused':[[73,2],[78,1],[51,1],[55,6],[76,6],[6,1],[4,1],[68,1],[8,1]],'b@`':[[78,1]],'makes':[[78,3],[51,1],[55,2],[41,1],[53,1],[60,4],[79,2],[8,1],[18,1]],'comply':[[4,1]],'included':[[63,2],[78,1],[22,1],[62,1],[31,1],[12,1],[75,1],[79,1],[8,2]],'reported':[[78,1],[11,1]],'japan':[[22,1]],'basic':[[1,1],[55,1],[62,3],[0,1],[61,1],[16,1],[68,2],[27,1],[59,1],[9,1],[76,1],[66,4],[48,1],[75,1],[57,2],[18,1],[58,2]],'interrupt':[[78,39],[68,1],[76,2],[8,1],[50,6]],'television':[[22,1],[26,1],[33,1],[31,1]],'colorful':[[6,1]],'recommended':[[50,1],[60,2],[6,1]],'operators':[[59,3],[50,1]],'fancy':[[59,1]],'3fff':[[79,1],[68,1]],'2eff':[[68,1]],'namco':[[75,4]],'buzzers':[[31,1]],'protection':[[14,1]],'harmless':[[78,1]],'1200':[[68,1]],'pi#x7':[[78,4]],'finishing':[[78,1]],'compromised':[[79,1]],'g8r':[[78,1]],'2003':[[73,2]],'jan':[[79,1]],'want':[[55,1],[53,1],[31,1],[44,1],[50,1],[62,3],[36,1],[56,2],[59,1],[54,2],[78,2],[47,1],[41,3],[60,8],[82,1],[79,1],[11,1],[58,2]],'surrounding':[[79,1]],'adequately':[[10,1]],'skinny':[[80,1]],'00a5#mic':[[82,1]],'movement':[[52,1]],'4011h':[[75,1]],'cause':[[63,1],[78,4],[14,1],[41,1],[53,1],[76,2],[28,1],[79,1],[35,1]],'allocated':[[68,1]],'common':[[7,1],[30,1],[42,1],[8,1],[5,1],[64,1],[59,2],[9,1],[78,3],[41,1],[66,2],[6,1],[4,1],[75,1],[10,1],[79,1],[11,1],[18,1]],'tenten':[[48,6]],'different':[[82,1],[53,2],[28,2],[81,1],[16,2],[36,2],[68,1],[35,1],[8,2],[78,9],[41,1],[76,3],[24,1],[6,2],[60,3],[72,1],[48,2],[75,1],[10,1],[79,2],[18,1],[65,2]],'voltage':[[76,5],[79,2]],'waves':[[79,2]],'x0p':[[78,1]],'chosenjo':[[31,1]],'fills':[[79,1]],'registerwrite':[[60,1]],'options':[[50,1],[16,6],[27,6],[39,1],[9,1],[14,2],[15,1],[51,1],[24,2],[54,2],[4,3],[60,1],[48,2],[71,1],[10,1],[40,1],[65,2],[30,2],[31,1],[44,2],[12,3],[20,3],[36,7],[42,3],[8,2],[5,4],[17,3],[37,2],[21,2],[26,2],[41,1],[6,3],[43,3]],'force':[[59,1],[76,1],[6,1],[34,1],[36,2],[33,1],[5,1]],'smoother':[[36,2]],'mess':[[79,1],[62,1]],'commenting':[[59,1]],'furthermore':[[52,1],[55,2],[53,1]],'preserved':[[66,2],[71,1]],'letter':[[56,4],[65,2]],'extract':[[78,1],[49,1]],'restarting':[[60,1]],'purpose':[[63,3],[3,1],[76,1],[60,1]],'slash':[[60,1],[28,1]],'margin':[[79,1]],'apr':[[81,1],[80,1]],'diagram':[[78,8],[68,2],[76,1]],'reconstruct':[[24,2],[82,1]],'leaves':[[6,1],[20,2]],'wants':[[76,1],[35,1]],'bilinear':[[65,1]],'wikipedia':[[66,1],[68,1]],'inclined':[[67,1]],'interpret':[[64,1]],'zero':[[73,2],[78,29],[25,1],[41,1],[50,1],[76,4],[52,1],[68,5],[79,1]],'manner':[[59,1],[48,1]],'miscellaneous':[[71,1]],'slave':[[79,1]],'9001':[[75,1]],'push':[[78,7],[66,1],[62,1]],'extended':[[3,2]],'shy':[[78,4]],'color':[[79,15],[55,1],[53,3],[31,1],[28,2],[36,3],[8,4],[59,4],[21,6],[14,2],[51,1],[6,1],[60,23],[33,6],[11,1],[65,2]],'boulderdash_amoebaai':[[6,1]],'translated':[[76,1],[48,1]],'bank':[[55,1],[41,1],[53,1],[50,11],[4,2],[60,2],[75,10],[68,2],[82,3],[56,1],[8,1]],'perfection':[[66,1]],'drop':[[41,1],[31,2],[44,1],[4,1],[12,2],[8,1],[11,1]],'%1d':[[71,2]],'complain':[[62,1]],'port2':[[71,3]],'guide':[[17,5],[41,1],[66,1],[71,1],[68,2],[40,5],[64,2]],'notebook':[[48,1]],'createfromgdstr':[[59,1],[60,1]],'accessed':[[73,1],[51,1],[54,2],[55,5],[53,1],[4,1],[68,1],[79,5]],'arr':[[78,6]],'preparations':[[78,3]],'fillcolor':[[60,4]],'planning':[[79,1]],'gets':[[8,2],[78,1],[79,1],[60,7],[6,1]],'mid':[[9,1],[51,1]],'deemed':[[62,4]],'60hz':[[75,1]],'noicon':[[20,3]],'beta':[[3,1]],'ftp':[[61,1]],'wins':[[79,1]],'samples':[[35,4],[75,1]],'guard':[[60,1]],'comprised':[[48,1]],'120':[[76,2]],'rp2a03e':[[76,1]],'gtk2':[[3,1],[7,1]],'giorgio':[[3,1]],'activity':[[4,1],[53,1],[78,1]],'installed':[[12,1]],'signed':[[73,3],[59,1],[78,2],[43,1],[60,4],[42,1],[75,2]],'matches':[[56,1]],'break':[[78,2],[62,1],[50,15],[52,1],[68,1],[8,1]],'generator':[[76,16],[79,1],[68,2]],'placement':[[79,1]],'card':[[6,1]],'remain':[[78,1],[79,1],[44,1]],'previously':[[53,1],[60,3]],'will':[[50,33],[56,9],[35,2],[29,15],[47,3],[80,1],[24,23],[82,2],[48,17],[32,1],[57,1],[79,22],[46,2],[38,1],[28,22],[44,8],[81,1],[12,1],[20,7],[13,1],[36,9],[68,13],[5,1],[37,11],[63,2],[22,9],[41,21],[33,4],[73,1],[19,4],[16,4],[39,2],[59,16],[9,1],[14,5],[23,1],[51,4],[54,5],[60,45],[66,2],[71,3],[10,1],[40,1],[18,3],[65,3],[55,3],[53,5],[30,7],[31,8],[62,13],[52,5],[8,1],[78,45],[25,2],[76,68],[34,4],[72,1],[75,9],[58,10]],'consistently':[[9,1]],'sbx':[[78,14]],'accessible':[[59,1],[12,1],[50,2],[39,2]],'else':[[63,1],[59,3],[41,1],[66,1],[60,3],[62,3]],'`#j1@lj3b@29':[[78,1]],'cross':[[78,1],[2,1]],'state':[[73,5],[50,4],[39,1],[59,2],[54,2],[14,1],[71,3],[24,6],[60,21],[79,1],[18,8],[55,1],[53,1],[28,1],[13,2],[20,1],[52,2],[8,2],[37,2],[5,1],[63,1],[78,4],[76,5],[6,1],[72,2],[75,3]],'populated':[[8,1]],'framedisplay':[[20,3]],'troubleshooting':[[64,1],[65,2]],'0005':[[50,2],[75,1]],'lua':[[1,1],[50,3],[61,6],[16,4],[39,10],[59,29],[9,8],[14,5],[15,2],[29,3],[60,29],[66,1],[4,6],[10,6],[57,12],[7,4],[62,15],[12,4],[13,2],[20,5],[8,6],[5,3],[63,29],[6,18],[11,2],[58,18]],'readword':[[4,1],[60,1]],'checked':[[50,1],[13,1],[16,2],[36,6],[35,1],[37,6],[23,1],[29,1],[41,2],[60,3],[76,1],[34,3],[48,1],[11,1]],'circuit':[[79,1],[26,1]],'slowdown':[[6,1],[24,1]],'highlighted':[[53,3],[11,1]],'thing':[[41,2],[66,1],[76,1],[48,5],[79,2],[65,1]],'yesno':[[60,3]],'defeated':[[63,1]],'00h':[[75,7]],'diagrams':[[79,1]],'#256':[[79,1]],'huge':[[79,1]],'not':[[73,2],[19,1],[50,5],[16,3],[56,1],[35,1],[39,1],[59,14],[51,1],[14,4],[23,1],[29,1],[24,5],[47,2],[4,3],[54,1],[48,16],[60,33],[66,4],[57,1],[7,1],[65,2],[71,6],[79,13],[82,1],[55,4],[53,2],[30,2],[28,8],[44,1],[62,7],[12,5],[13,1],[20,5],[36,1],[52,2],[5,2],[37,3],[63,3],[22,1],[68,6],[41,10],[76,13],[6,4],[78,55],[75,14],[58,1]],'4040':[[75,1]],'anymore':[[6,2]],'0300':[[68,4]],'hertz':[[60,5],[75,1]],'log':[[78,2],[54,9],[55,6],[71,12],[50,1],[6,9],[4,3],[12,2],[5,1]],'|10':[[76,1]],'mirrored':[[79,1]],'frontend':[[3,1],[62,1],[58,1]],'maximum':[[59,1],[78,1],[76,2],[62,1],[60,1],[72,1],[75,1],[33,1],[35,1]],'shrink':[[37,1]],'saved':[[73,1],[50,1],[28,1],[62,3],[37,1],[39,3],[14,1],[29,5],[41,1],[60,2],[4,2],[48,5],[11,1],[18,1]],'taller':[[36,1]],'refer':[[59,1],[68,4],[56,1],[60,2]],'conversion':[[65,2],[13,1],[76,2],[60,1],[5,1]],'ever':[[76,1],[79,3]],'faintly':[[79,1]],'safely':[[60,1]],'nop':[[78,35]],'additions':[[78,2]],'polled':[[47,1],[28,1]],'moviefilenames':[[14,1]],'design':[[45,1],[76,1],[6,1]],'messagebox':[[59,1]],'unhide':[[39,1],[30,1],[28,1]],'relating':[[29,1],[1,1]],'becomes':[[48,1],[55,2],[76,1],[6,1]],'raw':[[49,1],[23,1],[19,1],[60,11]],'integral':[[36,1],[5,1]],'refused':[[78,1]],'1400h':[[75,1]],'excess':[[48,1]],'met':[[76,1],[50,1]],'disrupt':[[75,1]],'registersave':[[10,2],[60,1]],'smb2':[[20,2]],'anded':[[78,1]],'224p@60fps':[[28,1]],'pin':[[76,4],[79,5]],'representing':[[60,2]],'handlers':[[60,1]],'basics':[[59,2],[57,1],[79,1],[58,1]],'explain':[[63,1],[48,1],[53,1],[27,1]],'notice':[[78,1]],'retrieves':[[79,2]],'beyond':[[53,1],[23,1]],'4020':[[68,1]],'relocated':[[75,2]],'determining':[[78,1],[79,1]],'existing':[[4,1],[49,1],[41,2],[18,1]],'page':[[73,1],[59,1],[26,1],[78,40],[41,1],[50,1],[60,3],[68,7],[3,3],[39,1]],'w_pm`':[[78,1]],'debugging':[[55,1],[50,9],[67,2],[13,1],[8,1],[59,1],[49,1],[14,1],[6,2],[82,1],[4,1],[3,3],[10,1],[7,1]],'nothrottle':[[59,1],[60,1],[20,2]],'aid':[[63,1],[48,1],[79,1],[67,1]],'rather':[[59,1],[47,1],[60,4],[44,1],[28,1],[62,1],[12,1],[20,1],[16,2],[79,2]],'reliably':[[78,1]],'deleting':[[55,1],[57,1],[6,1]],'inital':[[75,2]],'scrolllock':[[60,1]],'mapinittab':[[9,1]],'unsaturated':[[26,1]],'joe':[[48,1]],'behaves':[[78,1]],'precise':[[59,1],[78,1],[79,1]],'onto':[[79,2],[68,5]],'line':[[50,10],[16,1],[59,4],[9,1],[54,1],[71,4],[24,1],[60,4],[4,4],[80,1],[82,18],[79,10],[53,1],[12,3],[13,1],[20,4],[36,4],[52,1],[68,1],[17,2],[78,4],[41,2],[76,1],[6,1],[3,1]],'west':[[78,1]],'sav':[[12,1],[29,1],[22,1],[55,1]],'kage':[[6,1]],'blob':[[71,1]],'around':[[78,1],[49,1],[68,1],[75,2],[76,2],[60,2]],'zapper':[[9,1],[71,5],[31,8],[60,8],[12,3],[8,2],[5,2]],'goes':[[78,2],[14,1],[76,2],[62,1],[60,1],[75,2],[68,1],[79,1]],'tearing':[[36,2],[6,1]],'capslock':[[60,1]],'send':[[41,1],[78,1]],'shouldn':[[41,1],[63,1]],'ejecting':[[22,1]],'c000':[[75,2],[68,1],[55,1],[82,3]],'0000|':[[68,1]],'plp':[[78,4]],'destination':[[55,2],[78,1],[23,1]],'|0e':[[76,1]],'065':[[76,1]],'rules':[[58,1]],'draw':[[59,1],[61,1],[14,1],[53,1],[60,8],[80,1]],'statement':[[78,1],[50,2]],'__________________________________________':[[68,1]],'popped':[[79,1]],'0x10':[[82,1]],'blur':[[36,1]],'extracts':[[78,1]],'shorthand':[[80,1]],'wrap':[[76,1]],'held':[[24,1],[60,11],[76,1],[31,3],[8,1]],'automate':[[57,1]],'called':[[62,14],[28,1],[12,1],[39,4],[59,3],[78,4],[66,1],[60,10],[82,2],[4,1],[3,1],[79,2],[18,1],[58,1]],'t2p9d`pyd`':[[78,1]],'automated':[[66,1],[60,1]],'setpixel':[[60,1]],'newly':[[4,2],[54,2]],'pix':[[68,2]],'interrupting':[[60,1]],'incomplete':[[73,2]],'port0':[[71,7]],'arithmetic':[[78,8]],'garbage':[[79,3]],'lehti':[[78,2]],'testing':[[78,1]],'post':[[10,1],[79,1],[6,1],[35,1]],'deck':[[22,1]],'flakes':[[6,1]],'004':[[76,1]],'software':[[3,1],[61,1],[78,1]],'f14':[[60,1]],'downs':[[66,1]],'hide':[[19,1],[30,1],[6,1],[28,1],[36,3],[79,1],[39,1]],'themes':[[8,1],[30,1]],'driven':[[79,1]],'instructions':[[78,45],[49,2],[54,5],[41,1],[6,3],[50,6],[4,2],[60,4],[82,1],[58,2]],'similar':[[37,1],[65,1],[78,2],[79,1],[41,1],[60,2],[75,2],[68,2],[57,1],[8,2],[5,1]],'finally':[[78,3],[53,1],[50,1]],'06xx':[[68,1]],'subpixel':[[68,3]],'proves':[[78,6]],'a000':[[55,1],[75,1]],'internally':[[59,1],[79,2],[60,2]],'suspending':[[5,1]],'turns':[[78,2],[12,1],[20,6],[7,1],[39,2]],'999':[[35,1]],'parasyte':[[3,1]],'etc':[[55,1],[50,1],[62,1],[12,1],[68,3],[36,1],[8,1],[17,1],[9,1],[29,1],[76,2],[6,1],[60,1],[82,1],[75,4],[79,1],[11,1]],'blargg':[[11,3]],'mulitple':[[68,1]],'ml`':[[78,1]],'distorted':[[79,1]],'serialize':[[79,1]],'metroid':[[6,1],[75,2]],'screens':[[79,1],[68,2]],'xxx1':[[75,1]],'peek':[[6,1]],'deleted':[[60,5]],'friends':[[60,1]],'standard':[[59,1],[22,1],[76,1],[71,1],[60,3],[44,1],[48,2],[75,2],[39,1]],'digit':[[78,1],[68,1]],'dd0e':[[78,8]],'240hz':[[76,3]],'programmable':[[76,11]],'bullet':[[3,1],[66,1],[24,2]],'win32':[[5,1],[11,1],[9,2],[14,2],[6,1],[4,1],[61,1],[12,1],[13,12],[10,1],[7,1],[8,3]],'decay':[[76,29]],'weekend':[[79,1]],'hash':[[71,1],[48,1]],'emphasize':[[51,1]],'0x00fa':[[59,1]],'recovering':[[13,1]],'write':[[55,1],[53,3],[50,3],[62,2],[12,1],[20,2],[68,1],[8,1],[39,3],[37,1],[59,4],[78,39],[41,1],[76,13],[24,2],[60,15],[80,5],[75,7],[11,2]],'blank':[[48,1]],'intensive':[[59,1]],'hexeditor':[[59,1]],'magenta':[[60,1]],'means':[[50,1],[16,1],[36,4],[56,1],[39,6],[47,1],[71,1],[60,9],[76,3],[75,3],[48,1],[57,1],[79,5]],'luasocket':[[61,3]],'2001':[[73,1]],'equal':[[59,3],[78,1],[41,8],[76,2],[50,2],[62,1]],'tiles':[[48,5],[68,1],[51,2],[79,4]],'representations':[[60,1]],'sssff':[[75,1]],'|14':[[76,1]],'peripheral':[[22,1]],'persistent':[[60,6]],'scales':[[60,2]],'rp2a03':[[60,1]],'explaination':[[75,1]],'routine':[[78,11],[75,5],[49,2],[68,3],[76,1]],'hop':[[76,1]],'numpad8':[[60,1]],'ca65':[[82,1]],'action':[[10,1],[41,2],[76,6]],'games':[[73,2],[19,1],[67,3],[59,2],[9,2],[14,1],[15,1],[29,2],[47,2],[51,2],[4,1],[54,1],[48,4],[60,4],[66,1],[79,4],[18,2],[65,1],[80,1],[55,1],[53,1],[31,4],[28,2],[62,2],[12,2],[52,1],[36,2],[68,7],[17,2],[63,1],[22,5],[41,4],[76,4],[6,3],[75,2],[33,1]],'drawn':[[51,1],[55,2],[80,1],[48,1],[52,1],[79,3],[11,1]],'your':[[65,2],[53,3],[30,1],[44,1],[50,3],[31,2],[61,1],[62,4],[68,4],[56,1],[63,1],[59,4],[78,9],[24,1],[60,18],[82,3],[48,19],[75,1],[79,4],[58,2]],'dadc':[[78,1]],'battletoads':[[68,1]],'``a':[[78,2]],'gracefully':[[8,1],[13,1]],'scans':[[55,1]],'calling':[[60,4]],'checkboxes':[[6,1]],'simultaneously':[[78,3],[47,1],[28,1]],'buffering':[[34,3]],'canvas':[[61,1]],'r6502':[[78,1]],'deviation':[[68,1]],'400c':[[76,4]],'processor':[[73,1],[78,27],[3,1],[76,1]],'unzipping':[[14,1]],'hashes':[[48,4]],'branching':[[59,1],[78,1]],'lastkeys':[[62,1]],'init':[[50,2],[75,12]],'examined':[[76,1]],'pause':[[50,5],[28,2],[12,2],[20,2],[8,1],[37,2],[59,3],[9,1],[23,6],[41,1],[54,2],[24,4],[60,3],[4,1],[48,2],[11,1],[18,1]],'latest':[[12,1],[14,1],[16,2],[6,1]],'shift':[[78,1],[14,1],[46,1],[76,11],[60,1],[4,1],[12,1],[36,1],[79,13],[18,1],[5,1]],'headerless':[[22,1]],'upscales':[[36,1]],'private':[[55,1]],'fall':[[79,1],[62,1]],'treated':[[78,1]],'f24':[[60,1]],'512':[[79,1]],'l&xj8':[[78,1]],'within':[[73,1],[55,1],[60,1],[50,1],[52,1],[36,2],[79,1],[5,1]],'square1':[[60,1]],'04fx':[[68,1]],'regards':[[76,2],[79,1]],'counterbreak':[[60,2]],'nicely':[[47,1]],'blip':[[3,1]],'128d':[[78,1]],'separate':[[78,1],[55,1],[60,4],[2,1],[24,1],[82,1],[48,1]],'begins':[[72,1],[11,1],[48,2]],'helpful':[[55,1],[48,1]],'reserved':[[78,1],[68,2]],'redo':[[39,4],[12,2],[18,2],[28,1]],'llvm':[[6,1]],'difference':[[78,1],[48,1],[76,1],[79,2]],'besides':[[63,1],[59,1]],'increases':[[9,1],[10,1],[76,2]],'vd`d2n0q':[[78,1]],'nothing':[[59,1],[55,1],[62,7],[48,1],[68,1],[79,2],[5,1]],'gamepad0':[[9,1]],'window':[[50,16],[61,1],[16,2],[56,2],[27,1],[59,3],[9,1],[14,2],[29,1],[49,1],[54,9],[60,2],[4,4],[82,4],[48,14],[10,1],[7,2],[53,2],[30,3],[28,2],[31,2],[12,7],[13,4],[36,10],[42,1],[8,3],[5,5],[41,11],[6,4],[11,2]],'supply':[[59,1]],'0afffh':[[75,1]],'affected':[[78,6],[47,1],[56,1]],'msmakela@kruuna':[[78,1]],'bit1':[[71,2],[78,1]],'hacked':[[19,1]],'patched':[[19,1]],'stopping':[[4,1],[60,2]],'#100':[[50,1]],'word':[[48,8],[75,8],[71,2],[60,2]],'initialrawdalatch':[[60,1]],'system':[[53,1],[61,1],[16,1],[39,1],[17,2],[37,1],[22,5],[29,1],[25,2],[66,1],[60,1],[71,1],[4,1],[76,4],[78,1],[82,1],[3,2],[79,1],[18,2]],'belongs':[[71,2]],'activates':[[8,1]],'player2':[[71,1],[15,2]],'weed':[[41,1]],'ikari':[[68,1]],'occurred':[[72,1],[78,1]],'grows':[[75,1]],'battle':[[48,2]],'252':[[6,1]],'development':[[3,1],[66,1],[78,1]],'imply':[[79,1]],'detecting':[[60,1]],'|0c':[[76,2]],'|28':[[76,1]],'fm2':[[46,4],[12,4],[13,2],[16,5],[20,12],[8,1],[37,3],[17,1],[39,2],[9,2],[14,3],[23,2],[29,1],[24,9],[63,1],[70,1],[71,3],[40,1],[11,3],[65,3]],'|frames':[[76,2]],'recorded':[[66,2],[31,1],[24,1],[28,2],[60,1],[62,1],[16,1],[10,1],[71,3],[37,1]],'machines':[[34,1],[75,1],[11,1],[18,1]],'arrives':[[76,1],[79,1]],'protections':[[78,1]],'fastest':[[25,1],[78,1],[62,1]],'obtained':[[76,1]],'conflicts':[[6,2]],'004e':[[75,1]],'capable':[[22,1],[48,1],[79,1],[62,1]],'strategies':[[24,1]],'2406':[[79,1]],'needing':[[48,1]],'addressing':[[78,26],[68,1],[41,1],[79,1]],'164':[[6,1]],'drastic':[[60,1]],'sped':[[35,1]],'showing':[[60,1],[37,1]],'traditional':[[31,1]],'rockwell':[[78,1]],'170':[[79,3]],'ultra':[[73,3],[1,1],[46,1],[53,1],[0,1],[16,1],[41,3],[71,1],[24,1],[2,3],[72,1],[3,18]],'autohold':[[8,4]],'totally':[[78,1]],'implementation':[[57,1],[8,2],[79,1]],'bit4':[[71,2],[78,1]],'2048':[[78,1],[68,5],[41,1],[76,2]],'instant':[[79,1],[48,1]],'periodicsaves':[[4,1]],'|02':[[76,1]],'however':[[28,1],[42,1],[36,1],[78,8],[41,1],[66,2],[24,1],[43,1],[60,5],[76,1],[48,1],[32,1],[3,1],[75,1],[79,3],[80,1]],'stop':[[50,1],[62,4],[20,2],[8,1],[39,6],[78,3],[23,3],[76,1],[60,6],[48,1],[3,1],[79,1],[11,2],[58,2]],'sends':[[24,1],[16,2]],'asm':[[56,1]],'creative':[[67,1]],'2b8':[[78,1]],'half':[[59,1],[78,2],[68,1],[76,2],[79,4]],'influence':[[78,1]],'quirk|':[[79,1]],'earlier':[[4,1],[60,1],[26,1],[66,1],[7,1],[8,1]],'indicates':[[79,1],[76,1],[71,4],[50,1],[60,1]],'front':[[76,1],[59,2],[62,1]],'errors':[[59,2],[49,1],[60,1],[62,1],[13,1],[8,1],[5,1]],'ask':[[22,1],[30,3],[11,1]],'capturing':[[17,2],[12,1],[23,6]],'inserted':[[22,1],[16,1]],'warning':[[48,1],[20,1],[60,3]],'0080':[[75,2]],'discussed':[[79,1]],'flaws':[[26,1]],'determines':[[21,3],[76,1],[79,2],[60,2]],'slower':[[65,1],[48,1],[35,1],[28,1]],'doing':[[78,1],[53,2],[60,4],[62,2],[12,1],[13,1],[75,1],[79,1]],'scanned':[[19,1]],'ret':[[53,1]],'strange':[[78,1]],'less':[[73,1],[50,1],[8,1],[78,3],[9,1],[14,1],[41,3],[76,4],[60,2],[48,2],[75,1],[79,2]],'040e':[[41,1]],'single':[[30,1],[50,2],[8,1],[78,1],[49,1],[76,1],[66,1],[24,2],[2,1],[4,2],[6,1],[60,1],[75,2],[79,4],[11,1]],'vsprintf':[[14,1]],'another':[[63,1],[59,1],[78,1],[55,3],[80,1],[31,1],[60,1],[12,1],[48,1],[68,3],[79,3],[18,1]],'throughout':[[48,1]],'inverting':[[76,1]],'comecon':[[78,1]],'operand':[[78,6]],'disk':[[17,2],[73,1],[22,32],[29,1],[25,6],[19,1],[31,1],[60,2],[71,5],[10,1],[18,1]],'30fps':[[47,1],[28,2]],'horrible':[[79,1]],'slot':[[60,5],[59,1],[68,5],[11,2],[18,4]],'triply':[[60,1]],'defaulting':[[10,1]],'homepage':[[3,3],[58,1]],'checkbox':[[9,1],[41,1],[31,1],[50,3],[4,1],[34,2],[48,3],[36,1],[37,2]],'pipelining':[[78,2]],'caused':[[78,1],[12,7],[14,1],[10,1],[6,1],[8,1]],'swap1p2p':[[6,1]],'follows':[[41,1],[71,1],[76,5],[48,1],[75,1],[79,2],[58,1]],'p17':[[73,1]],'colorburst':[[79,6]],'mutually':[[76,1],[79,1]],'emuversion':[[71,1]],'directions':[[68,1]],'terminate':[[78,1]],'pre':[[3,1],[65,1]],'m159':[[6,1]],'9003':[[75,1]],'tracknoise':[[6,1]],'rect':[[60,1]],'doings':[[79,1]],'infamous':[[79,1]],'01h':[[75,1]],'useless':[[54,1]],'10ff':[[68,1]],'suppose':[[48,3],[60,1]],'d011':[[78,2]],'above':[[31,2],[81,1],[36,1],[56,1],[8,1],[59,1],[78,3],[6,1],[60,1],[82,4],[48,2],[75,4],[79,2]],'joystick':[[73,2],[72,3],[31,1]],'shifts':[[78,2]],'fix':[[12,3],[13,6],[36,2],[8,6],[78,13],[9,4],[14,3],[15,2],[26,1],[6,1],[49,1],[4,4],[75,1],[10,1],[79,1],[11,1],[7,2]],'exists':[[16,1],[79,1],[60,1],[11,1]],'startup':[[55,1],[62,1],[28,1],[12,1],[16,1],[13,1],[20,1]],'genie':[[50,2],[28,9],[67,2],[20,2],[56,15],[5,2],[49,3],[41,2],[60,2],[4,1],[3,1],[79,1],[7,1],[65,6]],'selects':[[79,3],[80,1]],'figure':[[79,1],[48,4]],'_____':[[68,2]],'famiclones':[[34,1]],'associative':[[59,3]],'assigned':[[12,1],[42,1],[31,3],[24,1]],'presskeystart4':[[62,1]],'platform':[[3,1],[59,1],[2,1]],'aimlessly':[[16,1]],'nmi1':[[50,1]],'rerecording':[[9,1],[26,2],[53,1],[2,1],[24,2],[43,1],[66,1],[42,1],[16,2],[3,5],[10,1],[8,1]],'200000':[[66,1]],'extent':[[60,1]],'jeopardy':[[68,1]],'contained':[[73,1],[76,1]],'tie':[[62,5]],'1f0h':[[75,1]],'small':[[66,3],[62,1],[50,3],[48,1],[68,1],[75,2],[79,2],[65,1]],'period':[[76,1],[41,1],[60,1],[53,1],[24,1],[28,1],[79,3]],'prepends':[[75,1]],'0xf':[[78,1]],'disassembler':[[55,5]],'simultaneous':[[78,1],[6,1]],'16777216':[[78,2]],'romname':[[20,3]],'fetched':[[78,9],[79,12]],'0&&4ka':[[78,1]],'0123456789abcdef':[[50,2]],'dreams':[[79,1]],'|24':[[76,1]],'choose':[[59,1],[22,3],[54,1],[6,1],[28,1],[56,1],[33,1],[58,2]],'controller':[[51,1],[60,2],[28,1],[31,9],[68,1],[57,1],[8,2]],'laws':[[8,1]],'anyways':[[62,1]],'exact':[[79,2]],'field':[[73,2],[50,7],[44,1],[13,1],[16,1],[56,2],[5,1],[14,1],[41,1],[66,1],[24,1],[6,2],[60,1],[71,6],[48,1],[75,2]],'resume':[[4,1],[28,1],[50,1],[24,1],[5,4]],'says':[[60,1],[62,1]],'steps':[[76,2],[79,2]],'09000h':[[75,2]],'input':[[16,2],[27,1],[59,7],[14,3],[29,4],[47,1],[24,3],[60,23],[4,2],[66,1],[71,17],[10,2],[18,1],[7,1],[31,11],[28,11],[45,1],[62,4],[12,1],[13,1],[20,6],[68,3],[8,8],[5,2],[17,1],[63,2],[76,3],[6,4],[34,1],[72,1],[11,1]],'6502_cpu':[[78,2]],'registermanual':[[60,1]],'handling':[[16,2],[55,1],[6,1],[7,1]],'abstract':[[61,1]],'european':[[78,1]],'wiki':[[66,1]],'getdown':[[9,1],[60,1]],'drag':[[9,1],[41,1],[12,2],[48,2],[11,1],[8,1]],'statically':[[3,1],[4,1],[61,1]],'deeper':[[59,1]],'backslash':[[60,1]],'panels':[[51,1]],'gates':[[76,4],[79,1]],'copying':[[78,1],[48,1]],'seems':[[78,4],[76,1],[79,3],[11,1]],'emblem':[[9,2]],'latched':[[79,1]],'forcefully':[[60,1]],'actual':[[73,1],[55,1],[53,1],[60,3],[50,2],[66,1],[76,2],[48,2],[82,1],[33,3],[79,1]],'#ce_2gpl':[[78,1]],'megaman':[[79,4]],'conditioned':[[79,1]],'srt':[[11,1],[39,1]],'playern':[[59,2]],'scripting':[[63,1],[59,1],[29,1],[66,1],[62,4],[16,2],[57,4],[58,1]],'verbose':[[5,1]],'improvements':[[3,1],[4,1],[7,1]],'keyword':[[59,1]],'ctlr':[[73,2]],'4017':[[73,1],[76,16]],'recording':[[71,1],[28,3],[44,1],[45,1],[13,2],[16,3],[8,2],[5,1],[17,2],[27,1],[37,1],[14,1],[23,1],[29,1],[6,1],[24,14],[4,2],[39,3],[60,3],[66,16],[3,2],[10,2],[7,1],[65,1]],'100':[[78,7],[76,1],[79,1],[60,2],[62,1]],'names':[[54,1],[29,1],[6,2],[50,1],[4,1],[82,2],[48,2],[10,1],[5,1]],'check':[[31,1],[50,1],[62,1],[12,1],[36,2],[8,1],[37,1],[5,1],[78,1],[49,1],[60,2],[33,1],[65,2]],'videolog':[[13,1]],'asq_realitya':[[26,1]],'fcm':[[46,6],[12,1],[13,1],[16,2],[8,2],[14,4],[70,2],[71,1],[24,2],[72,6],[40,2],[11,1],[65,2]],'bunch':[[79,1],[48,1]],'aforementioned':[[76,1],[79,1],[50,1]],'events':[[79,1],[62,2]],'mmmm':[[50,2]],'nybble':[[78,34]],'configuration':[[27,2],[34,2],[36,1],[47,1],[31,5],[6,2]],'cheating':[[41,2]],'bytes':[[73,10],[55,4],[53,6],[50,3],[68,13],[78,4],[54,1],[71,5],[60,8],[82,1],[72,2],[75,6],[79,2],[65,1]],'subtract':[[78,2]],'reworked':[[79,1]],'4006':[[76,3]],'phases':[[79,4]],'invisible':[[79,1]],'font':[[48,4],[21,2],[6,1]],'optimize':[[66,1]],'77h':[[75,1]],'judged':[[62,1]],'tests':[[78,7],[76,1],[80,1],[5,1]],'icons':[[28,1]],'mappers':[[9,3],[14,1],[53,2],[6,2],[4,1],[12,1],[3,5],[5,2]],'8192':[[68,1],[65,1]],'sunsoft':[[75,4]],'kentaro':[[76,1]],'eight':[[36,2],[71,1],[62,1]],'#l&':[[78,1]],'dmcaddress':[[60,1]],'0x863c':[[60,1]],'subsection':[[73,6]],'smooth':[[79,1]],'bandai':[[6,1]],'tabbing':[[6,1],[54,1]],'04x0':[[68,1]],'restoration':[[7,1]],'coordinate':[[59,2],[79,6],[60,4]],'eeprom':[[6,1]],'izumi':[[76,1]],'glitch':[[55,1],[53,1],[63,1]],'exclamationmark':[[59,1]],'dsbc':[[78,2]],'auxillary':[[60,1]],'ties':[[76,1]],'edu':[[78,1]],'johnson':[[79,2]],'emulating':[[9,1],[60,1]],'linear':[[75,1],[76,24],[79,1],[60,1]],'going':[[48,4],[79,2],[60,1]],'tax':[[78,2]],'replicates':[[34,1]],'requires':[[79,1],[32,1],[14,1],[36,1],[30,1],[65,2]],'hands':[[59,1]],'inputdisplay_for_selection':[[6,1]],'transparency':[[79,2],[60,8]],'upgrades':[[16,1]],'flag':[[78,104],[9,1],[50,3],[44,1],[28,1],[60,2],[75,2],[20,16],[10,1],[79,7],[8,2]],'wider':[[36,1]],'gzip':[[19,1]],'0011111100000000':[[80,1]],'rendering':[[60,1],[14,1],[79,16],[50,1],[6,1]],'recognize':[[12,1]],'algorithm':[[36,1],[19,2],[78,1]],'japanophile':[[48,1]],'fba':[[42,1],[43,1]],'aborts':[[78,1]],'&z0':[[78,1]],'bypassed':[[34,1]],'processed':[[59,1],[78,1]],'profiling':[[50,1]],'snapped':[[56,1]],'tttttttt':[[75,1]],'169':[[79,1]],'2007':[[73,1],[68,2],[55,1],[79,3],[80,1]],'includes':[[51,1],[14,1],[6,1],[60,2],[61,1],[12,3],[13,1],[74,1],[77,1],[11,1],[39,1]],'plugging':[[22,1]],'earth':[[78,1]],'competing':[[66,1]],'removes':[[41,1],[60,1]],'drastically':[[12,1]],'intuitive':[[53,1],[8,1]],'provided':[[4,1],[3,1],[76,2],[60,3]],'punkrockguy318':[[3,1]],'grammar':[[50,1]],'specially':[[58,1]],'coder':[[79,1]],'multiply':[[75,1]],'during':[[55,1],[36,1],[35,1],[8,2],[78,5],[22,2],[14,2],[76,3],[24,3],[6,1],[48,1],[79,18]],'xxxx':[[4,1]],'altogether':[[63,1]],'player4':[[71,1]],'deactivating':[[78,1]],'accumulate':[[79,1]],'commontricks':[[66,1]],'aspects':[[69,1]],'simply':[[46,1],[53,2],[50,3],[44,1],[62,3],[16,1],[68,1],[29,1],[66,1],[24,3],[71,1],[75,4],[79,3],[18,1]],'04ff':[[68,1]],'yesnocancel':[[60,1]],'000a':[[75,1]],'kiji':[[9,1]],'collector':[[78,1]],'sta':[[78,42]],'undefined':[[78,3]],'6400%':[[25,2]],'tune':[[75,22],[25,2],[55,1]],'08ff':[[68,1]],'palflag':[[71,1],[14,1]],'calls':[[54,1],[55,1],[60,4],[39,1]],'repeat':[[41,1],[56,1]],'aborted':[[13,1]],'trying':[[78,2],[14,1],[55,1],[76,1],[6,1],[60,1],[62,1],[68,1],[36,2],[8,1],[5,1]],'filter':[[33,1],[38,1],[67,1],[44,1],[42,2],[16,1],[68,2],[54,3],[66,1],[43,2],[3,1],[40,2],[10,1],[65,1]],'rightbracket':[[60,1]],'m#nd':[[78,2]],'incrementing':[[75,1]],'unl':[[6,1],[12,1]],'evaluation':[[57,1],[62,2],[79,5]],'sdl':[[5,3],[11,2],[9,3],[14,22],[6,4],[4,1],[12,13],[13,18],[3,1],[7,1],[8,1]],'compile':[[57,1],[62,1]],'anything':[[59,3],[78,2],[66,1],[60,4],[6,1],[75,3],[8,1]],'related':[[1,1],[30,1],[12,2],[16,1],[68,1],[35,1],[27,4],[37,1],[39,1],[15,1],[26,1],[49,1],[78,1],[80,1],[4,1],[33,1],[7,2],[11,1]],'lags':[[44,2]],'product':[[50,3]],'taylor':[[76,1],[79,1]],'767':[[76,2]],'recieving':[[76,1]],'limitation':[[36,1]],'stack':[[73,1],[78,27],[9,1],[54,3],[50,5],[6,2],[75,1],[68,4],[8,1]],'ef43':[[71,1]],'neg':[[76,1]],'taught':[[62,1]],'picture':[[36,1],[51,1],[65,1]],'rip':[[55,1],[75,1]],'encounters':[[59,1]],'2012':[[6,1]],'anonymous':[[59,2],[60,3]],'parodius':[[67,1],[69,1]],'dragon':[[29,2],[47,1],[6,1],[28,2],[75,1],[10,1],[79,1]],'0x800':[[73,3]],'stopseeking':[[60,1]],'constitute':[[71,1]],'introduces':[[6,1]],'causing':[[63,1],[78,2],[50,1],[6,1],[8,2],[35,1]],'features':[[1,1],[67,2],[0,1],[12,4],[13,1],[16,3],[42,1],[8,2],[5,1],[78,2],[14,2],[76,2],[66,5],[6,1],[24,1],[4,1],[43,1],[48,5],[3,5],[10,1],[11,1],[79,1]],'compiling':[[12,1]],'variant':[[60,1]],'play':[[50,2],[67,1],[27,1],[39,8],[54,1],[66,1],[24,4],[60,2],[4,1],[48,2],[32,3],[10,1],[79,1],[18,2],[55,5],[62,3],[28,3],[12,1],[20,1],[5,5],[37,1],[22,1],[6,1],[75,6],[11,1]],'5ff6':[[75,1]],'frequencies':[[76,3]],'experimental':[[45,1],[11,2]],'incremented':[[81,1],[78,4],[79,1]],'bookmarks':[[41,1],[50,8],[6,1],[4,1],[7,1],[5,1]],'error':[[62,2],[12,2],[13,1],[16,2],[8,2],[78,1],[9,1],[14,2],[26,1],[6,1],[60,13],[48,1],[7,1],[11,1]],'vezj':[[78,1]],'demos':[[78,1],[49,1]],'rollback':[[62,3]],'fetches':[[78,7],[79,10]],'microprocessor':[[78,1]],'assumes':[[79,1]],'useable':[[57,1],[12,1],[32,1]],'pkzip':[[19,1]],'projects':[[6,1]],'configfile':[[14,2]],'translations':[[48,1]],'0111000000000000':[[80,1]],'periodic':[[41,1],[75,1],[28,1]],'shs':[[78,3]],'vbjin':[[42,1]],'management':[[57,1],[78,1],[16,1]],'suited':[[79,1]],'offsets':[[79,1],[82,1],[75,3],[19,1],[6,1],[50,2]],'functions':[[57,2],[58,4],[55,1],[62,14],[44,1],[81,1],[61,1],[12,1],[16,1],[8,2],[5,1],[39,2],[59,5],[9,1],[63,2],[41,2],[78,1],[6,2],[60,12],[4,1],[3,1],[10,1],[11,1],[7,1]],'no8lim':[[20,2],[14,1]],'3000|':[[68,1]],'similarly':[[78,3]],'together':[[78,1],[36,1],[76,2],[62,1]],'compatible':[[73,1],[19,3],[12,1],[16,1],[68,1],[39,1],[78,1],[70,1],[6,1],[24,1],[10,1],[18,1],[65,1]],'increasing':[[34,1],[12,1],[76,1],[6,1]],'palette':[[73,1],[79,22],[68,1],[36,1],[8,2],[27,2],[26,12],[51,3],[6,2],[60,8],[4,1],[33,21],[11,3],[65,4]],'separated':[[55,1],[2,1],[51,1]],'zd`2':[[78,1]],'newppu':[[9,1],[13,1],[10,1],[71,1],[6,3],[11,2]],'stopmovie':[[20,3]],'oops':[[78,1]],'getinput':[[60,1]],'for':[[50,17],[61,7],[77,1],[56,2],[29,2],[47,6],[80,4],[2,1],[24,10],[82,7],[48,19],[57,3],[79,62],[28,8],[12,22],[13,13],[20,2],[36,8],[68,22],[5,1],[63,7],[22,3],[41,19],[43,1],[33,6],[11,8],[73,3],[1,2],[19,4],[67,4],[74,1],[16,6],[39,4],[59,21],[9,6],[14,10],[23,4],[49,8],[51,2],[54,14],[4,4],[60,46],[66,7],[71,8],[10,4],[40,4],[18,2],[7,2],[65,4],[55,15],[53,5],[30,2],[31,5],[62,22],[42,1],[52,3],[8,13],[17,6],[78,38],[26,1],[25,1],[76,38],[6,10],[34,1],[72,1],[75,17],[3,9],[58,4]],'equipment':[[31,1]],'fun':[[48,1]],'transport':[[61,1]],'1a00':[[68,1]],'op`b@`':[[78,1]],'booleans':[[71,1]],'occupied':[[22,1]],'appropriate':[[78,1],[76,4],[79,7],[60,3]],'registerexit':[[60,1]],'executed':[[78,9],[54,7],[55,5],[50,3],[60,1],[4,2]],'rerecordcount':[[71,1],[12,1],[60,1]],'app':[[48,2]],'elseif':[[59,1]],'17d':[[76,1]],'undoes':[[66,1]],'generation|':[[79,1]],'users':[[63,2],[12,1],[10,1],[60,1]],'applying':[[50,1]],'dir':[[13,1]],'softreset':[[12,1],[60,1]],'native':[[3,1]],'hello':[[59,2]],'could':[[78,4],[55,3],[53,1],[60,2],[44,1],[66,1],[48,2],[75,1],[79,7],[65,1]],'lowest':[[78,1],[62,1],[68,1]],'1000':[[68,2],[25,2],[71,2]],'254':[[60,1]],'numpad0':[[60,1]],'1008307711':[[71,1]],'freely':[[63,1]],'ch8':[[75,2]],'dream':[[8,1],[9,1]],'filehandle':[[59,3]],'essentially':[[76,2],[55,1],[67,1],[48,1],[57,1],[79,4],[58,1]],'conducted':[[76,1]],'reformats':[[16,1]],'taps':[[76,1]],'vtoggle5':[[4,1]],'resizing':[[36,2],[5,1]],'machrider':[[63,1]],'root':[[6,1],[65,2]],'screenshot':[[12,1],[60,4],[39,2]],'days':[[59,1]],'macros':[[66,1]],'apparently':[[3,1]],'bit1|bit0':[[78,1]],'png':[[61,1],[60,2],[29,6]],'d020':[[78,2]],'sequential':[[79,4]],'rewrites':[[6,1]],'export':[[82,1]],'prefer':[[36,1],[54,1]],'replay':[[37,1],[39,1],[14,1],[23,1],[41,1],[6,4],[24,2],[60,1],[13,2],[8,3],[11,1]],'strmode':[[59,1]],'couple':[[4,1],[59,1],[5,1]],'changelog':[[12,1],[13,1],[8,1],[5,1],[9,1],[14,1],[15,1],[6,1],[4,1],[3,5],[10,1],[11,1],[7,1]],'lose':[[78,2],[6,1]],'crackling':[[34,1]],'nesdev@onelist':[[81,2],[80,2]],'ascii':[[71,2],[6,1],[82,1]],'hexforecolorb':[[21,1]],'quirk':[[76,1],[79,1]],'return':[[59,3],[78,2],[76,2],[53,2],[50,2],[31,1],[24,1],[60,6],[12,2],[62,11],[58,1]],'_ok':[[78,1]],'bfff':[[55,1],[68,1]],'whole':[[4,1],[78,1],[36,2],[79,3]],'came':[[79,2],[26,1]],'compete':[[79,1]],'resetcyclescount':[[4,1],[60,1]],'too':[[59,1],[9,1],[78,4],[6,1],[28,1],[60,4],[48,2],[36,1],[79,1],[58,2]],'xxxx1':[[68,1]],'c006':[[82,1]],'ease':[[6,1]],'opcodes':[[78,5],[50,1]],'mechanism':[[60,1],[62,1]],'ported':[[9,1],[43,2],[4,1],[42,2],[3,3],[10,1]],'generate':[[55,1],[76,7],[62,1],[60,1],[75,1],[79,1],[35,1]],'madara':[[75,1]],'call':[[59,2],[76,1],[80,1],[60,4],[62,2],[75,5],[79,1]],'motion':[[66,2]],'attempted':[[66,1]],'5015':[[75,1]],'1ch':[[75,1]],'1@i#zbe_':[[78,2]],'netplay':[[61,1],[9,1],[65,1]],'town':[[48,1]],'kinds':[[59,1],[48,1],[78,2]],'rumored':[[79,1]],'unchanged':[[60,3]],'|0a':[[76,2]],'exnr':[[73,1]],'cumulative':[[6,1]],'preexisting':[[24,1]],'viewer':[[9,1],[14,1],[49,3],[51,4],[53,1],[55,4],[4,1],[67,1],[12,2],[52,4],[3,2],[5,1]],'september':[[3,1],[4,1]],'premise':[[66,2],[48,1]],'extensive':[[17,1]],'usual':[[4,1],[78,1],[75,1],[79,2],[35,1]],'archives':[[4,1],[14,1]],'provide':[[61,1],[41,1],[79,1],[60,3]],'logic':[[7,1],[78,7],[80,1],[6,2],[82,1],[45,1],[81,1],[79,1],[11,3],[5,1]],'uint8':[[73,39]],'a%_':[[78,1]],'overview':[[44,1],[63,2],[75,1],[1,1],[2,1],[0,1]],'renamed':[[82,1]],'those':[[55,1],[31,1],[62,1],[36,1],[35,1],[21,1],[54,1],[41,1],[76,2],[6,1],[60,6],[75,2],[79,1]],'handled':[[78,10],[8,1]],'scanline':[[51,2],[80,1],[50,4],[12,1],[20,2],[36,1],[48,3],[52,9],[79,55]],'m`0@9':[[78,5]],'logging':[[54,5],[55,5],[4,1],[10,1],[8,1],[5,3]],'untouched':[[75,1]],'abortretryignore':[[60,1]],'patches':[[41,1]],'isattemptok':[[62,2]],'input3':[[14,1]],'terminates':[[71,1]],'zd#':[[78,1]],'using':[[50,2],[67,1],[61,1],[56,3],[59,5],[9,1],[29,1],[51,1],[54,2],[24,1],[60,13],[4,2],[82,2],[48,3],[10,1],[40,4],[18,3],[57,2],[65,3],[79,3],[46,1],[55,3],[53,3],[62,1],[44,2],[52,2],[68,1],[36,2],[8,1],[5,2],[63,1],[78,5],[26,1],[41,3],[76,2],[6,1],[34,2],[58,1]],'sporting':[[79,1]],'drawing':[[63,1],[51,1],[80,1],[6,1],[60,9],[12,1],[52,1],[36,1],[79,2],[5,2]],'although':[[78,3],[79,3],[50,1],[67,1]],'turbo':[[59,2],[14,1],[25,3],[60,2],[34,2],[12,8],[13,1],[16,4],[20,5],[7,2],[8,1]],'engaged':[[60,1]],'describing':[[82,1]],'doubly':[[60,1]],'ling':[[5,1]],'eaters':[[78,1]],'selector':[[79,1]],'chronicles':[[7,1]],'declaration':[[48,2]],'r0j0`fd%j':[[78,1]],'si_none':[[71,4]],'ampl':[[73,1]],'icon':[[20,3],[60,5],[28,1]],'switched':[[81,2],[41,1],[6,1],[60,1]],'imagine':[[79,1]],'criteria':[[44,2]],'v`a%_':[[78,1]],'&4la':[[78,1]],'231':[[36,1],[60,1]],'decision':[[79,1]],'optionally':[[82,1],[13,1],[60,3]],'kevin':[[75,1]],'240p@50fps':[[28,1]],'getup':[[9,1],[60,1]],'relative':[[4,1],[78,4],[8,1],[60,2]],'items':[[39,3],[67,1],[28,1],[12,5],[48,1],[68,1],[27,3]],'specifics':[[59,1]],'gameinfo':[[33,1]],'scientific':[[61,1]],'khorton@iquest':[[75,1]],'technically':[[67,1]],'community':[[67,1],[2,2],[64,2]],'4buttonexit':[[4,1]],'specialized':[[67,1]],'customize':[[53,1],[11,1],[54,1]],'|bit7':[[76,2]],'convience':[[79,1]],'archived':[[4,1]],'coin':[[4,1],[25,2],[71,2]],'key3':[[62,1]],'mutlitrack2':[[63,1]],'smearing':[[36,1]],'exiting':[[59,1]],'5c00':[[75,3]],'256x224':[[60,1]],'brad':[[76,1],[79,1]],'bar':[[51,1],[52,3],[16,1],[3,1],[68,1],[11,1],[79,6]],'stay':[[36,1],[76,3],[24,1]],'based':[[19,1],[50,1],[44,1],[12,1],[16,1],[36,1],[26,1],[41,1],[66,1],[71,1],[76,1],[75,1],[10,1],[79,1]],'basically':[[48,1],[53,1],[62,1],[79,3]],'f16':[[60,1]],'indeed':[[63,1]],'debugged':[[50,1],[82,1]],'tri':[[76,8]],'chapter':[[78,2],[39,3]],'curly':[[59,1]],'rewritten':[[45,1],[6,1]],'y#4j2x@to':[[78,1]],'%d2n@4':[[78,1]],'remained':[[3,2]],'644':[[78,6]],'middle':[[79,1],[53,1],[50,2],[56,1]],'until':[[50,3],[28,2],[56,1],[8,1],[41,1],[76,2],[60,2],[48,1],[75,2],[3,1],[79,4],[58,1]],'pauses':[[59,1],[6,1],[60,2]],'autopause':[[5,1]],'potentially':[[60,1]],'respectively':[[78,3],[75,1],[76,2]],'frames':[[62,5],[28,4],[44,1],[12,1],[13,1],[16,1],[14,1],[47,2],[71,1],[24,1],[60,10],[76,1],[72,1],[48,1],[79,3]],'obsoletes':[[53,1]],'refresh':[[12,4],[10,1],[76,5]],'otion':[[4,1]],'firebrandx':[[26,1]],'delay':[[76,4],[79,1],[25,2],[47,1],[60,1],[5,1]],'compatibility':[[9,2],[19,1],[6,1],[28,2],[60,4],[10,2],[18,1],[7,1]],'corners':[[36,1]],'rand':[[62,8]],'expand':[[68,1]],'string':[[73,3],[59,3],[71,4],[60,43],[50,1],[48,1],[75,5],[11,1]],'presskeya1':[[62,1]],'must':[[65,4],[73,1],[31,1],[28,2],[44,1],[62,2],[20,5],[56,1],[39,2],[59,1],[22,2],[78,3],[41,1],[71,5],[60,3],[76,1],[82,3],[48,1],[75,6],[79,2],[58,1]],'turned':[[41,1],[71,1],[60,1],[28,1]],'4092':[[75,1]],'setreadonly':[[12,1],[60,4]],'|frame':[[76,1],[79,1]],'terminated':[[73,1],[75,3],[71,1]],'arrow':[[31,2],[44,1]],'closer':[[78,1]],'2013':[[4,1],[5,1]],'emphasis':[[33,2]],'f17':[[60,1]],'retrieved':[[79,1]],'dismisses':[[60,1]],'collapse':[[44,1]],'notable':[[5,1]],'flickering':[[36,2]],'irq':[[73,7],[78,17],[76,18],[50,3],[79,4],[11,1]],'the':[[50,184],[61,8],[77,3],[56,49],[35,9],[27,6],[15,2],[29,15],[47,15],[80,15],[2,8],[24,89],[82,44],[48,117],[32,2],[57,5],[79,432],[46,3],[38,10],[28,81],[44,46],[81,8],[12,27],[13,6],[20,19],[36,39],[64,3],[5,19],[37,16],[63,10],[21,15],[22,43],[41,141],[68,67],[43,2],[69,2],[33,15],[11,40],[73,31],[1,4],[19,10],[67,7],[74,1],[16,20],[39,51],[59,85],[9,14],[14,12],[23,13],[49,10],[51,14],[54,42],[4,14],[60,389],[66,37],[71,111],[10,9],[40,6],[18,21],[7,9],[65,21],[55,72],[53,65],[30,10],[31,79],[45,4],[62,130],[42,3],[52,27],[8,38],[78,555],[26,9],[25,22],[70,3],[6,19],[76,367],[34,18],[72,12],[75,126],[3,29],[58,25]],'popup':[[59,1],[10,2],[60,10]],'expensive':[[59,1],[60,1]],'off':[[73,2],[35,1],[47,8],[71,1],[24,1],[60,2],[48,1],[79,3],[7,1],[53,1],[31,1],[28,5],[62,1],[12,6],[20,8],[68,1],[8,3],[78,2],[25,1],[41,3],[6,1],[76,2],[34,1],[11,2]],'song':[[75,18]],'better':[[60,1],[62,1],[48,2],[16,1],[10,1],[33,2],[36,1]],'05ff8h':[[75,3]],'luabot_backend':[[62,1]],'m09':[[78,1]],'sifc_none':[[71,1]],'default_nitsuja':[[26,1]],'bear':[[48,1]],'readbyte':[[59,2],[12,2],[60,2]],'player':[[59,2],[22,1],[14,1],[31,1],[50,1],[2,1],[60,12],[62,2],[68,12],[8,3]],'achieves':[[66,1]],'modern':[[3,1]],'invalid':[[78,13],[60,1],[6,1],[12,1],[13,1],[5,1]],'minimal':[[16,1]],'allowed':[[59,1],[55,1],[76,1],[60,2],[6,1],[12,1],[11,1]],'maxattempts':[[62,1]],'mhz':[[78,3],[76,2],[79,12]],'located':[[5,1],[78,2],[41,1],[53,2],[60,1],[48,1],[68,1],[65,1]],'alive':[[60,1]],'generic':[[73,4],[62,2]],'%h21cp`ea@':[[78,1]],'disappear':[[78,1],[12,2],[14,1]],'images':[[61,1],[22,4],[19,2],[79,2]],'mysterious':[[6,1],[11,1]],'navigate':[[50,1],[24,1],[23,1]],'english':[[48,4]],'fixedfontheight':[[11,1]],'0x0263':[[60,1]],'linux':[[3,4],[60,2]],'proceed':[[13,1],[22,1]],'everything':[[78,1],[54,2],[55,1],[66,1],[60,1],[62,1],[79,1]],'ripper':[[55,2],[75,1]],'2nd':[[12,1],[68,1],[10,1],[71,3],[75,1],[79,1]],'nor':[[66,1],[78,1]],'preset':[[78,1],[31,4],[60,1]],'tens':[[66,1]],'anew':[[3,1]],'lined':[[47,1]],'rendered':[[55,3],[53,2],[79,8]],'turning':[[12,1],[25,1],[41,1],[79,1],[28,2]],'specifications':[[77,1],[69,1],[74,1]],'viewing':[[53,1],[48,2],[67,1]],'176':[[6,1]],'bind':[[37,1],[13,2],[31,1],[11,1]],'dancing':[[68,1]],'latch':[[73,4],[78,2],[76,1],[79,5]],'pressed':[[59,1],[41,2],[47,1],[24,1],[60,2],[62,7],[34,1],[12,1],[71,5],[8,1]],'making':[[55,1],[67,2],[28,1],[45,1],[16,2],[68,4],[56,1],[64,1],[37,1],[78,1],[41,2],[66,7],[24,3],[60,1],[76,1],[48,1],[40,1],[79,2]],'iql2':[[73,1]],'57%':[[76,1]],'demokratische':[[78,1]],'``````````````':[[78,1]],'lag':[[14,1],[47,1],[6,1],[28,8],[4,1],[44,2],[12,2],[13,2],[16,3],[60,11],[35,1]],'indexes':[[79,1]],'serializer':[[79,1]],'1100':[[68,1]],'mahjong':[[31,1]],'freq':[[76,1],[60,5]],'width':[[36,2],[12,1]],'castlevania':[[75,1]],'note':[[73,1],[50,2],[16,1],[59,5],[51,1],[14,2],[47,1],[54,1],[60,11],[80,2],[48,3],[79,2],[55,1],[53,1],[31,2],[28,4],[62,3],[52,1],[20,2],[68,1],[78,14],[41,2],[76,7],[34,1],[75,4],[33,1]],'release':[[65,2],[79,5],[31,1],[45,1],[12,1],[13,1],[8,2],[5,1],[9,1],[14,1],[15,2],[76,1],[6,1],[4,1],[32,1],[3,1],[10,1],[11,2],[7,2]],'automation':[[50,1]],'f11':[[60,1]],'#rrggbbaa':[[60,1]],'reserve':[[68,1]],'overflows':[[78,3]],'function':[[62,13],[8,1],[39,2],[59,11],[9,1],[14,1],[49,1],[60,71],[4,1],[48,1],[75,1],[10,1],[18,2],[7,1]],'playbeginning':[[12,1],[60,1]],'cover':[[79,1]],'pcl':[[78,15]],'32000':[[14,1],[9,1],[12,2]],'kremer':[[78,1]],'octave':[[76,3]],'behind':[[59,1],[55,1],[79,2],[2,1],[60,2]],'contents':[[53,1],[50,3],[62,3],[68,1],[64,1],[49,3],[51,1],[41,1],[76,1],[6,1],[24,1],[4,1],[80,1],[75,1],[82,1],[79,3]],'grey':[[60,1]],'447':[[76,1]],'rpg':[[48,1],[62,1]],'designed':[[73,1],[26,1],[1,1],[24,1],[44,1],[43,1],[42,1],[68,1]],'explanation':[[56,1],[78,1]],'synchronize':[[76,1]],'vector':[[61,1],[78,12],[50,8]],'ranging':[[78,1]],'given':[[30,1],[50,3],[62,1],[52,1],[56,1],[59,5],[76,1],[66,1],[60,36],[82,2],[79,1],[18,1]],'surface':[[61,2]],'jl`@h':[[78,1]],'|history|':[[79,1]],'initialize':[[78,1],[79,2]],'gaiden':[[9,3]],'luke':[[3,1]],'mail':[[75,1]],'4005':[[76,2]],'mask':[[4,1],[51,2],[55,2]],'hq2x':[[36,4]],'rest':[[73,1],[78,3],[48,1],[76,1],[79,1],[60,1]],'concept':[[45,1],[2,1],[62,1]],'feb':[[79,2]],'describe':[[76,3]],'along':[[3,1],[79,1]],'1536':[[79,1],[68,1]],'human':[[32,1],[66,2],[50,1]],'who':[[59,1],[76,2],[62,1]],'playingbest':[[62,1]],'positive':[[78,2],[48,1],[76,1],[60,2],[44,1]],'specified':[[22,1],[29,1],[76,1],[71,3],[50,2],[28,1],[4,2],[60,1],[75,3],[20,10],[82,1]],'returns':[[62,11],[59,4],[12,2],[8,1],[60,57]],'provides':[[61,2],[68,1],[66,2],[2,1],[67,1]],'cli':[[76,2],[78,1]],'existed':[[60,1]],'assigning':[[5,1]],'shortcuts':[[12,1]],'listbox':[[8,1]],'little':[[62,1],[78,1],[48,1],[60,2],[11,1]],'improvement':[[6,1]],'determine':[[54,1],[76,1],[60,1],[62,3],[48,4],[75,3],[79,3]],'attention':[[53,1],[79,1]],'choice':[[79,1],[60,2],[28,1]],'building':[[61,1],[82,1]],'diables':[[11,1]],'udp':[[61,1]],'middleclick':[[60,1]],'ramwatch':[[7,2]],'ugly':[[48,1]],'p40':[[60,1]],'nonsense':[[63,1]],'triangle':[[34,1],[76,31],[60,1]],'shoddy':[[48,1]],'presettable':[[76,2]],'lax':[[78,13]],'providing':[[79,1],[9,1]],'altering':[[78,1]],'difficult':[[33,1],[78,1]],'blacker':[[79,1]],'serializers':[[79,2]],'booting':[[6,2]],'gray':[[60,1]],'logged':[[54,3],[55,4],[53,1],[6,1],[50,1]],'compress':[[9,1],[28,1]],'submitinsertframes':[[60,1]],'assisted':[[66,13],[24,3],[62,1],[45,1],[2,1],[6,1],[68,1],[3,1],[64,2]],'outlinecolor':[[60,4]],'fixes':[[12,6],[13,3],[16,1],[8,3],[5,2],[9,4],[14,4],[15,1],[6,2],[4,2],[10,3],[11,6],[7,1]],'autoconverts':[[11,1]],'prescale4x':[[36,2]],'giving':[[63,1]],'wave':[[73,1],[76,32]],'ticks':[[75,2]],'treats':[[60,1]],'older':[[34,1],[3,1],[76,1],[60,3],[58,1]],'truncate':[[8,1],[37,1]],'inserts':[[25,1]],'definite':[[76,1]],'identically':[[60,1]],'effectively':[[78,3],[76,2],[53,1],[31,1],[79,1]],'kana':[[48,6]],'sept':[[79,2]],'ymouse':[[60,1]],'00111111':[[80,1]],'enabling':[[76,2],[28,1],[12,1],[36,1],[35,1],[8,1]],'six':[[22,1]],'nil':[[59,6],[12,1],[10,1],[60,16],[62,1]],'label':[[50,1],[54,1]],'rising':[[79,1]],'applied':[[59,2],[41,1],[28,2],[36,1],[79,2],[7,1]],'9002':[[75,2]],'neat':[[79,1]],'june':[[78,1],[3,1],[7,1],[8,1]],'3f00|':[[68,1]],'sty':[[78,7]],'setting':[[31,2],[28,3],[12,1],[52,1],[5,2],[17,1],[78,2],[54,1],[25,2],[47,2],[24,1],[76,1],[4,1],[75,1],[40,1],[11,1],[79,2]],'arbitrary':[[41,2]],'closed':[[28,1],[14,1]],'improved':[[5,1],[11,1],[12,1],[28,1],[7,1],[6,4]],'getmarker':[[60,1]],'constantly':[[73,1],[76,1]],'242':[[6,1]],'foreground':[[79,4],[21,1]],'displaying':[[60,2],[79,1],[49,2],[57,1],[6,1],[28,1]],'getemuscreen':[[60,3]],'divider':[[76,4]],'static':[[4,1],[62,1]],'01xx':[[68,1]],'programmer':[[76,1],[57,1],[79,2]],'scan':[[36,2],[13,1]],'lead':[[76,2]],'descriptions':[[76,1],[78,1]],'f800':[[75,2]],'list':[[73,3],[19,1],[50,6],[16,1],[56,4],[59,2],[9,1],[60,1],[4,1],[48,1],[57,2],[65,1],[38,2],[31,2],[53,1],[12,1],[8,4],[5,2],[78,1],[22,2],[41,8],[76,1],[6,4],[33,2],[11,1]],'pirated':[[48,1]],'record':[[39,2],[14,1],[23,2],[71,10],[24,9],[28,2],[4,1],[60,3],[12,1],[10,1],[37,1]],'powerful':[[55,1],[53,1],[6,1],[62,2],[45,1],[16,1]],'xxx0':[[68,1]],'qbe':[[78,1]],'subtractions':[[78,2]],'equally':[[62,1]],'stream':[[72,1],[79,1]],'regarding':[[78,1],[1,1],[70,1],[64,3],[18,1]],'fps':[[23,1],[6,1],[28,2]],'resetting':[[41,1],[76,1],[6,1]],'getname':[[12,1],[60,1]],'mouse':[[53,1],[31,3],[50,2],[12,2],[52,1],[36,2],[5,1],[63,1],[51,1],[54,1],[71,7],[6,1],[60,3],[4,1],[48,2]],'cutting':[[59,1],[66,1],[67,1]],'pertain':[[76,1]],'jumping':[[78,4]],'motherboard':[[79,1]],'which':[[1,1],[50,12],[67,1],[56,2],[59,2],[49,1],[14,4],[29,1],[54,6],[24,1],[60,6],[4,2],[71,13],[48,1],[80,1],[82,4],[79,28],[55,15],[53,7],[31,1],[28,1],[44,1],[62,5],[12,1],[13,1],[52,3],[68,3],[8,5],[5,1],[78,17],[22,2],[25,1],[76,15],[6,1],[72,3],[75,4],[3,3],[33,1],[58,6]],'stores':[[78,3],[75,1],[71,1],[8,1]],'throws':[[78,1],[60,6]],'decimal':[[73,1],[59,1],[78,28],[41,1],[71,2],[44,2],[68,1]],'vrc':[[75,1]],'minus':[[73,1],[75,2],[76,1],[79,2],[60,1]],'comparison':[[59,1],[78,1],[56,1],[79,3]],'reflects':[[76,1]],'license':[[3,1]],'mistakes':[[66,1],[24,1]],'start':[[55,2],[53,1],[30,1],[31,3],[44,2],[62,7],[16,1],[8,1],[59,2],[78,3],[41,1],[71,6],[24,1],[60,5],[76,4],[80,2],[48,2],[75,1],[82,1],[79,4],[58,1]],'anothervalue':[[59,1]],'lines':[[55,1],[50,1],[12,3],[52,1],[68,1],[78,1],[54,4],[71,1],[82,5],[48,1],[75,1],[79,3]],'title':[[22,2],[48,1],[60,1],[62,1]],'saturation':[[79,1]],'05fffh':[[75,3]],'textcolor':[[60,3]],'luapack':[[58,1]],'require':[[59,1],[76,1],[79,2],[80,1],[28,1]],'dmcloop':[[60,1]],'040h':[[76,1]],'@xcfyl':[[78,1]],'entirely':[[60,1]],'july':[[11,1]],'press':[[55,2],[38,2],[30,1],[31,5],[28,2],[44,1],[50,1],[53,1],[62,3],[25,1],[60,3],[48,6],[18,3]],'trouble':[[19,1]],'work':[[73,2],[55,1],[28,1],[13,1],[20,2],[36,1],[63,2],[59,1],[54,2],[14,1],[41,2],[47,1],[60,2],[76,2],[78,3],[48,4],[3,1],[10,1],[11,1],[79,2]],'compression':[[19,1],[9,1]],'178':[[4,1],[6,1]],'65xx':[[78,5]],'metafile':[[61,1]],'speedruns':[[45,1],[68,1],[3,1],[66,7],[24,2],[64,2]],'botting':[[62,1]],'050':[[76,1]],'wait':[[59,2],[12,1],[78,2],[65,1]],'joyhat':[[9,1]],'unset':[[60,1]],'uint16':[[73,4]],'gamepad5':[[9,1]],'mos':[[78,1]],'bookmark':[[6,2],[50,2]],'therefore':[[76,2],[79,1],[28,1]],'hooked':[[26,1],[48,4]],'8157':[[4,1]],'sony_cxa2025as_us':[[26,1]],'you':[[50,37],[61,1],[56,9],[47,2],[80,2],[24,17],[82,9],[48,61],[32,1],[57,1],[79,16],[46,2],[38,3],[28,13],[44,7],[81,4],[68,9],[36,13],[5,2],[37,3],[63,11],[21,2],[22,8],[41,8],[33,2],[19,1],[16,1],[59,28],[49,3],[23,3],[51,2],[54,20],[60,64],[10,1],[18,9],[65,8],[55,21],[53,34],[30,3],[31,15],[62,29],[52,2],[78,28],[25,7],[76,6],[34,3],[75,10],[3,1],[58,11]],'left':[[73,1],[31,4],[28,1],[44,1],[50,10],[12,2],[16,1],[20,2],[36,3],[62,1],[59,2],[54,2],[29,1],[41,3],[71,3],[6,3],[60,12],[4,1],[78,4],[75,1],[11,1]],'happening':[[79,1],[60,1],[14,1]],'calculation':[[4,1],[76,1],[50,1]],'immediately':[[37,1],[79,2],[76,4],[53,1],[60,6],[62,1],[68,1],[56,1],[11,1],[8,1]],'pathname':[[20,1]],'memory':[[50,21],[67,1],[16,8],[56,1],[59,5],[49,1],[14,2],[29,3],[51,4],[24,1],[60,33],[4,2],[66,1],[10,3],[40,2],[79,33],[53,9],[44,17],[12,7],[52,1],[68,16],[8,1],[78,7],[41,6],[76,2],[75,1],[3,1],[11,4]],'used':[[73,2],[19,1],[50,3],[67,2],[16,2],[35,3],[39,7],[59,4],[9,1],[14,3],[23,1],[29,5],[24,1],[49,2],[51,2],[54,1],[48,10],[60,6],[66,3],[71,18],[79,18],[80,1],[55,6],[53,1],[31,2],[28,1],[62,5],[81,1],[12,2],[13,1],[20,1],[68,5],[8,1],[63,2],[78,13],[21,2],[22,3],[26,2],[41,4],[76,12],[72,2],[75,11],[33,3],[11,2],[58,1]],'restores':[[34,1],[39,6]],'limitations':[[66,2],[48,1]],'eggs':[[55,1]],'roms':[[9,1],[14,1],[29,2],[55,1],[6,1],[4,3],[48,1],[16,1],[20,2],[5,3]],'dimensions':[[60,1]],'ohm':[[76,1]],'coming':[[76,1]],'1993':[[78,1]],'exwram':[[15,1]],'waiting':[[60,1]],'85xx':[[78,1]],'sight':[[78,1]],'savestatefile':[[20,1]],'253':[[4,1],[9,1],[10,1],[6,1]],'segment':[[62,27],[66,4],[53,2],[24,1],[60,1]],'programmed':[[63,1],[79,2],[62,1],[58,1]],'edited':[[1,1],[41,1],[24,1],[50,1]],'captured':[[28,1]],'enables':[[78,3],[41,1],[6,1],[28,1],[20,1],[8,1]],'room':[[60,1]],'writeable':[[60,2]],'dfff':[[55,1],[75,2]],'buffer':[[73,1],[12,1],[14,1],[79,10]],'p`ne':[[78,1]],'ratio':[[4,1],[12,1],[36,5],[76,1],[6,1]],'throttling':[[12,2],[20,3],[35,3]],'health':[[62,1]],'totalsize':[[73,1]],'matt':[[76,1]],'|60':[[76,1]],'gdoverlay':[[60,3]],'documentation':[[1,1],[12,3],[13,1],[16,1],[42,1],[69,2],[37,1],[78,3],[70,1],[76,1],[6,2],[24,1],[43,1],[60,1],[79,1],[58,1]],'fires':[[47,1]],'onsegmentend':[[62,1]],'phenomenon':[[76,1]],'shifted':[[76,1],[79,1]],'mario':[[68,3]],'1998':[[3,1]],'negative':[[81,1],[78,12],[76,3],[60,2]],'why':[[59,1],[78,5],[76,2],[53,2],[81,1],[48,1],[79,5]],'column':[[41,3],[71,2],[50,6],[44,4],[4,1],[12,1],[68,3]],'physical':[[50,1]],'2800|':[[68,1]],'tmnt':[[68,1]],'layer':[[79,1]],'oeka':[[31,1]],'nmi':[[78,19],[68,1],[76,1],[79,2],[50,2]],'144':[[62,1]],'1fc':[[76,1]],'bring':[[4,1],[50,1],[54,1]],'lastkey4':[[62,1]],'dated':[[78,1]],'number':[[50,6],[59,2],[54,1],[14,1],[71,3],[24,2],[60,14],[4,1],[82,2],[48,2],[79,4],[18,2],[65,1],[55,1],[53,1],[62,33],[28,1],[12,2],[5,1],[37,1],[78,2],[21,1],[22,1],[25,2],[41,4],[6,2],[76,16],[72,1],[75,4],[11,1]],'corruption':[[68,1]],'rom':[[73,1],[1,1],[19,2],[50,18],[67,12],[16,2],[56,7],[39,4],[59,2],[9,3],[14,2],[29,4],[51,2],[2,1],[24,2],[4,2],[54,1],[48,3],[60,11],[71,1],[79,2],[18,1],[65,8],[82,6],[55,27],[53,21],[30,2],[28,11],[12,9],[13,1],[20,8],[68,4],[8,1],[5,6],[63,1],[64,4],[22,4],[78,1],[41,2],[6,5],[75,1],[3,1],[11,3]],'sprite':[[73,1],[9,1],[14,1],[51,1],[50,2],[68,7],[79,14]],'decent':[[36,1],[56,1],[79,1]],'opposite':[[78,1],[55,1],[60,3],[62,1]],'decoding':[[79,1]],'known':[[59,1],[22,1],[51,1],[41,2],[76,3],[24,1],[44,1],[60,1],[75,2],[3,1],[65,2]],'attached':[[71,5],[22,1]],'adjusting':[[11,1],[58,1]],'pec':[[4,1]],'splitting':[[59,1]],'temporarily':[[78,1],[36,1],[41,1],[31,1]],'scale3x':[[36,2]],'but':[[19,2],[50,2],[39,1],[59,4],[54,3],[47,2],[66,2],[60,13],[80,2],[82,1],[48,12],[57,2],[79,11],[65,1],[55,4],[31,2],[44,2],[62,5],[81,1],[68,1],[36,1],[78,15],[22,1],[25,1],[41,2],[76,4],[75,2],[3,1],[11,2],[58,1]],'hitbreakpoint':[[4,1],[60,2]],'4th':[[47,1],[71,1],[76,1],[79,2]],'may':[[50,9],[39,1],[54,1],[47,1],[66,2],[60,7],[71,3],[48,1],[79,2],[18,1],[65,2],[55,1],[53,2],[30,2],[31,1],[28,1],[36,1],[8,1],[63,3],[78,24],[41,1],[34,2],[75,1],[33,1]],'vbuf':[[73,1]],'nes':[[1,2],[19,5],[50,6],[67,1],[77,6],[74,2],[56,3],[59,1],[51,1],[23,1],[54,1],[66,2],[2,1],[24,2],[60,2],[80,3],[48,2],[82,13],[79,14],[18,1],[65,1],[55,6],[53,5],[31,3],[28,3],[81,2],[52,1],[20,21],[36,4],[68,10],[64,2],[5,1],[69,2],[22,4],[26,1],[25,5],[41,3],[76,10],[75,4],[3,1],[33,5],[11,1],[58,1]],'pla':[[78,2]],'clearing':[[76,1],[6,1]],'favourite':[[78,1],[82,1]],'cleanup':[[62,1],[12,1],[14,2],[6,2],[7,1]],'stopframe':[[20,2]],'debug':[[49,3],[1,2],[14,1],[54,2],[6,1],[50,2],[4,3],[82,1],[5,1]],'visually':[[49,1]],'2k3':[[76,1],[79,3]],'observe':[[55,1],[50,1]],'dumping':[[6,1],[23,1]],'0f000h':[[75,2]],'0xf0':[[78,1]],'approprite':[[79,1]],'protocols':[[61,1]],'07xx':[[68,1]],'vsbx':[[78,3]],'#0t':[[78,8]],'unity':[[4,1]],'server':[[32,2],[6,3],[65,2]],'store':[[78,13],[22,1],[29,1],[54,1],[60,1],[82,1],[48,1]],'default':[[16,1],[9,1],[14,5],[23,1],[29,5],[24,5],[47,2],[4,2],[60,3],[71,2],[10,1],[18,3],[38,2],[30,2],[28,7],[31,2],[44,3],[12,5],[13,4],[20,1],[36,7],[8,3],[5,2],[62,3],[21,8],[22,1],[25,1],[26,2],[6,2],[41,2],[34,1],[33,2],[11,1]],'slowing':[[24,1],[28,1]],'breakpoints':[[4,1],[60,1],[14,2],[6,7],[50,21]],'average':[[28,1]],'normal':[[59,2],[55,1],[25,1],[41,1],[47,1],[60,2],[34,1],[7,1],[58,1]],'filters':[[60,1],[54,1],[14,1]],'modulate':[[60,1]],'tasvideos':[[42,1],[66,4],[43,1],[24,1]],'seven':[[78,1]],'conditional':[[8,1],[50,4],[6,1]],'slows':[[25,1]],'binary':[[78,10],[3,1],[55,1],[60,3],[71,6]],'yelling':[[31,1]],'plain':[[41,1],[71,2]],'performing':[[78,3],[60,1]],'clip':[[63,1],[12,1],[20,2],[36,1]],'creates':[[62,1],[29,1]],'continuous':[[25,2]],'bcs':[[78,3]],'don’t':[[24,1]],'quicksave':[[10,1]],'enhancements|':[[79,1]],'high':[[78,52],[75,1],[79,1],[35,1],[60,1]],'unix':[[3,2],[9,1]],'can':[[50,24],[61,2],[56,2],[35,2],[29,1],[47,1],[80,2],[24,22],[82,7],[48,14],[57,1],[79,9],[28,15],[44,2],[81,2],[12,4],[13,1],[20,1],[36,12],[68,8],[5,2],[63,1],[69,1],[21,3],[22,4],[41,9],[43,1],[33,2],[73,1],[19,2],[16,7],[59,13],[49,1],[14,1],[23,2],[51,3],[54,7],[60,37],[4,4],[71,5],[10,2],[18,2],[65,9],[55,16],[53,17],[31,6],[62,13],[42,3],[8,2],[78,11],[25,3],[76,8],[6,3],[34,4],[72,1],[75,5],[3,2],[58,2]],'feeding':[[60,1]],'base64':[[71,1]],'programs':[[78,3],[48,1],[57,1],[79,1]],'frameskip':[[14,1]],'getselection':[[60,1]],'a13':[[79,8]],'pipeline':[[79,5]],'important':[[79,1],[53,1],[62,1],[66,1]],'monitor':[[78,1],[41,1],[44,2],[12,1],[79,5],[11,1],[65,1]],'follow':[[59,1],[76,1],[82,1],[5,2]],'meaningful':[[60,1]],'indices':[[78,1]],'dualcore':[[12,1]],'reflex':[[66,2]],'workflow':[[4,1],[82,1]],'serialized':[[79,1]],'luabot_front':[[62,1]],'classic':[[30,1]],'effective':[[78,80]],'leftclick':[[60,1]],'integers':[[60,3]],'wired':[[78,1]],'rainwarrior':[[3,1],[1,1]],'rts':[[5,1],[78,4],[75,1],[50,2],[6,1]],'ips':[[19,9],[14,1]],'c0a8':[[50,1]],'presskeyx':[[62,3]],'puts':[[41,1],[60,1]],'blending':[[6,1]],'undone':[[66,1]],'framenumber':[[20,1]],'xxx2':[[75,1]],'enthusiast':[[76,1]],'m3y':[[78,1]],'exp':[[78,1]],'bi`':[[78,2]],'finishes':[[78,1],[79,2]],'details|':[[79,2]],'multiple':[[73,1],[46,1],[55,1],[60,2],[82,1],[4,1],[79,4],[7,2],[8,1]],'this':[[50,21],[61,1],[56,3],[35,2],[15,1],[29,1],[47,5],[80,2],[24,8],[82,4],[48,29],[32,1],[57,3],[79,94],[28,15],[44,2],[81,4],[12,1],[13,1],[20,3],[36,17],[68,14],[5,1],[63,2],[21,4],[22,5],[41,14],[43,2],[33,3],[11,3],[73,5],[19,2],[67,1],[16,2],[39,24],[59,15],[9,1],[14,2],[23,1],[51,2],[54,8],[60,60],[66,4],[71,4],[18,3],[65,3],[55,8],[53,11],[30,4],[31,11],[62,28],[42,2],[52,3],[8,3],[17,1],[78,75],[26,7],[25,2],[76,52],[6,1],[72,2],[75,37],[3,6],[58,7]],'polling':[[28,1]],'han':[[48,1]],'more':[[19,1],[50,7],[67,2],[61,1],[16,4],[35,1],[59,3],[9,1],[14,2],[54,3],[66,2],[24,2],[60,4],[80,1],[48,4],[57,1],[79,3],[65,1],[55,3],[62,1],[81,1],[12,4],[20,1],[13,2],[36,3],[8,2],[5,1],[42,1],[68,2],[26,1],[69,1],[41,3],[76,2],[6,1],[43,1],[78,6],[75,1],[3,1],[11,1]],'permit':[[76,1],[13,1]],'dead':[[79,2],[60,1],[62,1]],'amazing':[[63,1],[78,1]],'2fa9':[[71,1]],'frequency':[[4,1],[78,2],[75,4],[76,19],[79,1],[60,10]],'docs':[[4,1]],'link':[[4,1],[6,1]],'translating':[[48,2]],'|0d':[[76,2]],'vic':[[78,4]],'impulse':[[79,1]],'261':[[79,1]],'ignored':[[59,1],[78,5],[25,1],[71,2],[76,2],[48,1]],'information':[[1,6],[50,3],[0,1],[67,1],[49,3],[14,1],[80,1],[24,2],[60,6],[48,2],[57,1],[18,2],[65,1],[79,8],[55,3],[62,1],[28,1],[12,1],[68,1],[64,3],[69,2],[78,1],[41,1],[70,1],[76,8],[75,3],[3,1],[58,1]],'conjunction':[[55,1],[54,1],[20,1]],'substitute':[[41,2]],'forces':[[60,2]],'lot':[[60,1],[48,2],[68,1],[3,1],[6,1],[7,1]],'hexadecimal':[[78,1],[68,1],[41,1],[50,5],[82,1]],'monitored':[[44,1]],'cur':[[76,2]],'&bh':[[78,2]],'distortion':[[79,1]],'inverter':[[79,1]],'report':[[78,1],[8,1]],'5fffh':[[75,1]],'t2p':[[78,1]],'intended':[[78,1],[60,1]],'affects':[[78,4],[12,1],[80,1],[35,1],[37,1]],'rotated':[[78,1]],'resides':[[79,1]],'against':[[60,1],[48,1],[32,1]],'getfilename':[[8,1],[60,1]],'msb':[[76,4],[79,1]],'what':[[73,2],[1,1],[67,1],[0,1],[16,2],[56,1],[54,3],[9,2],[14,2],[15,2],[29,1],[24,1],[4,2],[49,1],[48,13],[51,1],[10,2],[57,1],[7,2],[60,4],[65,1],[66,1],[79,9],[55,2],[53,2],[62,1],[12,2],[13,3],[52,1],[8,2],[5,2],[64,1],[78,7],[76,3],[6,2],[75,1],[33,2],[11,2]],'have':[[50,3],[16,1],[56,1],[59,6],[15,1],[54,1],[47,3],[66,1],[60,5],[71,6],[82,2],[48,16],[79,10],[18,2],[65,1],[46,2],[53,3],[31,4],[28,1],[62,9],[12,1],[20,1],[68,1],[8,3],[63,1],[78,13],[22,3],[41,6],[76,10],[6,1],[34,1],[72,1],[75,2],[11,1],[58,2]],'conforms':[[8,1]],'script':[[55,1],[50,1],[62,7],[12,1],[13,1],[20,2],[8,1],[39,4],[59,8],[9,1],[14,3],[60,27],[4,2],[10,1],[58,10]],'deals':[[70,1]],'position':[[59,1],[41,1],[71,4],[60,6],[76,1],[4,1],[12,5],[16,2],[48,1],[68,4]],'abilities':[[76,1]],'crash':[[55,1],[53,2],[12,3],[13,2],[8,3],[5,3],[9,1],[14,3],[15,1],[49,1],[6,2],[60,2],[4,1],[11,1],[7,2]],'sweeps':[[76,2]],'efficient':[[78,1]],'0x7fff':[[82,1]],'created':[[1,1],[55,1],[12,1],[39,2],[37,1],[59,1],[9,1],[71,1],[6,1],[82,1],[4,1],[3,2],[79,1],[58,1]],'other':[[50,3],[67,1],[61,2],[16,2],[59,3],[9,1],[47,1],[71,1],[24,2],[60,5],[48,5],[10,1],[79,7],[55,1],[31,1],[28,1],[30,1],[62,1],[13,1],[68,2],[8,1],[63,1],[78,13],[76,3],[6,1],[75,3],[3,2],[11,1]],'xh%&q':[[78,1]],'separately':[[10,1]],'quickly':[[50,2],[16,1],[68,1],[53,1],[31,1],[24,1]],'offers':[[26,1],[20,1]],'proprietary':[[6,1],[22,1]],'pepper':[[3,1]],'declared':[[59,3]],'gone':[[76,1]],'append':[[48,1]],'representation':[[76,1],[61,1],[48,1]],'defaults':[[34,1],[14,2],[38,1],[60,4]],'put':[[62,1],[44,3],[20,1],[16,1],[68,1],[37,1],[22,1],[54,2],[60,3],[48,4],[79,4],[33,1]],'request':[[79,1]],'snapshots':[[26,1]],'meta':[[24,1]],'alternatively':[[55,1],[51,1],[36,1],[41,1],[18,1],[50,1]],'17ff':[[68,2]],'past':[[65,1],[8,1],[28,1]],'int':[[60,138]],'|the':[[79,1]],'usefully':[[63,1]],'newname4':[[82,4]],'decoration':[[50,1]],'addresshigh':[[60,4]],'asl':[[78,11]],'dashes':[[59,1]],'organized':[[68,1]],'battery':[[4,1],[9,1],[12,1],[22,1],[29,2]],'capture':[[26,1],[23,6],[16,1],[55,2],[7,1]],'0000000011111111':[[80,1]],'topmost':[[78,2]],'accompanying':[[41,1]],'ppu':[[73,9],[50,5],[67,2],[77,2],[35,2],[9,1],[49,6],[51,10],[71,1],[80,1],[4,3],[48,1],[10,5],[79,95],[7,2],[65,4],[55,2],[53,4],[28,9],[81,2],[12,3],[52,4],[68,5],[8,3],[5,3],[76,1],[3,1],[33,1],[11,5]],'presses':[[66,2],[12,1]],'collisions':[[79,3]],'kid':[[68,1]],'ninja':[[47,1],[68,1]],'taken':[[78,3],[12,1],[3,1],[76,3]],'relocate':[[75,1]],'platforms':[[60,1]],'lowmost':[[78,3]],'sram':[[29,1],[41,1],[14,1],[68,1]],'sytem':[[22,1]],'rate':[[34,2],[75,2],[76,14],[79,2],[35,1]],'sloppy':[[66,1]],'cheat':[[53,2],[67,2],[28,1],[42,2],[16,2],[68,3],[56,4],[8,9],[9,1],[29,1],[41,27],[66,1],[6,4],[43,2],[10,1],[40,2]],'sebastian':[[3,1]],'because':[[55,1],[19,1],[31,1],[53,1],[52,1],[36,1],[39,1],[59,2],[51,1],[78,3],[76,3],[24,3],[60,7],[4,1],[75,3],[3,1],[79,7],[65,1]],'example':[[73,1],[55,4],[50,3],[44,2],[61,2],[52,2],[68,5],[8,1],[78,5],[41,3],[47,1],[60,10],[71,2],[82,6],[48,3],[75,1],[79,1],[58,1]],'cxa2025as':[[26,1]],'dmcseed':[[60,1]],'behave':[[4,1],[59,1],[75,1],[78,1],[50,1]],'c128':[[78,1]],'boat':[[19,8]],'reset':[[55,3],[50,3],[44,2],[12,2],[13,2],[16,2],[68,1],[8,1],[78,8],[25,4],[41,5],[6,2],[24,3],[4,1],[60,4],[71,4],[72,2],[10,1],[76,9],[79,2]],'pha':[[78,2]],'repeated':[[79,3]],'corresponding':[[78,1],[55,1],[71,1],[76,1],[44,1],[48,1],[5,1]],'uploading':[[61,1]],'data':[[73,8],[19,1],[50,11],[67,3],[61,2],[59,1],[9,1],[14,1],[49,4],[51,3],[24,5],[54,10],[4,5],[60,9],[71,3],[80,2],[10,1],[79,52],[82,1],[55,41],[53,14],[81,2],[12,3],[42,1],[52,1],[68,11],[8,1],[5,3],[78,15],[22,2],[41,2],[76,1],[6,5],[43,1],[72,3],[75,23],[3,1],[11,1]],'drag&drop':[[6,2]],'appended':[[82,1],[37,2]],'reside':[[68,2]],'excitingbike':[[63,2]],'worth':[[79,2]],'bots':[[60,1]],'substituted':[[50,2]],'pointer':[[73,1],[78,28],[9,1],[54,1],[6,1],[50,1],[4,2],[79,1]],'translates':[[68,1]],'nesm':[[75,1]],'cia':[[78,8]],'precisely':[[68,1]],'tables':[[59,2],[51,1],[78,2],[81,1],[48,3],[52,2],[79,2],[11,1]],'screenshots':[[29,2],[14,1]],'assembler':[[3,1],[50,4],[82,1]],'contexts':[[8,1]],'explicitly':[[59,1]],'struct':[[9,1]],'knowledge':[[78,1],[48,2],[68,1],[56,1],[57,1],[79,1]],'198':[[5,1]],'rbibaseball':[[6,1]],'adr':[[59,4]],'encompasses':[[75,1]],'chain':[[78,1]],'oe_':[[78,2]],'due':[[78,1],[22,1],[76,3],[66,1],[60,1],[12,2],[48,1],[3,1],[68,1],[79,1]],'contain':[[73,2],[55,1],[50,1],[68,2],[59,1],[29,1],[14,1],[71,1],[24,3],[76,2],[72,1],[75,1],[33,1]],'hexrowheightborder':[[21,1]],'maintain':[[36,1],[6,1]],'developed':[[78,2],[26,1]],'unzipped':[[58,1]],'int16':[[73,1]],'sounddisplay':[[6,1]],'applies':[[73,2],[52,1],[33,1],[60,6]],'07ffh':[[75,2]],'k0z':[[78,1]],'schematics':[[79,1]],'idle':[[50,1]],'applyinputchanges':[[60,1]],'amplitude':[[73,1],[76,1],[79,1]],'played':[[55,2],[66,1],[31,1],[28,2],[71,1],[75,2],[20,1],[35,1]],'responsible':[[59,1],[78,1],[55,1],[76,2]],'returning':[[60,2]],'dd05':[[78,4]],'hex':[[50,3],[67,3],[56,2],[59,2],[49,1],[66,2],[60,2],[71,1],[4,2],[82,1],[48,1],[7,1],[55,3],[53,11],[44,4],[12,3],[42,1],[68,3],[8,3],[5,1],[21,4],[41,11],[6,1],[43,1],[3,1],[11,5]],'googlecode':[[3,1]],'enter':[[65,1],[79,1],[25,1],[53,1],[50,2],[60,1],[62,1],[12,1],[36,5],[56,5],[11,1],[5,1]],'dwedit':[[9,1]],'icarus':[[68,1]],'6000':[[73,1],[75,5],[68,1],[41,1],[7,1]],'zbq':[[78,1]],'452de2c3':[[71,1]],'named':[[78,1],[22,1],[29,1],[41,2],[50,1],[28,2],[82,2],[3,2],[65,2]],'explosion':[[12,1]],'composite':[[36,1],[79,1]],'pageup':[[60,1]],'processing':[[78,1],[51,1],[34,1],[12,1],[61,1],[77,2],[33,1],[35,1]],'configable':[[9,1]],'assign':[[20,1],[38,3],[31,4]],'lavelle':[[10,1]],'|06':[[76,2]],'specificness':[[73,1]],'ready':[[48,2],[67,1]],'regular':[[66,1],[14,1]],'guaranteed':[[73,1]],'analog':[[36,1],[76,3]],'ctrl':[[56,1],[14,1],[53,4],[18,2],[6,1]],'ganbare':[[9,2]],'consume':[[54,1]],'numpad':[[60,5],[14,1]],'milliseconds':[[60,1]],'triggers':[[75,2]],'global':[[59,1],[33,1],[60,4],[62,1]],'comprehend':[[78,1],[60,1]],'loading':[[19,1],[50,1],[16,1],[9,1],[14,2],[66,2],[24,6],[60,3],[4,2],[71,1],[10,1],[57,1],[7,1],[31,1],[28,1],[44,2],[12,2],[8,5],[5,2],[17,1],[37,1],[76,1],[6,4],[75,1],[11,1]],'resize':[[8,1]],'problem':[[78,2],[13,1],[75,2],[79,1]],'columns':[[41,1],[68,2]],'dostuffhere':[[59,1]],'0x0200':[[60,2]],'out':[[73,1],[50,2],[28,1],[36,3],[56,2],[8,1],[59,1],[9,2],[49,1],[41,1],[76,6],[24,1],[6,3],[60,2],[78,3],[48,7],[75,1],[33,1],[11,1],[79,8]],'directdraw':[[36,2],[65,1]],'170th':[[79,1]],'predictable':[[79,1],[24,1]],'transparancy':[[60,1]],'042x':[[68,1]],'response':[[78,1]],'easilly':[[79,1]],'intend':[[23,1]],'toggles':[[25,1],[60,1],[28,4],[12,1],[20,2],[8,1],[37,2]],'flashing':[[7,1]],'neighbor':[[36,1]],'subroutine':[[4,1],[78,2],[54,1],[6,1],[50,2]],'think':[[76,1],[80,1],[60,1],[81,2],[75,1],[48,1],[79,2]],'resuming':[[4,1],[24,1]],'fly':[[52,1]],'entire':[[73,1],[53,1],[48,1],[68,1],[75,1],[79,2]],'indicated':[[79,2],[60,1]],'dictate':[[50,1]],'bne':[[78,4]],'anding':[[78,2]],'beat':[[68,2]],'fceuxdsp':[[26,1],[2,2],[12,1],[16,2],[3,9],[10,1],[48,1]],'tbl4':[[59,3]],'abbreviated':[[66,1]],'caveat':[[79,2],[75,2]],'setnote':[[60,1]],'mixed':[[4,1],[59,1],[76,1],[79,2]],'take':[[53,2],[31,1],[28,1],[68,1],[56,1],[63,1],[78,4],[41,1],[76,2],[24,2],[60,2],[4,1],[75,1],[79,2]],'vsnprintf':[[14,1]],'attr':[[14,1]],'tcp':[[61,1]],'cases':[[60,2],[78,1],[13,1],[14,3],[11,1],[50,1]],'eats':[[60,1]],'competitionrecorder':[[63,1]],'produce':[[54,2],[76,4],[71,1],[34,1],[56,2],[11,1],[79,1]],'rla':[[78,13]],'general':[[73,1],[1,2],[50,2],[16,1],[17,3],[63,3],[76,1],[6,2],[2,1],[60,1],[79,1],[7,1],[58,1]],'smbconfig':[[20,1]],'luau':[[57,1]],'randomly':[[79,1]],'straighten':[[6,1]],'corresponds':[[68,1],[71,1],[79,2]],'0x2000':[[73,3]],'resembles':[[48,1]],'consider':[[76,1],[78,1],[79,1]],'multi':[[82,3],[10,1],[66,2],[8,1],[71,1]],'values':[[73,1],[50,2],[59,7],[9,2],[49,1],[66,1],[60,14],[71,6],[48,1],[79,4],[38,1],[53,3],[44,6],[12,3],[42,1],[36,2],[68,19],[78,6],[21,3],[41,11],[76,4],[43,1],[75,4],[11,4]],'usable':[[13,1]],'inc':[[78,10]],'translator':[[48,3]],'cxi':[[78,2]],'systems':[[19,1],[79,1],[65,1]],'kids':[[31,1]],'prior':[[54,1],[76,4],[6,1],[12,1],[79,2],[7,1]],'edge':[[68,1],[76,1],[66,1],[67,1],[79,1]],'9810':[[73,1]],'priority':[[78,1],[33,3],[35,2],[79,18]],'topics':[[79,1]],'irqc':[[73,2]],'requiring':[[22,1]],'modulated':[[79,1]],'gauntlet':[[68,1]],'entertainment':[[3,1],[18,1],[22,1]],'reason':[[48,1],[55,1],[76,1],[60,1],[79,3]],'whatever':[[52,1],[55,1],[76,2],[60,2],[62,2]],'nospritelim':[[14,1]],'rule':[[78,1]],'printing':[[5,1]],'hexbackcolorr':[[21,1]],'concern':[[41,1]],'signficantly':[[7,1]],'particularly':[[60,1]],'65536':[[71,2],[78,2]],'accurately':[[79,1]],'irix':[[3,1]],'cool':[[48,2]],'evaluated':[[79,2],[62,4]],'0x5fff':[[6,1]],'md5':[[71,1]],'brief':[[78,2],[57,1],[44,1]],'handakuten':[[48,4]],'4800':[[75,3]],'|01':[[76,1]],'`rp`':[[78,1]],'blader':[[9,1]],'autofire':[[15,2],[16,1],[47,12]],'closest':[[79,1]],'forcing':[[60,1]],'tab':[[60,1],[16,1]],'188':[[78,1]],'rgp':[[78,2]],'potential':[[65,1],[6,1],[8,1]],'resolve':[[34,1]],'wrapping':[[81,2],[68,1],[6,1]],'visible':[[36,1],[50,1],[82,1]],'040':[[76,1]],'lua51':[[4,2]],'entering':[[48,1],[25,1],[36,1],[50,3],[79,1]],'stepping':[[10,1],[66,1]],'accessing':[[78,1],[50,1]],'assembled':[[50,2]],'generating':[[75,1],[76,1],[79,1],[60,1]],'accu':[[78,1]],'subs':[[48,2]],'submitdeleteframes':[[60,1]],'remainder':[[71,1]],'j@8n':[[78,1]],'timeline':[[6,1]],'deutsche':[[78,1]],'scaling':[[12,1],[14,1],[36,1],[79,2]],'blurry':[[36,1]],'lets':[[78,3],[52,1],[54,1],[53,2]],'attribute':[[73,2],[79,10]],'wordpad':[[21,1]],'findings':[[76,2]],'program':[[63,5],[59,1],[73,1],[78,14],[76,1],[62,2],[50,6],[60,2],[67,1],[75,2],[79,1],[65,1]],'&a%_':[[78,2]],'table':[[73,2],[53,2],[62,7],[81,1],[52,5],[68,2],[59,18],[9,1],[49,2],[76,1],[78,2],[60,27],[48,20],[3,1],[79,33],[11,1]],'replacing':[[76,1],[66,1]],'|miscellanious':[[79,1]],'hacking':[[67,11],[1,1],[64,3],[2,1]],'august':[[15,1],[14,1],[3,4],[16,1]],'retained':[[3,1],[76,1]],'multibyte':[[6,1]],'these':[[19,1],[50,3],[27,1],[39,1],[59,2],[29,5],[47,1],[66,1],[24,2],[60,3],[71,1],[82,2],[48,2],[79,5],[31,3],[28,2],[62,6],[42,1],[68,6],[36,4],[8,1],[69,2],[63,8],[78,5],[21,1],[26,2],[25,1],[41,1],[43,1],[76,10],[75,3],[11,1]],'ijc':[[78,8]],'d2n@3y':[[78,1]],'getlostplayback':[[60,1]],'xmouse':[[60,1]],'getregister':[[10,1],[60,3]],'finds':[[48,1]],'combined':[[78,1],[1,1],[55,1],[79,1],[62,2],[0,1]],'jajamaru':[[9,1]],'fractions':[[66,1],[14,1]],'player1':[[71,1]],'quietust':[[76,1]],'66hl2n@':[[78,1]],'some':[[19,2],[50,1],[39,1],[59,3],[9,1],[14,2],[29,1],[60,10],[4,2],[48,6],[10,1],[79,9],[7,2],[65,2],[55,1],[30,1],[28,1],[62,5],[81,1],[12,1],[13,2],[36,2],[68,2],[8,1],[5,1],[63,1],[78,9],[21,1],[22,1],[26,1],[41,1],[6,2],[76,2],[34,2],[75,2],[3,1],[11,2]],'displaced':[[66,1]],'05ff9h':[[75,2]],'parameter':[[78,10],[41,1],[60,2],[62,2]],'colors':[[65,1],[59,1],[79,1],[53,1],[60,14],[12,1],[33,2],[8,3],[11,1]],'unique':[[71,1],[24,1]],'loved':[[78,1]],'chunks':[[73,5]],'analyzing':[[49,1]],'exactly':[[82,1],[75,1],[76,1],[79,1],[60,2],[58,1]],'complex':[[78,1],[79,1]],'skipped':[[78,2]],'modify':[[78,8],[53,3],[56,1],[60,1]],'trade':[[78,1]],'lesser':[[60,1]],'snels9x':[[42,1]],'achieved':[[73,1],[56,2],[50,2]],'fine':[[25,2],[79,5]],'reversing':[[79,1]],'freezing':[[41,2],[59,1],[12,2]],'1x1':[[36,4]],'identified':[[71,1]],'quicker':[[66,1],[50,1],[67,1]],'fill':[[36,2],[56,1],[14,1]],'debuggers':[[67,1]],'version':[[73,6],[1,1],[31,2],[0,1],[45,1],[12,1],[16,1],[42,1],[78,6],[26,1],[71,4],[6,1],[2,1],[4,1],[43,1],[75,1],[3,10],[57,1],[79,1],[65,2]],'tod':[[78,5]],'lxa':[[78,3]],'website':[[48,3]],'decrement':[[76,2],[78,6]],'j1rb':[[73,1]],'slots':[[12,1],[14,2],[68,1],[60,3]],'las':[[78,1]],'except':[[59,2],[54,1],[78,6],[41,2],[71,2],[60,5],[6,1],[50,1],[62,2],[75,1],[76,3]],'226':[[9,1]],'control':[[59,6],[78,1],[76,5],[31,1],[60,6],[34,2],[12,3],[75,2],[57,1],[11,1],[79,1]],'bit7':[[71,2]],'xxx':[[71,2]],'acquired':[[76,1]],'xxff':[[78,1]],'exit':[[30,2],[59,1],[60,7],[50,1],[8,1]],'causes':[[78,2],[76,1],[50,2],[81,1],[36,1],[79,2],[11,1]],'batteries':[[22,1]],'characteristic':[[68,1]],'bit5':[[71,2],[78,1]],'symbolic':[[54,2],[50,7],[82,2],[4,5],[6,2],[5,2]],'resolved':[[65,2],[32,1]],'assume':[[59,1],[75,2],[78,1],[60,1]],'clouds':[[79,3]],'accessable':[[79,1]],'once':[[55,1],[31,1],[28,2],[67,1],[12,2],[36,1],[56,1],[35,1],[5,1],[37,1],[39,2],[54,2],[59,2],[41,1],[76,1],[24,1],[60,7],[78,1],[48,7],[75,4],[79,1],[18,1],[11,1]],'steady':[[35,1]],'org':[[59,1],[66,5],[58,1]],'2kb':[[73,2]],'throw':[[78,6],[79,1]],'flip':[[79,1],[75,1]],'ldy':[[78,9]],'0900':[[68,1]],'areas':[[36,2],[53,1],[6,1]],'filenames':[[16,1],[6,1],[9,1]],'storing':[[4,1],[19,1],[60,1],[71,1]],'increment':[[78,71],[75,1],[28,5]],'readup':[[60,1]],'holds':[[76,1],[79,1],[31,2],[62,2]],'pushing':[[78,2]],'made':[[7,1],[65,1],[79,7],[31,1],[13,1],[16,3],[8,7],[9,2],[76,1],[24,5],[48,3],[3,2],[10,1],[18,1],[11,3]],'discarding':[[54,1]],'republik':[[78,1]],'fceu98':[[14,1]],'bryan':[[78,2]],'inconvenience':[[76,1]],'chm':[[45,1],[6,2]],'loadscriptdata':[[10,2],[60,1]],'b002':[[75,1]],'xh8':[[78,1]],'262':[[4,1],[79,3]],'highlighed':[[6,1]],'cell':[[22,1]],'inspect':[[50,1]],'auxiliary':[[63,1]],'400a':[[76,2]],'changed':[[53,1],[44,1],[12,1],[13,1],[5,3],[78,1],[9,2],[14,1],[22,1],[41,3],[6,1],[82,1],[4,1],[79,1],[11,2]],'minimized':[[9,1],[11,1]],'copyright':[[78,1],[75,3]],'scroll':[[50,1],[6,1],[81,4],[12,1],[52,5],[68,1],[79,8]],'hhhhllll':[[75,1]],'effect':[[79,1],[78,1],[76,3],[50,1],[28,1],[31,1],[56,3],[8,1],[39,3]],'fullscreen':[[14,1],[30,2],[6,1],[36,2],[11,1],[5,3]],'distribute':[[55,1]],'life':[[41,1],[63,1],[67,1]],'ddr':[[78,1]],'subtracting':[[76,1],[78,2]],'web':[[45,1]],'semi':[[76,1]],'indexing':[[78,3]],'snap':[[56,1],[48,3],[14,1]],'poorly':[[36,2],[32,1]],'through':[[73,1],[55,4],[50,1],[67,1],[13,1],[68,1],[59,1],[21,2],[54,1],[41,2],[66,1],[6,2],[24,2],[60,1],[76,2],[48,1],[75,2],[57,1],[79,5],[58,1]],'woes':[[14,1]],'widely':[[19,1]],'downloading':[[61,1]],'subtitles':[[39,6],[63,1],[71,2],[24,6],[12,2],[11,2],[37,4]],'couldn':[[79,1],[13,1],[60,2]],'exceeds':[[6,2]],'reinstalled':[[12,1]],'scale':[[76,3],[26,1]],'glitchy':[[34,1]],'accidental':[[6,1]],'titlebar':[[14,1]],'r65c00':[[78,2]],'laggy':[[47,1]],'lastkey':[[62,1]],'y2k':[[79,2]],'4018':[[50,1]],'checks':[[4,1],[55,1],[9,1]],'greatly':[[34,1],[12,1]],'|scanline':[[79,1]],'5th':[[78,1]],'filename':[[19,1],[12,4],[13,1],[20,3],[8,1],[37,1],[39,1],[5,1],[9,1],[14,1],[23,1],[6,1],[60,4]],'comparing':[[53,1],[49,1]],'kh%61':[[78,1]],'dialogue':[[67,1]],'jammed':[[73,1],[78,1]],'valid':[[19,2],[12,1],[16,1],[20,1],[78,1],[41,1],[71,1],[6,1],[60,2],[72,1],[79,4],[7,1]],'tilde':[[59,1],[60,1]],'aratanaru':[[9,1]],'|08':[[76,2]],'resources':[[61,1],[68,1],[66,1],[60,1],[67,1]],'bound':[[59,1],[31,1]],'iiiiiiiiiiiii':[[50,1]],'blitting':[[60,1]],'snowbro':[[76,1]],'rounder':[[36,1]],'regulate':[[76,1]],'history':[[5,1],[1,1],[3,2],[0,1]],'addr_hi':[[78,5]],'divided':[[79,1]],'408':[[79,1]],'results':[[63,2],[78,3],[54,1],[41,1],[55,1],[60,1],[76,9],[79,1]],'eyebrows':[[79,1]],'portion':[[41,1],[76,1],[68,1]],'cah4e3':[[3,2],[14,1]],'fixing':[[78,6],[49,1],[55,1],[7,2],[8,2]],'early':[[60,1]],'local':[[59,9],[60,4],[61,1]],'freeware':[[3,1]],'240':[[81,1],[76,3],[79,1],[50,1]],'ddt':[[73,1]],'limits':[[66,2],[79,2]],'overhauls':[[16,1]],'flow':[[59,2]],'detect':[[79,1],[28,1]],'replaced':[[78,1],[12,1],[48,1],[76,1],[79,1],[82,1]],'approx':[[12,1]],'contra':[[68,1]],'minvalue':[[62,12]],'strobe':[[76,3]],'jams':[[78,2]],'socket':[[7,1]],'former':[[78,1]],'adjustments':[[33,1]],'sorta':[[75,1]],'pauseframe':[[11,1]],'existence':[[63,1],[76,1]],'outlet':[[67,1]],'inspecting':[[50,1]],'onattemptstart':[[62,2]],'deflate':[[19,1]],'over':[[73,1],[50,2],[28,1],[62,1],[12,1],[16,1],[52,1],[39,3],[27,1],[59,2],[51,2],[63,1],[47,1],[66,2],[2,1],[78,1],[48,2],[32,1],[79,3]],'getcyclescount':[[4,1],[60,1]],'0318':[[78,3]],'incorrectly':[[12,1]],'definition':[[48,1],[82,1]],'fact':[[63,1],[78,1]],'wiped':[[14,1]],'ejected':[[22,2]],'reopen':[[60,2]],'grab':[[4,1]],'third':[[78,1],[82,2]],'editors':[[67,1]],'refills':[[41,1],[50,1]],'binds':[[59,1]],'pcm':[[34,1],[23,1],[55,4],[53,1]],'sit':[[75,1]],'animation':[[41,1],[68,1]],'initializing':[[15,1],[62,1]],'overrides':[[12,1],[22,2],[10,2],[29,2],[18,1],[65,1]],'non':[[73,2],[50,4],[28,1],[62,1],[67,1],[12,1],[13,1],[68,1],[9,1],[14,2],[41,1],[66,2],[6,1],[60,3],[76,4],[3,1],[57,1],[11,1],[79,6]],'depending':[[41,1],[66,1],[71,1],[55,1],[60,1],[76,3],[79,1],[65,1]],'fire':[[9,3],[47,5],[40,3],[60,2],[66,1]],'impose':[[6,1]],'hits':[[54,1],[9,1],[79,1],[6,1]],'minimizes':[[11,1]],'310':[[50,1]],'primitive':[[50,3]],'description':[[73,10],[78,40],[41,1],[76,3],[60,1],[50,2],[44,1],[75,2],[57,1]],'sense':[[78,1],[60,1]],'callbacks':[[60,8]],'bmf_final2':[[26,1]],'decoder':[[79,1],[49,1],[3,1],[56,7],[67,1],[28,1]],'numpad5':[[60,1]],'intellivision':[[75,1]],'operation|':[[76,2]],'misleading':[[62,1]],'ora':[[78,17]],'selecting':[[29,1],[41,2],[53,2],[24,2],[6,1],[48,1],[79,2],[8,1],[18,2]],'b@ll7aol':[[78,1]],'much':[[55,3],[28,2],[36,1],[8,1],[59,1],[78,5],[76,1],[60,3],[48,3],[79,2],[57,2],[58,1]],'00698089599609375':[[71,1]],'pgen':[[73,1]],'dffe':[[50,1]],'performance':[[66,1],[7,1],[35,1]],'crc':[[8,1],[5,1]],'american':[[22,1]],'properties':[[78,1],[60,1]],'hurt':[[28,1]],'constant':[[78,2],[14,1],[79,1],[11,1]],'inline':[[3,1],[50,4]],'hidden':[[30,1],[39,1]],'unassigned':[[12,1]],'getplaybacktarget':[[60,1]],'|commands|port0|port1|port2|':[[71,1]],'please':[[78,2],[48,6],[80,1]],'oldversion':[[73,2]],'silenced':[[76,4]],'mc650x':[[78,1]],'vd`d2n0l':[[78,1]],'unconditionally':[[79,1]],'considering':[[79,1]],'critical':[[24,1],[62,1]],'versatile':[[79,1]],'been':[[62,4],[42,1],[16,2],[59,1],[54,2],[78,5],[41,2],[66,1],[43,1],[60,1],[76,6],[75,1],[3,3],[79,7],[11,1]],'00000111':[[80,2]],'onstart':[[62,5]],'dynamic':[[4,1],[57,1]],'tht':[[12,1],[48,3]],'nesdev':[[76,3],[80,1],[69,1]],'tya':[[78,1]],'closing':[[9,1],[10,1],[30,1],[5,2]],'helps':[[48,1],[49,1]],'null':[[73,2],[59,1],[75,4],[14,1],[6,1]],'poll':[[60,2],[28,1]],'were':[[55,4],[53,2],[50,1],[62,1],[12,1],[78,1],[22,1],[14,2],[26,1],[51,1],[24,1],[54,1],[4,1],[60,2],[71,1],[76,1],[3,2],[79,2]],'sides':[[22,6],[25,1],[12,1],[20,2],[36,2],[48,1],[68,2]],'doc':[[76,1],[79,1],[75,3]],'dd0c':[[78,10]],'c100':[[78,1]],'0008':[[75,1]],'tas':[[1,1],[45,5],[16,5],[68,3],[64,3],[8,1],[63,1],[5,1],[66,7],[6,3],[60,2],[4,1],[40,2]],'excuse':[[79,1]],'command':[[12,2],[20,6],[13,1],[16,1],[8,1],[17,3],[78,4],[22,4],[41,1],[24,1],[4,4],[72,2],[3,1],[18,1]],'svgalib':[[3,3]],'stuck':[[13,1],[48,1]],'sockets':[[22,1]],'improves':[[11,1],[12,1]],'confuse':[[78,2]],'portability':[[3,1]],'0070h':[[75,3]],'pulling':[[78,1],[31,1]],'jmp':[[55,1],[78,9]],'18ff':[[68,1]],'iup':[[61,3]],'occurring':[[50,1]],'nybbles':[[78,1]],'interrupts':[[76,2],[78,20]],'part2':[[82,1]],'1900':[[68,1]],'extra':[[73,4],[31,1],[20,1],[35,2],[8,1],[78,2],[54,1],[76,1],[71,1],[60,2],[82,1],[75,2],[79,7],[11,1]],'love':[[80,1]],'find':[[65,1],[55,2],[53,1],[44,2],[68,4],[56,1],[59,2],[49,2],[29,1],[41,3],[51,1],[6,1],[24,1],[54,1],[60,1],[48,2],[75,1],[76,1],[78,2],[58,2]],'moreover':[[76,1]],'search':[[53,2],[62,1],[28,1],[67,2],[42,8],[16,2],[68,6],[56,1],[8,4],[5,2],[54,1],[29,1],[41,26],[66,2],[6,3],[43,4],[4,2],[48,1],[10,3],[40,2],[7,2]],'later':[[78,2],[54,1],[41,1],[60,1],[48,1],[3,1],[79,2],[18,1],[58,1]],'shot':[[59,1],[60,2]],'boost':[[35,1],[6,1],[12,1]],'limit':[[78,2],[14,1],[36,1],[62,2]],'limited':[[34,1],[68,1]],'papers':[[79,1]],'flattering':[[79,1]],'0fff':[[68,2]],'scope':[[59,2],[58,1]],'f18':[[60,1]],'show':[[44,1],[12,1],[52,1],[36,1],[5,1],[63,1],[59,1],[9,1],[14,1],[51,2],[54,1],[6,1],[60,2],[76,1],[78,2],[48,1],[79,1]],'modifies':[[60,1]],'author':[[14,1],[66,1],[24,3],[71,3],[4,1],[13,1],[16,2],[48,1],[79,1]],'mapping':[[1,1],[14,1],[12,2],[68,3],[3,1],[64,2],[5,1]],'shots':[[60,1]],'bible':[[67,1]],'paint':[[59,1],[48,1],[60,4]],'core':[[11,2],[28,1],[61,1],[74,1],[10,1],[69,1],[58,1]],'wasok':[[62,2]],'w0dn':[[78,1]],'aaaa':[[50,4]],'cleaned':[[6,1],[14,1]],'unpause':[[48,1],[23,1],[10,1],[41,1],[50,1],[60,1]],'40000h':[[75,1]],'corner':[[28,2],[60,5],[50,3]],'si_gamepad':[[71,4]],'speedup':[[6,1],[65,1]],'engineer':[[55,1]],'semicolon':[[60,1]],'vertical':[[73,1],[54,1],[41,1],[6,1],[68,2],[79,6]],'sweet':[[68,1]],'tone':[[75,3]],'complicated':[[78,3]],'hotkeys':[[38,5],[31,2],[28,3],[12,4],[16,2],[42,2],[8,1],[5,1],[27,1],[9,1],[14,1],[22,2],[25,1],[6,2],[24,4],[34,2],[10,1],[18,1]],'cleaner':[[55,1]],'indirectly':[[55,2],[76,1]],'048x':[[68,1]],'pal':[[28,3],[20,7],[36,4],[8,1],[5,1],[26,11],[71,2],[6,1],[2,1],[75,12],[10,1],[33,6],[11,3]],'scanning':[[13,1]],'anyone':[[57,1],[48,1]],'grain':[[76,1]],'revisions':[[76,3]],'capability':[[55,1],[68,1],[14,2]],'computer':[[36,1],[22,2]],'performs':[[78,3],[60,2]],'writable':[[75,4]],'inputtable':[[59,1]],'researching':[[78,1]],'li#':[[78,2]],'understanding':[[79,1],[80,1]],'oam':[[79,7]],'skipfirst':[[60,4]],'solaris':[[3,1]],'meaning':[[63,1],[5,1]],'tracer':[[6,1],[54,2]],'having':[[19,1],[31,1],[62,1],[12,1],[16,1],[8,1],[63,1],[78,1],[41,1],[76,1],[60,2],[48,1],[79,2]],'trigger':[[78,1],[53,2],[31,3],[60,3]],'shapedefs':[[63,1]],'dcfb':[[78,1]],'maximize':[[12,1]],'ultimately':[[79,1],[48,1]],'400b':[[76,6]],'implement':[[79,3]],'accomplished':[[67,1]],'transfered':[[79,1]],'occurence':[[79,1]],'generictips':[[66,1]],'absolutely':[[62,1]],'0400':[[68,1]],'getimmediate':[[6,1],[60,1]],'excite':[[48,1]],'0071h':[[75,1]],'technical':[[78,1],[1,2],[70,1],[77,1],[79,2],[69,2]],'produced':[[76,3],[36,1],[56,1],[50,1],[66,1]],'overhauling':[[7,1]],'unfreeze':[[11,1]],'gfceux':[[13,4]],'|18':[[76,1]],'debian':[[6,1]],'safe':[[5,1],[48,1],[41,1],[28,1]],'japenese':[[48,1]],'numbers':[[63,1],[59,2],[78,2],[47,2],[50,1],[62,1],[75,1],[68,1]],'241':[[79,1],[50,1]],'energy':[[68,4],[41,5],[79,6]],'recently':[[39,5]],'apply':[[63,1],[73,1],[54,1],[79,1],[60,1],[50,3]],'perl':[[57,1]],'anthony':[[3,1]],'stateful':[[60,1]],'communities':[[1,1]],'disable':[[30,2],[31,2],[50,3],[12,1],[20,2],[36,1],[56,1],[35,1],[8,2],[78,4],[9,1],[21,1],[41,1],[76,13],[60,1],[4,2],[11,1]],'create':[[55,3],[50,1],[62,1],[16,1],[56,2],[8,1],[63,1],[59,5],[49,1],[41,1],[60,7],[79,1],[58,1]],'float':[[60,3]],'tiff':[[61,1]],'sf_':[[78,1]],'uud':[[78,1]],'hides':[[28,1]],'miscellanious':[[76,2],[79,1]],'purple':[[60,1]],'mostly':[[78,1],[26,1],[48,1],[10,1],[54,1],[62,1]],'shinwa':[[31,1]],'give':[[78,3],[48,1],[68,1],[51,1]],'via':[[22,1],[51,1],[70,1],[76,3],[31,1],[50,1],[24,1],[28,1],[79,6]],'320x239':[[60,1]],'operating':[[3,1],[19,1],[35,1],[65,1]],'pro':[[41,1]],'5205':[[75,4]],'ch2':[[75,2]],'012':[[4,1]],'successful':[[78,1]],'planes':[[60,1]],'sp`0':[[78,1]],'legal':[[78,1]],'prescale3x':[[36,2]],'switches':[[25,1],[28,1],[20,3]],'referencing':[[50,1],[82,1]],'automagically':[[78,1]],'concepts':[[79,1],[64,1],[1,1]],'pasting':[[48,1],[62,1]],'operates':[[78,1],[75,1],[55,1],[76,1]],'mmc3':[[79,4]],'january':[[3,1]],'does':[[73,1],[50,1],[56,1],[59,2],[51,1],[71,1],[60,4],[48,2],[79,5],[55,1],[53,1],[62,2],[28,2],[44,1],[13,2],[12,2],[36,1],[52,1],[68,2],[5,1],[78,19],[41,3],[76,2],[75,1]],'ending':[[71,1]],'tricks':[[79,1]],'1000000ths':[[75,1]],'get':[[59,3],[9,2],[14,1],[54,1],[66,1],[60,10],[4,1],[48,4],[79,2],[57,1],[65,1],[18,1],[7,2],[55,1],[30,1],[62,3],[12,3],[13,2],[8,1],[63,1],[78,1],[76,2],[6,1],[75,2]],'volumes':[[34,1]],'bool':[[71,5],[60,23]],'enabled':[[79,1],[53,1],[30,8],[28,9],[31,1],[50,2],[12,1],[20,4],[36,2],[62,1],[8,3],[5,2],[39,6],[76,7],[80,2],[6,3],[34,1],[48,1],[75,1],[33,1],[11,2],[7,1]],'horton':[[75,1]],'relivant':[[79,1]],'bcc':[[78,2]],'share':[[68,1],[36,1],[79,2],[80,1]],'loadrom':[[60,1]],'cannot':[[78,2],[55,1],[53,1],[60,1],[71,1],[16,1],[79,1]],'dummy':[[72,3],[79,4],[35,2]],'knows':[[13,1]],'encountered':[[78,1],[60,1]],'registerafter':[[60,1]],'salt':[[76,1]],'sourceforge':[[3,2]],'conte':[[76,1]],'slider':[[12,1]],'searches':[[41,2]],'inputdisplay':[[20,3]],'parsed':[[71,2]],'imaging':[[61,1]],'gun':[[63,1],[31,1]],'dd09':[[78,4]],'logical':[[78,2],[57,2],[60,3],[79,1]],'fresh':[[15,1]],'broad':[[58,1]],'disassembled':[[55,1],[50,1],[82,1]],'rerecord':[[71,1],[60,3],[28,3]],'examples':[[62,1],[59,1],[78,1],[19,1],[33,1],[50,1]],'capabilities':[[68,1],[79,2],[60,1]],'taseditor':[[45,2],[6,9],[60,25]],'beginning':[[50,1],[62,2],[16,1],[39,4],[78,1],[41,1],[66,2],[24,3],[6,1],[60,1],[71,1],[82,1],[79,3]],'placing':[[61,1],[52,1]],'eliminates':[[57,1]],'recognized':[[8,1]],'dd0b':[[78,6]],'fortunately':[[41,1]],'integer':[[78,2],[71,5],[60,4],[79,1]],'decremented':[[79,1]],'bigbad':[[33,6]],'few':[[30,1],[68,1],[63,1],[59,6],[15,1],[22,1],[41,1],[76,1],[60,1],[80,1],[48,2],[75,2],[3,1],[79,3]],'row':[[21,1],[68,10],[48,1],[79,1]],'configure':[[34,1],[18,1],[31,2]],'elements':[[67,1],[2,1],[6,1]],'channel':[[34,3],[76,84],[6,1]],'combination':[[78,2],[38,1],[62,1]],'itself':[[63,1],[78,1],[76,2],[53,4],[60,4],[44,1],[82,1],[48,1],[79,1]],'ranges':[[25,1],[79,3],[50,1]],'idea':[[48,1],[75,2],[55,1]],'attempting':[[63,1],[26,1],[12,1],[14,1],[60,1]],'speed':[[28,1],[12,3],[20,2],[36,1],[68,6],[35,3],[8,1],[5,5],[59,1],[14,1],[23,3],[25,14],[24,4],[60,1],[66,2],[76,2],[75,9],[7,1],[58,1]],'blocks':[[76,1],[75,1],[68,4]],'article':[[78,2]],'caption':[[11,1],[5,1]],'4003':[[76,6]],'bullets':[[63,1]],'clv':[[78,3]],'10#newname4#':[[82,1]],'tied':[[76,1]],'reduce':[[34,1],[36,1],[79,2]],'007a':[[75,1]],'sensitive':[[59,1],[20,1],[60,2],[62,1]],'blowing':[[31,1]],'termination':[[60,1]],'pipe':[[71,3]],'shows':[[8,2],[78,3],[54,4],[76,3],[38,1],[50,1],[44,1],[12,2],[52,1],[11,1],[5,1]],'when':[[50,16],[35,1],[29,3],[24,5],[82,3],[48,4],[79,20],[28,11],[44,3],[81,1],[12,10],[13,3],[20,1],[36,6],[68,3],[5,19],[37,5],[21,3],[22,1],[41,6],[11,4],[73,3],[16,4],[39,4],[59,12],[9,2],[14,9],[23,1],[51,2],[54,6],[60,16],[4,14],[66,1],[71,4],[10,2],[7,4],[65,3],[55,4],[53,4],[30,1],[62,12],[52,2],[8,6],[78,24],[25,1],[76,20],[6,13],[34,3],[72,1],[75,1],[3,1]],'detailed':[[68,1],[16,1],[79,1],[50,1]],'emulua':[[59,1],[14,1]],'createfrompng':[[60,1]],'redrawn':[[60,1]],'unpredictably':[[78,1]],'works':[[55,1],[53,3],[50,1],[12,2],[78,1],[51,1],[14,1],[47,1],[60,3],[82,1],[4,2],[48,2],[75,1],[79,3]],'segmentation':[[7,1]],'launches':[[10,1]],'place':[[19,1],[31,2],[62,1],[16,1],[78,4],[14,1],[76,2],[60,1],[48,1],[75,1],[79,3],[11,1]],'never':[[78,2],[22,1],[55,1],[79,4],[58,1]],'setlagflag':[[6,1],[60,1]],'tile':[[73,1],[51,2],[49,1],[55,3],[80,2],[67,1],[48,2],[52,3],[79,12]],'filling':[[56,1]],'addhealthpoints':[[50,2]],'meant':[[3,1]],'figured':[[48,1],[50,1]],'keyrecording1':[[62,1]],'deccmp':[[78,2]],'luascripts':[[63,2],[61,2],[62,1]],'declaring':[[59,1]],'whatsoever':[[79,1]],'togglable':[[8,2],[9,1]],'situation':[[48,1],[47,2],[30,1],[39,1]],'overclocking':[[35,2]],'block':[[48,1],[68,24],[14,1],[79,1]],'decreased':[[41,2]],'049x':[[68,1]],'timestamp':[[72,4]],'newlines':[[71,2]],'cccvvvv':[[75,1]],'increased':[[34,1],[12,1],[16,1],[3,1],[41,1],[79,1]],'m016':[[6,1]],'operate':[[41,1],[76,1],[79,1]],'assembly':[[49,2],[50,4]],'sequence':[[78,4],[55,1],[76,6],[79,1]],'halted':[[76,2]],'shownotes':[[6,1]],'subtitle':[[12,2],[71,5],[39,1]],'enable':[[55,1],[30,1],[28,1],[31,1],[50,2],[20,2],[36,1],[56,1],[5,3],[78,3],[9,2],[14,3],[76,14],[79,1],[65,3]],'ouch':[[41,1]],'teenagemutantninjaturtles':[[63,1]],'series':[[78,6],[76,1],[18,1]],'v%_0ah':[[78,2]],'officially':[[48,1]],'differently':[[71,1],[78,5]],'operation':[[78,21],[76,6],[79,5],[60,3]],'586':[[4,1]],'seeking':[[5,1]],'task':[[11,1]],'0078':[[75,1]],'hardwired':[[79,1]],'frames|':[[79,1]],'unlicensed':[[3,1]],'conf':[[6,2]],'spaces':[[8,1]],'faq':[[1,1],[56,1],[64,3]],'fffa':[[78,2],[68,1],[50,1]],'boolean':[[50,1],[62,1]],'arkanoid':[[71,1],[31,3],[60,1]],'remodel':[[5,1]],'predefined':[[59,2],[60,6]],'jetpack':[[63,1]],'found':[[79,5],[76,7],[31,1],[43,1],[4,1],[42,1],[56,1],[69,1],[58,1]],'mar':[[73,1]],'50fps':[[35,1]],'wouldn':[[76,1],[48,1]],'cpus':[[65,1]],'versions':[[58,2],[65,1],[46,1],[70,1],[76,1],[24,2],[60,2],[16,1],[3,1],[10,1],[5,1]],'vtoggle':[[4,1]],'substraction':[[78,1]],'1984':[[78,1]],'1000|':[[68,1]],'tweaked':[[26,1],[5,1]],'4007':[[76,6]],'xxx000x1':[[78,1]],'dsiplay':[[11,1]],'turtle':[[68,1]],'replicate':[[26,1]],'acceleration':[[4,1],[36,3],[65,1]],'revamp':[[6,1]],'001f':[[50,1]],'pay':[[79,1]],'retrieve':[[60,5]],'say':[[41,2],[60,1],[30,1],[44,1],[48,1],[75,1],[79,1]],'ffff':[[73,1],[78,1],[55,1],[53,5],[50,1],[75,6],[68,2],[56,2]],'6000h':[[75,1]],'measured':[[76,2],[78,1]],'source':[[78,1],[55,2],[76,1],[82,2],[3,3],[36,1]],'ok#00':[[82,1]],'died':[[62,2]],'prompted':[[48,1],[22,1],[24,2]],'closely':[[41,1],[54,1],[14,1]],'int8':[[73,1]],'greater':[[78,3],[41,2],[60,1],[44,1],[24,1],[28,1]],'silence':[[76,1]],'read':[[73,4],[50,5],[16,1],[39,13],[59,6],[9,2],[14,2],[47,1],[51,1],[24,12],[60,19],[79,12],[7,1],[55,6],[53,4],[62,1],[12,1],[20,5],[13,1],[68,1],[8,4],[37,4],[78,59],[41,4],[76,5],[6,2],[75,3],[3,1],[11,3]],'python':[[3,3],[57,1]],'doubles':[[78,1],[6,1]],'mirroring':[[73,1],[52,2],[68,3],[8,1]],'exponentially':[[62,1]],'knobs':[[33,1]],'guides':[[17,1],[49,1],[1,2],[40,1],[64,2]],'ans':[[3,1],[1,2]],'customizing':[[12,1],[21,2]],'mute':[[34,3],[12,3],[14,1],[13,1]],'substitution':[[41,3],[48,4]],'chip':[[78,2],[75,6],[79,1]],'generation':[[76,4],[79,3]],'took':[[79,1],[48,1]],'getting':[[17,1],[58,1],[6,1],[60,1],[62,1],[12,2],[52,1],[57,1],[18,2],[39,1]],'endian':[[12,1],[60,1]],'direction':[[76,1],[78,1]],'bullethell':[[63,1]],'pull':[[34,1],[78,6],[76,1],[38,1],[31,1]],'x11x':[[78,1]],'stored':[[73,4],[50,1],[28,1],[12,2],[68,1],[78,3],[29,3],[41,3],[71,3],[60,4],[82,1],[72,1],[75,1],[11,2],[65,2]],'keeps':[[48,1],[55,2],[60,2]],'appears':[[78,1],[76,1],[60,1],[39,3]],'11111000':[[80,2]],'even':[[53,2],[62,1],[12,3],[68,1],[36,1],[59,2],[78,9],[47,1],[76,2],[24,1],[60,12],[75,1],[3,1],[79,4],[18,1]],'dictionary':[[48,6]],'network':[[9,1],[32,2],[27,1]],'hovering':[[50,1]],'xii':[[78,2]],'rgp9':[[78,2]],'missed':[[60,1]],'streams':[[79,1]],'crashed':[[53,1]],'max':[[36,1],[12,1]],'consequence':[[71,1],[78,1]],'haven':[[76,1],[79,1],[48,1]],'asq_realityb':[[26,1]],'special':[[55,2],[50,4],[28,1],[12,1],[68,1],[36,2],[8,1],[78,4],[51,1],[14,4],[76,2],[75,2],[79,1]],'started':[[17,1],[58,1],[66,1],[60,5],[44,1],[62,7],[12,1],[48,2],[3,1],[57,2],[18,2],[39,1]],'rheiny':[[3,1]],'5ff8':[[75,1]],'cpy':[[78,3]],'advances':[[59,1],[66,1]],'eject':[[25,1],[22,5]],'29651n52':[[78,1]],'including':[[73,1],[14,1],[76,1],[60,1],[52,1],[16,1],[3,2],[79,1],[11,1],[65,1]],'than':[[73,1],[19,1],[31,1],[28,3],[44,2],[50,1],[13,1],[12,2],[16,3],[20,2],[36,8],[5,1],[62,2],[78,15],[41,5],[47,1],[60,7],[71,1],[76,5],[48,2],[75,2],[57,1],[79,6]],'006e':[[75,2]],'2008':[[13,1],[14,1],[3,5],[15,1],[16,1],[68,1]],'space':[[73,1],[41,3],[53,2],[60,3],[31,1],[50,1],[62,1],[71,1],[75,6],[56,2]],'delta':[[6,1]],'sounding':[[76,3]],'represented':[[71,2]],'jumpingfceuxwindow':[[61,1],[5,1]],'march':[[72,1],[12,1],[3,1],[5,1]],'hooker':[[12,1],[48,18],[3,1],[40,1]],'engineering':[[4,1],[76,3],[67,1],[82,1]],'begin':[[78,9],[23,1],[55,1],[66,1],[60,1],[50,2],[24,4],[71,1]],'10240':[[41,2]],'02ff':[[68,1]],'fcuex':[[20,1]],'nitsujrehtona':[[3,2]],'encompassing':[[55,1],[2,1]],'background':[[21,3],[80,5],[60,5],[28,2],[12,1],[20,2],[36,1],[79,8]],'unchecked':[[29,1],[36,1],[37,3]],'4008':[[76,13]],'bankswitchable':[[75,1]],'went':[[76,1]],'mix':[[59,1]],'rolledback':[[62,1]],'efficiency':[[6,1]],'where':[[16,1],[39,1],[59,2],[54,1],[14,6],[29,10],[47,4],[24,3],[60,5],[4,2],[48,2],[79,8],[7,1],[65,3],[55,1],[53,4],[62,1],[28,2],[12,5],[13,5],[5,1],[78,2],[76,6],[34,1],[75,4],[11,1],[58,2]],'smaller':[[78,9],[48,1],[60,1]],'situations':[[28,1],[12,1],[47,1],[62,2],[39,2]],'employs':[[12,2],[62,1]],'reminding':[[14,1]],'2c02':[[77,1],[68,3],[79,3]],'04ax':[[68,1]],'0x0123456789abcdef':[[71,1]],'editing':[[63,1],[21,1],[53,3],[24,1],[6,2],[60,2],[66,1],[67,3],[16,1],[71,1],[5,1]],'obscure':[[3,1],[4,1]],'getinstructionscount':[[4,1],[60,1]],'listening':[[55,1]],'calculate':[[78,5],[79,1]],'religion_mode_on':[[78,1]],'won':[[78,1],[54,1],[14,1],[41,1],[53,1],[31,1],[6,1],[60,6],[81,1],[48,1],[56,1],[35,1]],'saner':[[14,1]],'editor':[[50,4],[67,3],[16,1],[56,2],[59,1],[49,1],[66,4],[24,1],[60,4],[4,3],[82,1],[48,1],[40,1],[7,1],[55,3],[53,12],[44,2],[45,4],[12,3],[68,3],[8,3],[5,2],[21,5],[41,7],[6,4],[3,1],[11,5],[58,1]],'addition':[[31,1],[28,1],[16,1],[8,1],[5,1],[78,9],[76,1],[60,1],[3,1],[10,1],[7,1],[65,2]],'mem':[[79,4]],'composition':[[79,1]],'reply':[[81,1],[80,1]],'mmc5':[[15,1],[14,3],[4,1],[75,7],[68,1],[79,2]],'quit':[[4,1],[59,1],[5,1]],'116':[[6,1]],'launch':[[6,1]],'sine':[[41,1],[79,1]],'8000':[[73,2],[55,1],[53,5],[75,4],[68,1],[56,2]],'isn':[[80,1],[56,1],[8,1],[31,1]],'qwerty':[[60,1]],'ruined':[[78,1]],'3w@`':[[78,1]],'explains':[[17,1],[28,1],[81,1],[68,1],[25,1],[27,1]],'gave':[[11,1]],'corrupt':[[55,1]],'double':[[38,1],[30,2],[28,2],[50,4],[16,2],[36,2],[56,1],[22,1],[29,1],[41,5],[47,1],[6,2],[54,1],[4,1],[76,1],[79,1]],'quirks':[[59,1]],'tostring':[[60,1]],'machine':[[78,5],[6,1],[50,1]],'bug':[[5,2],[11,3],[14,9],[6,11],[4,2],[12,13],[13,5],[10,4],[16,1],[7,2],[8,5]],'did':[[63,1],[78,2],[60,1],[75,2],[79,1],[8,1],[65,1]],'moment':[[25,2],[18,1],[60,1]],'isrunend':[[62,1]],'amoung':[[76,1]],'now':[[73,1],[50,1],[16,5],[59,4],[9,8],[14,10],[15,1],[66,1],[24,2],[60,1],[4,1],[71,1],[48,1],[10,6],[79,4],[62,3],[44,1],[45,1],[12,14],[13,4],[8,4],[5,4],[78,2],[41,2],[76,7],[6,11],[75,2],[11,4]],'arguments':[[60,2],[20,1]],'looping':[[76,4]],'commodore':[[78,5]],'needed':[[63,1],[78,1],[60,1],[24,2],[82,1],[61,1],[48,2],[16,1],[79,1],[58,2]],'microprocessors':[[78,2]],'exceptions':[[78,2]],'ishihara':[[76,1]],'dc0c':[[78,1]],'inflating':[[60,1]],'techniques':[[78,1]],'mygame':[[82,6]],'update':[[53,1],[50,1],[52,2],[16,1],[8,1],[5,3],[54,2],[41,3],[66,1],[60,1],[76,3],[72,3],[48,1],[75,1],[11,3]],'appeared':[[3,1],[79,1],[81,1]],'truly':[[78,1]],'pressing':[[63,1],[59,1],[23,1],[25,1],[53,1],[31,2],[50,1],[24,3],[60,2],[18,1]],'rise':[[79,1]],'appearing':[[76,1],[79,1]],'behaviour':[[78,1],[76,2],[79,3],[6,1]],'bankswitched':[[50,1],[75,2]],'reads':[[78,5],[8,1],[60,2]],'breathe':[[67,1]],'mirror':[[73,2],[68,5]],'end':[[50,1],[62,6],[8,1],[5,1],[59,11],[22,1],[78,8],[76,1],[71,1],[60,6],[48,2],[3,1],[79,2],[58,3]],'chart':[[76,1]],'bmi':[[78,2]],'continuing':[[66,2]],'illustration':[[78,1]],'multiplexed':[[79,1]],'16384':[[68,2]],'exec_count':[[60,1]],'annoying':[[79,1],[60,1]],'paged':[[73,1]],'codec':[[23,1]],'mv#b@3':[[78,1]],'cias':[[78,2]],'impossible':[[48,1],[54,1]],'selection':[[78,2],[6,1],[48,19],[79,2],[7,4],[8,1]],'child':[[13,1]],'right':[[50,9],[56,1],[59,1],[51,1],[54,2],[71,3],[24,1],[60,6],[4,4],[82,3],[48,3],[79,2],[18,2],[65,2],[53,4],[30,2],[44,1],[28,3],[31,5],[12,2],[20,2],[36,1],[62,3],[78,6],[41,7],[76,3],[6,1]],'monitors':[[79,2],[44,2]],'desync':[[8,1]],'dumb':[[48,1]],'way':[[55,1],[31,1],[50,2],[45,1],[62,1],[16,2],[56,1],[63,1],[59,1],[51,1],[54,1],[78,5],[80,1],[24,2],[60,1],[4,1],[82,1],[48,1],[75,5],[57,1],[79,3],[58,1]],'addresslow':[[60,5]],'reg':[[79,1],[6,1]],'exhausts':[[62,1]],'filebase':[[29,1]],'there':[[50,6],[39,2],[59,5],[54,2],[47,1],[80,2],[24,2],[60,8],[82,2],[48,4],[10,1],[79,4],[65,3],[55,2],[53,3],[62,3],[28,1],[81,1],[12,1],[13,1],[68,1],[63,1],[78,5],[21,1],[41,6],[76,3],[75,4],[3,1],[11,1]],'j2rb':[[73,1]],'settings':[[31,1],[28,2],[50,2],[62,1],[12,1],[36,2],[35,1],[37,1],[27,3],[49,1],[25,1],[47,2],[6,1],[34,1],[33,1],[18,1],[40,2]],'originally':[[42,1],[3,2],[76,1],[43,1],[60,1]],'further':[[3,1],[48,1]],'boxes':[[41,1],[30,1],[44,1],[60,1],[48,2],[16,2],[56,1],[8,1]],'okattempts':[[62,1]],'somevalue':[[59,1]],'his':[[78,2],[26,1],[76,3]],'tabbed':[[54,1]],'registerexecute':[[60,2]],'hexbackcolorb':[[21,1]],'increase':[[23,1],[10,1],[76,4],[7,1],[24,1]],'esper2':[[75,1]],'sequences':[[76,9],[6,1]],'forbid':[[50,2],[14,1]],'focus':[[28,3]],'gpa':[[78,2]],'pops':[[59,1],[58,1]],'stays':[[79,1]],'infinite':[[41,1],[76,1],[60,2]],'tapanim':[[78,1]],'loop':[[59,3],[78,4],[76,1],[35,1],[60,4]],'doesn':[[73,1],[36,1],[8,3],[5,1],[63,1],[78,1],[9,1],[47,1],[76,1],[6,1],[60,2],[48,1],[33,1],[11,2],[79,1]],'quite':[[78,3],[54,1],[68,1],[79,1],[60,1]],'blocking':[[60,1]],'wav':[[23,8]],'tale':[[78,1]],'amounts':[[36,1]],'isa':[[79,1]],'plugged':[[31,2]],'mentioned':[[76,1],[79,1],[60,1]],'1999':[[81,1],[80,1],[75,4]],'playmovie':[[20,12]],'ontop':[[79,1]],'subtitler':[[63,1]],'fme':[[75,2]],'dehacked':[[59,3]],'clocked':[[76,11]],'3rd':[[71,1],[79,3]],'consist':[[71,2],[24,1]],'monitoring':[[79,1],[12,1],[41,1],[66,1],[62,1],[44,5]],'sorry':[[80,1],[9,1],[11,1]],'amd':[[12,1]],'impa':[[61,1]],'prelim':[[75,1]],'c000#newname1#comment1':[[82,1]],'modified':[[78,1],[22,2],[53,1],[60,4],[48,1],[75,1],[3,2]],'surprise':[[48,1]],'higher':[[73,1],[78,1],[54,1],[76,1],[62,1],[33,1],[79,1]],'same':[[19,1],[50,4],[39,16],[59,5],[54,1],[66,1],[24,1],[60,11],[4,1],[71,1],[48,4],[82,2],[10,1],[79,8],[46,1],[55,2],[53,1],[31,2],[62,4],[52,1],[68,4],[36,1],[8,1],[63,1],[78,11],[26,1],[25,1],[41,4],[6,1],[76,2],[72,2],[75,2],[33,1],[58,1]],'champion':[[3,1]],'400f':[[76,4]],'percents':[[25,1]],'flipped':[[75,1]],'denotes':[[59,1],[75,1],[78,4],[41,3]],'chosen':[[50,1]],'2004':[[72,1],[78,2],[3,3],[79,1],[11,1]],'junk':[[60,1]],'additionally':[[76,1],[79,1],[60,1]],'was':[[50,2],[16,1],[56,1],[39,11],[59,1],[54,1],[15,1],[14,5],[66,3],[24,1],[60,7],[4,2],[71,6],[48,1],[10,1],[79,17],[7,1],[18,1],[65,1],[55,12],[53,3],[62,1],[45,1],[12,3],[42,1],[68,1],[8,2],[78,10],[22,6],[26,1],[41,5],[76,4],[6,2],[43,1],[75,1],[3,22],[11,2]],'manage':[[62,1]],'ball':[[10,1],[76,1]],'bvc':[[78,3]],'yellow':[[55,2],[53,2],[60,1]],'releases':[[14,1],[3,1],[6,1],[8,1]],'outputs':[[49,1],[76,6],[79,3]],'msg':[[60,1]],'setplayback':[[60,1]],'readbyterange':[[60,1],[14,1]],'revolutionizes':[[16,1]],'romfilename':[[71,1]],'edcba9876543210':[[76,1]],'2c00|':[[68,1]],'tested':[[78,1],[55,1],[76,1],[48,3],[3,1],[79,1],[11,1]],'has':[[50,3],[16,6],[39,4],[59,2],[9,2],[54,2],[66,2],[60,7],[82,1],[10,1],[79,7],[7,1],[65,3],[55,2],[53,1],[30,1],[28,2],[31,1],[44,1],[12,1],[42,1],[45,1],[52,1],[62,5],[37,1],[68,3],[78,17],[41,6],[76,12],[43,1],[75,5],[3,3],[33,1]],'picked':[[3,1]],'yresolution':[[5,1]],'3w@':[[78,1]],'volume':[[76,19],[60,5],[31,1],[34,8],[75,2],[11,1]],'freezed':[[53,1]],'fast':[[66,2]],'sounddisplay2':[[6,1]],'rgb':[[60,1],[21,1],[33,1],[8,1],[11,1]],'hadn':[[54,1]],'simulate':[[33,1]],'maru':[[48,4]],'fully':[[75,1],[16,1],[60,2],[8,2]],'again':[[55,1],[62,1],[68,1],[59,1],[22,1],[54,1],[78,4],[60,3],[48,1],[3,2],[10,1],[11,2],[79,3]],'thinking':[[45,1]],'code':[[50,13],[67,2],[56,24],[49,4],[14,1],[51,2],[54,6],[60,16],[71,4],[4,2],[10,1],[65,2],[55,38],[53,4],[62,3],[12,1],[13,1],[68,2],[8,2],[5,2],[78,10],[41,3],[76,2],[6,3],[75,3],[3,6],[11,1]],'bankswitch':[[53,1],[75,1]],'xdsp':[[3,1]],'input1':[[14,1]],'unexpectingly':[[59,1]],'drivers':[[78,1],[6,1]],'fffd':[[68,1]],'sbc':[[78,26]],'cable':[[22,1]],'extends':[[3,1]],'devices':[[71,3]],'eliminate':[[68,1]],'psid':[[75,1]],'failed':[[66,2],[62,1]],'fixed':[[19,1],[12,12],[13,5],[16,1],[8,4],[5,20],[78,1],[9,4],[14,12],[15,1],[71,1],[6,27],[76,2],[4,12],[75,1],[10,4],[79,3],[11,9],[7,12]],'10x1':[[78,1]],'developing':[[48,1]],'hear':[[76,1]],'ror':[[78,21]],'point':[[5,1],[22,1],[49,1],[41,2],[66,2],[24,3],[76,3],[80,1],[72,1],[79,1],[18,1],[39,1]],'respective':[[71,1],[50,1]],'one':[[19,1],[50,7],[16,1],[59,8],[49,1],[23,1],[51,1],[66,3],[60,20],[82,1],[48,3],[79,9],[65,1],[30,1],[28,1],[31,6],[44,3],[13,1],[62,5],[68,4],[8,1],[5,1],[78,20],[26,1],[41,3],[76,5],[75,4],[3,1],[33,1],[11,2],[58,3]],'156':[[6,1]],'signals':[[76,3],[78,1],[79,1]],'variable':[[73,3],[59,1],[79,1],[71,2],[60,8],[62,7]],'positioning':[[5,1]],'maintains':[[4,1]],'predecrement':[[78,1]],'c64':[[78,3],[75,1]],'drawtext':[[60,1]],'5fff':[[68,1]],'pbin':[[73,1]],'archive':[[14,3],[19,1],[60,2],[67,1],[4,1],[13,2],[16,2],[48,1]],'077h':[[75,1]],'32k':[[76,2]],'154':[[4,1]],'instead':[[55,2],[53,2],[50,4],[28,1],[62,1],[81,1],[8,2],[59,1],[15,1],[78,5],[47,1],[76,2],[60,4],[82,1],[4,2],[34,1],[48,2],[10,2],[79,3],[11,4]],'part3':[[82,1]],'backwards':[[63,1],[73,1],[11,1],[60,3]],'guid':[[71,3],[16,1]],'nsfs':[[4,1],[33,1]],'alteration':[[47,1]],'represents':[[41,2],[53,1],[60,1],[55,1],[76,1],[56,1],[33,1]],'order':[[46,1],[55,2],[50,1],[62,1],[68,1],[63,1],[22,1],[29,1],[51,1],[66,2],[24,2],[60,1],[71,1],[76,2],[48,2],[33,2],[79,7]],'lfsr':[[73,1]],'`&z0':[[78,1]],'complimentery':[[79,1]],'timing':[[11,1],[35,2],[78,3],[76,4],[71,1],[28,1],[12,1],[20,1],[79,8],[18,1],[27,2]],'conflict':[[6,2]],'levels':[[34,1],[78,1],[55,1],[76,1],[67,2]],'problematic':[[41,1]],'switchy':[[60,1]],'tools':[[1,2],[55,1],[67,6],[61,1],[16,4],[68,1],[8,1],[49,1],[14,1],[41,1],[66,4],[6,2],[48,3],[3,4],[10,2],[40,4]],'freebsd':[[3,1]],'biggest':[[48,1]],'exec_time':[[60,1]],'stevedonovan':[[61,1]],'claim':[[66,1],[78,1]],'numbered':[[75,1]],'sits':[[75,1]],'enhancing':[[6,1]],'accuracy':[[60,1],[11,1],[28,1]],'shu':[[12,1]],'tweaking':[[48,1]],'open':[[46,1],[55,1],[19,1],[30,2],[28,3],[50,6],[12,4],[16,3],[39,2],[37,2],[63,2],[9,1],[14,4],[29,1],[41,1],[24,3],[78,1],[48,3],[18,2],[65,1]],'sq2':[[76,10]],'pagedown':[[60,1]],'shared':[[76,1],[79,1]],'uuencoded':[[78,1]],'progress':[[60,1]],'&b%_3bxi':[[78,1]],'button':[[55,1],[38,2],[31,11],[44,1],[50,6],[53,1],[12,5],[16,1],[62,5],[39,2],[5,1],[59,1],[22,2],[63,1],[25,3],[41,8],[6,2],[24,1],[4,1],[60,14],[48,11],[71,6],[10,1],[72,1]],'yourself':[[63,1],[59,1],[48,1]],'circuitry':[[79,2]],'prevented':[[10,1],[6,1]],'ntsccolor':[[14,1]],'mails':[[61,1]],'iup_example':[[61,1]],'misrepresented':[[79,1]],'c006#newname3#multilinecomment':[[82,1]],'persist':[[60,1]],'loc':[[78,3]],'merge':[[3,1],[2,1]],'continuously':[[50,1]],'watching':[[68,1]],'dcfd':[[78,2]],'randomness':[[78,1]],'swapped':[[33,1],[34,1]],'decoded':[[76,1],[60,2]],'val':[[76,2],[78,5]],'layout':[[4,1],[68,2],[6,1],[64,1]],'wrong':[[4,1],[48,1],[16,1],[6,1],[11,1]],'inserting':[[25,1],[22,1],[44,1]],'multiplier':[[36,1],[75,1]],'documented':[[21,1],[48,1]],'overridden':[[29,1]],'jones':[[7,1]],'resets':[[41,1],[76,1],[50,1],[60,2]],'mega':[[41,5]],'kept':[[79,1],[50,1],[62,2]],'keep':[[55,1],[19,1],[50,1],[44,1],[31,1],[62,1],[35,1],[78,1],[54,1],[76,1],[60,3],[75,1],[79,2],[58,1]],'hikari':[[31,1]],'makedata':[[55,1]],'board':[[68,2]],'ppc':[[13,1]],'loads':[[78,3],[76,1],[24,1],[28,1],[4,1],[60,6],[12,1],[13,1],[20,2],[75,1],[79,1],[39,2]],'www':[[59,1],[61,4],[58,1]],'kirby':[[68,1]],'dual':[[75,3]],'obsolete':[[6,1]],'following':[[1,1],[50,2],[61,1],[68,1],[36,1],[59,2],[22,1],[78,10],[70,1],[71,4],[60,5],[76,2],[82,1],[75,1],[79,3],[18,1]],'speedmode':[[59,1],[12,1],[60,1],[58,1]],'noconfig':[[12,1]],'chunk':[[73,8],[19,1],[5,1]],'grapical':[[36,1]],'bizhawk':[[4,1]],'programmers':[[63,2],[59,1],[78,2],[79,1]],'adc':[[78,22]],'intact':[[79,1]],'skill':[[66,3]],'cdlogger':[[8,1],[5,2]],'8_47':[[78,1]],'_29_':[[81,1]],'understand':[[78,1],[56,1],[57,1],[79,3]],'describes':[[39,1],[26,1],[79,2],[65,1]],'9010':[[75,1]],'ensure':[[60,2],[78,2],[30,1],[65,1]],'loadstate':[[8,3],[39,6],[24,1],[28,1],[4,1],[60,1],[12,1],[16,2],[20,3],[18,8],[7,1]],'dd0d':[[78,11]],'fairly':[[53,1]],'comment':[[59,1],[78,2],[71,5],[82,9],[24,2],[50,1]],'truecolor':[[60,1]],'attain':[[76,1]],'just':[[73,1],[55,1],[50,5],[28,1],[44,1],[62,3],[42,1],[36,1],[63,2],[59,4],[21,1],[14,1],[41,1],[49,1],[6,1],[43,1],[54,1],[60,4],[48,3],[72,1],[76,1],[78,11],[79,6],[82,1]],'inv':[[60,1]],'paying':[[79,1]],'loadstates':[[8,1]],'extracted':[[79,1]],'major':[[53,1],[6,1],[12,5],[13,1],[16,1],[75,1],[11,1],[79,1]],'posted':[[76,1]],'ongoing':[[60,1]],'uwa':[[78,1]],'option':[[50,3],[16,4],[35,1],[39,16],[54,4],[14,4],[60,2],[4,3],[10,1],[18,3],[53,1],[31,3],[28,3],[12,5],[13,3],[36,5],[42,1],[8,5],[5,6],[37,1],[52,1],[22,1],[6,14],[43,1],[33,1],[11,5]],'cpu':[[73,3],[50,8],[77,2],[16,1],[68,6],[8,1],[35,1],[78,6],[51,2],[76,9],[6,1],[60,6],[79,12],[11,3]],'dialogs':[[12,1],[14,3],[10,1],[11,1]],'without':[[62,1],[81,1],[12,2],[13,2],[68,1],[8,2],[78,1],[22,1],[14,1],[76,1],[66,1],[6,2],[60,10],[4,1],[48,3],[75,1],[79,4],[58,1]],'significant':[[73,1],[60,2]],'pretty':[[75,1],[79,2],[60,1]],'frameadvancing':[[59,1]],'zeros':[[55,1]],'canceling':[[12,1]],'rely':[[36,1],[59,1]],'hardware':[[1,1],[19,1],[50,1],[36,6],[69,2],[5,1],[78,6],[76,23],[60,2],[4,2],[75,1],[79,6],[65,1]],'funny':[[78,1],[75,1]],'designates':[[50,1]],'implemented':[[11,3],[12,3],[3,3],[79,2],[10,1],[8,2]],'containers':[[39,1]],'navigation':[[3,1],[50,2]],'ideas':[[45,1]],'indirect':[[78,8],[50,1]],'tutorial':[[58,1]],'seek':[[6,1],[50,3]],'explained':[[59,1],[79,1]],'08000h':[[75,4]],'poweron':[[12,1],[60,3]],'triplets':[[33,1]],'tatakai':[[9,1]],'omitted':[[60,1]],'cmp':[[78,21]],'wealth':[[66,1],[67,1]],'activated':[[79,3]],'backups':[[12,1],[9,1],[8,1],[37,2]],'activate':[[41,1],[56,1],[65,1]],'nogui':[[5,1]],'drive':[[22,1]],'pcsx':[[42,1],[43,1]],'utfconverter':[[11,1]],'sometime':[[39,1]],'uint32':[[73,11]],'overincreased':[[14,1]],'experienced':[[59,1]],'containing':[[78,1],[6,1],[8,1]],'lists':[[78,1]],'8x8':[[14,1]],'mwav':[[73,1]],'unified':[[3,1]],'sample':[[34,1],[55,1],[76,1],[35,1],[60,3]],'know':[[53,1],[62,1],[68,1],[56,1],[63,2],[59,1],[78,3],[41,4],[80,2],[60,2],[48,9],[75,2],[79,2]],'trial':[[48,1],[62,2]],'progression':[[60,1]],'gotcha':[[8,1]],'leftbracket':[[60,1]],'bbitmaster':[[3,1]],'nmi3':[[50,1]],'basis':[[33,1],[79,1]],'reaching':[[24,1],[37,2]],'dff6':[[50,1]],'prevent':[[59,1],[78,1],[14,1],[53,1],[50,1],[60,2],[62,1],[13,1],[12,2],[79,1],[8,1],[35,1]],'slight':[[26,1],[36,1],[7,1],[28,1]],'subsequent':[[71,1],[60,2]],'lame':[[79,1]],'brk':[[78,28],[68,1]],'galaxian':[[63,1]],'bpl':[[78,13]],'unless':[[50,2],[28,1],[78,1],[22,2],[29,1],[54,1],[71,3],[24,1],[60,5],[76,1],[48,1],[79,2]],'09fffh':[[75,2]],'add':[[53,1],[31,1],[50,8],[61,1],[56,3],[8,1],[5,1],[78,19],[49,1],[14,3],[41,3],[6,4],[82,1],[48,3],[75,1],[33,1],[79,2]],'issues':[[65,2],[26,1],[6,1],[12,1],[13,2],[7,2],[5,2]],'iiii':[[50,1]],'sounds':[[75,1]],'combinations':[[78,4],[62,1],[79,1]],'aop':[[78,1]],'visit':[[24,1]],'described':[[76,2],[56,1],[79,4]],'blow':[[60,1]],'crackle':[[65,2]],'6502':[[78,6],[51,1],[41,3],[76,4],[77,1],[75,6],[68,2]],'savestates':[[65,3],[28,6],[12,1],[13,2],[16,3],[8,1],[37,2],[39,2],[59,3],[9,2],[14,3],[6,3],[24,2],[4,1],[60,3],[57,1],[18,1],[11,1]],'allowing':[[60,1],[12,1],[36,1],[71,1],[6,1],[37,1]],'decrypt':[[56,1]],'discovered':[[76,1],[78,1]],'coincides':[[79,1]],'available':[[19,1],[30,1],[45,1],[61,2],[16,1],[68,1],[39,4],[17,1],[5,1],[54,1],[78,4],[76,5],[66,1],[60,2],[33,1],[57,1]],'portions':[[79,1],[7,1],[62,1]],'refers':[[82,1],[60,1],[68,1]],'format':[[73,3],[75,5],[82,2],[46,1],[55,1],[19,5],[74,2],[16,6],[9,1],[14,2],[41,6],[54,1],[6,1],[24,2],[60,3],[34,1],[66,1],[70,4],[71,16],[33,1],[40,1],[72,5]],'lastkey2':[[62,1]],'prehaps':[[79,3]],'matter':[[63,1],[33,1],[75,1]],'done':[[55,1],[53,1],[62,1],[28,1],[67,1],[16,1],[35,1],[59,3],[21,1],[78,1],[41,2],[66,2],[76,1],[75,4],[3,1],[79,8],[65,1]],'persistently':[[49,1]],'optimal':[[60,1]],'120hz':[[76,1]],'coinciding':[[79,1]],'intention':[[57,1]],'index':[[73,3],[59,1],[78,15],[79,6],[60,2]],'several':[[50,1],[42,1],[63,1],[78,1],[26,1],[41,2],[71,1],[43,1],[76,1],[72,1],[75,1],[3,1],[65,1]],'length':[[73,4],[59,1],[78,1],[14,1],[76,41],[71,5],[60,3],[72,2],[12,1],[75,2],[79,1],[11,1]],'need':[[73,1],[79,1],[46,1],[55,2],[53,2],[50,3],[62,1],[8,1],[63,3],[78,3],[22,1],[47,1],[60,5],[72,1],[48,10],[75,2],[57,1],[18,1],[58,2]],'computers':[[78,1],[35,1],[65,1]],'remappable':[[11,1]],'27th':[[79,1]],'words':[[78,1],[71,1],[60,1],[48,6],[75,1],[79,2]],'summon':[[56,1]],'don':[[55,1],[53,2],[50,2],[62,3],[13,1],[35,1],[63,4],[59,2],[22,1],[78,1],[76,3],[80,1],[6,2],[60,3],[82,1],[48,3],[79,2],[11,1]],'|__________________________________________|':[[68,9]],'terminator':[[75,1]],'00fh':[[75,1]],'readability':[[60,1]],'forums':[[3,1]],'dialog':[[19,1],[50,1],[16,4],[39,4],[9,3],[14,6],[24,4],[60,7],[4,1],[10,4],[65,1],[38,1],[30,2],[44,5],[53,1],[12,13],[13,3],[42,4],[8,4],[5,5],[37,2],[41,1],[6,5],[43,4],[11,3],[58,2]],'rerecords':[[6,1],[28,1]],'0700':[[68,1]],'sure':[[23,1],[41,1],[55,1],[60,2],[62,1],[71,1],[48,1],[75,1]],'compared':[[16,1],[3,2],[10,1],[8,1]],'fc0':[[20,2]],'reassemblable':[[55,1]],'vint':[[79,9]],'|extra':[[79,1]],'mark':[[3,1],[48,3],[50,1]],'arriving':[[76,1]],'4011':[[76,4]],'75%':[[60,2]],'rewinding':[[10,1],[39,2]],'waits':[[8,1]],'unit':[[78,1],[22,1],[51,1],[76,14],[79,1],[58,1]],'cancel':[[58,1],[12,1],[35,1]],'bulletproof':[[8,1]],'rename':[[28,1],[50,1],[14,1]],'autosearch':[[42,1],[43,1]],'soft':[[25,1],[55,2],[60,1],[6,1],[71,2],[16,1],[8,1]],'1024':[[68,3]],'ntar':[[73,1]],'pair':[[71,1]],'confirmed':[[76,2],[60,1]],'sprites':[[51,1],[80,2],[60,2],[28,1],[12,1],[20,3],[36,3],[48,2],[68,1],[79,2]],'updates':[[78,1],[9,2],[47,1],[80,1],[6,1],[12,3],[48,1],[3,1],[8,1]],'cyan':[[55,1],[53,1],[60,1]],'bak':[[37,1]],'pspfceultra':[[3,1]],'stage':[[78,1],[76,1],[79,8]],'conditions':[[76,5],[50,4]],'symmetry':[[76,1]],'inits':[[75,1]],'sources':[[76,1],[78,4],[79,1]],'generated':[[73,1],[78,1],[76,5],[71,1],[79,4]],'loses':[[63,1]],'disassembly':[[54,3],[55,1],[82,5],[6,3],[4,2],[50,12]],'adventure':[[68,1]],'unusual':[[78,1]],'midikey':[[60,5]],'debugger':[[1,1],[50,14],[67,3],[56,4],[9,2],[14,4],[49,2],[54,4],[60,8],[66,1],[4,7],[82,2],[10,2],[7,1],[55,1],[53,1],[44,1],[12,3],[13,3],[8,4],[21,2],[6,3],[3,4],[11,1]],'case':[[55,1],[50,1],[62,5],[13,1],[20,1],[63,1],[59,2],[78,3],[41,2],[47,2],[60,4],[71,1],[4,1],[82,1],[79,1]],'savescreenshotas':[[7,1],[60,1]],'locate':[[56,1]],'http':[[59,3],[61,5],[66,5],[69,1],[58,1]],'king':[[31,1]],'drawimage':[[60,1]],'overriding':[[60,1]],'0ffffh':[[75,3]],'bcd':[[78,16]],'always':[[55,1],[50,1],[52,1],[12,1],[13,1],[20,1],[8,1],[37,2],[68,2],[59,2],[78,22],[14,2],[76,4],[71,3],[6,1],[24,1],[60,6],[48,1],[10,1],[79,3]],'preferred':[[41,1],[79,1],[60,1],[28,1]],'choppy':[[14,1]],'intervals':[[75,1]],'ejects':[[25,1]],'reporting':[[8,1]],'alternative':[[56,1]],'reorganize':[[15,1]],'minute':[[78,1]],'gnu':[[3,1]],'getdir':[[60,1]],'argus_':[[55,1]],'iql1':[[73,2]],'halt':[[76,2],[50,2]],'replaces':[[56,1]],'3f9':[[76,1]],'argument':[[59,1],[78,8],[14,1],[60,7],[13,1],[7,1]],'perfectly':[[79,1]],'desired':[[49,1],[75,4],[76,1],[56,3],[31,1]],'luaperks':[[57,1],[61,2]],'someone':[[55,2]],'searchspace':[[62,1]],'mailing':[[76,1]],'14915':[[76,1]],'pairs':[[59,2],[71,3],[75,1]],'7fff':[[73,1],[75,2],[68,1],[41,1],[7,1]],'setregister':[[10,1],[60,2]],'most':[[19,1],[50,1],[67,1],[39,2],[47,1],[66,1],[24,1],[60,5],[4,2],[80,1],[48,3],[57,1],[18,1],[79,2],[55,1],[53,1],[31,2],[44,1],[62,3],[52,1],[68,1],[5,1],[78,9],[41,1],[76,2],[58,1]],'dropping':[[79,1],[8,1]],'239':[[36,1],[50,1],[60,1]],'since':[[55,1],[53,2],[12,1],[35,1],[78,4],[54,1],[41,6],[76,1],[6,2],[60,6],[72,1],[48,6],[75,4],[3,1],[79,12],[11,1]],'pain':[[73,1]],'nonsensical':[[19,1]],'expect':[[78,1],[31,2]],'getrecordermode':[[60,1]],'zeroes':[[62,1]],'deselected':[[48,1]],'east':[[78,1]],'hexeditorfontsize':[[4,1],[21,1]],'sec':[[78,1],[75,2]],'yos0ffa':[[78,1]],'0070':[[75,2]],'fullest':[[1,1]],'emulated':[[65,1],[41,1],[31,8],[60,5],[6,1],[18,2],[27,1]],'1994':[[78,4]],'partially':[[8,1],[30,1]],'psg':[[60,1]],'shifting':[[78,1],[11,1],[79,1]],'bbb':[[72,1]],'view':[[49,1],[14,1],[55,1],[53,2],[50,2],[76,1],[48,1],[56,1],[39,2]],'6th':[[78,1],[26,1]],'bottom':[[28,1],[59,2],[60,3],[78,1],[50,1],[44,2]],'hooks':[[60,1]],'assumed':[[75,1]],'0@9':[[78,3]],'2j1t892n%':[[78,1]],'redesigned':[[45,1]],'gfce':[[3,1]],'counter':[[73,6],[50,6],[28,14],[12,2],[13,2],[16,2],[68,1],[78,5],[54,2],[47,1],[76,97],[6,4],[24,3],[4,1],[60,10],[79,15]],'process':[[78,2],[41,2],[55,1],[24,1],[28,1],[60,1],[66,2],[13,1],[48,2],[67,2],[79,7]],'regard':[[82,1]],'unavailable':[[66,1]],'stuff':[[59,4],[51,1],[80,1],[62,2],[48,1],[75,1],[79,1]],'p2t0p9d`pid`':[[78,1]],'imbedded':[[71,1],[37,1]],'develop':[[79,1]],'might':[[78,3],[47,2],[62,2],[24,1],[4,1],[60,3],[48,1],[68,1],[82,1]],'removing':[[55,1],[79,1],[6,1],[7,1]],'strict':[[50,1]],'depth':[[60,1]],'040x':[[68,2]],'ours':[[78,1]],'faster':[[23,1],[16,1],[36,1],[8,1],[68,1]],'denoted':[[59,1],[62,1]],'notification':[[8,2]],'odds':[[62,1]],'khz':[[76,3]],'assisted_speedrun':[[66,1]],'0x0000':[[60,2],[82,1]],'informed':[[76,1]],'output':[[54,1],[23,1],[29,1],[76,26],[6,1],[60,1],[4,1],[34,1],[68,2],[79,5],[7,1]],'4015':[[76,9]],'65c02':[[78,1]],'registerbefore':[[60,4]],'o&_':[[78,1]],'tell':[[62,2],[48,1],[68,1],[71,1],[60,1],[58,2]],'files':[[19,5],[50,4],[61,2],[16,4],[27,1],[39,2],[14,3],[23,4],[29,13],[24,5],[82,11],[4,3],[48,3],[10,1],[40,1],[46,5],[55,5],[53,2],[31,1],[44,3],[12,4],[13,1],[8,3],[17,1],[63,1],[26,1],[41,3],[70,1],[6,4],[33,1],[11,2],[58,2]],'resolution':[[36,2],[76,2],[5,1]],'272':[[79,1]],'browse':[[58,1],[24,1],[54,1]],'parts':[[73,1],[55,2],[53,1],[62,1],[71,1],[82,2],[61,1],[48,1]],'outline':[[60,1]],'investigate':[[63,1]],'trace':[[55,1],[50,2],[67,2],[12,1],[5,1],[9,2],[21,1],[49,1],[54,6],[6,2],[82,1],[4,1],[3,1],[10,1],[11,1]],'overclocks':[[35,1]],'getreadonly':[[12,1],[60,2]],'marks':[[48,4],[82,1]],'edits':[[1,2]],'install':[[60,1]],'rpgs':[[48,1]],'soon':[[78,1],[48,2]],'save':[[73,3],[50,3],[16,4],[56,1],[39,6],[59,5],[9,1],[14,2],[29,2],[60,11],[4,1],[48,12],[10,5],[18,7],[55,7],[53,3],[62,1],[28,5],[44,2],[12,7],[68,2],[5,3],[78,1],[22,1],[6,2],[72,1],[11,6]],'dec':[[78,11]],'readable':[[75,1],[50,1],[54,1]],'transferred':[[76,1],[49,1]],'correctly':[[78,1],[13,1],[14,1],[52,1],[6,1]],'modifying':[[78,1],[21,1],[76,1],[53,1],[11,1],[67,1]],'horizontally':[[79,2]],'squares':[[49,1]],'3f20|':[[68,1]],'super':[[68,3],[41,1],[79,2],[44,1]],'alphamul':[[60,7]],'extension':[[14,2],[53,1],[19,1],[61,1],[48,2],[33,1],[37,1]],'extreme':[[62,1]],'tue':[[81,1],[80,1]],'8910':[[75,2]],'question':[[60,3],[65,1]],'also':[[50,12],[61,1],[56,1],[29,1],[24,8],[82,5],[48,1],[79,7],[28,7],[12,2],[13,1],[36,1],[68,4],[5,1],[41,2],[43,1],[11,2],[73,1],[16,1],[39,1],[59,2],[9,1],[14,1],[49,1],[51,1],[54,1],[60,10],[4,1],[66,1],[71,1],[18,1],[65,3],[55,3],[53,5],[30,1],[31,3],[45,1],[62,4],[42,1],[52,1],[8,1],[78,10],[76,3],[6,4],[34,1],[72,1],[3,2],[58,1]],'lastkey1':[[62,1]],'1000000th':[[75,2]],'d`h#v1':[[78,1]],'fce':[[73,3],[1,1],[46,1],[53,1],[0,1],[16,1],[41,3],[71,1],[24,1],[2,2],[72,1],[3,21]],'labeled':[[8,2],[31,1]],'09ff':[[68,1]],'numpad7':[[60,1]],'0100':[[78,20],[68,2],[50,2]],'fetching':[[78,1],[79,2],[50,1],[80,1]],'heard':[[76,1]],'0677fc51543b':[[71,1]],'cut':[[41,1],[68,1]],'rectangle':[[60,2]],'04xx':[[75,1],[68,1]],'replayed':[[8,1]],'chance':[[48,1],[79,1],[62,1],[60,2]],'down':[[50,1],[16,1],[35,1],[59,1],[71,3],[24,5],[60,3],[4,2],[79,5],[38,1],[31,9],[28,1],[44,1],[62,1],[68,4],[78,1],[25,2],[41,2],[6,1],[76,9],[34,2],[75,1],[3,1],[33,1]],'directory':[[19,1],[62,1],[28,2],[44,1],[12,3],[13,2],[16,1],[20,1],[27,1],[22,5],[14,1],[29,6],[41,1],[60,1],[82,1],[10,1],[33,2],[18,1],[65,4]],'joysticks':[[72,1]],'inx':[[78,2]],'packaged':[[26,1],[65,1]],'objctr':[[60,3]],'resized':[[4,1],[12,2],[50,1]],'401f':[[68,1]],'linked':[[3,1],[4,1],[61,1]],'brand':[[6,1],[16,1]],'iny':[[78,1]],'hitting':[[41,1]],'worlds':[[2,1]],'graphical':[[61,1],[3,1],[57,1],[79,4]],'ripsubs':[[11,1]],'details':[[59,1],[26,1],[54,1],[76,8],[12,10],[68,2],[79,8],[39,1]],'maxframes':[[62,4]],'fm3':[[71,1],[6,1]],'wrote':[[3,1],[79,1],[39,3]],'possibilities':[[16,3],[41,7],[55,1],[68,2],[79,1]],'1fff':[[73,2],[68,2]],'decide':[[79,1],[68,1]],'interact':[[60,1],[58,1]],'buggy':[[49,1]],'|1e':[[76,1]],'navigating':[[23,1],[24,3],[18,1]],'utf':[[13,1]],'translation':[[48,6]],'incrementally':[[82,1]],'criterion':[[66,2]],'gens':[[43,1],[9,1],[42,1],[10,2],[8,1],[11,1]],'simultaniously':[[79,1]],'categories':[[38,1]],'playing':[[55,2],[19,2],[62,1],[28,2],[12,1],[16,3],[68,1],[27,2],[17,2],[5,1],[9,1],[23,1],[41,1],[66,6],[24,6],[60,2],[75,1],[10,1],[18,1]],'added':[[79,3],[53,1],[28,1],[12,33],[13,7],[8,13],[5,12],[78,3],[9,4],[14,9],[26,2],[71,4],[6,20],[60,3],[4,16],[82,1],[48,1],[75,5],[3,2],[10,5],[11,8],[7,5]],'framerate':[[76,1],[71,1],[35,1],[65,1]],'filenaming':[[6,1]],'crossed':[[78,4]],'remove':[[48,1],[14,1],[38,1],[11,1],[50,1]],'feature':[[55,1],[53,7],[31,8],[28,2],[50,1],[13,1],[8,1],[5,1],[9,1],[14,1],[51,2],[54,2],[6,1],[76,2],[4,3],[48,1],[3,1],[57,1],[11,1]],'preview':[[42,1],[43,1]],'convert':[[14,2],[46,4],[70,1],[60,1],[76,1],[16,1],[40,2],[8,1]],'cht':[[29,2],[41,5],[5,1]],'parameters':[[41,2],[7,1],[60,2]],'commercially':[[3,1]],'april':[[9,1]],'hardly':[[79,1],[35,1],[32,1]],'simulates':[[36,1],[33,1],[60,1]],'referenced':[[50,1]],'capacity':[[22,1]],'event':[[53,1],[66,1],[72,1]],'manipulate':[[59,1]],'luabot_framework':[[62,1]],'shape':[[63,1]],'expected':[[78,3],[33,1],[66,1],[79,1]],'misbelief':[[78,1]],'john@ucc':[[78,1]],'161':[[79,1]],'atx':[[11,1]],'waveform':[[73,2]],'compensate':[[60,1]],'parser':[[50,1]],'bugsbunnybirthdayblowout':[[63,1]],'edition':[[3,1]],'copies':[[78,1],[6,1]],'j2x@to':[[78,1]],'warped':[[79,1]],'shown':[[59,1],[51,1],[41,1],[6,1],[82,4]],'almost':[[3,1],[54,1],[68,1]],'connect':[[50,3]],'fade':[[76,1],[53,1]],'characteristics':[[76,1],[68,3]],'teal':[[60,1]],'160':[[79,1]],'unintentional':[[12,1]],'largely':[[63,1]],'html':[[59,3],[61,1],[66,3],[60,2]],'part':[[53,1],[62,1],[50,1],[77,2],[56,1],[63,1],[78,4],[66,3],[82,4],[72,1],[48,2],[79,3]],'gives':[[30,1],[60,1],[31,1],[68,4],[79,1],[35,1],[11,1]],'snaps':[[6,1]],'supplied':[[59,1],[22,2]],'warned':[[59,1]],'elapsed':[[60,1]],'brute':[[60,1]],'maintenance':[[8,1],[15,1]],'zenity':[[14,1]],'bmf':[[26,3]],'maximus':[[3,2]],'reload':[[39,1],[50,2],[14,1],[6,1],[11,1]],'foundation':[[67,1]],'token':[[71,1]],'sax':[[78,10]],'halves':[[78,1]],'phase':[[78,1],[79,11]],'cia2':[[78,1]],'notepad':[[82,1]],'nestopia':[[26,1]],'songs':[[75,2]],'segments':[[62,6]],'z80':[[79,1]],'methods':[[78,1],[60,2]],'recovery':[[13,1],[14,1]],'combines':[[55,1]],'john':[[78,1]],'sweeping':[[76,4]],'direct':[[57,1],[26,1],[78,1]],'timing|':[[79,1]],'suffice':[[41,1]],'boards':[[5,1]],'banked':[[75,1]],'updated':[[73,1],[1,1],[12,1],[41,2],[76,4],[6,3],[4,1],[72,1],[48,3],[75,3],[79,3],[11,2]],'bankswitching':[[55,1],[79,1],[75,5]],'licensed':[[3,1]],'objpri':[[79,1]],'unpauses':[[9,1],[60,1]],'rewinder':[[63,1]],'pattern':[[15,1],[51,2],[47,7],[60,1],[68,2],[79,21]],'020':[[76,1]],'spanned':[[22,1]],'readme':[[78,1]],'expansion':[[14,1],[19,1],[31,2],[75,2],[68,1],[7,1]],'finished':[[60,1],[73,1],[52,1],[8,1],[5,1]],'w0fvb':[[78,1]],'statistical':[[62,2]],'f10':[[18,2],[60,1]],'associated':[[41,1],[79,3],[60,1]],'str':[[59,2],[60,8]],'trans':[[60,3]],'replaying':[[37,1]],'hasn':[[11,1]],'executing':[[78,4],[50,1],[60,1]],'chrr':[[73,2]],'0000h':[[75,3]],'assignment':[[38,2]],'21477270':[[75,1]],'cope':[[78,1]],'painting':[[59,2],[60,1],[14,1]],'cpuregistername':[[60,2]],'being':[[31,3],[44,1],[28,2],[62,1],[35,1],[78,7],[22,1],[54,2],[76,6],[80,1],[60,3],[4,1],[72,1],[48,1],[75,2],[57,1]],'ida':[[55,1]],'vrcvii':[[75,3]],'criticised':[[66,1]],'submenu':[[4,1],[53,1]],'newer':[[3,1]],'nmos':[[78,16]],'unmodified':[[78,2]],'ports':[[51,1],[3,1],[6,1],[31,2]],'5x5':[[60,2]],'marginal':[[78,1]],'silly':[[19,1]],'blossom”':[[48,1]],'remind':[[71,1]],'comprehension':[[79,1]],'0600':[[81,1],[80,1],[68,1]],'https':[[61,1]],'006eh':[[75,1]],'start_address':[[75,1]],'keyboard':[[22,2],[25,1],[31,1],[60,3],[13,1],[12,1],[5,1]],'#xh':[[78,1]],'overhauled':[[16,1]],'gekimadden':[[9,1]],'latency':[[34,1]],'rewind':[[63,1],[24,1],[39,2]],'vectors':[[8,1]],'future':[[63,1],[78,1],[48,1],[32,1],[75,1],[65,2]],'timings':[[79,1],[35,1],[5,1]],'#byte':[[78,4]],'detrimental':[[55,1]],'mac':[[3,1],[65,1]],'young':[[7,1]],'poking':[[49,1]],'01ff':[[78,3],[68,2],[50,2]],'akel':[[78,3]],'tries':[[60,1]],'clockline':[[79,1]],'watch':[[7,1],[55,1],[50,4],[44,14],[12,6],[16,8],[68,1],[8,1],[54,2],[14,1],[29,3],[41,3],[6,1],[43,3],[4,2],[60,1],[66,1],[3,1],[40,2],[11,6],[10,2]],'228':[[5,1]],'nvidia':[[6,1]],'remember':[[59,1],[78,3],[14,2],[53,1],[66,1],[28,1],[4,1],[48,2],[75,1],[79,2]],'advanced':[[79,1],[66,1],[50,2],[67,1]],'rmw':[[78,2]],'scrolls':[[6,1]],'sq1':[[76,10]],'cherished':[[67,1]],'dcfc':[[78,3]],'commandline':[[7,1],[11,2]],'location':[[78,3],[23,1],[41,2],[76,2],[24,1],[50,2],[60,2],[34,1],[56,1]],'pointed':[[31,1]],'dd04':[[78,2]],'entry':[[78,1],[41,1],[60,4],[6,1],[28,1],[48,1],[75,2],[79,4]],'824':[[79,1]],'discovering':[[55,1]],'said':[[63,1],[52,1],[76,1],[79,1]],'offset':[[73,1],[59,1],[78,1],[47,3],[53,2],[80,2],[82,1],[75,1],[40,1],[79,5]],'looking':[[49,1],[26,1],[48,1],[54,2]],'quote':[[60,1]],'exotic':[[14,1]],'xmessage':[[60,1]],'flubba':[[76,1]],'warioland':[[12,1]],'043x':[[68,1]],'course':[[78,1],[76,1],[79,2],[60,1]],'tsx':[[78,2]],'shinydoofy':[[13,1]],'|ppu':[[79,3]],'115':[[6,1],[5,1]],'hacks':[[64,1]],'invert':[[10,1],[36,1],[60,6]],'armed':[[75,1]],'players':[[68,1],[10,1],[47,1],[62,1],[79,1]],'announced':[[22,1]],'supported':[[59,2],[22,1],[19,4],[53,1],[60,3],[71,3],[61,1],[72,1],[3,1]],'base':[[78,1],[22,2],[29,2],[41,1],[76,1],[60,1],[28,1],[13,1],[20,1],[3,1],[79,4]],'internal':[[78,3],[76,7],[71,4],[60,3],[79,3]],'argment':[[12,1]],'gamepads':[[71,1],[31,1]],'alternate':[[47,3],[40,1],[78,1]],'_will_':[[62,1]],'consistency':[[10,1],[12,1]],'bginput':[[20,3]],'hitboxes':[[63,1]],'issue':[[65,2],[78,1],[14,1],[6,1],[4,1],[34,1],[12,1],[13,3],[32,1],[11,3],[7,2]],'192':[[76,3],[5,1]],'int32':[[73,3],[71,1]],'sequentially':[[79,1],[75,1]],'05ff':[[68,1]],'shx':[[78,4]],'stick':[[75,1],[68,1]],'entirity':[[79,1]],'goal':[[61,1],[62,1],[66,1]],'defines':[[73,1],[25,2],[82,3]],'hotkey':[[38,4],[31,5],[28,5],[50,3],[12,7],[13,3],[16,2],[36,1],[5,1],[27,1],[39,2],[54,1],[14,3],[23,1],[6,3],[24,1],[4,1],[60,1],[3,1],[18,4],[11,1]],'02xx':[[68,2]],'usability':[[9,1],[3,1],[10,1],[6,1]],'c022':[[50,2]],'draws':[[81,1],[79,1],[60,5]],'recommend':[[79,1]],'saver':[[11,1],[30,2]],'writing':[[53,2],[50,1],[62,1],[81,1],[12,1],[59,1],[22,1],[78,2],[76,4],[80,1],[60,5],[75,1],[79,3],[58,1]],'environments':[[19,1]],'resulting':[[55,1],[33,1],[66,1]],'learning':[[58,1]],'onsegmentstart':[[62,2]],'kh%&1':[[78,1]],'multiplexer':[[79,7]],'messages':[[9,1],[14,1],[54,1],[6,4],[60,1],[12,1],[7,1],[8,1]],'profit':[[79,1]],'differrences':[[76,1]],'reverse':[[4,1],[68,1],[55,1],[76,3],[67,1],[82,1]],'vastly':[[6,1]],'legend':[[78,1]],'113':[[79,1]],'outputted':[[76,1]],'joypad':[[12,3],[13,1],[8,1],[27,1],[59,3],[9,3],[22,2],[25,1],[71,2],[6,1],[60,15],[10,1]],'buttoncount':[[6,1]],'idc':[[55,1]],'drawings':[[6,1]],'psin':[[73,1]],'implied':[[78,5]],'two':[[62,2],[44,2],[28,1],[61,1],[68,1],[36,2],[35,1],[59,2],[22,2],[54,1],[76,1],[71,3],[60,5],[78,12],[82,1],[48,1],[75,1],[3,1]],'acts':[[78,1],[79,1]],'powersave':[[11,1]],'regression':[[11,1]],'automatic':[[12,1],[76,1],[19,2],[50,1],[5,1]],'2016':[[50,1],[0,1],[61,1],[77,1],[56,1],[35,1],[27,1],[15,1],[29,1],[47,1],[80,1],[2,1],[24,1],[82,1],[48,1],[32,1],[57,1],[79,1],[46,1],[38,1],[28,1],[44,1],[81,1],[12,1],[13,1],[20,1],[36,1],[64,1],[5,1],[37,1],[63,1],[21,1],[22,1],[41,1],[68,1],[43,1],[69,1],[33,1],[11,1],[73,1],[1,1],[19,1],[67,1],[74,1],[16,1],[39,1],[59,1],[9,1],[14,1],[23,1],[49,1],[51,1],[54,1],[4,1],[60,1],[66,1],[71,1],[10,1],[40,1],[18,1],[7,1],[65,1],[55,1],[53,1],[30,1],[31,1],[45,1],[62,1],[42,1],[52,1],[8,1],[17,1],[78,1],[26,1],[25,1],[70,1],[6,1],[76,1],[34,1],[72,1],[75,1],[3,1],[58,1]],'cycle':[[73,2],[59,2],[78,20],[14,1],[25,1],[41,1],[60,1],[76,14],[79,24]],'pseudo':[[76,5],[78,1],[62,1]],'playfields':[[79,3]],'2000':[[73,2],[80,2],[75,3],[68,3],[3,1],[79,8]],'bmp':[[61,1]],'74ls373':[[79,1]],'customization':[[6,1]],'brackets':[[41,1],[50,1]],'fatal':[[78,1]],'compresses':[[28,1]],'interpolation':[[36,1]],'0fe':[[76,1]],'needs':[[4,1],[59,1],[48,2],[82,1],[50,1],[60,1]],'specify':[[4,1],[75,1],[60,1],[44,1]],'expertise':[[76,1]],'appliciable':[[79,1]],'encoder':[[67,1],[49,1],[3,1],[56,7],[50,1],[28,1]],'info':[[66,2],[24,2],[62,1],[80,1],[12,1],[16,3],[68,3],[75,3],[79,1]],'contrast':[[26,1]],'receive':[[60,1],[48,1],[28,1]],'patterns':[[47,1],[76,2],[79,1]],'tbl1':[[59,3]],'desktop':[[4,1],[5,1]],'abandoned':[[3,1]],'belonging':[[50,1]],'ungzipping':[[14,1]],'home':[[61,1],[60,1]],'barely':[[65,1]],'became':[[66,1]],'dma':[[78,2],[79,1],[68,1]],'posting':[[76,1]],'avi':[[17,2],[14,1],[23,9],[29,2],[6,1],[61,1],[12,2],[13,1],[16,3],[7,1],[37,2]],'alot':[[79,1]],'lower':[[78,9],[76,1],[62,1],[50,2],[28,1],[34,1],[72,1],[68,1],[79,6]],'classics':[[79,1]],'counts':[[60,1]],'wram':[[73,2],[14,1]],'ones':[[51,1],[49,1],[79,1],[11,1]],'unofficial':[[3,1],[11,1],[67,1]],'every':[[73,1],[55,4],[62,2],[28,5],[12,1],[13,2],[39,2],[78,5],[54,4],[47,3],[71,2],[60,4],[76,4],[82,1],[48,2],[75,1],[33,1],[79,13],[65,1]],'0000001111100000':[[80,1]],'backtrack':[[62,1]],'envelope':[[76,30]],'flicker':[[79,2]],'fceultra':[[3,1]],'bare':[[59,1]],'smallest':[[76,2],[79,1],[60,1]],'rgba':[[60,2]],'tool':[[53,2],[50,1],[44,1],[45,2],[62,2],[12,1],[16,3],[42,1],[68,1],[64,2],[49,4],[29,1],[66,15],[2,1],[6,2],[24,4],[43,1],[48,4],[3,2],[10,1],[40,6],[65,1]],'jpeg':[[61,1]],'dex':[[78,3]],'industry':[[79,1]],'smb0':[[20,14]],'loaded':[[50,1],[16,1],[39,10],[9,2],[14,2],[29,4],[49,1],[24,4],[54,1],[60,22],[79,6],[53,1],[30,2],[28,1],[44,2],[62,2],[12,4],[20,1],[36,2],[68,5],[8,2],[5,1],[37,4],[63,1],[22,2],[78,7],[41,2],[76,4],[6,1],[75,8],[33,3],[11,2]],'click':[[46,2],[38,1],[30,4],[28,1],[50,16],[53,3],[12,3],[36,2],[56,4],[41,5],[6,3],[60,1],[48,3],[18,1],[58,2]],'compare':[[41,5],[50,3],[6,2],[43,1],[42,1],[56,4]],'extensively':[[66,1]],'introduction':[[59,1],[51,1],[1,2],[23,1],[41,1],[50,1],[24,1],[0,3],[54,1],[52,1],[55,1],[76,1]],'affect':[[78,3],[12,1],[36,1],[41,2],[60,1]],'dc0d':[[78,4]],'edit':[[82,1],[16,5],[53,11],[50,2],[44,1]],'rips':[[75,2]],'letting':[[60,2]],'laptop':[[12,1]],'f20':[[60,1]],'configurations':[[69,1],[16,1]],'effects':[[81,1],[79,2],[50,1]],'emrwxf':[[50,2]],'enters':[[60,2],[82,1]],'xing':[[5,1]],'clear':[[55,2],[38,2],[50,2],[31,3],[78,10],[71,1],[6,1],[60,4],[4,1],[80,1],[48,1],[75,4],[79,1]],'include':[[16,2],[19,1],[24,1],[71,1]],'consists':[[41,1],[53,1],[60,1],[71,4],[72,1],[79,4]],'truth':[[78,1]],'simulation':[[60,1]],'punchouttraining':[[63,1]],'textual':[[67,1]],'2002':[[78,1],[3,2],[79,5],[80,1]],'triggered':[[76,1],[60,1]],'65500':[[73,1]],'002':[[76,1]],'cccc':[[50,2]],'tracing':[[54,1]],'4#p`e@`h#vq':[[78,1]],'languages':[[57,2],[6,1]],'recieve':[[76,1]],'characters':[[14,1],[71,1],[53,1],[6,1],[82,1],[75,1],[16,1],[68,1]],'engine':[[6,1],[65,1]],'045x':[[68,1]],'thrown':[[79,1],[60,1]],'ldx':[[78,15]],'menu':[[1,6],[16,7],[27,6],[39,20],[9,3],[14,2],[15,1],[23,4],[24,8],[29,1],[4,1],[49,2],[48,2],[60,2],[10,2],[40,1],[18,3],[7,1],[65,1],[38,1],[30,4],[28,16],[31,1],[44,3],[12,18],[13,1],[53,2],[8,4],[5,1],[22,2],[25,4],[41,5],[6,4],[34,2],[11,6]],'approximate':[[71,1],[60,1]],'cld':[[78,1],[68,1]],'playmoviefrombeginning':[[8,1]],'buffing':[[34,1]],'blanking':[[41,1]],'school':[[65,1]],'turtles':[[47,1],[68,1]],'forced':[[76,1],[79,1]],'successive':[[78,1]],'bandwith':[[79,1]],'needle':[[76,1]],'speedrun':[[66,2],[2,1],[62,1]],'evaluates':[[79,1],[50,1],[62,4]],'6fff':[[75,1]],'nearest':[[36,1]],'suggest':[[60,1],[6,1],[37,1]],'accordingly':[[28,1]],'sections':[[73,1],[48,1],[79,2]],'creation':[[59,1],[13,1],[16,1],[62,1]],'emu':[[59,7],[9,1],[6,2],[60,47],[10,1],[8,3],[58,3]],'own':[[55,1],[31,1],[45,1],[16,1],[56,1],[8,1],[63,1],[78,2],[41,1],[76,1],[60,1],[82,3],[79,3]],'010':[[76,1]],'invertselection':[[6,1]],'044x':[[68,1]],'bookmarked':[[53,1],[8,2],[50,2]],'prefixes':[[44,1]],'backgrounds':[[79,1],[21,1],[28,2]],'000':[[68,1]],'rotate':[[78,2]],'d8t`2i':[[78,1]],'instance':[[30,2],[28,1],[62,3],[68,3],[8,1],[59,2],[78,2],[41,1],[47,1],[82,1],[4,1],[75,1],[79,1],[18,1]],'help':[[1,2],[55,2],[53,1],[45,1],[12,2],[16,1],[36,2],[35,1],[39,6],[59,1],[78,1],[76,1],[60,1],[75,1],[58,1]],'frame':[[50,6],[67,1],[16,1],[35,1],[39,2],[59,6],[51,1],[14,2],[23,1],[47,4],[24,18],[54,2],[60,32],[66,5],[71,5],[80,1],[79,8],[46,1],[53,1],[62,6],[28,10],[44,1],[12,7],[13,2],[20,4],[8,5],[5,1],[37,4],[25,5],[41,1],[6,3],[76,22],[34,2],[72,2],[11,3],[58,1]],'empty':[[59,3],[78,1],[71,1],[6,1],[50,3],[16,1],[36,1]],'converter':[[12,1],[14,1],[76,4],[24,1],[65,1]],'composed':[[73,1],[61,1]],'vints':[[79,2]],'resistors':[[76,1]],'correction':[[36,1],[76,1],[12,1]],'next':[[73,2],[31,1],[28,1],[50,5],[62,5],[68,2],[56,1],[8,1],[5,1],[59,3],[9,1],[78,16],[41,4],[76,4],[60,5],[48,2],[79,15]],'kilobytes':[[22,1]],'newtext':[[60,1]],'bit0':[[71,2],[78,1]],'pushed':[[78,4]],'separator':[[71,1]],'mpby':[[73,1]],'04000':[[75,1]],'credit':[[76,1]],'processors':[[78,7],[12,1]],'thread':[[35,1]],'connection':[[78,1]],'xoff':[[73,1]],'bandwidth':[[79,1]],'date':[[81,1],[59,1],[80,1]],'c002##comment2':[[82,1]],'adjust':[[4,1],[79,1]],'dcfa':[[78,3]],'detection':[[31,1]],'dragged':[[9,1]],'job':[[36,1]],'chibi':[[76,1]],'dincsbc':[[78,4]],'invoked':[[9,1]],'triplet':[[33,1]],'kbfe_j':[[78,1]],'hence':[[59,1],[60,5],[75,1]],'religion_mode_off':[[78,1]],'instantly':[[79,1]],'sev':[[78,2]],'folder':[[58,1],[46,1],[50,1],[44,3],[28,2],[61,1],[63,2],[29,2],[41,1],[6,1],[60,2],[82,1],[65,1]],'rar':[[19,1]],'scoring':[[62,1]],'loopcounter':[[62,1]],'aspiring':[[48,1]],'readbytesigned':[[59,1],[12,1],[60,2]],'interpreted':[[71,1],[79,1]],'hexi':[[44,1]],'cartridge':[[22,2],[68,1],[41,1],[79,2],[31,1]],'vtog':[[73,1]],'irritating':[[60,1]],'beebee':[[62,4]],'automagical':[[78,1]],'snapshot':[[18,1],[24,1]],'digital':[[61,1]],'console':[[22,1],[9,2],[26,1],[53,1],[31,1],[6,2],[24,1],[60,1],[66,1],[36,1],[35,1]],'logs':[[51,1],[9,1],[54,3],[55,1],[5,1]],'had':[[78,1],[26,1],[76,1],[2,1],[60,1],[13,1],[75,1],[79,3],[65,1]],'fields':[[75,2],[36,1],[56,2],[71,1],[44,1]],'radikus':[[6,1]],'nmi2':[[50,1]],'de0d':[[78,1]],'registerload':[[10,2],[60,1]],'defined':[[48,2],[58,1]],'luabitop':[[60,1]],'willing':[[75,1]],'123':[[78,4]],'verify':[[78,1],[80,1]],'vsync':[[36,1],[65,1]],'acknowledged':[[76,1]],'prepend':[[14,1]],'highlighting':[[4,1],[41,1],[53,2]],'maskable':[[68,1],[76,2],[50,4]],'0800':[[68,2]],'already':[[63,1],[54,1],[22,1],[66,1],[60,3],[48,1],[68,1],[56,1],[79,4]],'dot':[[78,2]],'modal':[[60,2]],'onfinish':[[62,1]],'pins':[[79,3]],'exist':[[63,1],[76,2],[60,1],[52,1],[33,1],[79,2]],'nice':[[54,2]],'disassemble':[[55,1]],'collision':[[79,1]],'frozen':[[21,1],[12,3],[8,2],[44,2]],'metal':[[48,1]],'atop':[[79,1]],'freeze':[[59,1],[78,2],[53,2],[60,2],[11,1],[18,2]],'their':[[38,1],[50,1],[53,1],[12,1],[16,1],[68,1],[63,1],[78,2],[49,1],[76,2],[71,1],[60,2],[34,1],[48,3],[79,1]],'promptly':[[63,1]],'mirr':[[73,1]],'key4':[[62,1]],'|05':[[76,2]],'emulate':[[22,1],[75,2],[31,1],[28,1]],'thinks':[[79,1]],'specifies':[[60,4],[20,5]],'appendix':[[60,1]],'rgb32':[[60,1]],'8bit':[[60,2]],'confirmation':[[7,1],[30,1]],'bypasses':[[12,1]],'tablet':[[31,1]],'libraries':[[4,1],[59,1],[61,1],[57,1],[60,1]],'decrease':[[76,4]],'that':[[50,14],[61,4],[56,1],[15,1],[29,1],[47,1],[80,3],[2,2],[24,9],[82,7],[48,19],[57,3],[79,40],[28,4],[44,1],[81,1],[12,9],[20,1],[36,3],[68,12],[63,7],[21,2],[22,1],[41,24],[43,1],[33,3],[11,5],[73,2],[19,1],[16,3],[39,8],[59,12],[9,1],[14,2],[49,2],[51,5],[54,7],[60,51],[66,9],[71,7],[10,3],[40,1],[18,3],[7,2],[65,2],[55,13],[53,12],[30,1],[31,3],[45,1],[62,19],[42,1],[52,3],[8,7],[78,44],[26,1],[76,29],[6,1],[34,1],[75,8],[3,5],[58,2]],'okay':[[48,1]],'hq3x':[[36,2]],'wraps':[[81,3],[78,1]],'convertible':[[13,1]],'area':[[47,1],[50,1],[60,1],[48,1],[68,1],[36,3],[75,3],[79,5]],'enemy':[[68,21]],'19th':[[76,1],[79,1]],'suggested':[[60,1]],'disallow':[[6,1],[9,1]],'setmarker':[[60,1]],'first':[[73,4],[56,2],[59,4],[54,5],[71,3],[60,6],[80,3],[82,2],[48,3],[10,1],[79,16],[46,1],[55,1],[30,1],[28,1],[62,2],[68,3],[36,2],[8,2],[78,13],[22,1],[76,3],[72,2],[75,2],[3,1],[33,1],[11,1]],'maxvalue':[[62,12]],'411ah':[[75,1]],'luminance':[[79,4]],'care':[[76,1],[78,1],[60,1]],'points':[[60,1],[78,3],[79,1],[62,1],[6,1]],'demonstrate':[[79,1]],'0000010000011111':[[80,2]],'antony':[[10,1]],'top':[[59,1],[41,1],[50,2],[28,1],[60,4],[79,1],[7,1],[27,1]],'correct':[[60,6],[78,1],[14,1],[36,2],[8,1],[11,4]],'stats':[[68,4]],'family':[[78,2],[22,2],[31,2]],'coding':[[59,1],[49,1]],'below':[[73,1],[59,1],[78,7],[41,1],[76,2],[50,5]],'account':[[82,1],[12,1],[53,1],[60,1],[62,1]],'kh%r1':[[78,1]],'step':[[78,1],[76,8],[11,1],[50,4]],'actually':[[63,1],[78,1],[55,1],[76,3],[62,1],[60,7],[68,1],[79,5],[35,1]],'allowudlr':[[20,3]],'stands':[[3,2],[79,1]],'prefix':[[82,1],[50,1],[44,3]],'filled':[[56,2]],'often':[[78,1],[48,3],[68,3],[66,2],[58,1]],'230':[[60,1]],'constructed':[[58,1]],'plus':[[75,1],[53,1],[60,1],[79,3]],'dip':[[4,1]],'formula':[[75,1],[76,1],[79,1],[60,1],[44,2]],'abstraction':[[61,1]],'fired':[[79,1]],'really':[[78,3],[55,1],[76,1],[60,1],[62,1],[80,1],[48,4],[79,1]],'edwin':[[78,1]],'tay':[[78,1]],'8184':[[68,1]],'tutorials':[[59,1],[48,1]],'cycling':[[79,2],[51,1]],'zeropage':[[78,9]],'conveniently':[[50,1]],'readwordunsigned':[[60,1]],'mangling':[[48,1]],'onscreen':[[6,1],[60,1]],'playstation':[[3,1]],'putting':[[51,1],[60,1]],'bit':[[73,7],[55,2],[50,3],[81,3],[36,1],[35,2],[5,1],[59,2],[78,38],[41,2],[71,10],[60,5],[76,73],[34,2],[48,1],[72,1],[75,14],[57,1],[33,3],[79,30]],'audio':[[34,1],[75,2],[23,7],[55,2],[53,1],[76,1]],'slow':[[59,1],[78,2],[25,1],[41,1],[24,2],[66,3],[48,1],[35,1],[65,5]],'pages':[[78,1],[68,2]],'audible':[[76,4]],'recent':[[39,2],[9,1],[6,2],[44,2],[4,1],[60,1],[12,1],[16,1],[10,1],[11,2],[8,2]],'world':[[59,3],[31,1]],'xodnizel':[[3,2],[78,1]],'sets':[[12,1],[20,23],[36,4],[35,1],[39,2],[27,5],[78,3],[26,1],[29,3],[25,2],[41,1],[60,4],[76,1],[34,4],[79,1]],'total':[[73,1],[78,1],[22,1],[41,1],[76,1],[60,1],[24,1],[6,2],[75,1],[79,1]],'presets':[[29,3],[16,1],[66,1],[31,3]],'substitutions':[[48,1]],'alpha':[[6,1],[60,9]],'vram':[[73,1],[81,1],[68,1],[53,1],[80,4]],'11ff':[[68,1]],'subpix':[[68,2]],'segfault':[[6,3],[14,1]],'killed':[[79,1],[68,1]],'usually':[[78,3],[76,2],[53,2],[67,2],[66,3],[75,1],[68,3],[56,1]],'fcexp':[[71,1]],'patchlevel':[[78,1]],'rotations':[[78,2]],'believed':[[78,1]],'wasted':[[79,1]],'attrib':[[81,1]],'channels':[[34,3],[12,1],[75,1],[76,17],[60,1]],'neccessary':[[79,1]],'dostuff':[[59,1]],'yet':[[59,1],[78,1],[41,2],[55,1],[60,1],[50,1],[68,2],[79,1],[11,1]],'030x':[[68,1]],'prepared':[[60,1]],'teenage':[[47,1],[68,1]],'avoid':[[66,1],[50,1],[60,3]],'isattemptend':[[62,3]],'into':[[50,3],[67,1],[61,2],[16,2],[56,3],[59,1],[14,1],[23,2],[29,1],[2,2],[60,4],[48,7],[57,2],[79,16],[46,1],[55,3],[53,2],[30,1],[31,3],[44,2],[62,4],[12,1],[68,5],[8,2],[37,4],[17,1],[78,4],[22,1],[41,1],[76,5],[75,13],[3,1],[58,2]],'carrier':[[73,1]],'ch1':[[75,2]],'damaging':[[79,1]],'parsecolor':[[9,1],[60,2],[5,1]],'sum':[[50,3]],'lasereyes':[[63,1]],'enhance':[[79,2]],'timer':[[78,8],[68,1],[76,11]],'`28':[[78,1]],'supports':[[28,1],[60,1],[3,2],[19,3],[6,1],[24,1]],'varying':[[73,1]],'runtime':[[55,1],[50,2]],'calculates':[[76,1]],'isolate':[[49,1]],'windows':[[30,2],[45,1],[61,1],[12,1],[13,1],[36,1],[8,1],[5,1],[9,2],[14,1],[41,2],[6,3],[60,2],[3,3],[10,2],[11,1],[65,1]],'jamm':[[73,1]],'either':[[78,6],[54,1],[76,2],[71,2],[50,1],[60,4],[81,1],[61,1],[48,1],[68,1],[75,2],[79,2]],'interprets':[[79,1],[60,1]],'fail':[[78,1],[48,1],[14,1],[55,1]],'corruptor':[[55,2]],'myimage':[[60,1]],'gettie1':[[62,1]],'passage':[[66,1]],'big_time_software@hotmail':[[76,1],[79,1]],'branch':[[78,9],[3,4],[2,1]],'win98':[[48,1]],'irrelevant':[[55,1],[71,2]],'getscore':[[62,1]],'successfully':[[78,2]],'“cherry':[[48,1]],'correspond':[[75,1],[68,1]],'gamecube':[[3,1]],'user':[[31,1],[28,3],[61,2],[12,3],[13,2],[5,1],[59,2],[9,1],[14,1],[22,1],[6,1],[60,18],[82,1],[3,1],[79,1],[11,2]],'rainbowriding':[[63,1]],'hexbackcolorg':[[21,1]],'counting':[[75,2],[76,5],[79,1],[50,1],[60,1]],'copy':[[78,5],[49,1],[53,3],[30,1],[60,1],[48,6],[8,1],[37,1]],'definetely':[[79,1]],'how':[[73,1],[1,2],[55,1],[62,4],[44,2],[81,1],[68,2],[56,2],[64,1],[69,1],[63,2],[78,9],[54,1],[29,1],[41,1],[76,4],[60,1],[48,6],[75,1],[57,3],[79,7],[65,2]],'tracks':[[63,1]],'tbl3':[[59,2]],'serves':[[79,1],[62,1]],'failattempts':[[62,1]],'external':[[55,4],[76,1],[60,1],[62,1],[4,1],[33,1],[79,5],[65,1]],'condition':[[76,3],[6,1],[50,2],[4,2],[13,1],[33,1],[79,1]],'cnrom':[[6,1],[14,1]],'websites':[[48,2]],'certain':[[55,3],[53,1],[31,1],[50,1],[62,4],[63,1],[49,1],[54,1],[47,1],[76,4],[60,1],[57,1],[79,1],[65,1]],'die':[[68,1]],'pack':[[62,1],[58,1]],'haystack':[[76,1]],'168':[[78,1],[79,1]],'threshold':[[78,1]],'inspired':[[79,1]],'fdsr':[[73,1]],'isolated':[[79,1]],'numpad3':[[60,1]],'stx':[[78,11]],'effected':[[79,1]],'dropped':[[9,1],[11,1]],'4000':[[76,6],[68,1]],'irqa':[[73,2]],'60th':[[24,1]],'plot':[[59,2]],'gtk':[[6,2],[9,2]],'00000011':[[80,1]],'rippers':[[55,1]],'gamepad':[[8,1]],'pulled':[[79,1]],'vrc7':[[75,1]],'047x':[[68,1]],'experiment':[[79,1]],'deselect':[[8,1],[48,1]],'black':[[21,3],[36,1],[53,1],[60,1],[79,5]],'name':[[73,10],[19,1],[50,11],[16,1],[9,3],[14,1],[29,1],[49,2],[24,2],[60,8],[4,4],[71,1],[48,6],[82,6],[79,16],[7,1],[38,1],[62,1],[44,1],[81,2],[12,1],[20,2],[52,7],[37,1],[78,1],[41,3],[6,1],[75,3],[3,3],[33,2],[11,1],[58,1]],'micro':[[11,1]],'sent':[[48,1],[41,1],[76,4],[79,1],[58,1]],'commands':[[1,4],[38,1],[28,3],[13,1],[16,2],[20,1],[42,1],[8,1],[78,4],[25,2],[71,3],[72,1],[10,1],[57,1]],'regions':[[14,1],[5,1]],'248':[[6,1]],'secret':[[51,1]],'match':[[9,1],[14,1],[36,1],[41,2],[60,1],[5,1]],'endless':[[59,1],[60,2],[79,1]],'attained':[[76,1]],'decryption':[[78,1]],'nitsuja':[[3,1],[26,3]],'nsf':[[49,1],[55,10],[19,3],[50,6],[4,1],[74,2],[75,4],[10,3],[33,1]],'rti':[[76,1],[78,11]],'familiar':[[59,1],[75,1],[76,1],[58,1]],'227':[[6,1]],'path':[[58,1],[22,1],[30,1],[6,2],[60,5],[20,4],[8,3],[5,1]],'generates':[[36,1],[76,3],[79,1],[39,1]],'alongside':[[50,1]],'weren':[[51,1],[55,2],[76,1],[50,1]],'identical':[[76,1],[79,1],[60,1]],'accident':[[18,1]],'8502':[[78,6]],'theory':[[78,2]],'cracle':[[65,1]],'adds':[[12,1],[8,2],[5,1],[78,2],[9,2],[29,1],[6,1],[60,1],[4,1],[3,2],[10,1],[11,1]],'`@yoo0a':[[78,1]],'here':[[53,2],[31,1],[50,2],[62,1],[42,1],[36,2],[39,1],[59,4],[21,1],[78,3],[25,2],[41,1],[6,1],[43,1],[60,4],[76,5],[48,4],[75,3],[80,1],[33,1],[79,12],[58,1]],'sync':[[12,1],[36,4],[6,1],[65,1]],'scheme':[[72,1],[21,1],[79,1],[11,1]],'directories':[[29,1],[27,1]],'truthvalue':[[60,1]],'hackers':[[67,1]],'reached':[[52,2],[79,1],[62,2],[50,1]],'accumulator':[[73,1],[78,27],[75,2]],'current':[[73,1],[50,5],[67,1],[49,2],[51,1],[54,1],[66,2],[24,2],[60,20],[71,2],[80,1],[79,3],[55,1],[53,1],[31,3],[28,1],[62,9],[12,3],[13,1],[36,2],[52,2],[8,1],[5,1],[37,1],[68,1],[22,1],[26,1],[25,2],[41,6],[6,2],[76,12],[78,4],[34,1],[75,1],[3,1],[33,1]],'mapper':[[9,1],[14,1],[53,1],[6,1],[50,2],[4,1],[12,1],[10,2],[8,1],[5,2]],'internet':[[58,2],[61,1],[32,1],[16,1],[67,1],[27,1]],'likelihood':[[22,1]],'disks':[[22,3],[31,1]],'decided':[[66,1],[48,2],[75,1]],'prerender':[[50,1]],'autostart':[[78,1]],'border':[[36,1]],'pch':[[78,16]],'deducted':[[62,1]],'choosing':[[6,1],[65,1]],'emulation':[[1,1],[50,2],[77,1],[35,1],[27,1],[39,2],[59,2],[14,2],[23,3],[66,1],[60,6],[24,5],[4,2],[18,2],[65,1],[28,1],[20,3],[36,2],[8,1],[5,3],[37,1],[22,1],[25,13],[41,1],[6,3],[76,1],[34,1],[33,2]],'scale2x':[[36,4]],'character':[[53,1],[82,2],[60,1],[71,1],[48,3],[68,3]],'processes':[[66,1]],'sed':[[78,1],[68,1]],'claimed':[[78,1]],'fceu':[[53,1],[30,1],[44,1],[62,1],[12,8],[16,6],[69,1],[27,1],[59,1],[22,1],[14,1],[23,1],[26,6],[2,5],[6,2],[29,5],[60,4],[70,1],[32,2],[3,12],[10,2],[18,1],[65,4]],'tbl':[[53,1],[48,1]],'latching':[[76,2]],'nesting':[[6,1],[54,1]],'whereas':[[78,2],[79,1]],'nametable':[[14,1],[80,3],[12,1],[68,5],[79,1],[11,1],[5,2]],'result':[[78,22],[76,4],[66,1],[53,1],[60,4],[75,1],[33,1],[79,5]],'perform':[[78,4],[41,1],[55,5],[60,2],[62,1],[75,1]],'dmcsize':[[60,1]],'measurements':[[78,1]],'twice':[[76,2]],'mappable':[[12,4],[24,1]],'green':[[59,1],[55,2],[33,2],[53,3],[60,8]],'codes':[[78,2],[49,2],[41,1],[50,1],[28,2],[67,1],[56,4],[65,2]],'receives':[[59,1],[60,1]],'medium':[[60,2]],'entries':[[79,3]],'binding':[[13,1]],'handy':[[59,1],[48,1],[68,1]],'clocks':[[76,2],[79,3]],'07f':[[76,1]],'xor':[[59,1],[76,2],[60,2]],'l8i':[[78,1]],'impl':[[78,2]],'adjustment':[[76,1],[26,1]],'dump':[[54,1],[12,2],[39,1]],'significantly':[[41,1],[8,1],[68,1]],'incorporating':[[45,1]],'crashes':[[60,1],[59,1],[12,2],[14,3],[6,1],[5,1]],'true':[[59,3],[78,1],[71,6],[60,26],[50,1],[62,7],[10,1],[36,1],[79,1],[58,1]],'execution':[[78,2],[66,1],[50,12]],'0xffff':[[60,2]],'required':[[29,1],[55,1],[41,1],[71,7],[76,1],[20,1],[10,1],[79,5],[5,1]],'previous':[[46,1],[62,5],[44,1],[12,1],[16,2],[68,1],[8,1],[39,9],[9,1],[41,4],[70,1],[6,1],[24,1],[60,1],[71,1],[76,1],[57,1],[18,1]],'full':[[37,1],[22,1],[55,2],[76,3],[50,1],[60,1],[12,2],[16,1],[36,7],[8,1],[11,1]],'narrow':[[50,1]],'reverted':[[11,1]],'submenus':[[28,1]],'level':[[41,4],[71,2],[76,3],[82,1],[34,1],[52,3],[36,1],[57,1],[79,3]],'winapi':[[61,2]],'scenario':[[76,1]],'131072':[[78,1]],'d019':[[78,5]],'accesses':[[79,2],[51,1]],'007b':[[75,1]],'hexfreezecolorr':[[21,1]],'restricting':[[60,2]],'sided':[[22,1]],'movie':[[67,1],[16,8],[27,2],[39,29],[9,4],[14,6],[23,6],[29,1],[24,60],[47,1],[4,4],[60,67],[66,14],[71,23],[10,5],[40,1],[7,2],[65,1],[46,2],[31,2],[28,10],[44,2],[45,1],[12,20],[13,4],[20,14],[62,1],[8,23],[5,3],[17,3],[37,24],[68,3],[70,5],[6,6],[72,1],[3,2],[11,12]],'dll':[[4,3],[61,1],[10,1],[58,2]],'feed':[[79,2]],'caveats':[[60,1],[75,5]],'taking':[[78,2],[76,1],[57,1],[79,2]],'gyp#8':[[78,1]],'somethingistrue':[[59,4]],'compute':[[60,1]],'opponent':[[32,1]],'opcode':[[78,61],[11,2],[50,1]],'exception':[[78,1],[68,1]],'detected':[[19,1],[31,1]],'seem':[[78,3],[79,2]],'quick':[[60,2],[59,1],[18,1],[50,1]],'guess':[[78,1],[79,1]],'official':[[78,2],[75,1],[58,1]],'relate':[[79,1]],'savestate':[[73,1],[28,5],[12,3],[20,1],[13,4],[16,7],[8,10],[37,6],[39,23],[59,10],[9,2],[14,2],[29,1],[66,3],[6,1],[24,15],[4,3],[60,28],[70,4],[71,7],[10,6],[18,12],[11,1]],'horizontal':[[73,1],[81,1],[52,1],[68,1],[79,10]],'dungeon':[[79,1]],'fashion':[[79,2]],'extraneous':[[22,1]],'simulated':[[60,1]],'logger':[[55,15],[53,1],[50,3],[67,4],[12,1],[5,2],[9,2],[21,1],[49,2],[51,2],[6,2],[54,9],[4,2],[82,1],[3,2],[10,2],[11,1]],'architecture':[[51,1],[3,1],[76,1],[6,1],[79,1]],'appear':[[50,5],[12,2],[56,2],[39,2],[9,1],[22,3],[29,1],[54,1],[6,1],[60,2],[76,1],[79,2],[18,1]],'gdimage':[[60,1]],'temporary':[[73,1],[78,1],[3,1],[79,8],[60,1]],'active':[[50,1],[12,2],[56,1],[8,1],[5,1],[78,1],[9,2],[29,1],[41,7],[76,1],[60,1],[10,1],[33,1],[79,1]],'relatively':[[41,1]],'vars':[[62,1]],'1kb':[[73,1]],'shadow':[[31,1],[5,1]],'handle':[[59,2],[13,1],[14,1],[78,2],[62,1]],'f13':[[60,1]],'nametables':[[68,1]],'size':[[73,5],[55,1],[50,2],[12,3],[42,1],[36,7],[68,2],[21,2],[14,1],[22,1],[71,5],[6,1],[43,1],[60,10],[82,4],[75,2],[65,1]],'allow':[[71,1],[31,3],[6,2],[50,2],[60,1],[12,1],[20,3],[36,2],[62,1],[8,1],[79,2]],'unlike':[[78,2],[60,1]],'useful':[[55,5],[19,1],[50,2],[44,1],[28,1],[13,1],[68,4],[78,1],[49,1],[51,1],[54,3],[60,2],[48,1],[57,1],[79,4],[58,1]],'cart':[[68,2],[79,5],[82,3],[5,1]],'noticeable':[[60,1]],'arise':[[65,1]],'#34053d':[[59,1]],'vista':[[65,1]],'clarify':[[78,1]],'messageboards':[[76,1]],'project':[[3,2],[5,1]],'nestopia_rgb':[[26,1]],'doliner':[[3,1]],'connecting':[[50,1]],'bpp':[[13,1]],'produces':[[12,2],[76,3],[79,1],[62,1]],'predecessor':[[62,1]],'#bxi':[[78,1]],'dependent':[[78,1]],'assigns':[[27,1]],'programming':[[63,2],[59,1],[68,1],[57,1],[58,1]],'|graphical':[[79,1]],'adders':[[79,1]],'loopy':[[81,2],[80,2]],'manual':[[45,1],[59,1],[60,2]],'dc9d':[[78,4]],'farcry':[[59,1]],'fceud':[[3,4],[26,1]],'executable':[[61,1],[78,2],[68,2],[3,1]],'ines':[[73,1],[19,4],[6,1],[50,4]],'realistic':[[26,1]],'programmatically':[[55,3],[53,2]],'figuring':[[33,1]],'weird':[[78,2],[60,1]],'come':[[68,1]],'isfromsavestate':[[8,1],[60,2]],'bios':[[9,1],[29,1],[22,2],[75,1],[65,2]],'swapping':[[10,1],[82,1]],'new':[[67,2],[16,10],[56,1],[59,2],[9,4],[14,7],[15,2],[54,1],[24,1],[60,2],[4,6],[71,2],[48,2],[82,1],[10,8],[40,1],[7,4],[65,1],[79,5],[46,1],[55,1],[62,8],[28,6],[44,2],[45,2],[12,8],[13,3],[8,8],[5,9],[78,7],[22,2],[26,1],[41,1],[76,11],[6,10],[75,1],[3,3],[11,6]],'dosomething':[[59,1]],'opaque':[[60,4]],'modded':[[60,2]],'jump':[[78,7],[79,2]],'dragging':[[36,2]],'adjacent':[[36,1],[82,1]],'fourth':[[78,1]],'prg':[[68,2],[55,2],[53,3],[56,5]],'drawpixel':[[60,1]],'tasing':[[66,1]],'upward':[[76,1]],'400e':[[76,3]],'register':[[73,7],[59,1],[9,1],[78,41],[76,28],[80,1],[50,4],[60,29],[75,8],[79,5]],'bother':[[76,1],[53,1]],'pushes':[[78,1]],'stderr':[[5,1]],'issegmentend':[[62,3]],'quality':[[34,3],[12,1]],'very':[[73,2],[55,2],[53,1],[50,1],[68,1],[63,1],[59,1],[49,1],[54,1],[41,1],[66,1],[78,8],[48,2],[32,1],[75,3],[79,5],[65,1]],'shell':[[60,1]],'0xff':[[78,1]],'wch':[[4,1],[6,2]],'modules':[[61,1]],'feos':[[3,1]],'xnor':[[76,4]],'afterwards':[[78,1]],'square':[[59,1],[76,31],[4,1],[34,3],[36,1],[79,1],[11,2]],'accounts':[[9,1]],'evaluate':[[59,2],[50,1]],'somethingglobal':[[59,1]],'playback':[[62,2],[12,1],[13,1],[16,1],[20,2],[8,2],[37,2],[5,2],[14,1],[23,1],[76,4],[24,6],[60,5],[75,3],[11,4]],'noise':[[73,1],[76,34],[60,1],[6,1],[34,1],[11,3]],'unif':[[4,4],[19,4],[6,1],[5,1]],'low':[[78,44],[14,1],[76,1],[60,1],[34,1],[57,1],[79,3]],'image':[[67,1],[61,4],[52,1],[36,10],[59,2],[22,5],[78,2],[24,1],[60,9],[48,1],[79,5],[65,1]],'examiners':[[78,1]],'analyse':[[79,1]],'though':[[59,2],[51,1],[78,2],[41,1],[53,1],[55,1],[76,1],[79,1]],'opening':[[14,1],[41,1],[60,2],[6,1],[62,1],[7,1],[5,1]],'visual':[[68,1],[36,1],[55,1],[8,1],[30,2]],'dots':[[78,2]],'functional':[[9,1],[16,1],[3,1],[10,1]],'difficulty':[[66,1],[58,1]],'deb':[[4,1],[10,1],[6,1],[50,3]],'bitmap':[[79,13]],'long':[[78,1],[54,1],[76,6],[66,1],[6,1],[31,1],[48,1],[16,1],[3,1],[79,2],[65,1]],'longer':[[58,1],[9,2],[14,2],[76,2],[71,1],[12,2],[16,2],[10,1],[48,1],[8,1],[11,4]],'fetch':[[73,1],[78,109],[79,15]],'lastkey3':[[62,1]],'places':[[75,1]],'registered':[[60,10]],'optimizing':[[66,1]],'divide':[[76,2],[79,1]],'1976':[[78,1]],'cleared':[[78,9],[76,2],[8,1],[62,2]],'positions':[[9,2],[68,3],[14,1],[79,1]],'parameterstack':[[59,1]],'configured':[[12,1]],'pet':[[78,2]],'consecutive':[[59,1],[78,1]],'player3':[[71,1]],'moves':[[9,1],[5,1]],'serial':[[79,1]],'screwed':[[79,1]],'people':[[76,1],[41,1],[55,1],[60,1],[48,1],[79,1],[64,1]],'second':[[73,1],[30,1],[62,1],[13,1],[8,1],[78,2],[54,1],[14,1],[66,1],[24,1],[60,4],[80,3],[82,2],[75,3],[79,3]],'commonly':[[61,1],[48,1],[12,1],[66,1],[39,1]],'scaler':[[36,2],[8,1]],'snapping':[[54,1]],'suitable':[[55,1]],'and':[[50,26],[0,1],[61,11],[77,1],[56,14],[35,1],[27,1],[29,1],[47,7],[80,5],[2,4],[24,15],[82,6],[48,41],[32,1],[57,6],[79,61],[28,11],[44,2],[81,3],[12,17],[13,6],[20,2],[36,14],[64,4],[5,6],[37,2],[63,3],[21,2],[22,5],[41,28],[68,17],[43,2],[69,2],[33,5],[11,9],[73,9],[1,5],[19,9],[67,7],[16,10],[39,7],[59,25],[9,10],[14,7],[23,5],[49,10],[51,3],[54,4],[4,6],[60,76],[66,11],[71,15],[10,9],[40,3],[18,7],[7,5],[65,7],[55,31],[53,14],[30,2],[31,15],[45,1],[62,31],[42,2],[52,1],[8,23],[17,1],[78,175],[26,4],[25,2],[70,1],[6,21],[76,57],[34,3],[75,57],[3,31],[58,6]],'messes':[[14,1]],'resurrected':[[3,1]],'still':[[28,1],[81,1],[12,1],[37,1],[59,1],[78,1],[23,1],[41,2],[76,3],[60,4],[48,2],[75,2],[11,2]],'individual':[[34,3],[12,1],[76,2],[79,2],[60,2]],'selectively':[[55,1]],'subdirectory':[[41,1]],'pbl':[[73,1]],'stops':[[59,1],[76,1],[8,1],[60,4]],'pipelines':[[79,2]],'before':[[55,2],[30,1],[50,4],[62,5],[37,1],[39,1],[59,2],[9,1],[22,1],[41,1],[54,2],[60,12],[66,2],[76,5],[78,10],[48,2],[75,1],[3,1],[79,5],[7,1],[18,1]],'256':[[73,1],[78,2],[71,2],[62,2],[60,2],[28,1],[12,1],[68,9],[79,7]],'ignore':[[11,1],[62,1],[63,1],[60,1],[8,1]],'unisystem':[[9,1],[33,2],[31,1]],'implies':[[2,1],[31,1]],'lock':[[14,1]],'various':[[1,1],[38,2],[30,1],[28,1],[62,1],[67,1],[16,1],[36,1],[64,1],[27,1],[37,1],[5,1],[39,1],[29,1],[76,2],[6,2],[60,1],[3,3],[7,1]],'lacking':[[42,1],[43,1]],'patcher':[[50,1]],'corrupts':[[55,1]],'informing':[[59,1]],'registering':[[60,6]],'030':[[76,1]],'starts':[[59,1],[78,1],[25,1],[71,1],[30,1],[24,2],[62,3],[75,1],[79,4],[35,1],[8,1]],'|09':[[76,1]],'adding':[[5,1],[59,1],[78,1],[53,2],[24,1],[82,1],[4,1],[48,1],[3,2],[56,1],[35,3],[8,1]],'menus':[[30,1],[31,1],[6,2],[48,3],[10,1],[11,1],[27,1]],'lagcounter':[[14,1]],'brightness':[[33,1],[26,2],[79,1]],'400d':[[76,1]],'rra':[[78,14]],'fading':[[53,1]],'x64':[[78,2]],'controls':[[17,1],[59,1],[76,6],[50,1],[31,4],[12,1],[75,4],[11,2]],'differences':[[76,1],[78,1],[28,1]],'bases':[[79,1]],'hit':[[9,1],[54,1],[41,1],[50,3],[6,1],[4,1],[60,1],[62,1],[68,1],[5,1]],'north':[[22,1]],'highest':[[33,1],[79,1]],'stationary':[[79,1]],'dendy':[[2,1],[28,2]],'myself':[[59,1]],'switch':[[22,6],[25,1],[41,1],[30,2],[6,2],[28,1],[53,1],[48,1],[20,2],[36,1],[33,1],[37,1]],'sha':[[78,9]],'key2':[[62,1]],'163&164':[[14,1]],'icou':[[73,1]],'10000':[[20,1]],'greenzone':[[7,1],[5,2]],'xparent':[[79,2]],'denote':[[62,1],[75,1]],'n#bm#l':[[78,1]],'0fffh':[[75,3]],'0x5000':[[6,1]],'references':[[78,1],[79,1],[82,1]],'stopped':[[78,2],[16,1],[76,1],[60,2]],'initialization':[[55,1],[12,1]],'subject':[[71,3],[80,1]],'compliment':[[76,2]],'anyway':[[63,1],[76,1]],'03ff':[[68,1]],'vrcvi':[[75,3]],'kj0':[[78,1]],'yield':[[79,2]],'dd0a':[[78,9]],'inversion':[[79,4]],'formatted':[[48,1]],'delgamegenie':[[8,1],[60,2]],'cartridges':[[4,1],[31,1]],'pram':[[73,1]],'immed':[[78,2]],'0000110000000000':[[80,1]],'mexr':[[73,1]],'its':[[1,3],[50,2],[0,1],[61,1],[16,2],[56,1],[59,1],[66,1],[60,6],[82,2],[57,1],[53,1],[31,1],[44,1],[45,1],[62,2],[12,3],[36,1],[8,1],[37,3],[64,1],[78,9],[25,1],[41,2],[6,1],[75,2],[3,1],[33,1]],'regs':[[60,5],[14,1]],'77ac':[[71,1]],'deal':[[4,1],[59,1],[61,1],[69,1]],'2011':[[7,1]],'grayed':[[11,2],[12,1]],'online':[[59,1],[68,1]],'approved':[[62,1]],'adequate':[[48,1]],'tetris':[[63,1]],'reasons':[[78,1]],'eval':[[62,3]],'interrupted':[[78,1]],'006fh':[[75,2]],'present':[[52,1],[75,1],[55,1],[71,1],[79,4]],'sophisticated':[[79,1]],'txa':[[78,2]],'pixel':[[59,4],[60,9],[50,1],[12,1],[36,1],[79,38],[8,3]],'00a2':[[41,1]],'cursor':[[51,2],[52,1],[36,2],[41,1],[6,1],[5,3]],'8kb':[[73,3],[15,1]],'poke':[[41,3],[8,1]],'1986':[[22,1]],'records':[[55,1],[66,1],[71,2]],'cbl':[[73,1]],'sort':[[59,1],[78,2],[41,1],[79,1]],'04015h':[[75,1]],'eraser':[[48,1]],'numpad6':[[60,1]],'sometimes':[[78,3],[76,1],[60,1],[28,1],[48,1],[79,2]],'problems':[[65,1],[78,1],[12,1],[64,1],[8,1]],'style':[[22,1],[41,1],[25,1],[31,1],[60,1],[3,1],[11,1]],'04cx':[[68,1]],'didn':[[48,1],[14,1],[41,2],[79,1],[6,1],[60,1]],'happens':[[59,1],[48,2],[75,1],[78,3],[79,1],[60,1]],'hooking':[[40,1]],'~60':[[10,1]],'info|':[[79,1]],'advantage':[[76,1],[57,1],[24,1]],'breaking':[[50,2]],'prompt':[[59,1],[10,1],[7,1],[8,1]],'context':[[39,4],[41,2],[24,1],[6,2],[4,1],[28,2],[12,5],[30,3],[57,1],[11,2],[8,2]],'|0b':[[76,1]],'close':[[53,1],[31,1],[28,1],[12,2],[16,1],[37,2],[39,2],[5,1],[26,1],[14,1],[78,1],[60,4],[48,1],[79,3]],'6510':[[78,13]],'terminal':[[76,7]],'savestateas':[[7,1]],'make':[[50,4],[67,1],[56,1],[39,1],[59,3],[49,2],[23,1],[71,1],[24,2],[60,7],[48,5],[79,4],[18,2],[55,4],[53,2],[30,1],[28,2],[62,1],[36,4],[63,1],[78,1],[76,1],[75,2],[33,1],[11,1]],'dey':[[78,1]],'megamanii':[[63,1]],'nreg':[[73,1]],'truncating':[[7,1]],'f19':[[60,1]],'portable':[[3,1],[61,1]],'8160':[[68,1]],'initalizing':[[75,1]],'nesten':[[3,1]],'proper':[[75,5],[6,1],[28,1]],'bigger':[[78,3],[48,1],[36,4],[62,7]],'addresses':[[53,4],[50,7],[44,3],[12,4],[52,1],[68,5],[56,1],[49,1],[41,12],[76,1],[6,1],[60,2],[4,1],[82,4],[75,1],[79,1],[11,2],[7,2]],'universally':[[65,1]],'windows98':[[30,1]],'both':[[55,2],[19,1],[31,3],[50,1],[53,2],[61,1],[12,1],[16,2],[36,1],[8,1],[78,9],[22,1],[54,2],[41,1],[47,1],[6,1],[24,2],[76,6],[80,1],[48,1],[75,3],[10,1],[79,4]],'respect':[[79,1]],'any':[[50,8],[61,1],[16,2],[59,4],[54,3],[9,1],[15,1],[23,1],[24,6],[47,1],[4,5],[51,1],[48,2],[60,11],[71,4],[79,12],[18,1],[82,1],[55,1],[53,2],[31,1],[28,3],[62,3],[52,1],[68,2],[36,2],[8,2],[63,3],[78,18],[21,1],[22,1],[41,4],[76,10],[6,2],[75,1],[3,3],[58,1]],'typing':[[41,1],[53,2]],'synchronized':[[50,1]],'0a00':[[68,1]],'008':[[76,2]],'structure':[[58,1]],'transfering':[[78,1]],'declare':[[58,1]],'controllers':[[27,1],[31,4],[28,1]],'hl2n@':[[78,1]],'parentheses':[[50,1]],'evolution':[[2,1]],'whereby':[[53,1]],'collapsible':[[12,1]],'dictates':[[60,1]],'overlap':[[78,1]],'february':[[76,1]],'about':[[1,2],[50,1],[0,1],[61,1],[12,1],[68,1],[64,1],[39,2],[69,1],[59,2],[78,2],[76,1],[60,4],[82,1],[48,4],[75,1],[57,1],[11,1],[79,3]],'artifacts':[[36,3]],'fequency':[[76,1]],'manually':[[50,4],[60,1],[24,1],[31,1],[48,1],[81,1],[79,1]],'value':[[73,3],[50,4],[16,4],[56,10],[35,1],[59,5],[71,18],[60,30],[48,1],[79,12],[53,6],[62,6],[28,2],[44,12],[81,2],[12,4],[8,2],[78,34],[21,4],[41,39],[76,38],[6,1],[75,2],[33,1],[11,3]],'calculating':[[78,1]],'whose':[[78,1]],'breaks':[[78,1],[9,1],[79,1],[50,1]],'bero':[[3,1]],'interesting':[[55,1]],'operations':[[61,1],[78,10],[53,1],[50,1],[60,3]],'f15':[[60,1]],'abbr':[[79,1]],'deletes':[[8,1]],'score':[[31,2],[62,3],[11,1]],'formats':[[61,1],[16,1],[1,1],[19,5],[70,2]],'tobitstring':[[4,1]],'takes':[[53,1],[50,1],[62,1],[45,1],[36,1],[59,1],[78,4],[14,1],[76,1],[60,2],[75,1],[79,3]],'disables':[[41,1],[76,1],[20,2]],'controlled':[[75,1],[76,1],[79,1],[50,2]],'key1':[[62,3]],'fffb':[[78,1],[68,1]],'mistake':[[53,1],[59,2]],'decays':[[76,1]],'bd2ox':[[78,1]],'bounds':[[6,1],[9,2]],'move':[[68,1],[55,4],[60,1],[62,1]],'spec':[[75,3]],'headers':[[73,1],[8,1]],'outputting':[[33,1],[23,1]],'none':[[60,1]],'t%_87':[[78,2]],'extensions':[[19,2]],'showfps':[[6,1]],'hard':[[25,1],[55,2],[24,1],[71,2],[12,1],[16,1],[48,1]],'clicked':[[60,1]],'experiments':[[76,1]],'typical':[[79,1],[68,1]],'hint':[[50,1]],'enhancements':[[79,1],[9,1],[14,1],[12,2],[13,1],[3,1],[10,1],[11,3],[16,4]],'uninstall':[[13,1]],'cmos':[[78,10]],'upon':[[76,5],[55,1],[60,1],[66,1],[30,1],[79,1],[18,1]],'2010':[[8,2],[9,1]],'runs':[[59,1],[54,1],[66,1],[50,5],[60,10],[62,1],[12,2],[32,1],[3,1]],'exits':[[60,1],[62,1]],'sakura':[[48,2]],'whyandhow':[[66,1]],'optimized':[[16,1]],'fulscreen':[[6,1]],'searching':[[58,1],[54,1],[16,1]],'oninputend':[[62,1]],'determined':[[78,1],[75,3],[71,1],[79,1]],'nulled':[[73,1]],'gradius':[[63,1]],'assemblers':[[67,1]],'sachen':[[6,1]],'duh':[[48,1]],'intelligent':[[55,1]],'metadata':[[12,1],[16,1],[24,5],[39,4]],'represent':[[76,5],[53,1],[71,3]],'use':[[50,8],[61,1],[56,1],[29,1],[47,1],[82,2],[48,13],[32,1],[57,3],[79,7],[46,2],[28,1],[44,3],[12,1],[13,1],[20,1],[36,1],[68,5],[5,1],[63,5],[41,5],[33,2],[11,1],[73,1],[1,2],[67,1],[59,2],[9,1],[14,1],[23,1],[49,1],[51,2],[54,4],[4,1],[60,16],[66,4],[10,1],[65,3],[55,2],[53,2],[30,1],[31,7],[62,5],[8,2],[78,15],[76,1],[6,3],[34,1],[75,6],[3,2],[58,2]],'involving':[[8,2]],'esc':[[30,1],[28,1]],'contributed':[[76,1]],'katakana':[[48,1]],'customlagindicator_rvt':[[6,1]],'globally':[[60,1]],'writepixel':[[60,1]],'onattemptend':[[62,1]],'ram':[[73,9],[1,1],[50,5],[67,1],[16,1],[59,1],[49,4],[54,1],[66,4],[60,7],[82,5],[4,5],[10,4],[40,2],[7,4],[79,10],[55,2],[53,10],[62,1],[44,4],[12,4],[42,4],[68,26],[8,3],[5,3],[64,3],[22,1],[41,9],[6,5],[43,4],[75,11],[3,1],[11,1]],'sconsruct':[[14,1]],'inputcfg':[[9,1],[13,1]],'identifier':[[71,2]],'header':[[73,7],[9,1],[22,2],[19,1],[60,4],[71,4],[75,4]],'0319':[[78,1]],'backcolor':[[60,3]],'2005':[[73,1],[81,2],[80,3]],'studying':[[76,1]],'contains':[[73,2],[61,1],[63,1],[59,1],[78,4],[41,1],[71,1],[6,1],[24,1],[76,4],[82,2],[48,1],[3,2],[79,1]],'|0f':[[76,1]],'auto':[[31,9],[28,6],[50,1],[12,5],[13,1],[8,2],[37,1],[5,6],[39,11],[9,1],[14,1],[47,3],[66,2],[6,1],[24,1],[4,3],[75,2],[40,3]],'tasedit':[[12,1],[7,1],[9,2]],'botloop':[[62,3]],'1100000000000000':[[80,1]],'advance':[[50,2],[28,3],[62,1],[67,1],[12,1],[5,1],[54,1],[25,5],[41,2],[24,9],[60,5],[66,4],[34,2],[58,1]],'part1':[[82,1]],'applicable':[[79,2]],'years':[[3,1],[79,1]],'real':[[59,1],[78,6],[41,1],[53,2],[6,1],[28,1],[76,2],[80,1],[75,1],[36,3],[79,1],[11,1]],'construct':[[57,1]],'graphic':[[49,1],[9,1],[79,1],[6,1]],'asr':[[78,1]],'128':[[78,7],[12,2],[79,2],[50,2]],'25%':[[60,2]],'p3f':[[60,1]],'element':[[79,5],[60,1]],'rests':[[79,1]],'symbols':[[50,2]],'functionality':[[61,1],[9,1],[14,2],[8,2]],'sconscripts':[[11,1]],'dac':[[76,8]],'clean':[[48,1]],'6500':[[78,5]],'hokeys':[[28,1]],'returned':[[73,2],[78,1],[76,1],[60,2],[62,6],[79,2]],'memw':[[44,1]],'~50':[[10,1]],'wanted':[[78,1],[79,1]],'began':[[3,2]],'somthing':[[79,2]],'4bits':[[75,1]],'clc':[[78,1]],'map':[[38,3],[31,1],[28,4],[53,1],[62,1],[16,1],[68,15],[27,1],[22,2],[49,1],[25,1],[76,1],[24,4],[34,1],[10,1],[18,1]],'they':[[73,1],[19,1],[50,1],[67,1],[59,1],[9,1],[14,1],[29,1],[54,2],[60,2],[66,1],[82,1],[48,1],[79,7],[65,1],[55,4],[62,1],[42,1],[52,2],[68,2],[63,3],[78,9],[26,1],[76,1],[6,1],[75,2],[11,1]],'inverts':[[5,1]],'language':[[59,2],[49,1],[78,1],[62,1],[4,1],[48,3],[57,1],[58,1]],'then':[[50,4],[16,1],[56,7],[59,13],[51,1],[54,3],[71,3],[24,4],[60,14],[48,2],[79,5],[65,1],[46,2],[55,6],[38,1],[30,1],[28,2],[44,3],[53,1],[62,9],[8,2],[37,1],[78,7],[26,1],[41,2],[76,7],[75,11],[3,1],[33,2],[58,1]],'coloring':[[55,1],[5,1]],'md5_asciistr':[[11,1]],'resulted':[[12,1]],'copied':[[78,5],[48,1],[46,1],[79,1]],'php':[[78,4]],'requested':[[79,2]],'backup':[[39,3],[65,1],[9,1],[28,1],[4,1],[12,1],[37,4]],'toggle':[[73,1],[30,1],[28,2],[12,3],[13,4],[16,2],[20,11],[8,2],[39,3],[15,1],[14,1],[41,5],[80,1],[6,1],[24,1],[79,1],[11,1]],'pad':[[3,1],[31,6]],'beginnign':[[8,1]],'numerous':[[20,1],[16,2]],'saying':[[48,2],[82,1]],'ways':[[63,1],[59,1],[54,1],[55,1],[71,1],[33,1],[35,1],[79,1]],'postings':[[76,1]],'capacitance':[[76,1]],'mention':[[79,1]],'splicing':[[66,1],[71,1]],'builds':[[55,1],[14,1]],'paiting':[[59,1]],'attach':[[31,1]],'matthew':[[76,1]],'power':[[14,1],[25,4],[41,1],[31,4],[6,2],[24,2],[60,1],[13,2],[62,1],[68,1],[71,4],[72,1]],'essence':[[66,1]],'4004':[[76,6]],'ing':[[49,1]],'mainly':[[76,1]],'savescreenshot':[[60,1]],'pictures':[[28,1]],'identify':[[79,1]],'mustrollback':[[62,1]],'p00':[[60,1]],'spike':[[76,3]],'adjusted':[[78,1]],'sign':[[78,2],[48,3],[60,2]],'wheel':[[4,1],[50,1],[54,1]],'repeating':[[79,1]],'manipulating':[[50,1],[62,1]],'additional':[[39,1],[78,2],[79,1],[1,1],[76,1],[82,2],[3,1],[10,1],[57,2],[65,1]],'overflow':[[78,13],[14,1]],'65c816':[[78,1]],'upgrade':[[14,1]],'translate':[[48,3]],'broke':[[11,1]],'normally':[[78,2],[54,2],[76,2],[50,2],[28,1],[48,1]],'earliest':[[79,1]],'`j@xn':[[78,1]],'subroutines':[[55,1]],'fourscore':[[71,6],[14,1]],'would':[[55,5],[19,1],[28,1],[13,2],[68,6],[5,1],[78,4],[14,3],[41,1],[47,1],[60,2],[76,2],[4,1],[82,1],[48,3],[75,1],[33,1],[11,1],[79,19]],'mis':[[6,1]],'overhaul':[[45,1],[12,1],[16,1],[79,1],[8,1]],'uncheck':[[48,1],[36,2],[33,1],[31,1]],'li#v7':[[78,2]],'z`_d2n@09':[[78,1]],'times':[[78,1],[76,1],[66,2],[62,1],[60,1],[44,1],[75,2],[68,1],[36,4],[79,7]],'target':[[66,1],[60,1],[79,1]],'chr':[[73,2],[51,2],[14,3],[55,3],[53,1],[6,2],[52,1],[79,2],[5,1]],'association':[[78,1]],'authors':[[3,1]],'manners':[[59,1]],'borders':[[36,1]],'irql':[[73,1]],'framework':[[62,2]],'original':[[26,1],[41,2],[76,1],[2,1],[50,2],[12,1],[3,2],[56,1]],'four':[[8,1],[73,3],[22,1],[78,3],[53,1],[31,3],[72,1],[48,1],[68,1],[11,1],[5,1]],'lagframe':[[60,1]],'chips':[[79,1],[75,1]],'borrow':[[78,1]],'maintained':[[9,1],[1,1]],'scrollbar':[[50,1],[54,1]],'mnemonics':[[71,1]],'overclock':[[35,1]],'ntsc':[[71,1],[6,1],[24,1],[28,3],[2,1],[60,1],[75,12],[36,7],[33,5],[8,1],[79,8]],'revision':[[78,11]],'engineers':[[78,1],[79,1]],'0500':[[68,1]],'rb`xh8':[[78,1]],'activation':[[76,1]],'switching':[[81,1],[13,1],[22,2],[55,1],[56,1]],'grayscale':[[33,2],[6,1],[79,1]],'bitwise':[[59,3],[60,1]],'trim':[[48,1]],'highlight':[[4,2],[48,1],[46,1],[53,1]],'periods':[[79,1]],'aspect':[[4,1],[12,1],[36,6],[76,1],[6,1],[5,1]],'custom':[[51,1],[25,2],[55,1],[60,2],[12,1],[33,4],[79,1],[5,2]],'admittedly':[[48,1]],'counters':[[76,9],[50,5],[6,1],[12,1],[79,3],[11,1]],'looped':[[76,1],[60,1]],'highly':[[62,2]],'typically':[[68,1],[76,2],[79,1],[39,2]],'pbrate':[[75,2]],'u%_':[[78,1]],'cycles|':[[79,1]],'0007':[[75,1]],'padding':[[5,1]],'par':[[41,1]],'holder':[[75,1]],'large':[[62,1],[14,1],[79,1],[60,1],[50,1]],'x00fd':[[44,1]],'j0`zgx':[[78,1]],'porst':[[3,1]],'ghz':[[36,1]],'objects':[[59,1],[57,1],[79,15],[28,1]],'06ff':[[68,1]],'ale':[[79,2]],'sufficient':[[80,1]],'airman':[[79,1]],'informative':[[8,1]],'skipping':[[28,1],[12,1],[13,1]],'count':[[78,1],[9,1],[76,33],[71,1],[60,5],[44,3],[4,2],[20,1],[79,3],[8,2]],'lagcount':[[12,1],[60,1]],'rst':[[50,2]],'arithmetical':[[55,1]],'applications':[[59,1],[61,3],[78,2]],'damage':[[41,1]],'gdscreenshot':[[59,1],[60,1]],'see':[[73,1],[50,3],[16,1],[39,1],[59,3],[51,1],[54,3],[47,1],[66,1],[24,3],[60,8],[4,1],[71,1],[48,2],[80,1],[79,5],[18,1],[65,2],[55,6],[38,1],[53,2],[28,2],[44,1],[45,2],[12,8],[13,2],[20,7],[62,3],[68,5],[37,1],[81,1],[78,15],[26,1],[25,2],[41,1],[6,2],[76,11],[75,5],[3,4],[33,1]],'inclusive':[[59,1],[62,1]],'slowest':[[25,1]],'frequencys':[[76,4]],'illegal':[[78,1]],'reduces':[[68,1]],'stripped':[[55,9],[6,1]],'connected':[[78,1],[22,1],[76,2],[79,3]],'fails':[[28,1]],'uint64':[[71,1]],'%xh`':[[78,1]],'600':[[78,3]],'0x100':[[73,1]],'allows':[[50,3],[16,1],[35,1],[39,1],[59,1],[49,5],[23,1],[54,1],[66,1],[60,1],[48,1],[32,1],[10,1],[57,2],[38,2],[30,1],[28,3],[31,3],[44,1],[53,4],[62,1],[36,1],[21,1],[25,1],[41,2],[33,1]],'esper':[[9,1]],'indiana':[[7,1]],'000c':[[75,1]],'clears':[[78,3]],'lae':[[78,1]],'fd%j':[[78,1]],'bot':[[66,1],[16,2],[57,2],[60,2],[62,22]],'warcraft':[[59,1]],'hundred':[[61,1]],'emulators':[[9,1],[24,1],[6,1],[60,1],[10,2],[8,1],[37,1]],'ended':[[62,2]],'031x':[[68,1]],'ideal':[[76,1],[66,1]],'altered':[[24,1]],'crossings':[[78,3]],'many':[[73,1],[16,2],[59,1],[9,1],[54,1],[2,1],[4,1],[48,1],[10,1],[79,1],[7,2],[55,2],[53,1],[30,1],[44,2],[62,1],[12,3],[42,1],[52,1],[68,1],[8,1],[5,1],[63,1],[78,5],[22,2],[41,1],[6,3],[43,1],[75,1],[3,2],[33,1]],'toggled':[[37,1],[16,1],[7,1],[28,4]],'raised':[[79,2],[62,2]],'alter':[[51,1],[67,1]],'19ff':[[68,1]],'dffa':[[50,1]],'7000':[[75,1]],'0a000h':[[75,1]],'qfox':[[3,1],[59,1]],'act':[[66,1]],'happen':[[76,1],[78,1],[81,1]],'improbably':[[62,1]],'desire':[[76,1],[54,1]],'_f_':[[78,1]],'uses':[[1,1],[16,3],[39,1],[59,2],[71,4],[60,4],[80,1],[82,1],[48,1],[79,2],[65,1],[46,1],[55,1],[62,2],[44,1],[12,1],[68,1],[8,1],[17,1],[78,3],[26,1],[41,2],[76,2],[75,13],[3,1]],'microphone':[[8,3],[31,4]],'routines':[[78,1],[49,1],[54,1],[55,1]],'tecgraf':[[61,3]],'inspection':[[50,1]],'nnnn':[[55,1],[50,4]],'floppy':[[22,2]],'agree':[[80,1]],'anytime':[[24,1],[5,1]],'knew':[[48,1]],'mirrors':[[68,1]],'flop':[[79,1]],'512k':[[4,1]],'vbl':[[50,1]],'courier':[[21,2]],'patent':[[79,1]],'seen':[[16,1],[68,1],[66,1],[50,1]],'primary':[[79,9]],'cheats':[[59,1],[9,4],[29,2],[41,19],[49,1],[6,2],[44,2],[60,4],[12,5],[8,1],[5,3]],'combine':[[55,8],[78,1],[50,1]],'variables':[[73,1],[59,3],[54,1],[60,1],[62,6],[75,2],[11,1],[58,2]],'installation':[[48,1]],'embedded':[[60,1]],'asymmetery':[[76,1]],'bitmaps':[[79,3]],'readbyteunsigned':[[60,2]],'inside':[[4,1],[13,1],[79,3],[50,1],[60,4]],'25th':[[79,2]],'watched':[[44,1]],'last':[[73,3],[50,1],[16,4],[39,11],[80,1],[24,1],[60,6],[4,1],[82,1],[48,2],[79,2],[55,1],[53,2],[28,4],[44,1],[12,1],[20,1],[36,2],[68,2],[37,3],[78,6],[41,5],[76,2],[6,1],[72,1],[3,4],[11,2]],'oninputstart':[[62,3]],'polls':[[60,1]],'rol':[[78,11]],'x_functions':[[63,1]],'4bit':[[75,4]],'discrete':[[79,1]],'starting':[[30,1],[50,2],[8,1],[78,1],[76,2],[66,2],[60,4],[71,1],[82,3],[75,7],[79,2],[11,1],[18,1]],'spra':[[73,1]],'prevention':[[12,1]],'red':[[59,1],[53,1],[60,7],[28,1],[33,2],[11,1],[5,1]],'zd`92r%_':[[78,1]],'04bx':[[68,1]],'8th':[[78,2],[79,1]],'carrying':[[79,1]],'document':[[73,2],[78,2],[76,4],[79,6],[39,3]],'kanji':[[48,5]],'minimize':[[12,1],[16,1]],'deterministic':[[24,1]],'prints':[[78,2],[9,1],[14,1]],'001c':[[44,2]],'conclusion':[[76,1]],'brothers':[[68,2]],'somewhat':[[73,2],[59,1],[41,1],[76,1],[72,1],[75,2],[79,3]],'lsb_first':[[13,1]],'try':[[65,2],[59,1],[54,1],[78,2],[55,1],[60,6],[62,1],[48,2],[52,1],[56,1],[58,1]],'0310':[[68,2]],'easily':[[78,1],[53,2],[62,2],[50,2],[60,2],[42,1],[79,3]],'blobs':[[71,1]],'referred':[[73,1],[72,1],[3,1],[24,1]],'disksys':[[22,2],[29,2],[65,2]],'latches':[[78,2],[79,1]],'support':[[53,1],[61,3],[12,2],[13,1],[16,2],[8,2],[9,1],[14,4],[41,1],[76,1],[6,3],[60,1],[4,2],[48,2],[75,2],[3,2],[11,2],[7,1]],'seconds':[[78,2],[39,2]],'opposed':[[48,1],[41,1],[79,4]],'selections':[[48,4]],'hold':[[80,1],[16,2],[36,1],[66,1],[31,9],[79,1]],'00xx':[[68,1]],'select':[[46,3],[53,1],[31,5],[28,1],[44,3],[62,1],[8,1],[59,2],[22,1],[23,6],[41,1],[71,5],[24,9],[60,2],[4,2],[34,1],[48,5],[78,1],[79,8],[18,4]],'possibly':[[62,1],[59,1],[48,1],[55,1],[50,1],[8,1]],'loops':[[59,2],[60,1]],'faults':[[7,1]],'coordinates':[[79,1],[60,2],[68,5]],'prioritized':[[79,4]],'hell':[[79,1]],'displayed':[[53,1],[50,4],[28,1],[44,1],[12,1],[20,2],[52,2],[56,1],[8,1],[37,1],[5,1],[49,1],[41,2],[71,4],[24,1],[60,1],[79,1]],'vrom':[[73,1],[6,1]],'frameadvance':[[62,1],[59,5],[25,2],[60,2],[58,2]],'orange':[[60,3]],'quiz':[[31,1]],'smb':[[63,7],[51,1],[12,1],[20,16]],'easy':[[59,1],[75,1],[55,1],[53,1],[71,1],[79,1]],'lagged':[[12,1],[60,1]],'accurate':[[76,1],[78,1]],'b000':[[75,1]],'pfpixel':[[79,1]],'completing':[[66,1]],'speeds':[[25,1],[14,1]],'041x':[[68,1]],'kicked':[[60,2]],'distinguish':[[78,1],[55,2],[53,1],[60,1],[50,1],[4,1],[8,1]],'good':[[41,1],[79,4],[62,1]],'007bh':[[75,1]],'namelist':[[82,1]],'october':[[78,1]],'carry':[[78,17],[76,3],[60,1]],'watches':[[7,1]],'outside':[[75,1],[68,1],[79,1],[8,1]],'03xx':[[68,1]],'9030':[[75,1]],'among':[[42,1],[43,1]],'bi&':[[78,4]],'indicate':[[79,1],[58,1]],'underlaps':[[79,1]],'~diego':[[61,1]],'257':[[60,2]],'price':[[79,1]],'dance':[[12,1]],'thus':[[59,1],[78,1],[55,1],[79,1],[60,2],[37,1]],'ignores':[[13,1]],'|07':[[76,2]],'look':[[65,1],[50,1],[62,1],[13,2],[36,1],[8,1],[63,1],[59,1],[78,1],[14,1],[29,1],[60,2],[72,1],[48,3],[75,1],[3,1],[79,5],[58,1]],'1000000':[[75,1]],'old':[[67,2],[28,5],[35,1],[5,3],[78,2],[54,1],[14,1],[76,4],[6,1],[60,1],[4,3],[79,1],[11,1],[65,4]],'5206':[[75,4]],'f22':[[60,1]],'fairy':[[78,1]],'04ex':[[68,1]],'light':[[55,2],[53,2]],'9th':[[78,1]],'104':[[79,1]],'colored':[[36,1],[53,2],[79,1]],'60fps':[[35,1],[65,1]],'squeeze':[[48,1]],'certainly':[[57,1]],'ought':[[78,1]],'firing':[[79,1],[60,4]],'marko':[[78,4]],'zip':[[20,2],[19,4],[8,1],[33,1]],'built':[[63,2],[3,1],[56,2],[7,1],[58,1]],'readonly':[[60,4],[20,7]],'emulates':[[22,1],[25,3],[31,2],[69,1]],'comes':[[78,3],[26,1],[41,1],[62,1],[28,1],[48,1],[33,1],[79,1],[65,1]],'override':[[31,1],[28,1],[44,1],[13,1],[12,3],[16,1],[8,1],[27,1],[29,1],[41,1],[60,2],[34,1],[65,1]],'fceuxd':[[4,1],[26,1],[3,8],[2,1],[65,1]],'ends':[[50,1],[78,2],[71,1],[62,2],[8,1]],'icoa':[[73,1]],'suppport':[[4,1]],'7f2':[[76,1]],'07ff':[[68,8],[7,1],[50,1]],'exe':[[28,1],[65,2],[60,1],[58,1]],'vba':[[43,1],[42,1],[8,1],[37,1]],'pads':[[31,2]],'pane':[[6,1],[60,1]],'parantheses':[[59,1]],'toggling':[[9,1],[24,1],[28,1],[31,2],[12,2],[16,2],[3,1],[79,2],[7,1],[11,1]],'numpad4':[[60,1]],'imposed':[[66,1]],'2a03':[[76,13],[68,4]],'4002':[[76,5]],'comparisons':[[78,2]],'kh#f1':[[78,1]],'damn':[[79,1]],'c150':[[78,1]],'paddle':[[71,1],[31,3],[60,1]],'fffc':[[50,1],[68,1]],'interpreter':[[59,1]],'immaterial':[[79,1]],'execute':[[78,1],[54,1],[76,1],[50,5],[58,1]],'perhaps':[[78,1],[48,1],[60,1]],'gate':[[76,2]],'removed':[[68,1],[79,2],[55,1],[6,1],[12,1],[16,2],[3,1],[10,1],[36,1],[5,1]],'highlights':[[53,1]],'technique':[[66,2]],'choices':[[16,1],[19,1],[8,1],[33,1]],'missing':[[9,1],[13,1]],'method':[[78,2],[76,1],[41,2],[60,3],[28,1],[36,2],[79,2],[35,1]],'8ch':[[75,1]],'radiobuttons':[[6,1]],'pen':[[48,1]],'calculations':[[60,1]],'erroneous':[[8,1],[12,1]],'indexed':[[78,13],[79,1]],'game':[[50,8],[56,16],[35,4],[24,9],[82,3],[48,10],[79,7],[28,21],[44,4],[12,3],[20,3],[36,2],[68,9],[5,3],[63,3],[22,3],[41,9],[33,5],[73,1],[19,2],[67,8],[16,1],[39,7],[59,1],[9,3],[14,2],[49,9],[51,1],[54,3],[60,12],[4,1],[66,5],[71,1],[10,2],[18,3],[7,1],[65,9],[55,13],[53,9],[30,4],[31,3],[62,1],[52,3],[17,1],[25,1],[6,2],[75,1],[3,1]],'initial':[[78,2],[5,1]],'tons':[[75,1]],'lacked':[[76,1]],'debuggerfontsize':[[4,1],[21,1]],'toolkit':[[61,2]],'clipping':[[20,1]],'arcade':[[25,1],[75,1]],'xx00':[[78,2]],'clipsides':[[20,2]],'specifically':[[63,1],[14,1],[62,1],[24,1],[60,1],[68,2],[57,1]],'acknowledge':[[78,8]],'boundary':[[78,20],[60,1]],'xresolution':[[5,1]],'restart':[[30,1],[62,1],[60,1],[18,1]],'booklet':[[78,1]],'asm6':[[82,1]],'2009':[[10,1],[11,1],[12,1]],'misplaced':[[60,1]],'getnote':[[60,1]],'split':[[79,1],[68,1]],'changes':[[59,2],[78,2],[76,1],[53,2],[6,2],[12,1],[16,1],[3,1],[10,1],[48,2],[79,1]],'knowing':[[63,1]],'fans':[[67,1]],'goemon':[[9,2]],'numbering':[[12,2],[60,2],[8,1]],'test':[[78,10],[24,1],[82,4],[48,2],[79,1],[18,1],[11,3]],'desyncs':[[24,1],[65,1]],'addressed':[[56,1]],'desmume':[[43,1],[8,1],[42,1]],'sygnal':[[36,1]],'plays':[[55,1],[24,1],[75,1],[20,2],[68,1],[8,1],[39,2]],'rightclicks':[[6,1]],'hue':[[33,1],[79,1]],'eof':[[75,1],[76,1],[71,1],[79,1]],'255':[[73,1],[78,4],[9,1],[21,9],[41,1],[60,7],[33,1],[79,1]],'completely':[[78,2],[24,1],[60,4],[45,1],[6,1],[12,1],[62,1],[79,1],[7,1]],'trainer':[[31,1]],'writebyte':[[59,1],[60,2]],'snd':[[73,2]],'dd9d':[[78,1]],'zxcvzxcv@netzero':[[81,2],[80,2]],'blurred':[[65,1]],'wide':[[53,1]],'wish':[[63,1],[54,1],[46,1],[23,1],[38,1],[50,2],[53,1],[56,1],[58,1]],'pcejin':[[42,1],[43,1]],'slightly':[[81,1],[75,1],[76,1],[60,1]],'individuals':[[76,2]],'track':[[60,1],[68,1],[10,1],[53,1],[55,3],[44,1]],'lost':[[48,1],[16,1],[14,2],[53,1],[24,1]],'are':[[50,9],[61,3],[35,1],[29,6],[47,2],[80,5],[24,2],[82,9],[48,17],[57,1],[79,39],[28,2],[44,1],[81,1],[12,9],[20,1],[36,3],[68,7],[5,1],[37,1],[63,4],[21,3],[22,1],[41,8],[43,2],[33,1],[11,1],[73,5],[19,3],[67,3],[16,2],[39,3],[59,16],[9,2],[14,2],[54,1],[66,3],[60,19],[71,13],[4,1],[10,1],[18,1],[65,1],[55,9],[53,7],[62,9],[42,2],[8,2],[78,38],[76,27],[6,2],[34,1],[75,10],[58,4]],'syncronization':[[76,1],[79,2]],'others':[[76,2],[78,1],[47,1],[55,1],[6,1],[67,1]],'music':[[75,12],[48,1],[68,3],[76,1]],'multiples':[[36,1],[76,1]],'2006':[[73,1],[81,1],[3,4],[79,2],[80,4]],'notes':[[78,10],[76,2],[71,1],[60,6],[81,1],[68,1],[5,1]],'cancelled':[[66,1]],'reloading':[[76,2],[11,1]],'layers':[[61,1]],'claims':[[78,1]],'getcurrentbranch':[[60,1]],'naturally':[[76,1],[79,2]],'modulus':[[42,1],[43,1]],'vic20':[[78,2]],'q_s8':[[78,1]],'agrees':[[80,1]],'112':[[60,4]],'holding':[[25,2],[57,1],[24,1],[5,1]],'|03':[[76,1]],'tadd':[[73,1]],'load':[[19,2],[50,3],[16,3],[39,3],[59,11],[9,4],[29,1],[24,1],[60,6],[48,4],[18,4],[65,1],[55,1],[53,1],[30,3],[28,5],[44,4],[62,1],[12,1],[13,2],[20,4],[8,2],[5,1],[37,3],[63,3],[22,1],[26,1],[41,3],[76,10],[78,5],[75,13],[33,2],[11,1]],'setselection':[[60,1]],'unf':[[19,1]],'skip':[[63,1],[14,2],[47,1],[60,1],[28,2],[12,2],[16,1]],'collected':[[1,1]],'obtain':[[55,1]],'reflect':[[11,1]],'paused':[[60,3],[53,1],[6,2],[50,4]],'listings':[[38,1]],'villigust':[[75,1]],'weapon':[[47,1],[68,2]],'enough':[[63,1],[48,1],[68,1],[79,2]],'skips':[[59,1]],'chapters':[[27,1],[69,1],[1,1]],'prevents':[[24,1],[16,1]],'260':[[79,1],[50,1]],'11111111':[[80,1]],'aki':[[78,1]],'01ah':[[75,1]],'sei':[[78,2]],'build':[[14,2],[6,2],[12,2],[13,3],[3,1],[48,1],[11,1],[5,1]],'enlist':[[6,1]],'backspace':[[60,1]],'run':[[65,1],[50,7],[28,1],[62,4],[12,2],[36,2],[35,1],[63,3],[59,2],[49,1],[78,9],[47,1],[66,2],[60,6],[80,1],[3,2],[58,7]],'interface':[[61,1],[9,2],[3,2],[41,1],[30,1],[79,1]],'inputs':[[14,3],[66,1],[60,2],[62,2],[31,1],[57,1],[18,1],[79,1]],'indicating':[[79,1],[60,1]],'happily':[[78,1]],'tar':[[19,1]],'groups':[[11,1],[28,1]],'f21':[[60,1]],'densetsu':[[6,1]],'three':[[73,1],[59,1],[78,3],[53,1],[31,1],[50,2],[62,2],[82,2],[48,2],[36,2],[79,1]],'random':[[78,2],[48,1],[68,1],[76,14],[62,13]],'rarely':[[78,1],[54,1],[68,1]],'127':[[78,1],[60,5]],'2400|':[[68,1]],'relevant':[[55,1],[73,1],[50,1]],'aware':[[59,1]],'okcancel':[[60,1]],'distributed':[[67,1]],'redesign':[[5,1]],'processtable':[[59,2]],'getscreenpixel':[[8,1],[60,3]],'rio':[[61,3]],'forward':[[73,1]],'strobed':[[76,1],[79,1]],'oddities':[[78,1]],'&6':[[78,1]],'129':[[79,1]],'5ff7':[[75,2]],'hypershot':[[31,1]],'clearmarker':[[60,1]],'0x60':[[78,1]],'immediate':[[78,9],[8,1],[50,1]],'shakes':[[11,1]],'patching':[[49,1],[14,1],[41,1],[19,3],[50,1]],'numpad1':[[60,1]],'fceu_setrenderplanes':[[12,1]],'designated':[[76,1]],'j3c0b%a@':[[78,1]],'nintendo':[[22,2],[68,2],[3,2],[79,6],[18,1]],'compressed':[[19,2],[16,1]],'lda':[[55,1],[78,46]],'goto':[[41,3],[8,2]],'advancing':[[6,1],[16,1]],'hexified':[[71,1]],'#228844':[[60,1]],'numlock':[[60,1]],'patient':[[75,1]],'exram':[[79,1],[75,3]],'anywhere':[[76,1],[78,2]],'abbreviation':[[78,1]],'obviously':[[81,1],[78,1]],'notation':[[59,3]],'reverses':[[60,1]],'tracking':[[66,1]],'somewhere':[[48,2],[50,1]],'solutions':[[62,1]],'lagging':[[28,2]],'false':[[59,2],[71,1],[60,28],[62,5],[12,1],[10,1],[79,1]],'things':[[63,1],[59,1],[55,3],[53,1],[30,1],[60,1],[76,2],[75,1],[79,1]],'dffc':[[50,1]],'overcome':[[66,2]],'tells':[[55,1],[60,1],[58,1]],'waveforms':[[76,1]],'txs':[[78,4]],'transition':[[28,1]],'002e':[[75,1]],'ideally':[[79,1]],'newname1':[[82,3]],'hereon':[[76,1],[79,1]],'organization':[[12,1]],'tint':[[33,1],[79,1]],'mamiya':[[75,3]],'optional':[[59,2],[9,1],[41,1],[71,9],[50,2],[60,3],[82,2],[13,1],[75,1],[11,2]],'man':[[41,5]],'escape':[[12,1],[60,1]],'hexfreezecolorg':[[21,1]],'makers':[[66,1]],'0200':[[50,1],[68,2]],'cfg':[[15,1],[14,3],[21,2],[28,2],[4,2],[12,2],[13,1],[20,4],[8,1],[11,2]],'mode':[[30,3],[28,2],[12,2],[13,1],[20,1],[36,7],[8,6],[5,1],[37,3],[39,1],[59,1],[14,1],[25,2],[68,1],[24,8],[60,8],[4,2],[34,1],[75,3],[76,20],[78,34],[79,1],[7,1],[11,1]],'duty':[[34,2],[76,11],[60,2]],'producing':[[76,2]],'0be':[[76,1]],'zelda':[[55,1],[79,1],[31,1]],'welcome':[[1,1]],'gui':[[7,4],[58,1],[30,2],[62,2],[61,1],[12,2],[16,1],[36,1],[8,5],[5,2],[27,1],[59,9],[9,7],[6,3],[60,45],[3,1],[10,1],[11,2],[18,1]],'per':[[28,2],[12,2],[20,2],[36,1],[35,1],[59,1],[22,1],[76,1],[60,6],[75,2],[48,1],[33,1],[79,8]],'uncompressed':[[16,1]],'whitespace':[[48,1]],'n#l':[[78,1]],'after':[[73,1],[55,1],[50,3],[62,4],[20,2],[36,1],[37,3],[5,1],[59,4],[22,1],[14,1],[23,1],[41,1],[60,4],[71,3],[76,5],[72,2],[48,1],[75,4],[78,19],[79,14]],'clicking':[[53,2],[31,2],[50,7],[16,2],[36,1],[56,1],[51,1],[54,2],[41,5],[24,2],[60,1],[4,6],[82,1],[10,1],[18,1]],'mismatch':[[13,1]],'palettes':[[26,4],[51,1],[33,4],[79,1],[65,1]],'requirement':[[63,1],[57,1]],'desyncing':[[62,1]],'speedometeronly':[[63,1]],'expose':[[79,1]],'should':[[73,1],[55,1],[53,2],[31,1],[50,1],[62,6],[81,1],[13,2],[36,3],[8,1],[63,1],[59,1],[78,6],[47,1],[71,3],[60,4],[76,2],[48,7],[75,11],[3,1],[33,1],[79,7],[58,1]],'brings':[[4,1],[60,2],[68,1],[41,1],[7,1],[39,1]],'usage':[[14,1],[55,1],[60,7],[44,1],[61,3],[48,1],[75,1],[3,1]],'updating':[[6,1],[12,1]],'white':[[21,1],[60,4]],'e000':[[55,1],[75,4]],'noisey':[[76,1]],'00ff':[[68,2],[41,1],[50,1]],'preferably':[[60,2]],'famicom':[[31,10],[69,1],[17,2],[22,7],[14,1],[25,2],[29,1],[2,1],[41,2],[71,1],[76,1],[3,1],[18,1],[7,1]],'bugs':[[5,2],[11,1],[9,1],[14,1],[6,2],[4,2],[12,1],[16,1],[10,1],[7,2],[8,3]],'generally':[[78,2],[76,2],[60,1],[67,2],[68,3],[79,2]],'nrom':[[12,2]],'continue':[[66,1],[79,1],[76,1],[33,1],[62,1],[28,3]],'patch':[[13,1],[49,1],[41,2],[50,6]],'smb2u':[[63,1]],'#ce_2gpl`ki7rbp':[[78,1]],'converted':[[46,1],[76,1],[24,1],[65,1]],'define':[[73,1],[48,1],[25,1],[60,1],[5,1]],'alu':[[78,2]],'components':[[41,1],[76,1],[50,1],[60,3]],'2746924':[[11,1]],'timed':[[66,1]],'discard':[[68,1]],'4001':[[76,2]],'sai`':[[78,2]],'wavelength':[[76,28]],'%02x':[[60,1]],'operational':[[78,6]],'030f':[[68,1]],'acknowledgement':[[79,1]],'actions':[[24,1]],'branches':[[55,2],[53,1],[2,1],[50,1],[4,1],[16,2],[3,1],[65,1]],'turn':[[78,1],[31,1],[28,2],[60,1],[34,1],[30,1],[24,1]],'occur':[[28,1],[78,5],[76,1],[79,3],[44,1]],'decodes':[[78,1]],'raster':[[78,4],[50,1]],'fonts':[[4,1]],'odd':[[78,6],[47,1],[76,1],[81,1],[75,1],[79,4],[11,1]],'thingy':[[48,6]],'parse':[[6,1]],'indeterminate':[[78,1]],'bad':[[65,1],[48,2],[75,1],[62,1],[50,2]],'16k':[[50,3]],'pick':[[23,1],[8,1],[14,1]],'graphics':[[21,2],[51,1],[55,3],[67,1],[28,2],[4,1],[61,1],[36,1],[79,5],[27,1]],'33554432':[[78,1]],'depends':[[78,2],[71,1],[35,1],[60,1]],'tunes':[[75,7]],'mutant':[[47,1],[68,1]],'undo':[[78,1],[53,2],[24,1],[28,1],[43,1],[50,1],[12,2],[42,1],[66,2],[56,1],[18,6],[39,8]],'likely':[[63,1],[48,1],[54,1],[76,1]],'equivelant':[[79,1]],'sre':[[78,13]],'theme':[[30,1]],'syntax':[[59,2],[57,1],[58,1]],'mean':[[41,1],[48,1]],'exclusive':[[4,1],[78,2],[76,2],[79,2],[62,1]],'whether':[[54,5],[55,8],[50,1],[24,1],[6,1],[60,3],[48,2],[20,4],[62,7],[68,1],[37,2]],'sub':[[27,2],[29,1],[25,1],[28,3]],'differing':[[75,1]],'acknowledges':[[78,2]],'november':[[13,1],[3,3],[10,1],[6,1]],'werefolf':[[7,1]],'visualization':[[61,1],[6,1],[54,1]],'|_____|_____|':[[68,2]],'able':[[76,1],[60,1],[31,1],[48,2],[16,1],[79,1],[8,1]],'arred':[[78,1]],'cpuc':[[73,2]],'jsr':[[4,1],[78,2],[50,3],[82,2]],'hybrid':[[28,1]],'0x8000':[[73,2]],'@xcey':[[78,1]],'dance2000':[[4,1]],'amount':[[78,2],[54,2],[76,2],[34,1],[16,1],[36,2],[56,1],[68,1],[79,3]],'all':[[73,2],[19,2],[50,4],[16,2],[56,1],[35,1],[39,1],[59,4],[14,1],[29,1],[47,1],[2,2],[24,2],[60,8],[71,2],[48,7],[80,2],[10,2],[79,16],[7,1],[18,1],[82,4],[46,1],[55,1],[38,2],[31,1],[53,2],[62,3],[12,5],[20,1],[36,1],[68,12],[8,1],[17,1],[63,2],[21,1],[78,12],[25,1],[41,9],[6,2],[76,10],[75,5],[3,1],[11,2]],'displays':[[49,1],[14,1],[6,1],[44,2],[24,1],[50,3],[52,1],[60,3],[10,1]],'stripping':[[55,1]],'joined':[[3,1],[72,1]],'lazy':[[79,1],[12,1]],'chirps':[[12,1]],'delete':[[41,2],[50,1],[60,1]],'adelikat':[[68,1],[3,2],[1,2],[71,1]],'beq':[[78,2]],'near':[[41,1],[76,1],[50,2]],'assignments':[[76,4],[38,1],[31,2],[27,2]],'depths':[[60,1]],'pipelined':[[79,1]],'minimum':[[33,1],[8,1],[12,1]],'them':[[55,1],[19,1],[50,3],[28,1],[62,5],[13,1],[36,1],[56,1],[35,1],[64,1],[63,5],[78,5],[9,1],[26,1],[41,4],[49,1],[60,3],[76,1],[80,1],[82,1],[48,5],[75,2],[79,4]],'hellraiser':[[79,1]],'08fffh':[[75,2]],'instruction':[[78,62],[54,4],[68,1],[55,2],[50,10]],'%03d':[[71,2]],'retain':[[54,1]],'dlljjbbb':[[72,1]],'readimmediate':[[60,1]],'piano':[[5,1]],'variety':[[7,1],[12,1]],'lives&hpdisplay':[[63,1]],'0077h':[[75,3]],'lasts':[[78,1]],'musical':[[76,1]],'least':[[73,1],[59,2],[78,3],[55,1],[60,2],[72,1],[48,1],[75,1],[36,1],[33,1],[79,1],[39,1]],'resetinstructionscount':[[4,1],[60,1]],'purposes':[[78,1],[68,1],[76,1],[79,1]],'redirecting':[[78,1]],'bit3':[[76,2],[71,2]],'factors':[[36,1],[5,1]],'directly':[[21,1],[16,3],[76,3],[53,5],[50,2],[79,1]],'enableoppositedirectional':[[6,1]],'change':[[56,3],[39,4],[9,1],[14,2],[51,1],[24,1],[60,4],[48,1],[79,1],[38,1],[31,2],[28,3],[44,6],[53,2],[12,2],[52,1],[36,4],[68,1],[8,1],[78,5],[21,1],[22,1],[76,5],[72,1],[75,3],[33,1],[11,1]],'scripts':[[62,1],[61,1],[13,1],[16,1],[5,1],[63,12],[9,2],[15,2],[29,2],[6,1],[60,2],[10,1],[58,1]],'renders':[[76,1],[79,3]],'fortunate':[[78,1]],'followings':[[19,1]],'9_s8':[[78,1]],'sending':[[61,1]],'status':[[73,2],[50,2],[28,1],[52,3],[20,5],[68,1],[8,1],[39,4],[37,1],[78,3],[51,1],[76,17],[24,4],[60,4],[79,3]],'complete':[[78,1],[23,1],[55,1],[66,2],[60,1],[80,1],[75,2]],'fatratknight':[[10,1],[63,1],[1,1]],'attempts':[[36,1],[55,1],[62,10]],'iterate':[[59,1]],'intruction':[[78,1]],'array':[[60,2],[82,2]],'russian':[[78,1]],'flags':[[78,25],[50,4],[12,1],[75,3],[79,1],[8,1],[11,1]],'rolling':[[76,1],[62,1]],'jopi':[[78,7]],'remains':[[78,3],[79,2]],'inservice':[[79,1]],'remembers':[[12,4],[16,2]],'banks':[[73,2],[75,4],[56,1],[6,1],[82,1]],'resource':[[57,1],[16,1]],'luabot':[[62,11]],'our':[[63,1],[78,1]],'best':[[54,2],[36,1],[79,1],[2,1],[62,5]],'punchoutstats':[[63,1]],'traditionally':[[66,1],[78,1]],'multitude':[[11,1],[12,1]],'mapped':[[22,2],[25,1],[53,1],[50,1],[28,4],[24,2],[55,1],[76,1],[68,1],[18,1]],'everywhere':[[79,1],[50,1]],'bvs':[[78,2]],'kernal':[[78,2]],'preceding':[[78,1],[82,1]],'0006':[[75,1]],'handler':[[78,5],[68,3],[76,1]],'video':[[62,1],[67,2],[12,2],[20,2],[36,3],[27,2],[5,1],[78,2],[51,2],[14,1],[23,5],[6,2],[4,1],[79,11],[18,1],[65,1]],'backlash':[[24,1]],'dd08':[[78,2]],'integrated':[[61,1],[26,1],[76,1],[57,1],[66,1],[79,1]],'snes9x':[[37,1],[59,4],[60,1],[43,1],[8,1]],'opened':[[9,1],[14,1],[21,1],[19,1],[29,1],[50,2],[16,2]],'routed':[[79,1],[31,1]],'interfaces':[[61,1]],'checking':[[9,1],[55,1],[31,1],[60,1],[62,1],[12,1],[36,3]],'046x':[[68,1]],'equals':[[59,1],[48,3],[76,1],[79,3]],'stretched':[[36,4]],'solid':[[60,2]],'preserves':[[78,1]],'jsrs':[[54,1]],'considered':[[59,1],[71,2],[60,1],[79,3]],'remaining':[[73,1],[68,3],[71,3],[79,1]],'schemes':[[79,1]],'pausing':[[8,1]],'message':[[78,2],[9,1],[14,1],[22,3],[71,1],[6,3],[60,14],[12,3],[16,1],[5,1]],'types':[[73,1],[55,1],[19,4],[62,1],[61,1],[8,1],[78,2],[22,2],[47,1],[71,3],[60,1],[76,2],[18,1]],'undocumented':[[76,1],[78,7]],'prompts':[[6,1]],'arrays':[[59,3]],'display':[[50,3],[15,1],[14,2],[47,1],[51,2],[24,4],[60,1],[48,1],[79,1],[7,2],[55,1],[28,14],[44,4],[12,1],[13,1],[20,2],[36,1],[8,6],[5,1],[37,1],[52,9],[21,1],[63,1],[78,2],[6,5]],'redrawing':[[5,1]]};
\ No newline at end of file
+var aTl=[['Intro.html','Introduction'],['Introduction.html','Introduction'],['Overview.html','Overview'],['FCEUltraVersionHistory.html','FCE%20Ultra%20Version%20History'],['WhatsNew222.html','What%27s%20New%3F%202%2E2%2E2%20%28changelog%29'],['WhatsNew221.html','What%27s%20New%3F%202%2E2%2E1%20%28changelog%29'],['WhatsNew220.html','What%27s%20New%3F%202%2E2%2E0%20%28changelog%29'],['WhatsNew215.html','What%27s%20New%3F%202%2E1%2E5%20%28changelog%29'],['WhatsNew214.html','What%27s%20New%3F%202%2E1%2E4%20%28changelog%29'],['WhatsNew213.html','What%27s%20New%3F%202%2E1%2E3%20%28changelog%29'],['WhatsNew212.html','What%27s%20New%3F%202%2E1%2E2%20%28changelog%29'],['WhatsNew211.html','What%27s%20New%3F%202%2E1%2E1%20%28changelog%29'],['WhatsNew210.html','What%27s%20New%3F%202%2E1%20%28changelog%29'],['WhatsNew203.html','What%27s%20New%3F%202%2E0%2E3%20%28changelog%29'],['WhatsNew202.html','What%27s%20New%3F%202%2E0%2E2%20%28changelog%29'],['WhatsNew201.html','What%27s%20New%3F%202%2E0%2E1%20%28changelog%29'],['WhatsNew200.html','What%27s%20New%3F%202%2E0%2E0'],['General.html','General'],['Gettingstarted.html','Getting%20Started'],['Gamefilecompatibility.html','Game%20file%20compatibility'],['CommandLineOptions.html','Command%20Line%20Options'],['CustomizingthroughtheConfigFil.html','Customizing%20through%20the%20Config%20File'],['FamicomDiskSytem.html','Famicom%20Disk%20Sytem'],['AVICapturing.html','AVI%20Capturing'],['MovieRecording.html','Movie%20Recording'],['NES.html','NES%20Menu'],['PaletteOptions.html','Palette%20Options'],['Config.html','Config'],['ToggleSwitchesHideMenuetc.html','Menu%20Items%20%26amp%3B%20Submenus'],['Directories.html','Directories'],['GUI.html','GUI'],['Input.html','Input'],['NetworkPlay.html','Network%20Play'],['Palette.html','Palette'],['SoundOptions.html','Sound'],['Timing.html','Timing'],['Video.html','Video'],['MovieOptions.html','Movie%20Options'],['MapHotkeys.html','Map%20Hotkeys'],['ContextMenuItems.html','Context%20Menu%20Items'],['Tools2.html','Tools'],['CheatSearch.html','Cheat%20Search'],['RAMSearch.html','RAM%20Search'],['RAMWatch.html','RAM%20Watch'],['MemoryWatch.html','Memory%20Watch'],['TASEditor.html','TAS%20Editor'],['Covertfcm.html','Convert%20fcm'],['AutoFireConfigurations.html','Auto%20Fire%20Settings'],['TextHooker.html','Text%20Hooker'],['Debug.html','Debug'],['Debugger.html','Debugger'],['PPUViewer.html','PPU%20Viewer'],['NameTableViewer.html','Name%20Table%20Viewer'],['HexEditor.html','Hex%20Editor'],['TraceLogger.html','Trace%20Logger'],['CodeDataLogger.html','Code/Data%20Logger'],['GameGenieEncoderDecoder.html','Game%20Genie%20Encoder/Decoder'],['LuaScripting.html','Lua%20Scripting'],['LuaGettingStarted.html','Getting%20Started'],['Commands.html','Using%20Lua'],['LuaFunctionsList.html','Lua%20Functions%20List'],['LuaPerks.html','LuaPerks'],['LuaBot.html','Lua%20Bot'],['OverviewofIncludedScripts.html','Overview%20of%20Included%20Scripts'],['FAQGuides.html','FAQ%20/%20Guides'],['Troubleshooting.html','Troubleshooting'],['ToolAssistedSpeedruns.html','Tool%20Assisted%20Speedruns'],['ROMHacking.html','ROM%20Hacking'],['NESRAMMappingFindingValues.html','NES%20RAM%20%28Mapping/Finding%20Values%29'],['Technicalinformation.html','Technical%20Information'],['Movieformats.html','Movie%20%26amp%3B%20Savestate%20formats'],['fm2.html','%2Efm2'],['fcm.html','%2Efcm'],['fcs.html','Savestate%20%28%2Efcs%29'],['Sound.html','Sound'],['NSFFormat.html','NSF%20Format'],['NESSound.html','NES%20Sound'],['NESProcessor.html','NES%20Processing'],['6502CPU.html','CPU%20%2D%206502'],['PPU.html','PPU%20%2D%202C02'],['NESScrolling1.html','NES%20Scrolling%201'],['NESScrolling2.html','NES%20Scrolling%202'],['NLFilesFormat.html','%2Enl%20files%20format']];var oWl= {'c004#newname2#':[[82,1]],'relation':[[41,1],[48,1]],'otherwise':[[59,1],[54,1],[51,1],[76,2],[78,6],[62,1],[30,1],[60,6],[79,2]],'rightclick':[[6,1],[60,1]],'comma':[[60,1],[28,1]],'browsing':[[50,1]],'content':[[59,1]],'become':[[79,2],[8,1],[62,2]],'matching':[[41,1],[46,1]],'areascrambler':[[63,1]],'dff8':[[50,1]],'chrominance':[[79,6]],'implements':[[82,1]],'rare':[[78,1],[68,2]],'irqs':[[73,1]],'especially':[[73,1]],'multilinecomment':[[82,2]],'0x16':[[60,1]],'f23':[[60,1]],'roll':[[5,1]],'speedrunning':[[66,1],[6,1]],'buttons':[[31,3],[50,3],[62,2],[12,2],[8,3],[27,1],[59,1],[41,2],[47,1],[24,1],[60,4],[71,3],[72,1],[10,1]],'precision':[[66,1],[24,2],[79,1]],'takeshi':[[31,1]],'application':[[59,1],[60,1],[62,1]],'increments':[[81,1],[78,1],[60,1]],'smtp':[[61,1]],'dark':[[55,1],[53,1]],'redundant':[[10,1],[71,1]],'let':[[63,1],[59,2],[78,3],[41,1],[55,2],[80,1],[44,1],[48,1],[75,1]],'submitinputchange':[[60,1]],'ispoweron':[[8,1],[60,2]],'key':[[38,1],[30,1],[28,9],[53,2],[13,1],[16,1],[59,1],[54,1],[23,1],[25,2],[47,1],[6,1],[24,10],[60,1],[66,2],[71,11],[76,3]],'realize':[[48,1]],'practical':[[78,2]],'feeds':[[79,1]],'reverts':[[39,4]],'byte':[[73,10],[55,12],[53,8],[50,1],[44,2],[56,2],[59,2],[54,1],[78,60],[41,1],[71,9],[60,10],[76,1],[48,3],[75,11],[79,12]],'config':[[1,2],[31,1],[28,3],[12,3],[13,3],[20,7],[8,2],[5,6],[27,3],[9,2],[14,4],[21,4],[23,1],[6,6],[24,1],[4,1],[26,1],[29,1],[10,3],[11,4],[65,5]],'dong':[[5,1]],'reference':[[59,6],[48,3],[50,1]],'#rrggbb':[[60,1]],'from':[[50,8],[56,2],[35,2],[15,1],[29,1],[80,2],[2,1],[24,12],[48,6],[79,17],[28,2],[81,9],[12,6],[13,2],[36,1],[68,2],[5,3],[22,2],[41,5],[33,2],[11,5],[73,4],[19,3],[16,8],[39,7],[59,5],[9,1],[14,5],[23,1],[51,1],[54,2],[60,29],[4,6],[66,4],[71,4],[10,5],[18,1],[65,1],[55,3],[53,5],[31,3],[62,2],[45,1],[8,4],[17,1],[78,75],[25,3],[70,1],[6,9],[76,17],[72,1],[75,5],[3,4],[58,2]],'port1':[[71,7]],'dpad':[[9,1]],'gpl':[[3,1]],'cdl':[[4,1],[55,5],[5,4]],'incorrect':[[78,1]],'specification':[[75,1],[58,1]],'cleans':[[60,1]],'compact':[[5,1]],'4009':[[76,1]],'64kb':[[15,1],[14,1]],'crashing':[[63,1],[9,1],[14,1],[13,2]],'dumps':[[39,1]],'module':[[61,1],[60,1]],'approximately':[[78,1]],'04dx':[[68,1]],'slo':[[78,13]],'fed':[[76,5],[79,3]],'modulator':[[73,1]],'zeromus':[[3,1]],'calculated':[[78,1],[22,1],[76,5],[50,1]],'discarded':[[79,2],[62,1]],'elimination':[[41,1]],'hand':[[59,2],[78,1]],'scrolling':[[80,3],[4,2],[77,2],[52,2],[81,2],[36,1],[79,4]],'api':[[61,1],[58,1]],'cpx':[[78,3]],'sound':[[7,2],[65,3],[12,12],[13,1],[20,1],[68,3],[35,3],[27,2],[74,4],[14,4],[76,32],[6,1],[24,1],[4,1],[34,22],[60,2],[75,17],[18,1],[11,4]],'playable':[[10,1],[9,1]],'each':[[73,1],[50,2],[39,1],[59,1],[54,1],[71,2],[60,7],[82,1],[57,1],[79,7],[55,4],[53,1],[31,2],[44,1],[62,2],[68,8],[36,2],[37,1],[78,8],[21,1],[26,1],[41,3],[76,9],[34,1],[75,2],[33,2]],'alias':[[60,5]],'useability':[[11,1]],'scalar':[[8,1]],'c008':[[82,2]],'rldutsba':[[71,1]],'ordering':[[71,1]],'subtraction':[[78,11]],'set':[[73,1],[50,4],[61,1],[35,1],[39,1],[59,2],[54,1],[29,1],[47,4],[66,2],[24,2],[60,11],[71,1],[48,2],[10,1],[79,6],[18,1],[55,1],[31,1],[28,2],[44,1],[62,10],[12,5],[13,2],[36,1],[52,2],[8,1],[5,2],[17,1],[37,1],[22,1],[78,42],[25,4],[41,3],[76,14],[81,1],[34,1],[72,2],[75,16],[33,1],[58,3]],'apu':[[11,1]],'overwrite':[[59,1],[18,1]],'whenever':[[78,2],[76,1],[53,1],[60,6],[50,1],[82,2],[37,1]],'aspiringsquire':[[26,1]],'keys':[[59,2],[9,2],[71,4],[31,2],[60,4],[62,3],[13,1],[12,2],[18,2],[27,1]],'finding':[[49,1],[54,2],[41,1],[55,1],[62,1],[66,2],[68,5]],'newline':[[71,1]],'106':[[79,1],[75,2]],'0400fh':[[75,1]],'pixels':[[63,1],[21,1],[60,5],[4,1],[36,5],[79,14],[5,1]],'unrelated':[[76,1]],'listed':[[73,1],[12,1],[41,1],[56,1],[31,3],[50,1]],'tbl2':[[59,3]],'currently':[[73,1],[53,1],[31,1],[28,1],[50,3],[62,1],[12,2],[68,1],[8,1],[39,1],[41,2],[76,6],[24,2],[60,7],[4,1],[72,1],[75,1],[32,1],[80,1],[33,2],[79,2],[65,1]],'probability':[[62,1]],'4010h':[[75,1]],'access':[[78,1],[54,2],[50,1],[60,2],[6,2],[24,2],[61,1],[68,1],[10,2],[79,15]],'dynamically':[[6,1]],'improper':[[24,1]],'occuring':[[6,1]],'manpage':[[6,1]],'100%':[[25,2]],'necessary':[[34,1],[47,1],[55,1],[60,2]],'recordbackwards':[[6,1]],'strings':[[59,2],[48,1],[50,2],[60,1]],'quiche':[[78,1]],'helsinki':[[78,1]],'unsigned':[[59,1],[78,3],[41,2],[60,3],[43,1],[50,1],[42,1]],'bus':[[78,3],[76,2],[53,1],[6,3],[50,2],[82,1],[79,7]],'preventing':[[8,1],[35,1]],'sweep':[[76,24]],'clicks':[[82,1],[50,1],[60,1]],'placed':[[68,1],[60,1],[65,1]],'2400':[[73,1]],'released':[[79,1],[62,2],[28,1],[12,1],[13,1],[16,1],[8,2],[5,1],[9,1],[14,1],[15,1],[22,2],[6,1],[4,1],[3,10],[10,1],[11,1],[7,1]],'regardless':[[76,1],[79,6],[60,3]],'7fffh':[[75,2]],'converting':[[11,1],[46,1]],'distinctions':[[68,1]],'leave':[[25,1]],'definitions':[[73,3],[48,1]],'print':[[59,1],[60,1],[78,1]],'unminimized':[[9,1]],'romfreezecolor':[[11,1]],'saves':[[29,1],[60,4],[28,1]],'reach':[[66,1]],'comparator':[[79,2]],'reaches':[[76,2]],'|30':[[76,1]],'snow':[[63,1]],'1800':[[68,2]],'simple':[[41,2],[60,2],[62,1],[82,1],[61,1],[48,1],[68,1],[3,1],[33,1],[75,1],[79,2]],'type':[[73,6],[19,1],[50,6],[44,1],[53,1],[56,1],[5,1],[59,1],[41,2],[71,4],[6,2],[60,8],[76,3],[48,1],[11,1]],'invalidate':[[7,1]],'revolutionary':[[16,1]],'flawed':[[13,1]],'adapter':[[22,2],[31,1]],'easter':[[55,1]],'disabling':[[28,1],[65,1],[35,1],[8,1]],'blue':[[59,1],[21,1],[55,2],[53,3],[60,7],[44,1],[12,1],[33,1]],'object':[[59,2],[68,4],[79,52],[8,1],[60,10]],'sizes':[[13,1]],'redundancy':[[3,1]],'registerexec':[[60,1]],'away':[[50,1],[78,6],[79,1],[60,1],[31,1]],'changing':[[5,1],[78,4],[53,1],[50,1],[12,1],[10,1],[79,1],[37,1]],'2xx':[[75,1]],'presumably':[[79,3]],'reaction':[[18,1]],'noted':[[41,1],[55,1],[79,1]],'fixup':[[78,14]],'storage':[[22,1],[48,1]],'|video':[[79,1]],'p7f':[[60,1]],'counter|':[[79,1]],'well':[[55,1],[19,1],[50,1],[44,1],[53,1],[62,6],[67,1],[59,1],[51,1],[29,1],[41,1],[78,5],[60,4],[4,1],[48,4],[75,2],[3,1],[79,3],[7,1],[65,1]],'dos':[[3,3]],'256bytes':[[68,1]],'obj':[[79,1],[28,1]],'getsuperimpose':[[60,1]],'serve':[[3,1],[60,2]],'stated':[[3,1]],'comments':[[59,1],[71,2],[24,1],[82,5],[6,1],[39,2]],'50%':[[60,2],[62,1]],'locations':[[75,1]],'5ff5':[[75,2]],'clock':[[78,2],[76,28],[79,26]],'setup':[[79,1],[82,1]],'#ff':[[50,1]],'objpixel':[[79,1]],'possibility':[[55,1]],'acceptable':[[60,1]],'avoided':[[79,1]],'basicbot':[[62,1],[16,1]],'initialized':[[76,1],[78,1],[6,1]],'under':[[1,3],[62,2],[28,1],[44,1],[16,1],[56,2],[8,2],[27,1],[78,1],[22,2],[49,1],[41,2],[24,2],[34,1],[48,1],[3,3],[40,1],[57,1],[79,1]],'selected':[[78,1],[22,1],[46,1],[41,5],[24,2],[6,1],[42,1],[48,3],[79,8],[8,2]],'1st':[[75,1],[68,1],[71,3],[79,1],[44,2]],'sony':[[26,1]],'kind':[[78,2],[48,4],[79,1],[50,1]],'070h':[[75,2]],'syncronous':[[76,1]],'registerauto':[[60,1]],'themselves':[[63,3]],'05xx':[[68,1]],'initalized':[[75,1]],'76h':[[75,1]],'dcp':[[78,14]],'behavior':[[33,1],[34,1],[44,1]],'`c`':[[78,1]],'bxj':[[78,1]],'decides':[[59,1],[79,1]],'detail':[[68,1],[41,1],[76,2]],'3f00':[[68,1]],'fcs':[[73,3],[29,1],[70,1],[14,1],[71,1],[72,1]],'attempt':[[76,1],[60,1],[62,23],[30,1],[50,1],[75,1],[3,1],[65,1]],'big':[[4,1],[12,2],[48,2],[60,1],[62,2]],'briefly':[[41,1]],'conditionally':[[76,1]],'statistics':[[50,1],[68,1]],'seeing':[[78,1],[79,3],[24,1]],'writes':[[78,2],[76,4],[53,1],[62,1],[80,1],[75,2],[79,1],[8,1]],'accelerators':[[5,1]],'nestech':[[76,1]],'robust':[[60,1]],'evaluations':[[79,1]],'address':[[73,5],[53,2],[50,46],[44,6],[81,1],[12,1],[52,1],[68,6],[56,12],[8,3],[59,5],[21,1],[51,2],[41,17],[54,4],[6,4],[60,32],[4,8],[78,224],[75,28],[80,5],[82,7],[79,22]],'japanese':[[48,16]],'item':[[5,1],[39,7],[9,1],[14,1],[41,1],[55,1],[12,3],[48,2],[10,2],[11,7],[7,1]],'automatically':[[30,1],[28,2],[31,1],[44,1],[12,2],[16,1],[20,3],[36,2],[50,5],[37,3],[56,1],[78,1],[54,2],[14,1],[41,5],[76,1],[24,2],[82,2],[79,1]],'unclear':[[79,1]],'shame':[[79,1]],'frkfunctions':[[63,1]],'temp':[[79,2],[80,1]],'mkv':[[39,1]],'experience':[[63,1],[49,1],[64,1],[65,1]],'droradc':[[78,2]],'selling':[[79,1],[48,1]],'tinker':[[53,1]],'2000|':[[68,1]],'drawbox':[[60,1]],'memblers':[[76,1]],'nestopia_yuv':[[26,1]],'inherit':[[4,1],[82,1]],'unpaused':[[5,1]],'distinquished':[[78,1]],'fit':[[36,1],[78,1]],'somethingelseistrue':[[59,1]],'jukka':[[78,1]],'mЉkelЉ':[[78,1]],'followed':[[71,2]],'rowheightborder':[[11,1]],'hexforecolorg':[[21,1]],'imported':[[10,2],[59,1],[60,1]],'complements':[[6,1]],'playfield':[[79,29]],'romchecksum':[[71,1]],'short':[[59,1],[54,1],[41,1],[76,2],[31,1],[60,1],[48,1]],'continued':[[3,1]],'final':[[76,1],[26,1],[23,1]],'makecode':[[55,1]],'silver':[[28,1]],'minor':[[65,1],[1,1],[14,1],[12,2],[13,1],[10,2],[7,1],[11,1]],'disposal':[[48,1]],'4013h':[[75,1]],'signal':[[78,4],[76,4],[33,1],[79,12]],'while':[[50,4],[16,1],[35,2],[39,1],[59,5],[9,1],[54,3],[66,1],[24,3],[60,7],[4,1],[82,2],[48,4],[79,2],[7,1],[65,1],[55,6],[53,3],[30,2],[28,3],[31,2],[12,2],[42,1],[36,1],[5,2],[37,1],[63,1],[78,11],[25,1],[76,3],[6,1],[75,4],[58,1]],'fds':[[73,1],[19,5],[50,1],[67,1],[17,1],[9,2],[22,8],[25,2],[29,2],[66,1],[71,6],[75,10],[10,1],[18,1],[65,5]],'gameplay':[[22,1],[67,2],[35,1]],'time':[[50,5],[9,1],[54,5],[66,1],[2,1],[60,11],[48,2],[10,1],[79,23],[65,1],[53,2],[31,2],[28,4],[12,1],[52,2],[68,3],[37,1],[5,1],[63,1],[78,14],[41,3],[76,7],[34,1],[72,1],[75,1],[3,1],[58,1]],'height':[[12,2],[36,2],[11,1],[5,1]],'passes':[[11,1]],'busses':[[79,1]],'hexfreezecolorb':[[21,1]],'stupid':[[11,1]],'duration':[[31,1]],'such':[[73,1],[1,1],[50,4],[67,2],[61,1],[35,2],[39,1],[59,1],[9,3],[29,2],[54,1],[66,3],[24,1],[60,6],[82,1],[48,1],[57,1],[79,1],[65,1],[55,2],[31,2],[28,2],[44,1],[62,3],[12,2],[68,4],[64,1],[63,1],[41,3],[76,2],[3,5],[11,1]],'converts':[[60,1]],'func':[[60,16]],'isb':[[78,16]],'listing':[[14,1]],'lack':[[60,1]],'indir':[[78,4]],'side':[[73,1],[78,1],[22,9],[25,1],[41,1],[50,1],[76,1],[81,1],[48,2],[3,1],[36,1],[79,1]],'9fff':[[55,1]],'designation':[[50,1]],'maxsegments':[[62,1]],'render':[[4,1],[36,1],[79,7],[35,1]],'eor':[[78,15]],'crossing':[[78,11]],'memo':[[71,1]],'registerrun':[[60,1]],'modification':[[28,1]],'square2':[[60,1]],'written':[[73,4],[1,1],[42,1],[68,2],[63,1],[59,3],[22,1],[51,1],[41,2],[76,6],[43,1],[60,3],[78,3],[48,2],[75,5],[3,2],[10,1],[57,1],[79,1]],'babelfish':[[48,1]],'paste':[[48,2],[49,1],[53,3]],'moving':[[62,1],[51,1],[60,1]],'|bits':[[76,2]],'n@3':[[78,1]],'permanent':[[56,1]],'007c':[[75,1]],'occurrence':[[78,1]],'easier':[[63,2],[78,2],[55,1],[66,1],[50,1],[60,1],[67,1],[80,1],[75,1],[68,1],[57,1]],'confirm':[[79,1],[60,2]],'tech':[[76,1]],'barcode':[[31,2]],'creating':[[4,1],[45,2],[3,1],[66,2],[60,2]],'artist':[[75,3]],'disabled':[[55,1],[50,1],[28,1],[12,2],[13,1],[20,5],[35,2],[5,1],[21,1],[14,1],[76,7],[6,1],[4,1],[34,2],[75,1]],'reader':[[31,1]],'replace':[[48,1],[76,1],[79,1],[60,1],[31,2]],'demo':[[55,2]],'dakuten':[[48,5]],'far':[[78,1],[48,1],[76,1],[79,1]],'necessarily':[[78,1]],'secrets':[[55,1]],'getpixel':[[59,1],[8,1],[60,2]],'drawline':[[60,1]],'f12':[[60,1]],'properly':[[41,1],[47,1],[6,1],[28,1],[4,1],[55,1],[12,3],[10,1],[18,1]],'scanlines':[[12,3],[52,1],[79,9],[50,3],[35,4]],'64k':[[82,1]],'340':[[79,1]],'restored':[[10,2],[41,1]],'opens':[[41,2],[55,1],[6,1],[39,5]],'back':[[62,3],[28,1],[39,1],[59,1],[22,1],[78,9],[66,1],[24,6],[60,1],[4,1],[71,1],[75,2],[79,2],[18,1]],'rerecordcounting':[[4,1],[60,1]],'upper':[[78,6],[68,1],[79,1],[50,1],[28,1]],'10h':[[75,1]],'box':[[19,1],[31,2],[38,1],[44,1],[50,1],[16,2],[36,2],[56,8],[59,1],[9,1],[41,3],[6,1],[24,2],[60,11],[48,1]],'section':[[73,15],[50,1],[44,1],[68,1],[8,1],[78,1],[54,1],[29,1],[76,3],[71,5],[48,3],[75,1],[79,3],[65,1]],'bat':[[17,1]],'radd':[[73,1]],'ability':[[4,1],[13,1],[76,4],[66,1],[6,1]],'backed':[[29,1],[9,1],[12,1]],'only':[[73,1],[19,2],[50,7],[16,1],[35,1],[39,7],[59,8],[9,1],[14,2],[15,1],[23,3],[24,10],[51,4],[4,1],[54,5],[48,3],[60,29],[66,2],[79,14],[7,2],[82,3],[55,6],[38,1],[30,1],[31,1],[45,1],[53,1],[12,1],[13,3],[20,3],[36,2],[8,2],[37,4],[62,3],[78,22],[21,1],[41,2],[76,19],[6,3],[72,1],[75,13],[3,4],[33,2],[11,2]],'alt':[[12,2],[36,1],[11,3],[60,1]],'corrupted':[[48,1],[6,1],[8,1]],'oversights':[[15,1]],'states':[[78,2],[29,1],[71,1],[60,4]],'gp2x':[[3,1]],'reduced':[[44,1]],'shops':[[48,1]],'solely':[[68,1]],'lsr':[[78,17]],'according':[[5,1],[78,3],[60,1],[4,1],[36,1],[79,1],[58,1]],'requests':[[60,1]],'seemed':[[48,1]],'bypass':[[79,1]],'occasionally':[[78,2],[67,1]],'everytime':[[79,1]],'@```':[[78,5]],'bros':[[68,1]],'excluded':[[79,1]],'resumed':[[5,1]],'9000':[[75,2]],'depend':[[71,1],[37,1]],'mmc':[[79,3]],'quotes':[[75,1]],'txt':[[78,2],[75,2],[12,1],[13,1],[76,6]],'heavy':[[35,1],[76,1],[60,2],[8,1]],'assistance':[[66,1]],'swap':[[34,1],[51,1],[33,1],[56,1]],'fffe':[[78,3],[68,1],[50,1]],'keeping':[[50,1]],'si_zapper':[[71,4]],'asymmetry':[[76,1]],'banking':[[60,1]],'library':[[59,1],[6,1],[60,27],[4,1],[61,10],[3,1],[10,2],[7,1]],'thanks':[[75,3],[9,1],[13,1],[76,1]],'vblank':[[60,1],[65,1],[12,2],[79,1],[50,1],[35,1]],'something':[[59,6],[54,1],[78,3],[66,1],[60,2],[62,3],[80,1],[13,1],[48,1],[75,2],[58,1]],'falling':[[79,2]],'c16':[[78,2]],'spot':[[68,1],[53,1],[24,1],[79,1]],'reading':[[59,1],[49,1],[78,1],[55,1],[76,2],[80,2],[28,1],[4,1],[79,2],[11,2]],'compose':[[60,1]],'rdy':[[78,1]],'ddfd':[[78,2]],'rows':[[48,1],[68,3]],'fceux':[[50,1],[0,2],[61,2],[27,1],[29,2],[2,3],[24,4],[82,3],[57,6],[46,1],[38,1],[28,16],[44,1],[12,4],[13,2],[20,57],[36,7],[5,1],[37,5],[63,5],[21,1],[22,2],[41,3],[43,1],[33,1],[11,2],[1,12],[19,5],[67,2],[16,4],[39,2],[59,2],[49,1],[14,9],[23,2],[66,2],[60,22],[71,3],[4,3],[10,1],[40,1],[18,3],[65,10],[30,9],[31,4],[45,2],[62,1],[42,1],[8,1],[17,2],[26,3],[25,1],[70,2],[6,3],[34,1],[3,10],[58,9]],'gnobgfillcolor':[[28,1],[21,1],[14,1]],'translators':[[48,2]],'bit6':[[71,2]],'looks':[[59,2],[51,1],[52,1],[41,1]],'tasks':[[57,1],[62,1]],'thru':[[79,5],[75,2],[80,1]],'markedframe':[[60,1]],'numpad9':[[60,1]],'multiplied':[[75,1]],'condiition':[[50,1]],'com':[[76,1],[80,2],[45,1],[61,1],[81,2],[79,1],[69,1]],'stumble':[[55,1]],'undesired':[[63,2]],'5000':[[75,1]],'ffffffff':[[75,2]],'|7f':[[76,1]],'hud':[[6,2],[5,1]],'m#l':[[78,1]],'fwnes':[[22,1]],'r0j0':[[78,1]],'probably':[[63,1],[65,2],[78,4],[19,1],[60,2],[31,1],[48,2],[79,3],[58,4]],'puc':[[61,3]],'decode':[[49,1]],'jumps':[[78,4]],'region':[[28,2]],'341':[[79,4]],'dozens':[[79,1]],'oring':[[11,1]],'emulator':[[73,6],[50,6],[67,1],[27,1],[59,9],[9,2],[23,3],[54,2],[66,4],[2,3],[24,2],[60,18],[71,6],[48,4],[57,1],[18,2],[79,1],[30,2],[28,1],[13,2],[36,2],[8,1],[5,2],[78,1],[21,1],[6,2],[75,1],[3,3],[33,2],[58,3]],'hexforecolorr':[[21,1]],'resizable':[[53,1]],'drawrect':[[60,1]],'hbd7':[[78,2]],'smart':[[4,1],[55,1]],'session':[[4,1],[28,1],[12,1],[55,1],[5,2]],'toolset':[[6,1]],'across':[[78,1],[60,2],[62,1]],'component':[[76,1],[49,1]],'received':[[62,1]],'1ffh':[[75,2]],'windowed':[[4,1],[13,1],[36,2],[30,1]],'warrior':[[29,1]],'memwatch':[[20,1],[8,1],[12,2]],'revert':[[41,1],[11,1]],'framecount':[[12,1],[60,6]],'clipboard':[[53,1],[48,1],[61,1]],'convenient':[[50,5],[60,1]],'bit2':[[71,2]],'yes':[[62,4]],'setrenderplanes':[[60,1]],'gdstr':[[60,3]],'`je':[[78,1]],'device':[[26,1],[22,1],[76,2],[71,3],[31,5],[68,1],[79,3],[18,1]],'mind':[[48,1],[75,1],[3,1],[19,1],[60,1],[79,1]],'moved':[[12,1],[5,1]],'pass':[[59,1],[54,1],[75,1],[79,2],[60,1]],'running':[[55,1],[53,3],[30,2],[50,4],[62,2],[36,2],[35,1],[17,1],[59,2],[9,1],[22,1],[51,1],[78,3],[60,5],[4,2],[58,2]],'proof':[[78,3],[3,1],[66,1],[24,2]],'nez':[[19,1]],'siren':[[7,1]],'convention':[[71,7],[60,1],[82,1]],'numpad2':[[60,1]],'nnn':[[75,1]],'decreasing':[[76,2]],'0000000000011111':[[80,1]],'labels':[[82,2]],'terms':[[66,1],[50,1],[60,1]],'addgamegenie':[[8,1],[60,2]],'broken':[[13,1],[68,2],[10,1],[55,1],[50,1],[79,1]],'corrected':[[8,1],[26,1]],'bmf_final3':[[26,1]],'miserabley':[[48,1]],'passed':[[59,1],[79,4],[60,2],[82,2]],'unknown':[[76,4],[79,1]],'opacity':[[60,2]],'pulses':[[76,1],[79,2]],'intensify':[[7,1]],'bits':[[78,6],[76,32],[71,3],[60,1],[80,6],[81,2],[72,1],[75,4],[33,1],[7,1],[79,14]],'self':[[59,1],[78,1]],'main':[[65,1],[73,3],[30,1],[28,1],[31,1],[61,1],[13,1],[42,1],[62,3],[68,2],[39,2],[59,3],[51,1],[14,1],[78,2],[60,3],[79,2],[7,1],[11,1]],'tim':[[78,1]],'000e':[[75,1]],'sb#0':[[78,1]],'equivalent':[[57,1],[59,3]],'differs':[[71,1]],'modes':[[59,1],[78,6],[41,1],[76,1],[28,1],[68,1],[36,2]],'transfer':[[78,1],[75,1]],'|50':[[76,1]],'clearinputchanges':[[60,1]],'yyy':[[71,2]],'master':[[34,4],[8,1],[79,1]],'assignable':[[16,1]],'inherited':[[78,2]],'colon':[[41,1],[59,1]],'coded':[[78,1],[12,1]],'accel':[[12,1]],'resizeable':[[14,1]],'warn':[[62,1]],'executes':[[54,1],[60,2]],'captures':[[49,1],[29,1]],'unpredictable':[[78,3],[79,1]],'gif':[[61,1]],'constants':[[71,1]],'lua5':[[10,1]],'wasn':[[15,1],[50,1]],'linking':[[4,1]],'oneshot':[[60,1]],'street':[[12,1]],'text':[[1,1],[50,3],[16,2],[59,2],[9,1],[14,1],[54,3],[66,1],[24,1],[60,4],[71,11],[82,2],[48,40],[40,2],[53,3],[12,3],[13,1],[36,1],[5,2],[63,2],[21,3],[41,2],[6,2],[75,5],[3,1],[58,1]],'worry':[[59,2],[48,1],[57,1],[60,1],[79,1]],'ki7rbp':[[78,1]],'callback':[[60,29]],'restore':[[14,4],[55,1],[38,1],[50,2],[34,1],[12,1],[18,3],[39,3]],'customized':[[4,1],[26,1]],'movie_finished':[[37,1]],'punchoutchallenge':[[63,1]],'|commands|rldutsba|rldutsba|rldutsba|rldutsba|port2|':[[71,1]],'form':[[59,1],[71,2],[60,2],[53,1],[24,1],[50,3],[75,1],[82,1],[79,3]],'lsb':[[73,1],[72,1],[78,1],[76,3],[79,2]],'nutant':[[60,2]],'affiliated':[[76,1]],'prescale2x':[[36,3]],'registers':[[53,2],[50,4],[52,2],[68,3],[8,1],[63,1],[78,13],[54,2],[76,2],[80,1],[60,10],[75,12],[79,11]],'controlling':[[50,2]],'restriction':[[79,1]],'narrowed':[[68,1]],'cycles':[[78,12],[54,1],[76,7],[50,3],[6,2],[4,2],[34,2],[60,4],[79,9],[35,2]],'latter':[[78,3]],'unnecessary':[[78,1]],'8500':[[78,1]],'slader':[[48,1]],'adv':[[28,1],[14,2]],'with':[[50,10],[61,2],[56,1],[47,2],[80,2],[24,5],[82,6],[48,6],[57,1],[79,30],[28,1],[12,3],[13,1],[20,2],[36,1],[68,7],[37,1],[63,3],[69,1],[22,4],[41,10],[33,1],[11,4],[19,6],[16,1],[39,1],[59,10],[9,7],[14,1],[49,2],[51,2],[54,5],[60,19],[4,8],[66,4],[71,7],[10,2],[18,3],[7,2],[65,5],[55,10],[53,4],[30,1],[31,2],[62,5],[8,7],[78,29],[26,2],[25,1],[70,2],[6,10],[76,17],[75,1],[3,7],[58,2]],'illustrates':[[78,1]],'glory':[[48,1]],'behaving':[[37,1]],'838977920':[[71,1]],'between':[[55,1],[30,1],[28,1],[31,1],[62,2],[13,1],[68,1],[81,1],[78,9],[21,1],[49,1],[25,1],[66,1],[60,4],[76,5],[80,1],[75,1],[10,1],[33,1],[79,7]],'working':[[54,1],[25,2],[55,2],[6,1],[60,2],[4,2],[61,1],[75,1],[3,1],[11,1]],'readdown':[[60,1]],'breakpoint':[[54,2],[53,2],[50,12],[6,6],[4,2],[60,2],[5,1]],'github':[[61,1]],'ane':[[78,5]],'perfecting':[[24,1]],'forceful':[[60,1]],'abbreviations':[[78,1]],'assure':[[78,1]],'dmc':[[73,3],[76,13],[11,1]],'dpcm':[[10,1],[60,1]],'a002':[[75,1]],'goroh':[[76,2]],'rates':[[79,1]],'absolute':[[60,2],[78,16],[62,1],[8,1]],'loss':[[59,1],[12,1]],'saving':[[78,1],[29,1],[55,1],[44,1],[4,1],[12,3],[48,2],[10,1],[57,1],[11,1],[5,3]],'particular':[[51,1],[76,1],[50,1],[6,1],[24,2],[48,1],[75,1],[33,1],[79,3]],'got':[[76,1],[50,1],[60,1]],'maybe':[[62,1],[65,1]],'ubuntu':[[6,1]],'insert':[[22,5],[25,2],[71,4],[60,1],[4,1],[58,1]],'possible':[[73,1],[55,2],[62,3],[68,1],[56,2],[8,1],[39,2],[78,4],[26,1],[66,2],[24,1],[60,1],[82,1],[48,1],[79,1],[18,1]],'omit':[[60,1]],'naming':[[39,1],[5,1],[6,1],[82,1],[4,3],[12,1],[37,1]],'|04':[[76,1]],'0x200':[[60,2]],'anc':[[78,2]],'readwordsigned':[[4,1],[60,1]],'like':[[50,3],[67,1],[59,7],[51,2],[14,1],[71,1],[60,11],[82,4],[48,3],[57,2],[79,6],[65,1],[55,3],[31,2],[28,1],[62,3],[42,1],[52,1],[8,1],[63,2],[78,15],[41,4],[76,1],[43,1],[75,2],[3,2],[58,1]],'clang':[[6,1]],'0320':[[68,1]],'nes_basecycles':[[75,2]],'transparent':[[9,1],[76,1],[79,6],[60,4]],'nops':[[78,1]],'range':[[9,1],[41,1],[53,2],[60,8],[50,3],[76,3],[82,1],[75,5],[68,2],[79,18],[7,1]],'of_':[[78,1]],'inverted':[[76,2]],'folders':[[29,1]],'occurs':[[78,10],[76,2],[79,3]],'screen':[[16,2],[59,2],[51,1],[29,1],[47,1],[71,2],[24,1],[60,20],[48,2],[79,17],[7,1],[55,2],[30,2],[28,3],[31,1],[62,1],[12,4],[52,1],[36,9],[68,13],[8,2],[5,2],[37,1],[78,1],[22,3],[26,1],[11,1]],'file':[[50,7],[61,1],[56,1],[29,4],[47,1],[24,17],[82,8],[48,11],[46,2],[28,5],[44,3],[12,7],[13,2],[20,6],[5,2],[37,5],[21,5],[22,4],[41,6],[33,5],[11,8],[73,4],[1,1],[19,7],[16,7],[39,22],[59,2],[9,3],[14,7],[23,11],[49,1],[54,2],[60,12],[4,2],[66,2],[71,5],[10,3],[40,1],[18,8],[7,1],[65,1],[55,8],[53,6],[30,2],[62,2],[45,1],[8,1],[17,3],[78,2],[26,1],[70,4],[6,4],[72,4],[75,12],[58,4]],'yabause':[[42,1],[43,1]],'0000':[[73,2],[41,1],[53,1],[50,1],[75,1],[68,7],[7,1]],'wrapper':[[14,1]],'wanting':[[68,1]],'homebrew':[[82,1],[15,1],[14,1]],'rotation':[[79,2]],'smb3':[[63,1]],'movies':[[45,1],[13,1],[16,4],[20,1],[68,1],[8,7],[37,3],[14,3],[29,1],[66,5],[6,2],[24,3],[60,4],[71,2],[10,1],[40,1],[7,2],[65,2]],'3f1f':[[68,1]],'net':[[81,2],[59,2],[75,1],[80,2],[67,1]],'publically':[[76,1]],'port':[[79,2],[55,1],[31,7],[8,1],[9,2],[22,1],[76,1],[71,3],[75,4],[3,3],[10,1],[11,1],[7,2]],'specific':[[11,1],[73,5],[31,2],[44,1],[62,2],[67,1],[16,1],[36,1],[68,3],[69,1],[63,1],[59,2],[49,1],[54,1],[41,1],[47,1],[70,1],[76,2],[82,1],[72,1],[40,1],[18,2],[58,1]],'braces':[[59,1]],'099822938442230224609375':[[71,1]],'3d2n@8':[[78,1]],'transfers':[[79,1]],'transmission':[[61,1]],'whitespaces':[[50,1]],'unused':[[73,2],[78,1],[51,1],[55,6],[76,6],[6,1],[4,1],[68,1],[8,1]],'b@`':[[78,1]],'makes':[[78,3],[51,1],[55,2],[41,1],[53,1],[60,4],[79,2],[8,1],[18,1]],'comply':[[4,1]],'included':[[63,2],[78,1],[22,1],[62,1],[31,1],[12,1],[75,1],[79,1],[8,2]],'reported':[[78,1],[11,1]],'japan':[[22,1]],'basic':[[1,1],[55,1],[62,3],[0,1],[61,1],[16,1],[68,2],[27,1],[59,1],[9,1],[76,1],[66,4],[48,1],[75,1],[57,2],[18,1],[58,2]],'interrupt':[[78,39],[68,1],[76,2],[8,1],[50,6]],'television':[[22,1],[26,1],[33,1],[31,1]],'colorful':[[6,1]],'recommended':[[50,1],[60,2],[6,1]],'operators':[[59,3],[50,1]],'fancy':[[59,1]],'3fff':[[79,1],[68,1]],'2eff':[[68,1]],'namco':[[75,4]],'buzzers':[[31,1]],'protection':[[14,1]],'harmless':[[78,1]],'1200':[[68,1]],'pi#x7':[[78,4]],'finishing':[[78,1]],'compromised':[[79,1]],'g8r':[[78,1]],'2003':[[73,2]],'jan':[[79,1]],'want':[[55,1],[53,1],[31,1],[44,1],[50,1],[62,3],[36,1],[56,2],[59,1],[54,2],[78,2],[47,1],[41,3],[60,8],[82,1],[79,1],[11,1],[58,2]],'surrounding':[[79,1]],'adequately':[[10,1]],'skinny':[[80,1]],'00a5#mic':[[82,1]],'movement':[[52,1]],'4011h':[[75,1]],'cause':[[63,1],[78,4],[14,1],[41,1],[53,1],[76,2],[28,1],[79,1],[35,1]],'allocated':[[68,1]],'common':[[7,1],[30,1],[42,1],[8,1],[5,1],[64,1],[59,2],[9,1],[78,3],[41,1],[66,2],[6,1],[4,1],[75,1],[10,1],[79,1],[11,1],[18,1]],'tenten':[[48,6]],'different':[[82,1],[53,2],[28,2],[81,1],[16,2],[36,2],[68,1],[35,1],[8,2],[78,9],[41,1],[76,3],[24,1],[6,2],[60,3],[72,1],[48,2],[75,1],[10,1],[79,2],[18,1],[65,2]],'voltage':[[76,5],[79,2]],'waves':[[79,2]],'x0p':[[78,1]],'chosenjo':[[31,1]],'fills':[[79,1]],'registerwrite':[[60,1]],'options':[[50,1],[16,6],[27,6],[39,1],[9,1],[14,2],[15,1],[51,1],[24,2],[54,2],[4,3],[60,1],[48,2],[71,1],[10,1],[40,1],[65,2],[30,2],[31,1],[44,2],[12,3],[20,3],[36,7],[42,3],[8,2],[5,4],[17,3],[37,2],[21,2],[26,2],[41,1],[6,3],[43,3]],'force':[[59,1],[76,1],[6,1],[34,1],[36,2],[33,1],[5,1]],'smoother':[[36,2]],'mess':[[79,1],[62,1]],'commenting':[[59,1]],'furthermore':[[52,1],[55,2],[53,1]],'preserved':[[66,2],[71,1]],'letter':[[56,4],[65,2]],'extract':[[78,1],[49,1]],'restarting':[[60,1]],'purpose':[[63,3],[3,1],[76,1],[60,1]],'slash':[[60,1],[28,1]],'margin':[[79,1]],'apr':[[81,1],[80,1]],'diagram':[[78,8],[68,2],[76,1]],'reconstruct':[[24,2],[82,1]],'leaves':[[6,1],[20,2]],'wants':[[76,1],[35,1]],'bilinear':[[65,1]],'wikipedia':[[66,1],[68,1]],'inclined':[[67,1]],'interpret':[[64,1]],'zero':[[73,2],[78,29],[25,1],[41,1],[50,1],[76,4],[52,1],[68,5],[79,1]],'manner':[[59,1],[48,1]],'miscellaneous':[[71,1]],'slave':[[79,1]],'9001':[[75,1]],'push':[[78,7],[66,1],[62,1]],'extended':[[3,2]],'shy':[[78,4]],'color':[[79,15],[55,1],[53,3],[31,1],[28,2],[36,3],[8,4],[59,4],[21,6],[14,2],[51,1],[6,1],[60,23],[33,6],[11,1],[65,2]],'boulderdash_amoebaai':[[6,1]],'translated':[[76,1],[48,1]],'bank':[[55,1],[41,1],[53,1],[50,11],[4,2],[60,2],[75,10],[68,2],[82,3],[56,1],[8,1]],'perfection':[[66,1]],'drop':[[41,1],[31,2],[44,1],[4,1],[12,2],[8,1],[11,1]],'%1d':[[71,2]],'complain':[[62,1]],'port2':[[71,3]],'guide':[[17,5],[41,1],[66,1],[71,1],[68,2],[40,5],[64,2]],'notebook':[[48,1]],'createfromgdstr':[[59,1],[60,1]],'accessed':[[73,1],[51,1],[54,2],[55,5],[53,1],[4,1],[68,1],[79,5]],'arr':[[78,6]],'preparations':[[78,3]],'fillcolor':[[60,4]],'planning':[[79,1]],'gets':[[8,2],[78,1],[79,1],[60,7],[6,1]],'mid':[[9,1],[51,1]],'deemed':[[62,4]],'60hz':[[75,1]],'noicon':[[20,3]],'beta':[[3,1]],'ftp':[[61,1]],'wins':[[79,1]],'samples':[[35,4],[75,1]],'guard':[[60,1]],'comprised':[[48,1]],'120':[[76,2]],'rp2a03e':[[76,1]],'gtk2':[[3,1],[7,1]],'giorgio':[[3,1]],'activity':[[4,1],[53,1],[78,1]],'installed':[[12,1]],'signed':[[73,3],[59,1],[78,2],[43,1],[60,4],[42,1],[75,2]],'matches':[[56,1]],'break':[[78,2],[62,1],[50,15],[52,1],[68,1],[8,1]],'generator':[[76,16],[79,1],[68,2]],'placement':[[79,1]],'card':[[6,1]],'remain':[[78,1],[79,1],[44,1]],'previously':[[53,1],[60,3]],'will':[[50,33],[56,9],[35,2],[29,15],[47,3],[80,1],[24,23],[82,2],[48,17],[32,1],[57,1],[79,22],[46,2],[38,1],[28,22],[44,8],[81,1],[12,1],[20,7],[13,1],[36,9],[68,13],[5,1],[37,11],[63,2],[22,9],[41,21],[33,4],[73,1],[19,4],[16,4],[39,2],[59,16],[9,1],[14,5],[23,1],[51,4],[54,5],[60,45],[66,2],[71,3],[10,1],[40,1],[18,3],[65,3],[55,3],[53,5],[30,7],[31,8],[62,13],[52,5],[8,1],[78,45],[25,2],[76,68],[34,4],[72,1],[75,9],[58,10]],'consistently':[[9,1]],'sbx':[[78,14]],'accessible':[[59,1],[12,1],[50,2],[39,2]],'else':[[63,1],[59,3],[41,1],[66,1],[60,3],[62,3]],'`#j1@lj3b@29':[[78,1]],'cross':[[78,1],[2,1]],'state':[[73,5],[50,4],[39,1],[59,2],[54,2],[14,1],[71,3],[24,6],[60,21],[79,1],[18,8],[55,1],[53,1],[28,1],[13,2],[20,1],[52,2],[8,2],[37,2],[5,1],[63,1],[78,4],[76,5],[6,1],[72,2],[75,3]],'populated':[[8,1]],'framedisplay':[[20,3]],'troubleshooting':[[64,1],[65,2]],'0005':[[50,2],[75,1]],'lua':[[1,1],[50,3],[61,6],[16,4],[39,10],[59,29],[9,8],[14,5],[15,2],[29,3],[60,29],[66,1],[4,6],[10,6],[57,12],[7,4],[62,15],[12,4],[13,2],[20,5],[8,6],[5,3],[63,29],[6,18],[11,2],[58,18]],'readword':[[4,1],[60,1]],'checked':[[50,1],[13,1],[16,2],[36,6],[35,1],[37,6],[23,1],[29,1],[41,2],[60,3],[76,1],[34,3],[48,1],[11,1]],'circuit':[[79,1],[26,1]],'slowdown':[[6,1],[24,1]],'highlighted':[[53,3],[11,1]],'thing':[[41,2],[66,1],[76,1],[48,5],[79,2],[65,1]],'yesno':[[60,3]],'defeated':[[63,1]],'00h':[[75,7]],'diagrams':[[79,1]],'#256':[[79,1]],'huge':[[79,1]],'not':[[73,2],[19,1],[50,5],[16,3],[56,1],[35,1],[39,1],[59,14],[51,1],[14,4],[23,1],[29,1],[24,5],[47,2],[4,3],[54,1],[48,16],[60,33],[66,4],[57,1],[7,1],[65,2],[71,6],[79,13],[82,1],[55,4],[53,2],[30,2],[28,8],[44,1],[62,7],[12,5],[13,1],[20,5],[36,1],[52,2],[5,2],[37,3],[63,3],[22,1],[68,6],[41,10],[76,13],[6,4],[78,55],[75,14],[58,1]],'4040':[[75,1]],'anymore':[[6,2]],'0300':[[68,4]],'hertz':[[60,5],[75,1]],'log':[[78,2],[54,9],[55,6],[71,12],[50,1],[6,9],[4,3],[12,2],[5,1]],'|10':[[76,1]],'mirrored':[[79,1]],'frontend':[[3,1],[62,1],[58,1]],'maximum':[[59,1],[78,1],[76,2],[62,1],[60,1],[72,1],[75,1],[33,1],[35,1]],'shrink':[[37,1]],'saved':[[73,1],[50,1],[28,1],[62,3],[37,1],[39,3],[14,1],[29,5],[41,1],[60,2],[4,2],[48,5],[11,1],[18,1]],'taller':[[36,1]],'refer':[[59,1],[68,4],[56,1],[60,2]],'conversion':[[65,2],[13,1],[76,2],[60,1],[5,1]],'ever':[[76,1],[79,3]],'faintly':[[79,1]],'safely':[[60,1]],'nop':[[78,35]],'additions':[[78,2]],'polled':[[47,1],[28,1]],'moviefilenames':[[14,1]],'design':[[45,1],[76,1],[6,1]],'messagebox':[[59,1]],'unhide':[[39,1],[30,1],[28,1]],'relating':[[29,1],[1,1]],'becomes':[[48,1],[55,2],[76,1],[6,1]],'raw':[[49,1],[23,1],[19,1],[60,11]],'integral':[[36,1],[5,1]],'refused':[[78,1]],'1400h':[[75,1]],'excess':[[48,1]],'met':[[76,1],[50,1]],'disrupt':[[75,1]],'registersave':[[10,2],[60,1]],'smb2':[[20,2]],'anded':[[78,1]],'224p@60fps':[[28,1]],'pin':[[76,4],[79,5]],'representing':[[60,2]],'handlers':[[60,1]],'basics':[[59,2],[57,1],[79,1],[58,1]],'explain':[[63,1],[48,1],[53,1],[27,1]],'notice':[[78,1]],'retrieves':[[79,2]],'beyond':[[53,1],[23,1]],'4020':[[68,1]],'relocated':[[75,2]],'determining':[[78,1],[79,1]],'existing':[[4,1],[49,1],[41,2],[18,1]],'page':[[73,1],[59,1],[26,1],[78,40],[41,1],[50,1],[60,3],[68,7],[3,3],[39,1]],'w_pm`':[[78,1]],'debugging':[[55,1],[50,9],[67,2],[13,1],[8,1],[59,1],[49,1],[14,1],[6,2],[82,1],[4,1],[3,3],[10,1],[7,1]],'nothrottle':[[59,1],[60,1],[20,2]],'aid':[[63,1],[48,1],[79,1],[67,1]],'rather':[[59,1],[47,1],[60,4],[44,1],[28,1],[62,1],[12,1],[20,1],[16,2],[79,2]],'reliably':[[78,1]],'deleting':[[55,1],[57,1],[6,1]],'inital':[[75,2]],'scrolllock':[[60,1]],'mapinittab':[[9,1]],'unsaturated':[[26,1]],'joe':[[48,1]],'behaves':[[78,1]],'precise':[[59,1],[78,1],[79,1]],'onto':[[79,2],[68,5]],'line':[[50,10],[16,1],[59,4],[9,1],[54,1],[71,4],[24,1],[60,4],[4,4],[80,1],[82,18],[79,10],[53,1],[12,3],[13,1],[20,4],[36,4],[52,1],[68,1],[17,2],[78,4],[41,2],[76,1],[6,1],[3,1]],'west':[[78,1]],'sav':[[12,1],[29,1],[22,1],[55,1]],'kage':[[6,1]],'blob':[[71,1]],'around':[[78,1],[49,1],[68,1],[75,2],[76,2],[60,2]],'zapper':[[9,1],[71,5],[31,8],[60,8],[12,3],[8,2],[5,2]],'goes':[[78,2],[14,1],[76,2],[62,1],[60,1],[75,2],[68,1],[79,1]],'tearing':[[36,2],[6,1]],'capslock':[[60,1]],'send':[[41,1],[78,1]],'shouldn':[[41,1],[63,1]],'ejecting':[[22,1]],'c000':[[75,2],[68,1],[55,1],[82,3]],'0000|':[[68,1]],'plp':[[78,4]],'destination':[[55,2],[78,1],[23,1]],'goodtools':[[28,1]],'|0e':[[76,1]],'065':[[76,1]],'rules':[[58,1]],'draw':[[59,1],[61,1],[14,1],[53,1],[60,8],[80,1]],'statement':[[78,1],[50,2]],'__________________________________________':[[68,1]],'popped':[[79,1]],'0x10':[[82,1]],'blur':[[36,1]],'extracts':[[78,1]],'shorthand':[[80,1]],'wrap':[[76,1]],'held':[[24,1],[60,11],[76,1],[31,3],[8,1]],'automate':[[57,1]],'called':[[62,14],[28,1],[12,1],[39,4],[59,3],[78,4],[66,1],[60,10],[82,2],[4,1],[3,1],[79,2],[18,1],[58,1]],'t2p9d`pyd`':[[78,1]],'automated':[[66,1],[60,1]],'setpixel':[[60,1]],'newly':[[4,2],[54,2]],'pix':[[68,2]],'interrupting':[[60,1]],'incomplete':[[73,2]],'port0':[[71,7]],'arithmetic':[[78,8]],'garbage':[[79,3]],'lehti':[[78,2]],'testing':[[78,1]],'post':[[10,1],[79,1],[6,1],[35,1]],'deck':[[22,1]],'flakes':[[6,1]],'004':[[76,1]],'software':[[3,1],[61,1],[78,1]],'f14':[[60,1]],'downs':[[66,1]],'hide':[[19,1],[30,1],[6,1],[28,1],[36,3],[79,1],[39,1]],'themes':[[8,1],[30,1]],'driven':[[79,1]],'instructions':[[78,45],[49,2],[54,5],[41,1],[6,3],[50,6],[4,2],[60,4],[82,1],[58,2]],'similar':[[37,1],[65,1],[78,2],[79,1],[41,1],[60,2],[75,2],[68,2],[57,1],[8,2],[5,1]],'finally':[[78,3],[53,1],[50,1]],'06xx':[[68,1]],'subpixel':[[68,3]],'proves':[[78,6]],'a000':[[55,1],[75,1]],'internally':[[59,1],[79,2],[60,2]],'suspending':[[5,1]],'turns':[[78,2],[12,1],[20,6],[7,1],[39,2]],'999':[[35,1]],'parasyte':[[3,1]],'etc':[[55,1],[50,1],[62,1],[12,1],[68,3],[36,1],[8,1],[17,1],[9,1],[29,1],[76,2],[6,1],[60,1],[82,1],[75,4],[79,1],[11,1]],'blargg':[[11,3]],'mulitple':[[68,1]],'ml`':[[78,1]],'distorted':[[79,1]],'serialize':[[79,1]],'metroid':[[6,1],[75,2]],'screens':[[79,1],[68,2]],'xxx1':[[75,1]],'peek':[[6,1]],'deleted':[[60,5]],'friends':[[60,1]],'standard':[[59,1],[22,1],[76,1],[71,1],[60,3],[44,1],[48,2],[75,2],[39,1]],'digit':[[78,1],[68,1]],'dd0e':[[78,8]],'240hz':[[76,3]],'programmable':[[76,11]],'bullet':[[3,1],[66,1],[24,2]],'win32':[[5,1],[11,1],[9,2],[14,2],[6,1],[4,1],[61,1],[12,1],[13,12],[10,1],[7,1],[8,3]],'decay':[[76,29]],'weekend':[[79,1]],'hash':[[71,1],[48,1]],'emphasize':[[51,1]],'0x00fa':[[59,1]],'recovering':[[13,1]],'write':[[55,1],[53,3],[50,3],[62,2],[12,1],[20,2],[68,1],[8,1],[39,3],[37,1],[59,4],[78,39],[41,1],[76,13],[24,2],[60,15],[80,5],[75,7],[11,2]],'blank':[[48,1]],'intensive':[[59,1]],'hexeditor':[[59,1]],'magenta':[[60,1]],'means':[[50,1],[16,1],[36,4],[56,1],[39,6],[47,1],[71,1],[60,9],[76,3],[75,3],[48,1],[57,1],[79,5]],'luasocket':[[61,3]],'2001':[[73,1]],'equal':[[59,3],[78,1],[41,8],[76,2],[50,2],[62,1]],'tiles':[[48,5],[68,1],[51,2],[79,4]],'representations':[[60,1]],'sssff':[[75,1]],'|14':[[76,1]],'peripheral':[[22,1]],'persistent':[[60,6]],'scales':[[60,2]],'rp2a03':[[60,1]],'explaination':[[75,1]],'routine':[[78,11],[75,5],[49,2],[68,3],[76,1]],'hop':[[76,1]],'numpad8':[[60,1]],'ca65':[[82,1]],'action':[[10,1],[41,2],[76,6]],'games':[[73,2],[19,1],[67,3],[59,2],[9,2],[14,1],[15,1],[29,2],[47,2],[51,2],[4,1],[54,1],[48,4],[60,4],[66,1],[79,4],[18,2],[65,1],[80,1],[55,1],[53,1],[31,4],[28,2],[62,2],[12,2],[52,1],[36,2],[68,7],[17,2],[63,1],[22,5],[41,4],[76,4],[6,3],[75,2],[33,1]],'drawn':[[51,1],[55,2],[80,1],[48,1],[52,1],[79,3],[11,1]],'your':[[65,2],[53,3],[30,1],[44,1],[50,3],[31,2],[61,1],[62,4],[68,4],[56,1],[63,1],[59,4],[78,9],[24,1],[60,18],[82,3],[48,19],[75,1],[79,4],[58,2]],'dadc':[[78,1]],'battletoads':[[68,1]],'``a':[[78,2]],'gracefully':[[8,1],[13,1]],'scans':[[55,1]],'calling':[[60,4]],'checkboxes':[[6,1]],'simultaneously':[[78,3],[47,1],[28,1]],'buffering':[[34,3]],'canvas':[[61,1]],'r6502':[[78,1]],'deviation':[[68,1]],'400c':[[76,4]],'processor':[[73,1],[78,27],[3,1],[76,1]],'unzipping':[[14,1]],'hashes':[[48,4]],'branching':[[59,1],[78,1]],'lastkeys':[[62,1]],'init':[[50,2],[75,12]],'examined':[[76,1]],'pause':[[50,5],[28,2],[12,2],[20,2],[8,1],[37,2],[59,3],[9,1],[23,6],[41,1],[54,2],[24,4],[60,3],[4,1],[48,2],[11,1],[18,1]],'latest':[[12,1],[14,1],[16,2],[6,1]],'shift':[[78,1],[14,1],[46,1],[76,11],[60,1],[4,1],[12,1],[36,1],[79,13],[18,1],[5,1]],'headerless':[[22,1]],'upscales':[[36,1]],'private':[[55,1]],'fall':[[79,1],[62,1]],'treated':[[78,1]],'f24':[[60,1]],'512':[[79,1]],'l&xj8':[[78,1]],'within':[[73,1],[55,1],[60,1],[50,1],[52,1],[36,2],[79,1],[5,1]],'square1':[[60,1]],'04fx':[[68,1]],'regards':[[76,2],[79,1]],'counterbreak':[[60,2]],'nicely':[[47,1]],'blip':[[3,1]],'128d':[[78,1]],'separate':[[78,1],[55,1],[60,4],[2,1],[24,1],[82,1],[48,1]],'begins':[[72,1],[11,1],[48,2]],'helpful':[[55,1],[48,1]],'reserved':[[78,1],[68,2]],'redo':[[39,4],[12,2],[18,2],[28,1]],'llvm':[[6,1]],'difference':[[78,1],[48,1],[76,1],[79,2]],'besides':[[63,1],[59,1]],'increases':[[9,1],[10,1],[76,2]],'vd`d2n0q':[[78,1]],'nothing':[[59,1],[55,1],[62,7],[48,1],[68,1],[79,2],[5,1]],'gamepad0':[[9,1]],'window':[[50,16],[61,1],[16,2],[56,2],[27,1],[59,3],[9,1],[14,2],[29,1],[49,1],[54,9],[60,2],[4,4],[82,4],[48,14],[10,1],[7,2],[53,2],[30,3],[28,2],[31,2],[12,7],[13,4],[36,10],[42,1],[8,3],[5,5],[41,11],[6,4],[11,2]],'supply':[[59,1]],'0afffh':[[75,1]],'affected':[[78,6],[47,1],[56,1]],'msmakela@kruuna':[[78,1]],'bit1':[[71,2],[78,1]],'hacked':[[19,1]],'patched':[[19,1]],'stopping':[[4,1],[60,2]],'#100':[[50,1]],'word':[[48,8],[75,8],[71,2],[60,2]],'initialrawdalatch':[[60,1]],'system':[[53,1],[61,1],[16,1],[39,1],[17,2],[37,1],[22,5],[29,1],[25,2],[66,1],[60,1],[71,1],[4,1],[76,4],[78,1],[82,1],[3,2],[79,1],[18,2]],'belongs':[[71,2]],'activates':[[8,1]],'player2':[[71,1],[15,2]],'weed':[[41,1]],'ikari':[[68,1]],'occurred':[[72,1],[78,1]],'grows':[[75,1]],'battle':[[48,2]],'252':[[6,1]],'development':[[3,1],[66,1],[78,1]],'imply':[[79,1]],'detecting':[[60,1]],'|0c':[[76,2]],'|28':[[76,1]],'fm2':[[46,4],[12,4],[13,2],[16,5],[20,12],[8,1],[37,3],[17,1],[39,2],[9,2],[14,3],[23,2],[29,1],[24,9],[63,1],[70,1],[71,3],[40,1],[11,3],[65,3]],'|frames':[[76,2]],'recorded':[[66,2],[31,1],[24,1],[28,2],[60,1],[62,1],[16,1],[10,1],[71,3],[37,1]],'machines':[[34,1],[75,1],[11,1],[18,1]],'arrives':[[76,1],[79,1]],'protections':[[78,1]],'fastest':[[25,1],[78,1],[62,1]],'obtained':[[76,1]],'conflicts':[[6,2]],'004e':[[75,1]],'capable':[[22,1],[48,1],[79,1],[62,1]],'strategies':[[24,1]],'2406':[[79,1]],'needing':[[48,1]],'addressing':[[78,26],[68,1],[41,1],[79,1]],'164':[[6,1]],'drastic':[[60,1]],'sped':[[35,1]],'showing':[[60,1],[37,1]],'traditional':[[31,1]],'rockwell':[[78,1]],'170':[[79,3]],'ultra':[[73,3],[1,1],[46,1],[53,1],[0,1],[16,1],[41,3],[71,1],[24,1],[2,3],[72,1],[3,18]],'autohold':[[8,4]],'totally':[[78,1]],'implementation':[[57,1],[8,2],[79,1]],'bit4':[[71,2],[78,1]],'2048':[[78,1],[68,5],[41,1],[76,2]],'instant':[[79,1],[48,1]],'periodicsaves':[[4,1]],'|02':[[76,1]],'however':[[28,1],[42,1],[36,1],[78,8],[41,1],[66,2],[24,1],[43,1],[60,5],[76,1],[48,1],[32,1],[3,1],[75,1],[79,3],[80,1]],'stop':[[50,1],[62,4],[20,2],[8,1],[39,6],[78,3],[23,3],[76,1],[60,6],[48,1],[3,1],[79,1],[11,2],[58,2]],'sends':[[24,1],[16,2]],'asm':[[56,1]],'creative':[[67,1]],'2b8':[[78,1]],'half':[[59,1],[78,2],[68,1],[76,2],[79,4]],'influence':[[78,1]],'quirk|':[[79,1]],'earlier':[[4,1],[60,1],[26,1],[66,1],[7,1],[8,1]],'indicates':[[79,1],[76,1],[71,4],[50,1],[60,1]],'front':[[76,1],[59,2],[62,1]],'errors':[[59,2],[49,1],[60,1],[62,1],[13,1],[8,1],[5,1]],'ask':[[22,1],[30,3],[11,1]],'capturing':[[17,2],[12,1],[23,6]],'inserted':[[22,1],[16,1]],'warning':[[48,1],[20,1],[60,3]],'0080':[[75,2]],'discussed':[[79,1]],'flaws':[[26,1]],'determines':[[21,3],[76,1],[79,2],[60,2]],'slower':[[65,1],[48,1],[35,1],[28,1]],'doing':[[78,1],[53,2],[60,4],[62,2],[12,1],[13,1],[75,1],[79,1]],'scanned':[[19,1]],'ret':[[53,1]],'strange':[[78,1]],'less':[[73,1],[50,1],[8,1],[78,3],[9,1],[14,1],[41,3],[76,4],[60,2],[48,2],[75,1],[79,2]],'040e':[[41,1]],'single':[[30,1],[50,2],[8,1],[78,1],[49,1],[76,1],[66,1],[24,2],[2,1],[4,2],[6,1],[60,1],[75,2],[79,4],[11,1]],'vsprintf':[[14,1]],'another':[[63,1],[59,1],[78,1],[55,3],[80,1],[31,1],[60,1],[12,1],[48,1],[68,3],[79,3],[18,1]],'throughout':[[48,1]],'inverting':[[76,1]],'comecon':[[78,1]],'operand':[[78,6]],'disk':[[17,2],[73,1],[22,32],[29,1],[25,6],[19,1],[31,1],[60,2],[71,5],[10,1],[18,1]],'30fps':[[47,1],[28,2]],'horrible':[[79,1]],'slot':[[60,5],[59,1],[68,5],[11,2],[18,4]],'triply':[[60,1]],'defaulting':[[10,1]],'homepage':[[3,3],[58,1]],'checkbox':[[9,1],[41,1],[31,1],[50,3],[4,1],[34,2],[48,3],[36,1],[37,2]],'pipelining':[[78,2]],'caused':[[78,1],[12,7],[14,1],[10,1],[6,1],[8,1]],'swap1p2p':[[6,1]],'follows':[[41,1],[71,1],[76,5],[48,1],[75,1],[79,2],[58,1]],'p17':[[73,1]],'colorburst':[[79,6]],'mutually':[[76,1],[79,1]],'emuversion':[[71,1]],'directions':[[68,1]],'terminate':[[78,1]],'pre':[[3,1],[65,1]],'m159':[[6,1]],'9003':[[75,1]],'tracknoise':[[6,1]],'rect':[[60,1]],'doings':[[79,1]],'infamous':[[79,1]],'01h':[[75,1]],'useless':[[54,1]],'10ff':[[68,1]],'suppose':[[48,3],[60,1]],'d011':[[78,2]],'above':[[31,2],[81,1],[36,1],[56,1],[8,1],[59,1],[78,3],[6,1],[60,1],[82,4],[48,2],[75,4],[79,2]],'joystick':[[73,2],[72,3],[31,1]],'shifts':[[78,2]],'fix':[[12,3],[13,6],[36,2],[8,6],[78,13],[9,4],[14,3],[15,2],[26,1],[6,1],[49,1],[4,4],[75,1],[10,1],[79,1],[11,1],[7,2]],'exists':[[16,1],[79,1],[60,1],[11,1]],'startup':[[55,1],[62,1],[28,1],[12,1],[16,1],[13,1],[20,1]],'genie':[[50,2],[28,9],[67,2],[20,2],[56,15],[5,2],[49,3],[41,2],[60,2],[4,1],[3,1],[79,1],[7,1],[65,6]],'selects':[[79,3],[80,1]],'figure':[[79,1],[48,4]],'_____':[[68,2]],'famiclones':[[34,1],[28,1]],'associative':[[59,3]],'assigned':[[12,1],[42,1],[31,3],[24,1]],'presskeystart4':[[62,1]],'platform':[[3,1],[59,1],[2,1]],'aimlessly':[[16,1]],'nmi1':[[50,1]],'rerecording':[[9,1],[26,2],[53,1],[2,1],[24,2],[43,1],[66,1],[42,1],[16,2],[3,5],[10,1],[8,1]],'200000':[[66,1]],'extent':[[60,1]],'jeopardy':[[68,1]],'contained':[[73,1],[76,1]],'tie':[[62,5]],'1f0h':[[75,1]],'small':[[66,3],[62,1],[50,3],[48,1],[68,1],[75,2],[79,2],[65,1]],'period':[[76,1],[41,1],[60,1],[53,1],[24,1],[28,1],[79,3]],'prepends':[[75,1]],'0xf':[[78,1]],'disassembler':[[55,5]],'simultaneous':[[78,1],[6,1]],'16777216':[[78,2]],'romname':[[20,3]],'fetched':[[78,9],[79,12]],'0&&4ka':[[78,1]],'0123456789abcdef':[[50,2]],'dreams':[[79,1]],'|24':[[76,1]],'choose':[[59,1],[22,3],[54,1],[6,1],[28,1],[56,1],[33,1],[58,2]],'controller':[[51,1],[60,2],[28,1],[31,9],[68,1],[57,1],[8,2]],'laws':[[8,1]],'anyways':[[62,1]],'exact':[[79,2]],'field':[[73,2],[50,7],[44,1],[13,1],[16,1],[56,2],[5,1],[14,1],[41,1],[66,1],[24,1],[6,2],[60,1],[71,6],[48,1],[75,2]],'resume':[[4,1],[28,1],[50,1],[24,1],[5,4]],'says':[[60,1],[62,1]],'steps':[[76,2],[79,2]],'09000h':[[75,2]],'input':[[16,2],[27,1],[59,7],[14,3],[29,4],[47,1],[24,3],[60,23],[4,2],[66,1],[71,17],[10,2],[18,1],[7,1],[31,11],[28,11],[45,1],[62,4],[12,1],[13,1],[20,6],[68,3],[8,8],[5,2],[17,1],[63,2],[76,3],[6,4],[34,1],[72,1],[11,1]],'6502_cpu':[[78,2]],'registermanual':[[60,1]],'handling':[[16,2],[55,1],[6,1],[7,1]],'european':[[78,1],[28,1]],'abstract':[[61,1]],'wiki':[[66,1]],'getdown':[[9,1],[60,1]],'drag':[[9,1],[41,1],[12,2],[48,2],[11,1],[8,1]],'statically':[[3,1],[4,1],[61,1]],'deeper':[[59,1]],'backslash':[[60,1]],'panels':[[51,1]],'gates':[[76,4],[79,1]],'copying':[[78,1],[48,1]],'seems':[[78,4],[76,1],[79,3],[11,1]],'emblem':[[9,2]],'latched':[[79,1]],'forcefully':[[60,1]],'actual':[[73,1],[55,1],[53,1],[60,3],[50,2],[66,1],[76,2],[48,2],[82,1],[33,3],[79,1]],'#ce_2gpl':[[78,1]],'megaman':[[79,4]],'conditioned':[[79,1]],'srt':[[11,1],[39,1]],'playern':[[59,2]],'scripting':[[63,1],[59,1],[29,1],[66,1],[62,4],[16,2],[57,4],[58,1]],'verbose':[[5,1]],'improvements':[[3,1],[4,1],[7,1]],'keyword':[[59,1]],'ctlr':[[73,2]],'4017':[[73,1],[76,16]],'recording':[[71,1],[28,3],[44,1],[45,1],[13,2],[16,3],[8,2],[5,1],[17,2],[27,1],[37,1],[14,1],[23,1],[29,1],[6,1],[24,14],[4,2],[39,3],[60,3],[66,16],[3,2],[10,2],[7,1],[65,1]],'100':[[78,7],[76,1],[79,1],[60,2],[62,1]],'names':[[54,1],[29,1],[6,2],[50,1],[4,1],[82,2],[48,2],[10,1],[5,1]],'check':[[31,1],[50,1],[62,1],[12,1],[36,2],[8,1],[37,1],[5,1],[78,1],[49,1],[60,2],[33,1],[65,2]],'videolog':[[13,1]],'asq_realitya':[[26,1]],'fcm':[[46,6],[12,1],[13,1],[16,2],[8,2],[14,4],[70,2],[71,1],[24,2],[72,6],[40,2],[11,1],[65,2]],'bunch':[[79,1],[48,1]],'aforementioned':[[76,1],[79,1],[50,1]],'events':[[79,1],[62,2]],'mmmm':[[50,2]],'nybble':[[78,34]],'configuration':[[27,2],[34,2],[36,1],[47,1],[31,5],[6,2]],'cheating':[[41,2]],'bytes':[[73,10],[55,4],[53,6],[50,3],[68,13],[78,4],[54,1],[71,5],[60,8],[82,1],[72,2],[75,6],[79,2],[65,1]],'subtract':[[78,2]],'reworked':[[79,1]],'4006':[[76,3]],'phases':[[79,4]],'invisible':[[79,1]],'font':[[48,4],[21,2],[6,1]],'optimize':[[66,1]],'77h':[[75,1]],'judged':[[62,1]],'tests':[[78,7],[76,1],[80,1],[5,1]],'icons':[[28,1]],'mappers':[[9,3],[14,1],[53,2],[6,2],[4,1],[12,1],[3,5],[5,2]],'8192':[[68,1],[65,1]],'sunsoft':[[75,4]],'kentaro':[[76,1]],'eight':[[36,2],[71,1],[62,1]],'#l&':[[78,1]],'dmcaddress':[[60,1]],'0x863c':[[60,1]],'subsection':[[73,6]],'smooth':[[79,1]],'bandai':[[6,1]],'tabbing':[[6,1],[54,1]],'04x0':[[68,1]],'restoration':[[7,1]],'coordinate':[[59,2],[79,6],[60,4]],'eeprom':[[6,1]],'izumi':[[76,1]],'glitch':[[55,1],[53,1],[63,1]],'exclamationmark':[[59,1]],'dsbc':[[78,2]],'auxillary':[[60,1]],'ties':[[76,1]],'edu':[[78,1]],'johnson':[[79,2]],'emulating':[[9,1],[60,1]],'linear':[[75,1],[76,24],[79,1],[60,1]],'going':[[48,4],[79,2],[60,1]],'tax':[[78,2]],'replicates':[[34,1]],'requires':[[79,1],[32,1],[14,1],[36,1],[30,1],[65,2]],'hands':[[59,1]],'inputdisplay_for_selection':[[6,1]],'transparency':[[79,2],[60,8]],'upgrades':[[16,1]],'flag':[[78,104],[9,1],[50,3],[44,1],[28,1],[60,2],[75,2],[20,16],[10,1],[79,7],[8,2]],'wider':[[36,1]],'gzip':[[19,1]],'0011111100000000':[[80,1]],'rendering':[[60,1],[14,1],[79,16],[50,1],[6,1]],'recognize':[[12,1]],'algorithm':[[36,1],[19,2],[78,1]],'japanophile':[[48,1]],'fba':[[42,1],[43,1]],'aborts':[[78,1]],'&z0':[[78,1]],'bypassed':[[34,1]],'processed':[[59,1],[78,1]],'profiling':[[50,1]],'snapped':[[56,1]],'tttttttt':[[75,1]],'169':[[79,1]],'2007':[[73,1],[68,2],[55,1],[79,3],[80,1]],'includes':[[51,1],[14,1],[6,1],[60,2],[61,1],[12,3],[13,1],[74,1],[77,1],[11,1],[39,1]],'plugging':[[22,1]],'earth':[[78,1]],'competing':[[66,1]],'removes':[[41,1],[60,1]],'drastically':[[12,1]],'intuitive':[[53,1],[8,1]],'provided':[[4,1],[3,1],[76,2],[60,3]],'punkrockguy318':[[3,1]],'grammar':[[50,1]],'specially':[[58,1]],'coder':[[79,1]],'multiply':[[75,1]],'during':[[55,1],[36,1],[35,1],[8,2],[78,5],[22,2],[14,2],[76,3],[24,3],[6,1],[48,1],[79,18]],'xxxx':[[4,1]],'altogether':[[63,1]],'player4':[[71,1]],'deactivating':[[78,1]],'accumulate':[[79,1]],'commontricks':[[66,1]],'aspects':[[69,1]],'simply':[[46,1],[53,2],[50,3],[44,1],[62,3],[16,1],[68,1],[29,1],[66,1],[24,3],[71,1],[75,4],[79,3],[18,1]],'04ff':[[68,1]],'yesnocancel':[[60,1]],'000a':[[75,1]],'kiji':[[9,1]],'collector':[[78,1]],'sta':[[78,42]],'undefined':[[78,3]],'6400%':[[25,2]],'tune':[[75,22],[25,2],[55,1]],'08ff':[[68,1]],'palflag':[[71,1],[14,1]],'calls':[[54,1],[55,1],[60,4],[39,1]],'repeat':[[41,1],[56,1]],'aborted':[[13,1]],'trying':[[78,2],[14,1],[55,1],[76,1],[6,1],[60,1],[62,1],[68,1],[36,2],[8,1],[5,1]],'filter':[[33,1],[38,1],[67,1],[44,1],[42,2],[16,1],[68,2],[54,3],[66,1],[43,2],[3,1],[40,2],[10,1],[65,1]],'rightbracket':[[60,1]],'m#nd':[[78,2]],'incrementing':[[75,1]],'unl':[[6,1],[12,1]],'evaluation':[[57,1],[62,2],[79,5]],'sdl':[[5,3],[11,2],[9,3],[14,22],[6,4],[4,1],[12,13],[13,18],[3,1],[7,1],[8,1]],'compile':[[57,1],[62,1]],'anything':[[59,3],[78,2],[66,1],[60,4],[6,1],[75,3],[8,1]],'related':[[1,1],[30,1],[12,2],[16,1],[68,1],[35,1],[27,4],[37,1],[39,1],[15,1],[26,1],[49,1],[78,1],[80,1],[4,1],[33,1],[7,2],[11,1]],'lags':[[44,2]],'product':[[50,3]],'taylor':[[76,1],[79,1]],'767':[[76,2]],'recieving':[[76,1]],'limitation':[[36,1]],'stack':[[73,1],[78,27],[9,1],[54,3],[50,5],[6,2],[75,1],[68,4],[8,1]],'ef43':[[71,1]],'neg':[[76,1]],'taught':[[62,1]],'picture':[[36,1],[51,1],[65,1]],'rip':[[55,1],[75,1]],'encounters':[[59,1]],'2012':[[6,1]],'anonymous':[[59,2],[60,3]],'parodius':[[67,1],[69,1]],'dragon':[[29,2],[47,1],[6,1],[28,2],[75,1],[10,1],[79,1]],'0x800':[[73,3]],'stopseeking':[[60,1]],'constitute':[[71,1]],'introduces':[[6,1]],'causing':[[63,1],[78,2],[50,1],[6,1],[8,2],[35,1]],'features':[[1,1],[67,2],[0,1],[12,4],[13,1],[16,3],[42,1],[8,2],[5,1],[78,2],[14,2],[76,2],[66,5],[6,1],[24,1],[4,1],[43,1],[48,5],[3,5],[10,1],[11,1],[79,1]],'compiling':[[12,1]],'variant':[[60,1]],'play':[[50,2],[67,1],[27,1],[39,8],[54,1],[66,1],[24,4],[60,2],[4,1],[48,2],[32,3],[10,1],[79,1],[18,2],[55,5],[62,3],[28,3],[12,1],[20,1],[5,5],[37,1],[22,1],[6,1],[75,6],[11,1]],'5ff6':[[75,1]],'frequencies':[[76,3]],'experimental':[[45,1],[11,2]],'incremented':[[81,1],[78,4],[79,1]],'bookmarks':[[41,1],[50,8],[6,1],[4,1],[7,1],[5,1]],'error':[[62,2],[12,2],[13,1],[16,2],[8,2],[78,1],[9,1],[14,2],[26,1],[6,1],[60,13],[48,1],[7,1],[11,1]],'vezj':[[78,1]],'demos':[[78,1],[49,1]],'rollback':[[62,3]],'fetches':[[78,7],[79,10]],'microprocessor':[[78,1]],'assumes':[[79,1]],'useable':[[57,1],[12,1],[32,1]],'pkzip':[[19,1]],'projects':[[6,1]],'configfile':[[14,2]],'translations':[[48,1]],'0111000000000000':[[80,1]],'periodic':[[41,1],[75,1],[28,1]],'shs':[[78,3]],'vbjin':[[42,1]],'management':[[57,1],[78,1],[16,1]],'suited':[[79,1]],'offsets':[[79,1],[82,1],[75,3],[19,1],[6,1],[50,2]],'functions':[[57,2],[58,4],[55,1],[62,14],[44,1],[81,1],[61,1],[12,1],[16,1],[8,2],[5,1],[39,2],[59,5],[9,1],[63,2],[41,2],[78,1],[6,2],[60,12],[4,1],[3,1],[10,1],[11,1],[7,1]],'no8lim':[[20,2],[14,1]],'3000|':[[68,1]],'similarly':[[78,3]],'together':[[78,1],[36,1],[76,2],[62,1]],'compatible':[[73,1],[19,3],[12,1],[16,1],[68,1],[39,1],[78,1],[70,1],[6,1],[24,1],[10,1],[18,1],[65,1]],'increasing':[[34,1],[12,1],[76,1],[6,1]],'palette':[[73,1],[79,22],[68,1],[36,1],[8,2],[27,2],[26,12],[51,3],[6,2],[60,8],[4,1],[33,21],[11,3],[65,4]],'separated':[[55,1],[2,1],[51,1]],'zd`2':[[78,1]],'newppu':[[9,1],[13,1],[10,1],[71,1],[6,3],[11,2]],'stopmovie':[[20,3]],'oops':[[78,1]],'getinput':[[60,1]],'for':[[50,17],[61,7],[77,1],[56,2],[29,2],[47,6],[80,4],[2,1],[24,10],[82,7],[48,19],[57,3],[79,62],[28,8],[12,22],[13,13],[20,2],[36,8],[68,22],[5,1],[63,7],[22,3],[41,19],[43,1],[33,6],[11,8],[73,3],[1,2],[19,4],[67,4],[74,1],[16,6],[39,4],[59,21],[9,6],[14,10],[23,4],[49,8],[51,2],[54,14],[4,4],[60,46],[66,7],[71,8],[10,4],[40,4],[18,2],[7,2],[65,4],[55,15],[53,5],[30,2],[31,5],[62,22],[42,1],[52,3],[8,13],[17,6],[78,38],[26,1],[25,1],[76,38],[6,10],[34,1],[72,1],[75,17],[3,9],[58,4]],'equipment':[[31,1]],'fun':[[48,1]],'transport':[[61,1]],'1a00':[[68,1]],'op`b@`':[[78,1]],'booleans':[[71,1]],'occupied':[[22,1]],'appropriate':[[78,1],[76,4],[79,7],[60,3]],'registerexit':[[60,1]],'executed':[[78,9],[54,7],[55,5],[50,3],[60,1],[4,2]],'rerecordcount':[[71,1],[12,1],[60,1]],'app':[[48,2]],'elseif':[[59,1]],'17d':[[76,1]],'undoes':[[66,1]],'generation|':[[79,1]],'users':[[63,2],[12,1],[10,1],[60,1]],'applying':[[50,1]],'dir':[[13,1]],'softreset':[[12,1],[60,1]],'native':[[3,1]],'hello':[[59,2]],'could':[[78,4],[55,3],[53,1],[60,2],[44,1],[66,1],[48,2],[75,1],[79,7],[65,1]],'lowest':[[78,1],[62,1],[68,1]],'1000':[[68,2],[25,2],[71,2]],'254':[[60,1]],'numpad0':[[60,1]],'1008307711':[[71,1]],'freely':[[63,1]],'ch8':[[75,2]],'dream':[[8,1],[9,1]],'filehandle':[[59,3]],'essentially':[[76,2],[55,1],[67,1],[48,1],[57,1],[79,4],[58,1]],'conducted':[[76,1]],'reformats':[[16,1]],'taps':[[76,1]],'vtoggle5':[[4,1]],'resizing':[[36,2],[5,1]],'machrider':[[63,1]],'root':[[6,1],[65,2]],'screenshot':[[12,1],[60,4],[39,2]],'days':[[59,1]],'macros':[[66,1]],'apparently':[[3,1]],'bit1|bit0':[[78,1]],'png':[[61,1],[60,2],[29,6]],'d020':[[78,2]],'sequential':[[79,4]],'rewrites':[[6,1]],'export':[[82,1]],'prefer':[[36,1],[54,1]],'replay':[[37,1],[39,1],[14,1],[23,1],[41,1],[6,4],[24,2],[60,1],[13,2],[8,3],[11,1]],'strmode':[[59,1]],'couple':[[4,1],[59,1],[5,1]],'changelog':[[12,1],[13,1],[8,1],[5,1],[9,1],[14,1],[15,1],[6,1],[4,1],[3,5],[10,1],[11,1],[7,1]],'lose':[[78,2],[6,1]],'crackling':[[34,1]],'nesdev@onelist':[[81,2],[80,2]],'ascii':[[71,2],[6,1],[82,1]],'hexforecolorb':[[21,1]],'quirk':[[76,1],[79,1]],'return':[[59,3],[78,2],[76,2],[53,2],[50,2],[31,1],[24,1],[60,6],[12,2],[62,11],[58,1]],'_ok':[[78,1]],'bfff':[[55,1],[68,1]],'whole':[[4,1],[78,1],[36,2],[79,3]],'came':[[79,2],[26,1]],'compete':[[79,1]],'resetcyclescount':[[4,1],[60,1]],'too':[[59,1],[9,1],[78,4],[6,1],[28,1],[60,4],[48,2],[36,1],[79,1],[58,2]],'xxxx1':[[68,1]],'c006':[[82,1]],'ease':[[6,1]],'opcodes':[[78,5],[50,1]],'mechanism':[[60,1],[62,1]],'ported':[[9,1],[43,2],[4,1],[42,2],[3,3],[10,1]],'generate':[[55,1],[76,7],[62,1],[60,1],[75,1],[79,1],[35,1]],'madara':[[75,1]],'call':[[59,2],[76,1],[80,1],[60,4],[62,2],[75,5],[79,1]],'motion':[[66,2]],'attempted':[[66,1]],'5015':[[75,1]],'1ch':[[75,1]],'1@i#zbe_':[[78,2]],'netplay':[[61,1],[9,1],[65,1]],'town':[[48,1]],'kinds':[[59,1],[48,1],[78,2]],'rumored':[[79,1]],'unchanged':[[60,3]],'|0a':[[76,2]],'exnr':[[73,1]],'cumulative':[[6,1]],'preexisting':[[24,1]],'viewer':[[9,1],[14,1],[49,3],[51,4],[53,1],[55,4],[4,1],[67,1],[12,2],[52,4],[3,2],[5,1]],'september':[[3,1],[4,1]],'premise':[[66,2],[48,1]],'extensive':[[17,1]],'usual':[[4,1],[78,1],[75,1],[79,2],[35,1]],'archives':[[4,1],[14,1]],'provide':[[61,1],[41,1],[79,1],[60,3]],'logic':[[7,1],[78,7],[80,1],[6,2],[82,1],[45,1],[81,1],[79,1],[11,3],[5,1]],'uint8':[[73,39]],'a%_':[[78,1]],'overview':[[44,1],[63,2],[75,1],[1,1],[2,1],[0,1]],'renamed':[[82,1]],'those':[[55,1],[31,1],[62,1],[36,1],[35,1],[21,1],[54,1],[41,1],[76,2],[6,1],[60,6],[75,2],[79,1]],'handled':[[78,10],[8,1]],'scanline':[[51,2],[80,1],[50,4],[12,1],[20,2],[36,1],[48,3],[52,9],[79,55]],'m`0@9':[[78,5]],'logging':[[54,5],[55,5],[4,1],[10,1],[8,1],[5,3]],'untouched':[[75,1]],'abortretryignore':[[60,1]],'patches':[[41,1]],'isattemptok':[[62,2]],'input3':[[14,1]],'terminates':[[71,1]],'zd#':[[78,1]],'using':[[50,2],[67,1],[61,1],[56,3],[59,5],[9,1],[29,1],[51,1],[54,2],[24,1],[60,13],[4,2],[82,2],[48,3],[10,1],[40,4],[18,3],[57,2],[65,3],[79,3],[46,1],[55,3],[53,3],[62,1],[44,2],[52,2],[68,1],[36,2],[8,1],[5,2],[63,1],[78,5],[26,1],[41,3],[76,2],[6,1],[34,2],[58,1]],'sporting':[[79,1]],'drawing':[[63,1],[51,1],[80,1],[6,1],[60,9],[12,1],[52,1],[36,1],[79,2],[5,2]],'although':[[78,3],[79,3],[50,1],[67,1]],'turbo':[[59,2],[14,1],[25,3],[60,2],[34,2],[12,8],[13,1],[16,4],[20,5],[7,2],[8,1]],'engaged':[[60,1]],'describing':[[82,1]],'doubly':[[60,1]],'ling':[[5,1]],'eaters':[[78,1]],'selector':[[79,1]],'chronicles':[[7,1]],'declaration':[[48,2]],'r0j0`fd%j':[[78,1]],'si_none':[[71,4]],'ampl':[[73,1]],'icon':[[20,3],[60,5],[28,1]],'switched':[[81,2],[41,1],[6,1],[60,1]],'imagine':[[79,1]],'criteria':[[44,2]],'v`a%_':[[78,1]],'&4la':[[78,1]],'231':[[36,1],[60,1]],'decision':[[79,1]],'optionally':[[82,1],[13,1],[60,3]],'kevin':[[75,1]],'240p@50fps':[[28,1]],'getup':[[9,1],[60,1]],'relative':[[4,1],[78,4],[8,1],[60,2]],'items':[[39,3],[67,1],[28,1],[12,5],[48,1],[68,1],[27,3]],'specifics':[[59,1]],'gameinfo':[[33,1]],'scientific':[[61,1]],'khorton@iquest':[[75,1]],'technically':[[67,1]],'community':[[67,1],[2,2],[64,2]],'4buttonexit':[[4,1]],'specialized':[[67,1]],'customize':[[53,1],[11,1],[54,1]],'|bit7':[[76,2]],'convience':[[79,1]],'archived':[[4,1]],'coin':[[4,1],[25,2],[71,2]],'key3':[[62,1]],'mutlitrack2':[[63,1]],'smearing':[[36,1]],'exiting':[[59,1]],'5c00':[[75,3]],'256x224':[[60,1]],'brad':[[76,1],[79,1]],'bar':[[51,1],[52,3],[16,1],[3,1],[68,1],[11,1],[79,6]],'stay':[[36,1],[76,3],[24,1]],'based':[[19,1],[50,1],[28,1],[44,1],[12,1],[16,1],[36,1],[26,1],[41,1],[66,1],[71,1],[76,1],[75,1],[10,1],[79,1]],'basically':[[48,1],[53,1],[62,1],[79,3]],'f16':[[60,1]],'indeed':[[63,1]],'debugged':[[50,1],[82,1]],'tri':[[76,8]],'chapter':[[78,2],[39,3]],'curly':[[59,1]],'rewritten':[[45,1],[6,1]],'y#4j2x@to':[[78,1]],'%d2n@4':[[78,1]],'remained':[[3,2]],'644':[[78,6]],'middle':[[79,1],[53,1],[50,2],[56,1]],'until':[[50,3],[28,2],[56,1],[8,1],[41,1],[76,2],[60,2],[48,1],[75,2],[3,1],[79,4],[58,1]],'pauses':[[59,1],[6,1],[60,2]],'autopause':[[5,1]],'potentially':[[60,1]],'respectively':[[78,3],[75,1],[76,2]],'frames':[[62,5],[28,4],[44,1],[12,1],[13,1],[16,1],[14,1],[47,2],[71,1],[24,1],[60,10],[76,1],[72,1],[48,1],[79,3]],'obsoletes':[[53,1]],'refresh':[[12,4],[10,1],[76,5]],'otion':[[4,1]],'firebrandx':[[26,1]],'delay':[[76,4],[79,1],[25,2],[47,1],[60,1],[5,1]],'compatibility':[[9,2],[19,1],[6,1],[28,2],[60,4],[10,2],[18,1],[7,1]],'corners':[[36,1]],'rand':[[62,8]],'expand':[[68,1]],'string':[[73,3],[59,3],[71,4],[60,43],[50,1],[48,1],[75,5],[11,1]],'presskeya1':[[62,1]],'must':[[65,4],[73,1],[31,1],[28,2],[44,1],[62,2],[20,5],[56,1],[39,2],[59,1],[22,2],[78,3],[41,1],[71,5],[60,3],[76,1],[82,3],[48,1],[75,6],[79,2],[58,1]],'turned':[[41,1],[71,1],[60,1],[28,1]],'4092':[[75,1]],'setreadonly':[[12,1],[60,4]],'|frame':[[76,1],[79,1]],'terminated':[[73,1],[75,3],[71,1]],'arrow':[[31,2],[44,1]],'closer':[[78,1]],'2013':[[4,1],[5,1]],'emphasis':[[33,2]],'f17':[[60,1]],'retrieved':[[79,1]],'dismisses':[[60,1]],'collapse':[[44,1]],'notable':[[5,1]],'flickering':[[36,2]],'irq':[[73,7],[78,17],[76,18],[50,3],[79,4],[11,1]],'the':[[50,184],[61,8],[77,3],[56,49],[35,9],[27,6],[15,2],[29,15],[47,15],[80,15],[2,8],[24,89],[82,44],[48,117],[32,2],[57,5],[79,432],[46,3],[38,10],[28,81],[44,46],[81,8],[12,27],[13,6],[20,19],[36,39],[64,3],[5,19],[37,16],[63,10],[21,15],[22,43],[41,141],[68,67],[43,2],[69,2],[33,15],[11,40],[73,31],[1,4],[19,10],[67,7],[74,1],[16,20],[39,51],[59,85],[9,14],[14,12],[23,13],[49,10],[51,14],[54,42],[4,14],[60,389],[66,37],[71,111],[10,9],[40,6],[18,21],[7,9],[65,21],[55,72],[53,65],[30,10],[31,79],[45,4],[62,130],[42,3],[52,27],[8,38],[78,555],[26,9],[25,22],[70,3],[6,19],[76,367],[34,18],[72,12],[75,126],[3,29],[58,25]],'popup':[[59,1],[10,2],[60,10]],'expensive':[[59,1],[60,1]],'off':[[73,2],[35,1],[47,8],[71,1],[24,1],[60,2],[48,1],[79,3],[7,1],[53,1],[31,1],[28,5],[62,1],[12,6],[20,8],[68,1],[8,3],[78,2],[25,1],[41,3],[6,1],[76,2],[34,1],[11,2]],'song':[[75,18]],'better':[[60,1],[62,1],[48,2],[16,1],[10,1],[33,2],[36,1]],'05ff8h':[[75,3]],'luabot_backend':[[62,1]],'m09':[[78,1]],'sifc_none':[[71,1]],'default_nitsuja':[[26,1]],'bear':[[48,1]],'readbyte':[[59,2],[12,2],[60,2]],'player':[[59,2],[22,1],[14,1],[31,1],[50,1],[2,1],[60,12],[62,2],[68,12],[8,3]],'achieves':[[66,1]],'modern':[[3,1]],'invalid':[[78,13],[60,1],[6,1],[12,1],[13,1],[5,1]],'minimal':[[16,1]],'allowed':[[59,1],[55,1],[76,1],[60,2],[6,1],[12,1],[11,1]],'maxattempts':[[62,1]],'mhz':[[78,3],[76,2],[79,12]],'located':[[5,1],[78,2],[41,1],[53,2],[60,1],[48,1],[68,1],[65,1]],'alive':[[60,1]],'generic':[[73,4],[62,2]],'%h21cp`ea@':[[78,1]],'disappear':[[78,1],[12,2],[14,1]],'images':[[61,1],[22,4],[19,2],[79,2]],'mysterious':[[6,1],[11,1]],'navigate':[[50,1],[24,1],[23,1]],'english':[[48,4]],'fixedfontheight':[[11,1]],'0x0263':[[60,1]],'linux':[[3,4],[60,2]],'proceed':[[13,1],[22,1]],'everything':[[78,1],[54,2],[55,1],[66,1],[60,1],[62,1],[79,1]],'ripper':[[55,2],[75,1]],'2nd':[[12,1],[68,1],[10,1],[71,3],[75,1],[79,1]],'nor':[[66,1],[78,1]],'preset':[[78,1],[31,4],[60,1]],'tens':[[66,1]],'anew':[[3,1]],'lined':[[47,1]],'rendered':[[55,3],[53,2],[79,8]],'turning':[[12,1],[25,1],[41,1],[79,1],[28,2]],'specifications':[[77,1],[69,1],[74,1]],'viewing':[[53,1],[48,2],[67,1]],'176':[[6,1]],'bind':[[37,1],[13,2],[31,1],[11,1]],'dancing':[[68,1]],'latch':[[73,4],[78,2],[76,1],[79,5]],'pressed':[[59,1],[41,2],[47,1],[24,1],[60,2],[62,7],[34,1],[12,1],[71,5],[8,1]],'making':[[55,1],[67,2],[28,1],[45,1],[16,2],[68,4],[56,1],[64,1],[37,1],[78,1],[41,2],[66,7],[24,3],[60,1],[76,1],[48,1],[40,1],[79,2]],'iql2':[[73,1]],'57%':[[76,1]],'demokratische':[[78,1]],'``````````````':[[78,1]],'lag':[[14,1],[47,1],[6,1],[28,8],[4,1],[44,2],[12,2],[13,2],[16,3],[60,11],[35,1]],'indexes':[[79,1]],'serializer':[[79,1]],'1100':[[68,1]],'mahjong':[[31,1]],'freq':[[76,1],[60,5]],'width':[[36,2],[12,1]],'castlevania':[[75,1]],'note':[[73,1],[50,2],[16,1],[59,5],[51,1],[14,2],[47,1],[54,1],[60,11],[80,2],[48,3],[79,2],[55,1],[53,1],[31,2],[28,4],[62,3],[52,1],[20,2],[68,1],[78,14],[41,2],[76,7],[34,1],[75,4],[33,1]],'release':[[65,2],[79,5],[31,1],[45,1],[12,1],[13,1],[8,2],[5,1],[9,1],[14,1],[15,2],[76,1],[6,1],[4,1],[32,1],[3,1],[10,1],[11,2],[7,2]],'automation':[[50,1]],'f11':[[60,1]],'#rrggbbaa':[[60,1]],'reserve':[[68,1]],'overflows':[[78,3]],'function':[[62,13],[8,1],[39,2],[59,11],[9,1],[14,1],[49,1],[60,71],[4,1],[48,1],[75,1],[10,1],[18,2],[7,1]],'playbeginning':[[12,1],[60,1]],'cover':[[79,1]],'pcl':[[78,15]],'32000':[[14,1],[9,1],[12,2]],'kremer':[[78,1]],'octave':[[76,3]],'behind':[[59,1],[55,1],[79,2],[2,1],[60,2]],'contents':[[53,1],[50,3],[62,3],[68,1],[64,1],[49,3],[51,1],[41,1],[76,1],[6,1],[24,1],[4,1],[80,1],[75,1],[82,1],[79,3]],'grey':[[60,1]],'447':[[76,1]],'rpg':[[48,1],[62,1]],'designed':[[73,1],[26,1],[1,1],[24,1],[44,1],[43,1],[42,1],[68,1]],'explanation':[[56,1],[78,1]],'synchronize':[[76,1]],'vector':[[61,1],[78,12],[50,8]],'ranging':[[78,1]],'given':[[30,1],[50,3],[62,1],[52,1],[56,1],[59,5],[76,1],[66,1],[60,36],[82,2],[79,1],[18,1]],'surface':[[61,2]],'jl`@h':[[78,1]],'|history|':[[79,1]],'initialize':[[78,1],[79,2]],'gaiden':[[9,3]],'luke':[[3,1]],'mail':[[75,1]],'4005':[[76,2]],'mask':[[4,1],[51,2],[55,2]],'hq2x':[[36,4]],'rest':[[73,1],[78,3],[48,1],[76,1],[79,1],[60,1]],'concept':[[45,1],[2,1],[62,1]],'feb':[[79,2]],'describe':[[76,3]],'along':[[3,1],[79,1]],'1536':[[79,1],[68,1]],'human':[[32,1],[66,2],[50,1]],'who':[[59,1],[76,2],[62,1]],'playingbest':[[62,1]],'positive':[[78,2],[48,1],[76,1],[60,2],[44,1]],'specified':[[22,1],[29,1],[76,1],[71,3],[50,2],[28,1],[4,2],[60,1],[75,3],[20,10],[82,1]],'returns':[[62,11],[59,4],[12,2],[8,1],[60,57]],'provides':[[61,2],[68,1],[66,2],[2,1],[67,1]],'cli':[[76,2],[78,1]],'existed':[[60,1]],'assigning':[[5,1]],'shortcuts':[[12,1]],'listbox':[[8,1]],'little':[[62,1],[78,1],[48,1],[60,2],[11,1]],'improvement':[[6,1]],'determine':[[54,1],[76,1],[60,1],[62,3],[48,4],[75,3],[79,3]],'attention':[[53,1],[79,1]],'choice':[[79,1],[60,2],[28,1]],'building':[[61,1],[82,1]],'diables':[[11,1]],'udp':[[61,1]],'middleclick':[[60,1]],'ramwatch':[[7,2]],'ugly':[[48,1]],'p40':[[60,1]],'nonsense':[[63,1]],'triangle':[[34,1],[76,31],[60,1]],'shoddy':[[48,1]],'presettable':[[76,2]],'lax':[[78,13]],'providing':[[79,1],[9,1]],'altering':[[78,1]],'difficult':[[33,1],[78,1]],'blacker':[[79,1]],'serializers':[[79,2]],'booting':[[6,2]],'gray':[[60,1]],'logged':[[54,3],[55,4],[53,1],[6,1],[50,1]],'compress':[[9,1],[28,1]],'submitinsertframes':[[60,1]],'assisted':[[66,13],[24,3],[62,1],[45,1],[2,1],[6,1],[68,1],[3,1],[64,2]],'outlinecolor':[[60,4]],'fixes':[[12,6],[13,3],[16,1],[8,3],[5,2],[9,4],[14,4],[15,1],[6,2],[4,2],[10,3],[11,6],[7,1]],'autoconverts':[[11,1]],'prescale4x':[[36,2]],'giving':[[63,1]],'wave':[[73,1],[76,32]],'ticks':[[75,2]],'treats':[[60,1]],'older':[[34,1],[3,1],[76,1],[60,3],[58,1]],'truncate':[[8,1],[37,1]],'inserts':[[25,1]],'definite':[[76,1]],'identically':[[60,1]],'effectively':[[78,3],[76,2],[53,1],[31,1],[79,1]],'kana':[[48,6]],'sept':[[79,2]],'ymouse':[[60,1]],'00111111':[[80,1]],'enabling':[[76,2],[28,1],[12,1],[36,1],[35,1],[8,1]],'six':[[22,1]],'nil':[[59,6],[12,1],[10,1],[60,16],[62,1]],'label':[[50,1],[54,1]],'rising':[[79,1]],'applied':[[59,2],[41,1],[28,2],[36,1],[79,2],[7,1]],'9002':[[75,2]],'neat':[[79,1]],'june':[[78,1],[3,1],[7,1],[8,1]],'3f00|':[[68,1]],'sty':[[78,7]],'setting':[[31,2],[28,3],[12,1],[52,1],[5,2],[17,1],[78,2],[54,1],[25,2],[47,2],[24,1],[76,1],[4,1],[75,1],[40,1],[11,1],[79,2]],'arbitrary':[[41,2]],'closed':[[28,1],[14,1]],'improved':[[5,1],[11,1],[12,1],[28,1],[7,1],[6,4]],'getmarker':[[60,1]],'constantly':[[73,1],[76,1]],'242':[[6,1]],'foreground':[[79,4],[21,1]],'displaying':[[60,2],[79,1],[49,2],[57,1],[6,1],[28,1]],'getemuscreen':[[60,3]],'divider':[[76,4]],'static':[[4,1],[62,1]],'01xx':[[68,1]],'programmer':[[76,1],[57,1],[79,2]],'scan':[[36,2],[13,1]],'lead':[[76,2]],'descriptions':[[76,1],[78,1]],'f800':[[75,2]],'list':[[73,3],[19,1],[50,6],[16,1],[56,4],[59,2],[9,1],[60,1],[4,1],[48,1],[57,2],[65,1],[38,2],[31,2],[53,1],[12,1],[8,4],[5,2],[78,1],[22,2],[41,8],[76,1],[6,4],[33,2],[11,1]],'pirated':[[48,1]],'record':[[39,2],[14,1],[23,2],[71,10],[24,9],[28,2],[4,1],[60,3],[12,1],[10,1],[37,1]],'powerful':[[55,1],[53,1],[6,1],[62,2],[45,1],[16,1]],'xxx0':[[68,1]],'qbe':[[78,1]],'subtractions':[[78,2]],'equally':[[62,1]],'stream':[[72,1],[79,1]],'regarding':[[78,1],[1,1],[70,1],[64,3],[18,1]],'fps':[[23,1],[6,1],[28,2]],'resetting':[[41,1],[76,1],[6,1]],'getname':[[12,1],[60,1]],'mouse':[[53,1],[31,3],[50,2],[12,2],[52,1],[36,2],[5,1],[63,1],[51,1],[54,1],[71,7],[6,1],[60,3],[4,1],[48,2]],'cutting':[[59,1],[66,1],[67,1]],'pertain':[[76,1]],'jumping':[[78,4]],'motherboard':[[79,1]],'which':[[1,1],[50,12],[67,1],[56,2],[59,2],[49,1],[14,4],[29,1],[54,6],[24,1],[60,6],[4,2],[71,13],[48,1],[80,1],[82,4],[79,28],[55,15],[53,7],[31,1],[28,1],[44,1],[62,5],[12,1],[13,1],[52,3],[68,3],[8,5],[5,1],[78,17],[22,2],[25,1],[76,15],[6,1],[72,3],[75,4],[3,3],[33,1],[58,6]],'stores':[[78,3],[75,1],[71,1],[8,1]],'throws':[[78,1],[60,6]],'decimal':[[73,1],[59,1],[78,28],[41,1],[71,2],[44,2],[68,1]],'vrc':[[75,1]],'minus':[[73,1],[75,2],[76,1],[79,2],[60,1]],'comparison':[[59,1],[78,1],[56,1],[79,3]],'reflects':[[76,1]],'license':[[3,1]],'mistakes':[[66,1],[24,1]],'start':[[55,2],[53,1],[30,1],[31,3],[44,2],[62,7],[16,1],[8,1],[59,2],[78,3],[41,1],[71,6],[24,1],[60,5],[76,4],[80,2],[48,2],[75,1],[82,1],[79,4],[58,1]],'anothervalue':[[59,1]],'lines':[[55,1],[50,1],[12,3],[52,1],[68,1],[78,1],[54,4],[71,1],[82,5],[48,1],[75,1],[79,3]],'title':[[22,2],[48,1],[60,1],[62,1]],'saturation':[[79,1]],'05fffh':[[75,3]],'textcolor':[[60,3]],'luapack':[[58,1]],'require':[[59,1],[76,1],[79,2],[80,1],[28,1]],'dmcloop':[[60,1]],'040h':[[76,1]],'@xcfyl':[[78,1]],'entirely':[[60,1]],'july':[[11,1]],'press':[[55,2],[38,2],[30,1],[31,5],[28,2],[44,1],[50,1],[53,1],[62,3],[25,1],[60,3],[48,6],[18,3]],'trouble':[[19,1]],'work':[[73,2],[55,1],[28,1],[13,1],[20,2],[36,1],[63,2],[59,1],[54,2],[14,1],[41,2],[47,1],[60,2],[76,2],[78,3],[48,4],[3,1],[10,1],[11,1],[79,2]],'compression':[[19,1],[9,1]],'178':[[4,1],[6,1]],'65xx':[[78,5]],'metafile':[[61,1]],'speedruns':[[45,1],[68,1],[3,1],[66,7],[24,2],[64,2]],'botting':[[62,1]],'050':[[76,1]],'wait':[[59,2],[12,1],[78,2],[65,1]],'joyhat':[[9,1]],'unset':[[60,1]],'uint16':[[73,4]],'gamepad5':[[9,1]],'mos':[[78,1]],'bookmark':[[6,2],[50,2]],'therefore':[[76,2],[79,1],[28,1]],'hooked':[[26,1],[48,4]],'8157':[[4,1]],'sony_cxa2025as_us':[[26,1]],'you':[[50,37],[61,1],[56,9],[47,2],[80,2],[24,17],[82,9],[48,61],[32,1],[57,1],[79,16],[46,2],[38,3],[28,13],[44,7],[81,4],[68,9],[36,13],[5,2],[37,3],[63,11],[21,2],[22,8],[41,8],[33,2],[19,1],[16,1],[59,28],[49,3],[23,3],[51,2],[54,20],[60,64],[10,1],[18,9],[65,8],[55,21],[53,34],[30,3],[31,15],[62,29],[52,2],[78,28],[25,7],[76,6],[34,3],[75,10],[3,1],[58,11]],'left':[[73,1],[31,4],[28,1],[44,1],[50,10],[12,2],[16,1],[20,2],[36,3],[62,1],[59,2],[54,2],[29,1],[41,3],[71,3],[6,3],[60,12],[4,1],[78,4],[75,1],[11,1]],'happening':[[79,1],[60,1],[14,1]],'calculation':[[4,1],[76,1],[50,1]],'immediately':[[37,1],[79,2],[76,4],[53,1],[60,6],[62,1],[68,1],[56,1],[11,1],[8,1]],'pathname':[[20,1]],'memory':[[50,21],[67,1],[16,8],[56,1],[59,5],[49,1],[14,2],[29,3],[51,4],[24,1],[60,33],[4,2],[66,1],[10,3],[40,2],[79,33],[53,9],[44,17],[12,7],[52,1],[68,16],[8,1],[78,7],[41,6],[76,2],[75,1],[3,1],[11,4]],'used':[[73,2],[19,1],[50,3],[67,2],[16,2],[35,3],[39,7],[59,4],[9,1],[14,3],[23,1],[29,5],[24,1],[49,2],[51,2],[54,1],[48,10],[60,6],[66,3],[71,18],[79,18],[80,1],[55,6],[53,1],[31,2],[28,3],[62,5],[81,1],[12,2],[13,1],[20,1],[68,5],[8,1],[63,2],[78,13],[21,2],[22,3],[26,2],[41,4],[76,12],[72,2],[75,11],[33,3],[11,2],[58,1]],'restores':[[34,1],[39,6]],'limitations':[[66,2],[48,1]],'eggs':[[55,1]],'roms':[[9,1],[14,1],[29,2],[55,1],[6,1],[28,1],[4,3],[48,1],[16,1],[20,2],[5,3]],'dimensions':[[60,1]],'ohm':[[76,1]],'coming':[[76,1]],'1993':[[78,1]],'exwram':[[15,1]],'waiting':[[60,1]],'85xx':[[78,1]],'sight':[[78,1]],'savestatefile':[[20,1]],'253':[[4,1],[9,1],[10,1],[6,1]],'segment':[[62,27],[66,4],[53,2],[24,1],[60,1]],'programmed':[[63,1],[79,2],[62,1],[58,1]],'edited':[[1,1],[41,1],[24,1],[50,1]],'captured':[[28,1]],'enables':[[78,3],[41,1],[6,1],[28,1],[20,1],[8,1]],'room':[[60,1]],'writeable':[[60,2]],'dfff':[[55,1],[75,2]],'buffer':[[73,1],[12,1],[14,1],[79,10]],'p`ne':[[78,1]],'ratio':[[4,1],[12,1],[36,5],[76,1],[6,1]],'throttling':[[12,2],[20,3],[35,3]],'health':[[62,1]],'totalsize':[[73,1]],'matt':[[76,1]],'|60':[[76,1]],'gdoverlay':[[60,3]],'documentation':[[1,1],[12,3],[13,1],[16,1],[42,1],[69,2],[37,1],[78,3],[70,1],[76,1],[6,2],[24,1],[43,1],[60,1],[79,1],[58,1]],'fires':[[47,1]],'onsegmentend':[[62,1]],'phenomenon':[[76,1]],'shifted':[[76,1],[79,1]],'mario':[[68,3]],'1998':[[3,1]],'negative':[[81,1],[78,12],[76,3],[60,2]],'why':[[59,1],[78,5],[76,2],[53,2],[81,1],[48,1],[79,5]],'column':[[41,3],[71,2],[50,6],[44,4],[4,1],[12,1],[68,3]],'physical':[[50,1]],'2800|':[[68,1]],'tmnt':[[68,1]],'layer':[[79,1]],'oeka':[[31,1]],'nmi':[[78,19],[68,1],[76,1],[79,2],[50,2]],'144':[[62,1]],'1fc':[[76,1]],'bring':[[4,1],[50,1],[54,1]],'lastkey4':[[62,1]],'dated':[[78,1]],'number':[[50,6],[59,2],[54,1],[14,1],[71,3],[24,2],[60,14],[4,1],[82,2],[48,2],[79,4],[18,2],[65,1],[55,1],[53,1],[62,33],[28,1],[12,2],[5,1],[37,1],[78,2],[21,1],[22,1],[25,2],[41,4],[6,2],[76,16],[72,1],[75,4],[11,1]],'corruption':[[68,1]],'rom':[[73,1],[1,1],[19,2],[50,18],[67,12],[16,2],[56,7],[39,4],[59,2],[9,3],[14,2],[29,4],[51,2],[2,1],[24,2],[4,2],[54,1],[48,3],[60,11],[71,1],[79,2],[18,1],[65,8],[82,6],[55,27],[53,21],[30,2],[28,11],[12,9],[13,1],[20,8],[68,4],[8,1],[5,6],[63,1],[64,4],[22,4],[78,1],[41,2],[6,5],[75,1],[3,1],[11,3]],'sprite':[[73,1],[9,1],[14,1],[51,1],[50,2],[68,7],[79,14]],'decent':[[36,1],[56,1],[79,1]],'opposite':[[78,1],[55,1],[60,3],[62,1]],'decoding':[[79,1]],'known':[[59,1],[22,1],[51,1],[41,2],[76,3],[24,1],[44,1],[60,1],[75,2],[3,1],[65,2]],'attached':[[71,5],[22,1]],'adjusting':[[11,1],[58,1]],'pec':[[4,1]],'splitting':[[59,1]],'temporarily':[[78,1],[36,1],[41,1],[31,1]],'scale3x':[[36,2]],'but':[[19,2],[50,2],[39,1],[59,4],[54,3],[47,2],[66,2],[60,13],[80,2],[82,1],[48,12],[57,2],[79,11],[65,1],[55,4],[31,2],[44,2],[62,5],[81,1],[68,1],[36,1],[78,15],[22,1],[25,1],[41,2],[76,4],[75,2],[3,1],[11,2],[58,1]],'hitbreakpoint':[[4,1],[60,2]],'4th':[[47,1],[71,1],[76,1],[79,2]],'may':[[50,9],[39,1],[54,1],[47,1],[66,2],[60,7],[71,3],[48,1],[79,2],[18,1],[65,2],[55,1],[53,2],[30,2],[31,1],[28,1],[36,1],[8,1],[63,3],[78,24],[41,1],[34,2],[75,1],[33,1]],'vbuf':[[73,1]],'nes':[[1,2],[19,5],[50,6],[67,1],[77,6],[74,2],[56,3],[59,1],[51,1],[23,1],[54,1],[66,2],[2,1],[24,2],[60,2],[80,3],[48,2],[82,13],[79,14],[18,1],[65,1],[55,6],[53,5],[31,3],[28,3],[81,2],[52,1],[20,21],[36,4],[68,10],[64,2],[5,1],[69,2],[22,4],[26,1],[25,5],[41,3],[76,10],[75,4],[3,1],[33,5],[11,1],[58,1]],'pla':[[78,2]],'clearing':[[76,1],[6,1]],'favourite':[[78,1],[82,1]],'cleanup':[[62,1],[12,1],[14,2],[6,2],[7,1]],'stopframe':[[20,2]],'debug':[[49,3],[1,2],[14,1],[54,2],[6,1],[50,2],[4,3],[82,1],[5,1]],'visually':[[49,1]],'2k3':[[76,1],[79,3]],'observe':[[55,1],[50,1]],'dumping':[[6,1],[23,1]],'0f000h':[[75,2]],'0xf0':[[78,1]],'approprite':[[79,1]],'protocols':[[61,1]],'07xx':[[68,1]],'vsbx':[[78,3]],'#0t':[[78,8]],'unity':[[4,1]],'server':[[32,2],[6,3],[65,2]],'store':[[78,13],[22,1],[29,1],[54,1],[60,1],[82,1],[48,1]],'default':[[16,1],[9,1],[14,5],[23,1],[29,5],[24,5],[47,2],[4,2],[60,3],[71,2],[10,1],[18,3],[38,2],[30,2],[28,7],[31,2],[44,3],[12,5],[13,4],[20,1],[36,7],[8,3],[5,2],[62,3],[21,8],[22,1],[25,1],[26,2],[6,2],[41,2],[34,1],[33,2],[11,1]],'slowing':[[24,1],[28,1]],'breakpoints':[[4,1],[60,1],[14,2],[6,7],[50,21]],'average':[[28,1]],'normal':[[59,2],[55,1],[25,1],[41,1],[47,1],[60,2],[34,1],[7,1],[58,1]],'filters':[[60,1],[54,1],[14,1]],'modulate':[[60,1]],'tasvideos':[[42,1],[66,4],[43,1],[24,1]],'seven':[[78,1]],'conditional':[[8,1],[50,4],[6,1]],'slows':[[25,1]],'binary':[[78,10],[3,1],[55,1],[60,3],[71,6]],'yelling':[[31,1]],'plain':[[41,1],[71,2]],'performing':[[78,3],[60,1]],'clip':[[63,1],[12,1],[20,2],[36,1]],'creates':[[62,1],[29,1]],'continuous':[[25,2]],'bcs':[[78,3]],'don’t':[[24,1]],'quicksave':[[10,1]],'enhancements|':[[79,1]],'high':[[78,52],[75,1],[79,1],[35,1],[60,1]],'unix':[[3,2],[9,1]],'can':[[50,24],[61,2],[56,2],[35,2],[29,1],[47,1],[80,2],[24,22],[82,7],[48,14],[57,1],[79,9],[28,15],[44,2],[81,2],[12,4],[13,1],[20,1],[36,12],[68,8],[5,2],[63,1],[69,1],[21,3],[22,4],[41,9],[43,1],[33,2],[73,1],[19,2],[16,7],[59,13],[49,1],[14,1],[23,2],[51,3],[54,7],[60,37],[4,4],[71,5],[10,2],[18,2],[65,9],[55,16],[53,17],[31,6],[62,13],[42,3],[8,2],[78,11],[25,3],[76,8],[6,3],[34,4],[72,1],[75,5],[3,2],[58,2]],'feeding':[[60,1]],'base64':[[71,1]],'programs':[[78,3],[48,1],[57,1],[79,1]],'frameskip':[[14,1]],'getselection':[[60,1]],'a13':[[79,8]],'pipeline':[[79,5]],'important':[[79,1],[53,1],[62,1],[66,1]],'monitor':[[78,1],[41,1],[44,2],[12,1],[79,5],[11,1],[65,1]],'follow':[[59,1],[76,1],[82,1],[5,2]],'meaningful':[[60,1]],'indices':[[78,1]],'dualcore':[[12,1]],'reflex':[[66,2]],'workflow':[[4,1],[82,1]],'serialized':[[79,1]],'luabot_front':[[62,1]],'classic':[[30,1]],'effective':[[78,80]],'leftclick':[[60,1]],'integers':[[60,3]],'wired':[[78,1]],'rainwarrior':[[3,1],[1,1]],'rts':[[5,1],[78,4],[75,1],[50,2],[6,1]],'ips':[[19,9],[14,1]],'c0a8':[[50,1]],'presskeyx':[[62,3]],'puts':[[41,1],[60,1]],'blending':[[6,1]],'undone':[[66,1]],'framenumber':[[20,1]],'xxx2':[[75,1]],'enthusiast':[[76,1]],'m3y':[[78,1]],'exp':[[78,1]],'bi`':[[78,2]],'finishes':[[78,1],[79,2]],'details|':[[79,2]],'multiple':[[73,1],[46,1],[55,1],[60,2],[82,1],[4,1],[79,4],[7,2],[8,1]],'this':[[50,21],[61,1],[56,3],[35,2],[15,1],[29,1],[47,5],[80,2],[24,8],[82,4],[48,29],[32,1],[57,3],[79,94],[28,15],[44,2],[81,4],[12,1],[13,1],[20,3],[36,17],[68,14],[5,1],[63,2],[21,4],[22,5],[41,14],[43,2],[33,3],[11,3],[73,5],[19,2],[67,1],[16,2],[39,24],[59,15],[9,1],[14,2],[23,1],[51,2],[54,8],[60,60],[66,4],[71,4],[18,3],[65,3],[55,8],[53,11],[30,4],[31,11],[62,28],[42,2],[52,3],[8,3],[17,1],[78,75],[26,7],[25,2],[76,52],[6,1],[72,2],[75,37],[3,6],[58,7]],'polling':[[28,1]],'han':[[48,1]],'more':[[19,1],[50,7],[67,2],[61,1],[16,4],[35,1],[59,3],[9,1],[14,2],[54,3],[66,2],[24,2],[60,4],[80,1],[48,4],[57,1],[79,3],[65,1],[55,3],[62,1],[81,1],[12,4],[20,1],[13,2],[36,3],[8,2],[5,1],[42,1],[68,2],[26,1],[69,1],[41,3],[76,2],[6,1],[43,1],[78,6],[75,1],[3,1],[11,1]],'permit':[[76,1],[13,1]],'dead':[[79,2],[60,1],[62,1]],'amazing':[[63,1],[78,1]],'2fa9':[[71,1]],'frequency':[[4,1],[78,2],[75,4],[76,19],[79,1],[60,10]],'docs':[[4,1]],'link':[[4,1],[6,1]],'translating':[[48,2]],'|0d':[[76,2]],'vic':[[78,4]],'impulse':[[79,1]],'261':[[79,1]],'ignored':[[59,1],[78,5],[25,1],[71,2],[76,2],[48,1]],'information':[[1,6],[50,3],[0,1],[67,1],[49,3],[14,1],[80,1],[24,2],[60,6],[48,2],[57,1],[18,2],[65,1],[79,8],[55,3],[62,1],[28,1],[12,1],[68,1],[64,3],[69,2],[78,1],[41,1],[70,1],[76,8],[75,3],[3,1],[58,1]],'conjunction':[[55,1],[54,1],[20,1]],'substitute':[[41,2]],'forces':[[60,2]],'lot':[[60,1],[48,2],[68,1],[3,1],[6,1],[7,1]],'hexadecimal':[[78,1],[68,1],[41,1],[50,5],[82,1]],'monitored':[[44,1]],'cur':[[76,2]],'&bh':[[78,2]],'distortion':[[79,1]],'inverter':[[79,1]],'report':[[78,1],[8,1]],'5fffh':[[75,1]],'t2p':[[78,1]],'intended':[[78,1],[60,1]],'affects':[[78,4],[12,1],[80,1],[35,1],[37,1]],'rotated':[[78,1]],'resides':[[79,1]],'against':[[60,1],[48,1],[32,1]],'getfilename':[[8,1],[60,1]],'msb':[[76,4],[79,1]],'what':[[73,2],[1,1],[67,1],[0,1],[16,2],[56,1],[54,3],[9,2],[14,2],[15,2],[29,1],[24,1],[4,2],[49,1],[48,13],[51,1],[10,2],[57,1],[7,2],[60,4],[65,1],[66,1],[79,9],[55,2],[53,2],[62,1],[12,2],[13,3],[52,1],[8,2],[5,2],[64,1],[78,7],[76,3],[6,2],[75,1],[33,2],[11,2]],'have':[[50,3],[16,1],[56,1],[59,6],[15,1],[54,1],[47,3],[66,1],[60,5],[71,6],[82,2],[48,16],[79,10],[18,2],[65,1],[46,2],[53,3],[31,4],[28,1],[62,9],[12,1],[20,1],[68,1],[8,3],[63,1],[78,13],[22,3],[41,6],[76,10],[6,1],[34,1],[72,1],[75,2],[11,1],[58,2]],'conforms':[[8,1]],'script':[[55,1],[50,1],[62,7],[12,1],[13,1],[20,2],[8,1],[39,4],[59,8],[9,1],[14,3],[60,27],[4,2],[10,1],[58,10]],'deals':[[70,1]],'position':[[59,1],[41,1],[71,4],[60,6],[76,1],[4,1],[12,5],[16,2],[48,1],[68,4]],'abilities':[[76,1]],'crash':[[55,1],[53,2],[12,3],[13,2],[8,3],[5,3],[9,1],[14,3],[15,1],[49,1],[6,2],[60,2],[4,1],[11,1],[7,2]],'sweeps':[[76,2]],'efficient':[[78,1]],'0x7fff':[[82,1]],'created':[[1,1],[55,1],[12,1],[39,2],[37,1],[59,1],[9,1],[71,1],[6,1],[82,1],[4,1],[3,2],[79,1],[58,1]],'other':[[50,3],[67,1],[61,2],[16,2],[59,3],[9,1],[47,1],[71,1],[24,2],[60,5],[48,5],[10,1],[79,7],[55,1],[31,1],[28,1],[30,1],[62,1],[13,1],[68,2],[8,1],[63,1],[78,13],[76,3],[6,1],[75,3],[3,2],[11,1]],'xh%&q':[[78,1]],'separately':[[10,1]],'quickly':[[50,2],[16,1],[68,1],[53,1],[31,1],[24,1]],'offers':[[26,1],[20,1]],'proprietary':[[6,1],[22,1]],'pepper':[[3,1]],'declared':[[59,3]],'gone':[[76,1]],'append':[[48,1]],'representation':[[76,1],[61,1],[48,1]],'defaults':[[34,1],[14,2],[38,1],[60,4]],'put':[[62,1],[44,3],[20,1],[16,1],[68,1],[37,1],[22,1],[54,2],[60,3],[48,4],[79,4],[33,1]],'request':[[79,1]],'snapshots':[[26,1]],'meta':[[24,1]],'alternatively':[[55,1],[51,1],[36,1],[41,1],[18,1],[50,1]],'17ff':[[68,2]],'past':[[65,1],[8,1],[28,1]],'int':[[60,138]],'|the':[[79,1]],'usefully':[[63,1]],'newname4':[[82,4]],'decoration':[[50,1]],'addresshigh':[[60,4]],'asl':[[78,11]],'dashes':[[59,1]],'organized':[[68,1]],'battery':[[4,1],[9,1],[12,1],[22,1],[29,2]],'capture':[[26,1],[23,6],[16,1],[55,2],[7,1]],'0000000011111111':[[80,1]],'topmost':[[78,2]],'accompanying':[[41,1]],'ppu':[[73,9],[50,5],[67,2],[77,2],[35,2],[9,1],[49,6],[51,10],[71,1],[80,1],[4,3],[48,1],[10,5],[79,95],[7,2],[65,4],[55,2],[53,4],[28,9],[81,2],[12,3],[52,4],[68,5],[8,3],[5,3],[76,1],[3,1],[33,1],[11,5]],'presses':[[66,2],[12,1]],'collisions':[[79,3]],'kid':[[68,1]],'ninja':[[47,1],[68,1]],'taken':[[78,3],[12,1],[3,1],[76,3]],'relocate':[[75,1]],'platforms':[[60,1]],'lowmost':[[78,3]],'sram':[[29,1],[41,1],[14,1],[68,1]],'sytem':[[22,1]],'rate':[[34,2],[75,2],[76,14],[79,2],[35,1]],'sloppy':[[66,1]],'cheat':[[53,2],[67,2],[28,1],[42,2],[16,2],[68,3],[56,4],[8,9],[9,1],[29,1],[41,27],[66,1],[6,4],[43,2],[10,1],[40,2]],'sebastian':[[3,1]],'because':[[55,1],[19,1],[31,1],[53,1],[52,1],[36,1],[39,1],[59,2],[51,1],[78,3],[76,3],[24,3],[60,7],[4,1],[75,3],[3,1],[79,7],[65,1]],'example':[[73,1],[55,4],[50,3],[44,2],[61,2],[52,2],[68,5],[8,1],[78,5],[41,3],[47,1],[60,10],[71,2],[82,6],[48,3],[75,1],[79,1],[58,1]],'cxa2025as':[[26,1]],'dmcseed':[[60,1]],'behave':[[4,1],[59,1],[75,1],[78,1],[50,1]],'c128':[[78,1]],'boat':[[19,8]],'reset':[[55,3],[50,3],[44,2],[12,2],[13,2],[16,2],[68,1],[8,1],[78,8],[25,4],[41,5],[6,2],[24,3],[4,1],[60,4],[71,4],[72,2],[10,1],[76,9],[79,2]],'pha':[[78,2]],'repeated':[[79,3]],'corresponding':[[78,1],[55,1],[71,1],[76,1],[44,1],[48,1],[5,1]],'uploading':[[61,1]],'data':[[73,8],[19,1],[50,11],[67,3],[61,2],[59,1],[9,1],[14,1],[49,4],[51,3],[24,5],[54,10],[4,5],[60,9],[71,3],[80,2],[10,1],[79,52],[82,1],[55,41],[53,14],[81,2],[12,3],[42,1],[52,1],[68,11],[8,1],[5,3],[78,15],[22,2],[41,2],[76,1],[6,5],[43,1],[72,3],[75,23],[3,1],[11,1]],'drag&drop':[[6,2]],'appended':[[82,1],[37,2]],'reside':[[68,2]],'excitingbike':[[63,2]],'worth':[[79,2]],'bots':[[60,1]],'substituted':[[50,2]],'pointer':[[73,1],[78,28],[9,1],[54,1],[6,1],[50,1],[4,2],[79,1]],'translates':[[68,1]],'nesm':[[75,1]],'cia':[[78,8]],'precisely':[[68,1]],'tables':[[59,2],[51,1],[78,2],[81,1],[48,3],[52,2],[79,2],[11,1]],'screenshots':[[29,2],[14,1]],'assembler':[[3,1],[50,4],[82,1]],'contexts':[[8,1]],'explicitly':[[59,1]],'struct':[[9,1]],'knowledge':[[78,1],[48,2],[68,1],[56,1],[57,1],[79,1]],'198':[[5,1]],'rbibaseball':[[6,1]],'adr':[[59,4]],'encompasses':[[75,1]],'chain':[[78,1]],'oe_':[[78,2]],'due':[[78,1],[22,1],[76,3],[66,1],[60,1],[12,2],[48,1],[3,1],[68,1],[79,1]],'contain':[[73,2],[55,1],[50,1],[68,2],[59,1],[29,1],[14,1],[71,1],[24,3],[76,2],[72,1],[75,1],[33,1]],'hexrowheightborder':[[21,1]],'maintain':[[36,1],[6,1]],'developed':[[78,2],[26,1]],'unzipped':[[58,1]],'int16':[[73,1]],'sounddisplay':[[6,1]],'applies':[[73,2],[52,1],[33,1],[60,6]],'07ffh':[[75,2]],'k0z':[[78,1]],'schematics':[[79,1]],'idle':[[50,1]],'applyinputchanges':[[60,1]],'amplitude':[[73,1],[76,1],[79,1]],'played':[[55,2],[66,1],[31,1],[28,2],[71,1],[75,2],[20,1],[35,1]],'responsible':[[59,1],[78,1],[55,1],[76,2]],'returning':[[60,2]],'dd05':[[78,4]],'hex':[[50,3],[67,3],[56,2],[59,2],[49,1],[66,2],[60,2],[71,1],[4,2],[82,1],[48,1],[7,1],[55,3],[53,11],[44,4],[12,3],[42,1],[68,3],[8,3],[5,1],[21,4],[41,11],[6,1],[43,1],[3,1],[11,5]],'googlecode':[[3,1]],'enter':[[65,1],[79,1],[25,1],[53,1],[50,2],[60,1],[62,1],[12,1],[36,5],[56,5],[11,1],[5,1]],'dwedit':[[9,1]],'icarus':[[68,1]],'6000':[[73,1],[75,5],[68,1],[41,1],[7,1]],'zbq':[[78,1]],'452de2c3':[[71,1]],'named':[[78,1],[22,1],[29,1],[41,2],[50,1],[28,2],[82,2],[3,2],[65,2]],'explosion':[[12,1]],'composite':[[36,1],[79,1]],'pageup':[[60,1]],'processing':[[78,1],[51,1],[34,1],[12,1],[61,1],[77,2],[33,1],[35,1]],'configable':[[9,1]],'assign':[[20,1],[38,3],[31,4]],'lavelle':[[10,1]],'|06':[[76,2]],'specificness':[[73,1]],'ready':[[48,2],[67,1]],'regular':[[66,1],[14,1]],'guaranteed':[[73,1]],'analog':[[36,1],[76,3]],'ctrl':[[56,1],[14,1],[53,4],[18,2],[6,1]],'ganbare':[[9,2]],'consume':[[54,1]],'numpad':[[60,5],[14,1]],'milliseconds':[[60,1]],'triggers':[[75,2]],'global':[[59,1],[33,1],[60,4],[62,1]],'comprehend':[[78,1],[60,1]],'loading':[[19,1],[50,1],[16,1],[9,1],[14,2],[66,2],[24,6],[60,3],[4,2],[71,1],[10,1],[57,1],[7,1],[31,1],[28,1],[44,2],[12,2],[8,5],[5,2],[17,1],[37,1],[76,1],[6,4],[75,1],[11,1]],'resize':[[8,1]],'problem':[[78,2],[13,1],[75,2],[79,1]],'columns':[[41,1],[68,2]],'dostuffhere':[[59,1]],'0x0200':[[60,2]],'out':[[73,1],[50,2],[28,1],[36,3],[56,2],[8,1],[59,1],[9,2],[49,1],[41,1],[76,6],[24,1],[6,3],[60,2],[78,3],[48,7],[75,1],[33,1],[11,1],[79,8]],'directdraw':[[36,2],[65,1]],'170th':[[79,1]],'predictable':[[79,1],[24,1]],'transparancy':[[60,1]],'042x':[[68,1]],'response':[[78,1]],'easilly':[[79,1]],'intend':[[23,1]],'toggles':[[25,1],[60,1],[28,4],[12,1],[20,2],[8,1],[37,2]],'flashing':[[7,1]],'neighbor':[[36,1]],'subroutine':[[4,1],[78,2],[54,1],[6,1],[50,2]],'think':[[76,1],[80,1],[60,1],[81,2],[75,1],[48,1],[79,2]],'resuming':[[4,1],[24,1]],'fly':[[52,1]],'entire':[[73,1],[53,1],[48,1],[68,1],[75,1],[79,2]],'indicated':[[79,2],[60,1]],'dictate':[[50,1]],'bne':[[78,4]],'anding':[[78,2]],'beat':[[68,2]],'fceuxdsp':[[26,1],[2,2],[12,1],[16,2],[3,9],[10,1],[48,1]],'tbl4':[[59,3]],'abbreviated':[[66,1]],'caveat':[[79,2],[75,2]],'setnote':[[60,1]],'mixed':[[4,1],[59,1],[76,1],[79,2]],'take':[[53,2],[31,1],[28,1],[68,1],[56,1],[63,1],[78,4],[41,1],[76,2],[24,2],[60,2],[4,1],[75,1],[79,2]],'vsnprintf':[[14,1]],'attr':[[14,1]],'tcp':[[61,1]],'cases':[[60,2],[78,1],[13,1],[14,3],[11,1],[50,1]],'eats':[[60,1]],'competitionrecorder':[[63,1]],'produce':[[54,2],[76,4],[71,1],[34,1],[56,2],[11,1],[79,1]],'rla':[[78,13]],'general':[[73,1],[1,2],[50,2],[16,1],[17,3],[63,3],[76,1],[6,2],[2,1],[60,1],[79,1],[7,1],[58,1]],'smbconfig':[[20,1]],'luau':[[57,1]],'randomly':[[79,1]],'straighten':[[6,1]],'corresponds':[[68,1],[71,1],[79,2]],'0x2000':[[73,3]],'resembles':[[48,1]],'consider':[[76,1],[78,1],[79,1]],'multi':[[82,3],[10,1],[66,2],[8,1],[71,1]],'values':[[73,1],[50,2],[59,7],[9,2],[49,1],[66,1],[60,14],[71,6],[48,1],[79,4],[38,1],[53,3],[44,6],[12,3],[42,1],[36,2],[68,19],[78,6],[21,3],[41,11],[76,4],[43,1],[75,4],[11,4]],'usable':[[13,1]],'inc':[[78,10]],'translator':[[48,3]],'cxi':[[78,2]],'systems':[[19,1],[79,1],[65,1]],'kids':[[31,1]],'prior':[[54,1],[76,4],[6,1],[12,1],[79,2],[7,1]],'edge':[[68,1],[76,1],[66,1],[67,1],[79,1]],'9810':[[73,1]],'priority':[[78,1],[33,3],[35,2],[79,18]],'topics':[[79,1]],'irqc':[[73,2]],'requiring':[[22,1]],'modulated':[[79,1]],'gauntlet':[[68,1]],'entertainment':[[3,1],[18,1],[22,1]],'reason':[[48,1],[55,1],[76,1],[60,1],[79,3]],'whatever':[[52,1],[55,1],[76,2],[60,2],[62,2]],'nospritelim':[[14,1]],'rule':[[78,1]],'printing':[[5,1]],'hexbackcolorr':[[21,1]],'concern':[[41,1]],'signficantly':[[7,1]],'particularly':[[60,1]],'65536':[[71,2],[78,2]],'accurately':[[79,1]],'irix':[[3,1]],'cool':[[48,2]],'evaluated':[[79,2],[62,4]],'0x5fff':[[6,1]],'md5':[[71,1]],'brief':[[78,2],[57,1],[44,1]],'handakuten':[[48,4]],'4800':[[75,3]],'|01':[[76,1]],'`rp`':[[78,1]],'blader':[[9,1]],'autofire':[[15,2],[16,1],[47,12]],'closest':[[79,1]],'forcing':[[60,1]],'tab':[[60,1],[16,1]],'188':[[78,1]],'rgp':[[78,2]],'potential':[[65,1],[6,1],[8,1]],'resolve':[[34,1]],'wrapping':[[81,2],[68,1],[6,1]],'visible':[[36,1],[50,1],[82,1]],'040':[[76,1]],'lua51':[[4,2]],'entering':[[48,1],[25,1],[36,1],[50,3],[79,1]],'stepping':[[10,1],[66,1]],'accessing':[[78,1],[50,1]],'assembled':[[50,2]],'generating':[[75,1],[76,1],[79,1],[60,1]],'accu':[[78,1]],'subs':[[48,2]],'submitdeleteframes':[[60,1]],'remainder':[[71,1]],'j@8n':[[78,1]],'timeline':[[6,1]],'deutsche':[[78,1]],'scaling':[[12,1],[14,1],[36,1],[79,2]],'blurry':[[36,1]],'lets':[[78,3],[52,1],[54,1],[53,2]],'attribute':[[73,2],[79,10]],'wordpad':[[21,1]],'findings':[[76,2]],'program':[[63,5],[59,1],[73,1],[78,14],[76,1],[62,2],[50,6],[60,2],[67,1],[75,2],[79,1],[65,1]],'&a%_':[[78,2]],'table':[[73,2],[53,2],[62,7],[81,1],[52,5],[68,2],[59,18],[9,1],[49,2],[76,1],[78,2],[60,27],[48,20],[3,1],[79,33],[11,1]],'replacing':[[76,1],[66,1]],'|miscellanious':[[79,1]],'hacking':[[67,11],[1,1],[64,3],[2,1]],'august':[[15,1],[14,1],[3,4],[16,1]],'retained':[[3,1],[76,1]],'multibyte':[[6,1]],'these':[[19,1],[50,3],[27,1],[39,1],[59,2],[29,5],[47,1],[66,1],[24,2],[60,3],[71,1],[82,2],[48,2],[79,5],[31,3],[28,2],[62,6],[42,1],[68,6],[36,4],[8,1],[69,2],[63,8],[78,5],[21,1],[26,2],[25,1],[41,1],[43,1],[76,10],[75,3],[11,1]],'ijc':[[78,8]],'d2n@3y':[[78,1]],'getlostplayback':[[60,1]],'xmouse':[[60,1]],'getregister':[[10,1],[60,3]],'finds':[[48,1]],'combined':[[78,1],[1,1],[55,1],[79,1],[62,2],[0,1]],'jajamaru':[[9,1]],'fractions':[[66,1],[14,1]],'player1':[[71,1]],'quietust':[[76,1]],'66hl2n@':[[78,1]],'some':[[19,2],[50,1],[39,1],[59,3],[9,1],[14,2],[29,1],[60,10],[4,2],[48,6],[10,1],[79,9],[7,2],[65,2],[55,1],[30,1],[28,2],[62,5],[81,1],[12,1],[13,2],[36,2],[68,2],[8,1],[5,1],[63,1],[78,9],[21,1],[22,1],[26,1],[41,1],[6,2],[76,2],[34,2],[75,2],[3,1],[11,2]],'displaced':[[66,1]],'05ff9h':[[75,2]],'parameter':[[78,10],[41,1],[60,2],[62,2]],'colors':[[65,1],[59,1],[79,1],[53,1],[60,14],[12,1],[33,2],[8,3],[11,1]],'unique':[[71,1],[24,1]],'loved':[[78,1]],'chunks':[[73,5]],'analyzing':[[49,1]],'exactly':[[82,1],[75,1],[76,1],[79,1],[60,2],[58,1]],'complex':[[78,1],[79,1]],'skipped':[[78,2]],'modify':[[78,8],[53,3],[56,1],[60,1]],'trade':[[78,1]],'lesser':[[60,1]],'snels9x':[[42,1]],'achieved':[[73,1],[56,2],[50,2]],'fine':[[25,2],[79,5]],'reversing':[[79,1]],'freezing':[[41,2],[59,1],[12,2]],'1x1':[[36,4]],'identified':[[71,1]],'quicker':[[66,1],[50,1],[67,1]],'fill':[[36,2],[56,1],[14,1]],'debuggers':[[67,1]],'version':[[73,6],[1,1],[31,2],[0,1],[45,1],[12,1],[16,1],[42,1],[78,6],[26,1],[71,4],[6,1],[2,1],[4,1],[43,1],[75,1],[3,10],[57,1],[79,1],[65,2]],'tod':[[78,5]],'lxa':[[78,3]],'website':[[48,3]],'decrement':[[76,2],[78,6]],'j1rb':[[73,1]],'slots':[[12,1],[14,2],[68,1],[60,3]],'las':[[78,1]],'except':[[59,2],[54,1],[78,6],[41,2],[71,2],[60,5],[6,1],[50,1],[62,2],[75,1],[76,3]],'226':[[9,1]],'control':[[59,6],[78,1],[76,5],[31,1],[60,6],[34,2],[12,3],[75,2],[57,1],[11,1],[79,1]],'bit7':[[71,2]],'xxx':[[71,2]],'acquired':[[76,1]],'xxff':[[78,1]],'exit':[[30,2],[59,1],[60,7],[50,1],[8,1]],'causes':[[78,2],[76,1],[50,2],[81,1],[36,1],[79,2],[11,1]],'batteries':[[22,1]],'characteristic':[[68,1]],'bit5':[[71,2],[78,1]],'symbolic':[[54,2],[50,7],[82,2],[4,5],[6,2],[5,2]],'resolved':[[65,2],[32,1]],'assume':[[59,1],[75,2],[78,1],[60,1]],'clouds':[[79,3]],'accessable':[[79,1]],'once':[[55,1],[31,1],[28,2],[67,1],[12,2],[36,1],[56,1],[35,1],[5,1],[37,1],[39,2],[54,2],[59,2],[41,1],[76,1],[24,1],[60,7],[78,1],[48,7],[75,4],[79,1],[18,1],[11,1]],'steady':[[35,1]],'org':[[59,1],[66,5],[58,1]],'2kb':[[73,2]],'throw':[[78,6],[79,1]],'flip':[[79,1],[75,1]],'ldy':[[78,9]],'0900':[[68,1]],'areas':[[36,2],[53,1],[6,1]],'filenames':[[16,1],[6,1],[9,1]],'storing':[[4,1],[19,1],[60,1],[71,1]],'increment':[[78,71],[75,1],[28,5]],'readup':[[60,1]],'holds':[[76,1],[79,1],[31,2],[62,2]],'pushing':[[78,2]],'made':[[7,1],[65,1],[79,7],[31,1],[13,1],[16,3],[8,7],[9,2],[76,1],[24,5],[48,3],[3,2],[10,1],[18,1],[11,3]],'discarding':[[54,1]],'republik':[[78,1]],'fceu98':[[14,1]],'bryan':[[78,2]],'inconvenience':[[76,1]],'chm':[[45,1],[6,2]],'loadscriptdata':[[10,2],[60,1]],'b002':[[75,1]],'xh8':[[78,1]],'262':[[4,1],[79,3]],'highlighed':[[6,1]],'cell':[[22,1]],'inspect':[[50,1]],'auxiliary':[[63,1]],'400a':[[76,2]],'changed':[[53,1],[44,1],[12,1],[13,1],[5,3],[78,1],[9,2],[14,1],[22,1],[41,3],[6,1],[82,1],[4,1],[79,1],[11,2]],'minimized':[[9,1],[11,1]],'copyright':[[78,1],[75,3]],'scroll':[[50,1],[6,1],[81,4],[12,1],[52,5],[68,1],[79,8]],'hhhhllll':[[75,1]],'effect':[[79,1],[78,1],[76,3],[50,1],[28,1],[31,1],[56,3],[8,1],[39,3]],'fullscreen':[[14,1],[30,2],[6,1],[36,2],[11,1],[5,3]],'distribute':[[55,1]],'life':[[41,1],[63,1],[67,1]],'ddr':[[78,1]],'subtracting':[[76,1],[78,2]],'web':[[45,1]],'semi':[[76,1]],'indexing':[[78,3]],'snap':[[56,1],[48,3],[14,1]],'poorly':[[36,2],[32,1]],'through':[[73,1],[55,4],[50,1],[67,1],[13,1],[68,1],[59,1],[21,2],[54,1],[41,2],[66,1],[6,2],[24,2],[60,1],[76,2],[48,1],[75,2],[57,1],[79,5],[58,1]],'woes':[[14,1]],'widely':[[19,1]],'downloading':[[61,1]],'subtitles':[[39,6],[63,1],[71,2],[24,6],[12,2],[11,2],[37,4]],'couldn':[[79,1],[13,1],[60,2]],'exceeds':[[6,2]],'reinstalled':[[12,1]],'scale':[[76,3],[26,1]],'glitchy':[[34,1]],'accidental':[[6,1]],'titlebar':[[14,1]],'r65c00':[[78,2]],'laggy':[[47,1]],'lastkey':[[62,1]],'y2k':[[79,2]],'4018':[[50,1]],'checks':[[4,1],[55,1],[9,1]],'greatly':[[34,1],[12,1]],'|scanline':[[79,1]],'5th':[[78,1]],'filename':[[19,1],[12,4],[13,1],[20,3],[8,1],[37,1],[39,1],[5,1],[9,1],[14,1],[23,1],[6,1],[60,4]],'comparing':[[53,1],[49,1]],'kh%61':[[78,1]],'dialogue':[[67,1]],'jammed':[[73,1],[78,1]],'valid':[[19,2],[12,1],[16,1],[20,1],[78,1],[41,1],[71,1],[6,1],[60,2],[72,1],[79,4],[7,1]],'tilde':[[59,1],[60,1]],'aratanaru':[[9,1]],'|08':[[76,2]],'resources':[[61,1],[68,1],[66,1],[60,1],[67,1]],'bound':[[59,1],[31,1]],'iiiiiiiiiiiii':[[50,1]],'blitting':[[60,1]],'snowbro':[[76,1]],'rounder':[[36,1]],'regulate':[[76,1]],'history':[[5,1],[1,1],[3,2],[0,1]],'addr_hi':[[78,5]],'divided':[[79,1]],'408':[[79,1]],'results':[[63,2],[78,3],[54,1],[41,1],[55,1],[60,1],[76,9],[79,1]],'eyebrows':[[79,1]],'portion':[[41,1],[76,1],[68,1]],'cah4e3':[[3,2],[14,1]],'fixing':[[78,6],[49,1],[55,1],[7,2],[8,2]],'early':[[60,1]],'local':[[59,9],[60,4],[61,1]],'freeware':[[3,1]],'240':[[81,1],[76,3],[79,1],[50,1]],'ddt':[[73,1]],'limits':[[66,2],[79,2]],'overhauls':[[16,1]],'flow':[[59,2]],'detect':[[79,1],[28,1]],'replaced':[[78,1],[12,1],[48,1],[76,1],[79,1],[82,1]],'approx':[[12,1]],'contra':[[68,1]],'minvalue':[[62,12]],'strobe':[[76,3]],'jams':[[78,2]],'socket':[[7,1]],'former':[[78,1]],'adjustments':[[33,1]],'sorta':[[75,1]],'pauseframe':[[11,1]],'existence':[[63,1],[76,1]],'outlet':[[67,1]],'inspecting':[[50,1]],'onattemptstart':[[62,2]],'deflate':[[19,1]],'over':[[73,1],[50,2],[28,1],[62,1],[12,1],[16,1],[52,1],[39,3],[27,1],[59,2],[51,2],[63,1],[47,1],[66,2],[2,1],[78,1],[48,2],[32,1],[79,3]],'getcyclescount':[[4,1],[60,1]],'0318':[[78,3]],'incorrectly':[[12,1]],'definition':[[48,1],[82,1]],'fact':[[63,1],[78,1]],'wiped':[[14,1]],'ejected':[[22,2]],'reopen':[[60,2]],'grab':[[4,1]],'third':[[78,1],[82,2]],'editors':[[67,1]],'refills':[[41,1],[50,1]],'binds':[[59,1]],'pcm':[[34,1],[23,1],[55,4],[53,1]],'sit':[[75,1]],'animation':[[41,1],[68,1]],'initializing':[[15,1],[62,1]],'overrides':[[12,1],[22,2],[10,2],[29,2],[18,1],[65,1]],'non':[[73,2],[50,4],[28,1],[62,1],[67,1],[12,1],[13,1],[68,1],[9,1],[14,2],[41,1],[66,2],[6,1],[60,3],[76,4],[3,1],[57,1],[11,1],[79,6]],'depending':[[41,1],[66,1],[71,1],[55,1],[60,1],[76,3],[79,1],[65,1]],'fire':[[9,3],[47,5],[40,3],[60,2],[66,1]],'impose':[[6,1]],'hits':[[54,1],[9,1],[79,1],[6,1]],'minimizes':[[11,1]],'310':[[50,1]],'primitive':[[50,3]],'description':[[73,10],[78,40],[41,1],[76,3],[60,1],[50,2],[44,1],[75,2],[57,1]],'sense':[[78,1],[60,1]],'callbacks':[[60,8]],'bmf_final2':[[26,1]],'decoder':[[79,1],[49,1],[3,1],[56,7],[67,1],[28,1]],'numpad5':[[60,1]],'intellivision':[[75,1]],'operation|':[[76,2]],'misleading':[[62,1]],'ora':[[78,17]],'selecting':[[29,1],[41,2],[53,2],[24,2],[6,1],[48,1],[79,2],[8,1],[18,2]],'b@ll7aol':[[78,1]],'much':[[55,3],[28,2],[36,1],[8,1],[59,1],[78,5],[76,1],[60,3],[48,3],[79,2],[57,2],[58,1]],'00698089599609375':[[71,1]],'pgen':[[73,1]],'dffe':[[50,1]],'performance':[[66,1],[7,1],[35,1]],'crc':[[8,1],[5,1]],'american':[[22,1]],'properties':[[78,1],[60,1]],'hurt':[[28,1]],'constant':[[78,2],[14,1],[79,1],[11,1]],'inline':[[3,1],[50,4]],'hidden':[[30,1],[39,1]],'unassigned':[[12,1]],'getplaybacktarget':[[60,1]],'|commands|port0|port1|port2|':[[71,1]],'please':[[78,2],[48,6],[80,1]],'oldversion':[[73,2]],'silenced':[[76,4]],'mc650x':[[78,1]],'vd`d2n0l':[[78,1]],'unconditionally':[[79,1]],'considering':[[79,1]],'critical':[[24,1],[62,1]],'versatile':[[79,1]],'been':[[62,4],[42,1],[16,2],[59,1],[54,2],[78,5],[41,2],[66,1],[43,1],[60,1],[76,6],[75,1],[3,3],[79,7],[11,1]],'00000111':[[80,2]],'onstart':[[62,5]],'dynamic':[[4,1],[57,1]],'tht':[[12,1],[48,3]],'nesdev':[[76,3],[80,1],[69,1]],'tya':[[78,1]],'closing':[[9,1],[10,1],[30,1],[5,2]],'helps':[[48,1],[49,1]],'null':[[73,2],[59,1],[75,4],[14,1],[6,1]],'poll':[[60,2],[28,1]],'were':[[55,4],[53,2],[50,1],[62,1],[12,1],[78,1],[22,1],[14,2],[26,1],[51,1],[24,1],[54,1],[4,1],[60,2],[71,1],[76,1],[3,2],[79,2]],'sides':[[22,6],[25,1],[12,1],[20,2],[36,2],[48,1],[68,2]],'doc':[[76,1],[79,1],[75,3]],'dd0c':[[78,10]],'c100':[[78,1]],'0008':[[75,1]],'tas':[[1,1],[45,5],[16,5],[68,3],[64,3],[8,1],[63,1],[5,1],[66,7],[6,3],[60,2],[4,1],[40,2]],'excuse':[[79,1]],'command':[[12,2],[20,6],[13,1],[16,1],[8,1],[17,3],[78,4],[22,4],[41,1],[24,1],[4,4],[72,2],[3,1],[18,1]],'svgalib':[[3,3]],'stuck':[[13,1],[48,1]],'sockets':[[22,1]],'improves':[[11,1],[12,1]],'confuse':[[78,2]],'portability':[[3,1]],'0070h':[[75,3]],'pulling':[[78,1],[31,1]],'jmp':[[55,1],[78,9]],'18ff':[[68,1]],'iup':[[61,3]],'occurring':[[50,1]],'nybbles':[[78,1]],'interrupts':[[76,2],[78,20]],'part2':[[82,1]],'1900':[[68,1]],'extra':[[73,4],[31,1],[20,1],[35,2],[8,1],[78,2],[54,1],[76,1],[71,1],[60,2],[82,1],[75,2],[79,7],[11,1]],'love':[[80,1]],'find':[[65,1],[55,2],[53,1],[44,2],[68,4],[56,1],[59,2],[49,2],[29,1],[41,3],[51,1],[6,1],[24,1],[54,1],[60,1],[48,2],[75,1],[76,1],[78,2],[58,2]],'moreover':[[76,1]],'search':[[53,2],[62,1],[28,1],[67,2],[42,8],[16,2],[68,6],[56,1],[8,4],[5,2],[54,1],[29,1],[41,26],[66,2],[6,3],[43,4],[4,2],[48,1],[10,3],[40,2],[7,2]],'later':[[78,2],[54,1],[41,1],[60,1],[48,1],[3,1],[79,2],[18,1],[58,1]],'shot':[[59,1],[60,2]],'boost':[[35,1],[6,1],[12,1]],'limit':[[78,2],[14,1],[36,1],[62,2]],'limited':[[34,1],[68,1]],'papers':[[79,1]],'flattering':[[79,1]],'0fff':[[68,2]],'scope':[[59,2],[58,1]],'f18':[[60,1]],'show':[[44,1],[12,1],[52,1],[36,1],[5,1],[63,1],[59,1],[9,1],[14,1],[51,2],[54,1],[6,1],[60,2],[76,1],[78,2],[48,1],[79,1]],'modifies':[[60,1]],'author':[[14,1],[66,1],[24,3],[71,3],[4,1],[13,1],[16,2],[48,1],[79,1]],'mapping':[[1,1],[14,1],[12,2],[68,3],[3,1],[64,2],[5,1]],'shots':[[60,1]],'bible':[[67,1]],'paint':[[59,1],[48,1],[60,4]],'core':[[11,2],[28,1],[61,1],[74,1],[10,1],[69,1],[58,1]],'wasok':[[62,2]],'w0dn':[[78,1]],'aaaa':[[50,4]],'cleaned':[[6,1],[14,1]],'unpause':[[48,1],[23,1],[10,1],[41,1],[50,1],[60,1]],'40000h':[[75,1]],'corner':[[28,2],[60,5],[50,3]],'si_gamepad':[[71,4]],'speedup':[[6,1],[65,1]],'engineer':[[55,1]],'semicolon':[[60,1]],'vertical':[[73,1],[54,1],[41,1],[6,1],[68,2],[79,6]],'sweet':[[68,1]],'tone':[[75,3]],'complicated':[[78,3]],'hotkeys':[[38,5],[31,2],[28,3],[12,4],[16,2],[42,2],[8,1],[5,1],[27,1],[9,1],[14,1],[22,2],[25,1],[6,2],[24,4],[34,2],[10,1],[18,1]],'cleaner':[[55,1]],'indirectly':[[55,2],[76,1]],'048x':[[68,1]],'pal':[[28,3],[20,7],[36,4],[8,1],[5,1],[26,11],[71,2],[6,1],[2,1],[75,12],[10,1],[33,6],[11,3]],'scanning':[[13,1]],'anyone':[[57,1],[48,1]],'grain':[[76,1]],'revisions':[[76,3]],'capability':[[55,1],[68,1],[14,2]],'computer':[[36,1],[22,2]],'performs':[[78,3],[60,2]],'writable':[[75,4]],'inputtable':[[59,1]],'researching':[[78,1]],'li#':[[78,2]],'understanding':[[79,1],[80,1]],'oam':[[79,7]],'skipfirst':[[60,4]],'solaris':[[3,1]],'meaning':[[63,1],[5,1]],'tracer':[[6,1],[54,2]],'having':[[19,1],[31,1],[62,1],[12,1],[16,1],[8,1],[63,1],[78,1],[41,1],[76,1],[60,2],[48,1],[79,2]],'trigger':[[78,1],[53,2],[31,3],[60,3]],'shapedefs':[[63,1]],'dcfb':[[78,1]],'maximize':[[12,1]],'ultimately':[[79,1],[48,1]],'400b':[[76,6]],'implement':[[79,3]],'accomplished':[[67,1]],'transfered':[[79,1]],'occurence':[[79,1]],'generictips':[[66,1]],'absolutely':[[62,1]],'0400':[[68,1]],'getimmediate':[[6,1],[60,1]],'excite':[[48,1]],'0071h':[[75,1]],'technical':[[78,1],[1,2],[70,1],[77,1],[79,2],[69,2]],'produced':[[76,3],[36,1],[56,1],[50,1],[66,1]],'overhauling':[[7,1]],'unfreeze':[[11,1]],'gfceux':[[13,4]],'|18':[[76,1]],'debian':[[6,1]],'safe':[[5,1],[48,1],[41,1],[28,1]],'japenese':[[48,1]],'numbers':[[63,1],[59,2],[78,2],[47,2],[50,1],[62,1],[75,1],[68,1]],'241':[[79,1],[50,1]],'energy':[[68,4],[41,5],[79,6]],'recently':[[39,5]],'apply':[[63,1],[73,1],[54,1],[79,1],[60,1],[50,3]],'perl':[[57,1]],'anthony':[[3,1]],'stateful':[[60,1]],'communities':[[1,1]],'disable':[[30,2],[31,2],[50,3],[12,1],[20,2],[36,1],[56,1],[35,1],[8,2],[78,4],[9,1],[21,1],[41,1],[76,13],[60,1],[4,2],[11,1]],'create':[[55,3],[50,1],[62,1],[16,1],[56,2],[8,1],[63,1],[59,5],[49,1],[41,1],[60,7],[79,1],[58,1]],'float':[[60,3]],'tiff':[[61,1]],'sf_':[[78,1]],'uud':[[78,1]],'hides':[[28,1]],'miscellanious':[[76,2],[79,1]],'purple':[[60,1]],'mostly':[[78,1],[26,1],[48,1],[10,1],[54,1],[62,1]],'shinwa':[[31,1]],'give':[[78,3],[48,1],[68,1],[51,1]],'via':[[22,1],[51,1],[70,1],[76,3],[31,1],[50,1],[24,1],[28,1],[79,6]],'320x239':[[60,1]],'operating':[[3,1],[19,1],[35,1],[65,1]],'pro':[[41,1]],'5205':[[75,4]],'ch2':[[75,2]],'012':[[4,1]],'successful':[[78,1]],'planes':[[60,1]],'sp`0':[[78,1]],'legal':[[78,1]],'prescale3x':[[36,2]],'switches':[[25,1],[28,1],[20,3]],'referencing':[[50,1],[82,1]],'automagically':[[78,1]],'concepts':[[79,1],[64,1],[1,1]],'pasting':[[48,1],[62,1]],'operates':[[78,1],[75,1],[55,1],[76,1]],'mmc3':[[79,4]],'january':[[3,1]],'does':[[73,1],[50,1],[56,1],[59,2],[51,1],[71,1],[60,4],[48,2],[79,5],[55,1],[53,1],[62,2],[28,2],[44,1],[13,2],[12,2],[36,1],[52,1],[68,2],[5,1],[78,19],[41,3],[76,2],[75,1]],'ending':[[71,1]],'tricks':[[79,1]],'1000000ths':[[75,1]],'get':[[59,3],[9,2],[14,1],[54,1],[66,1],[60,10],[4,1],[48,4],[79,2],[57,1],[65,1],[18,1],[7,2],[55,1],[30,1],[62,3],[12,3],[13,2],[8,1],[63,1],[78,1],[76,2],[6,1],[75,2]],'volumes':[[34,1]],'bool':[[71,5],[60,23]],'enabled':[[79,1],[53,1],[30,8],[28,9],[31,1],[50,2],[12,1],[20,4],[36,2],[62,1],[8,3],[5,2],[39,6],[76,7],[80,2],[6,3],[34,1],[48,1],[75,1],[33,1],[11,2],[7,1]],'horton':[[75,1]],'relivant':[[79,1]],'bcc':[[78,2]],'share':[[68,1],[36,1],[79,2],[80,1]],'loadrom':[[60,1]],'cannot':[[78,2],[55,1],[53,1],[60,1],[71,1],[16,1],[79,1]],'dummy':[[72,3],[79,4],[35,2]],'knows':[[13,1]],'encountered':[[78,1],[60,1]],'registerafter':[[60,1]],'salt':[[76,1]],'sourceforge':[[3,2]],'conte':[[76,1]],'slider':[[12,1]],'searches':[[41,2]],'inputdisplay':[[20,3]],'parsed':[[71,2]],'imaging':[[61,1]],'gun':[[63,1],[31,1]],'dd09':[[78,4]],'logical':[[78,2],[57,2],[60,3],[79,1]],'fresh':[[15,1]],'broad':[[58,1]],'disassembled':[[55,1],[50,1],[82,1]],'rerecord':[[71,1],[60,3],[28,3]],'examples':[[62,1],[59,1],[78,1],[19,1],[33,1],[50,1]],'capabilities':[[68,1],[79,2],[60,1]],'taseditor':[[45,2],[6,9],[60,25]],'beginning':[[50,1],[62,2],[16,1],[39,4],[78,1],[41,1],[66,2],[24,3],[6,1],[60,1],[71,1],[82,1],[79,3]],'placing':[[61,1],[52,1]],'eliminates':[[57,1]],'recognized':[[8,1]],'dd0b':[[78,6]],'fortunately':[[41,1]],'integer':[[78,2],[71,5],[60,4],[79,1]],'decremented':[[79,1]],'bigbad':[[33,6]],'few':[[30,1],[68,1],[63,1],[59,6],[15,1],[22,1],[41,1],[76,1],[60,1],[80,1],[48,2],[75,2],[3,1],[79,3]],'row':[[21,1],[68,10],[48,1],[79,1]],'configure':[[34,1],[18,1],[31,2]],'elements':[[67,1],[2,1],[6,1]],'channel':[[34,3],[76,84],[6,1]],'combination':[[78,2],[38,1],[62,1]],'itself':[[63,1],[78,1],[76,2],[53,4],[60,4],[44,1],[82,1],[48,1],[79,1]],'ranges':[[25,1],[79,3],[50,1]],'idea':[[48,1],[75,2],[55,1]],'attempting':[[63,1],[26,1],[12,1],[14,1],[60,1]],'speed':[[28,1],[12,3],[20,2],[36,1],[68,6],[35,3],[8,1],[5,5],[59,1],[14,1],[23,3],[25,14],[24,4],[60,1],[66,2],[76,2],[75,9],[7,1],[58,1]],'blocks':[[76,1],[75,1],[68,4]],'article':[[78,2]],'caption':[[11,1],[5,1]],'4003':[[76,6]],'bullets':[[63,1]],'clv':[[78,3]],'10#newname4#':[[82,1]],'tied':[[76,1]],'reduce':[[34,1],[36,1],[79,2]],'007a':[[75,1]],'sensitive':[[59,1],[20,1],[60,2],[62,1]],'blowing':[[31,1]],'termination':[[60,1]],'pipe':[[71,3]],'shows':[[8,2],[78,3],[54,4],[76,3],[38,1],[50,1],[44,1],[12,2],[52,1],[11,1],[5,1]],'when':[[50,16],[35,1],[29,3],[24,5],[82,3],[48,4],[79,20],[28,11],[44,3],[81,1],[12,10],[13,3],[20,1],[36,6],[68,3],[5,19],[37,5],[21,3],[22,1],[41,6],[11,4],[73,3],[16,4],[39,4],[59,12],[9,2],[14,9],[23,1],[51,2],[54,6],[60,16],[4,14],[66,1],[71,4],[10,2],[7,4],[65,3],[55,4],[53,4],[30,1],[62,12],[52,2],[8,6],[78,24],[25,1],[76,20],[6,13],[34,3],[72,1],[75,1],[3,1]],'detailed':[[68,1],[16,1],[79,1],[50,1]],'emulua':[[59,1],[14,1]],'createfrompng':[[60,1]],'redrawn':[[60,1]],'unpredictably':[[78,1]],'works':[[55,1],[53,3],[50,1],[12,2],[78,1],[51,1],[14,1],[47,1],[60,3],[82,1],[4,2],[48,2],[75,1],[79,3]],'segmentation':[[7,1]],'launches':[[10,1]],'place':[[19,1],[31,2],[62,1],[16,1],[78,4],[14,1],[76,2],[60,1],[48,1],[75,1],[79,3],[11,1]],'never':[[78,2],[22,1],[55,1],[79,4],[58,1]],'setlagflag':[[6,1],[60,1]],'tile':[[73,1],[51,2],[49,1],[55,3],[80,2],[67,1],[48,2],[52,3],[79,12]],'filling':[[56,1]],'addhealthpoints':[[50,2]],'meant':[[3,1]],'figured':[[48,1],[50,1]],'keyrecording1':[[62,1]],'deccmp':[[78,2]],'luascripts':[[63,2],[61,2],[62,1]],'declaring':[[59,1]],'whatsoever':[[79,1]],'togglable':[[8,2],[9,1]],'situation':[[48,1],[47,2],[30,1],[39,1]],'overclocking':[[35,2]],'block':[[48,1],[68,24],[14,1],[79,1]],'decreased':[[41,2]],'049x':[[68,1]],'timestamp':[[72,4]],'newlines':[[71,2]],'cccvvvv':[[75,1]],'increased':[[34,1],[12,1],[16,1],[3,1],[41,1],[79,1]],'m016':[[6,1]],'operate':[[41,1],[76,1],[79,1]],'assembly':[[49,2],[50,4]],'sequence':[[78,4],[55,1],[76,6],[79,1]],'halted':[[76,2]],'shownotes':[[6,1]],'subtitle':[[12,2],[71,5],[39,1]],'enable':[[55,1],[30,1],[28,1],[31,1],[50,2],[20,2],[36,1],[56,1],[5,3],[78,3],[9,2],[14,3],[76,14],[79,1],[65,3]],'ouch':[[41,1]],'teenagemutantninjaturtles':[[63,1]],'series':[[78,6],[76,1],[18,1]],'v%_0ah':[[78,2]],'officially':[[48,1]],'differently':[[71,1],[78,5]],'operation':[[78,21],[76,6],[79,5],[60,3]],'586':[[4,1]],'seeking':[[5,1]],'task':[[11,1]],'0078':[[75,1]],'hardwired':[[79,1]],'frames|':[[79,1]],'unlicensed':[[3,1]],'conf':[[6,2]],'spaces':[[8,1]],'faq':[[1,1],[56,1],[64,3]],'fffa':[[78,2],[68,1],[50,1]],'boolean':[[50,1],[62,1]],'arkanoid':[[71,1],[31,3],[60,1]],'remodel':[[5,1]],'predefined':[[59,2],[60,6]],'jetpack':[[63,1]],'found':[[79,5],[76,7],[31,1],[43,1],[4,1],[42,1],[56,1],[69,1],[58,1]],'mar':[[73,1]],'50fps':[[35,1]],'wouldn':[[76,1],[48,1]],'cpus':[[65,1]],'versions':[[58,2],[65,1],[46,1],[70,1],[76,1],[24,2],[60,2],[16,1],[3,1],[10,1],[5,1]],'vtoggle':[[4,1]],'substraction':[[78,1]],'1984':[[78,1]],'1000|':[[68,1]],'tweaked':[[26,1],[5,1]],'4007':[[76,6]],'xxx000x1':[[78,1]],'dsiplay':[[11,1]],'turtle':[[68,1]],'replicate':[[26,1]],'acceleration':[[4,1],[36,3],[65,1]],'revamp':[[6,1]],'001f':[[50,1]],'pay':[[79,1]],'retrieve':[[60,5]],'say':[[41,2],[60,1],[30,1],[44,1],[48,1],[75,1],[79,1]],'ffff':[[73,1],[78,1],[55,1],[53,5],[50,1],[75,6],[68,2],[56,2]],'6000h':[[75,1]],'measured':[[76,2],[78,1]],'source':[[78,1],[55,2],[76,1],[82,2],[3,3],[36,1]],'ok#00':[[82,1]],'died':[[62,2]],'prompted':[[48,1],[22,1],[24,2]],'closely':[[41,1],[54,1],[14,1]],'int8':[[73,1]],'greater':[[78,3],[41,2],[60,1],[44,1],[24,1],[28,1]],'silence':[[76,1]],'read':[[73,4],[50,5],[16,1],[39,13],[59,6],[9,2],[14,2],[47,1],[51,1],[24,12],[60,19],[79,12],[7,1],[55,6],[53,4],[62,1],[12,1],[20,5],[13,1],[68,1],[8,4],[37,4],[78,59],[41,4],[76,5],[6,2],[75,3],[3,1],[11,3]],'python':[[3,3],[57,1]],'doubles':[[78,1],[6,1]],'mirroring':[[73,1],[52,2],[68,3],[8,1]],'exponentially':[[62,1]],'knobs':[[33,1]],'guides':[[17,1],[49,1],[1,2],[40,1],[64,2]],'ans':[[3,1],[1,2]],'customizing':[[12,1],[21,2]],'mute':[[34,3],[12,3],[14,1],[13,1]],'substitution':[[41,3],[48,4]],'chip':[[78,2],[75,6],[79,1]],'generation':[[76,4],[79,3]],'took':[[79,1],[48,1]],'getting':[[17,1],[58,1],[6,1],[60,1],[62,1],[12,2],[52,1],[57,1],[18,2],[39,1]],'endian':[[12,1],[60,1]],'direction':[[76,1],[78,1]],'bullethell':[[63,1]],'pull':[[34,1],[78,6],[76,1],[38,1],[31,1]],'x11x':[[78,1]],'stored':[[73,4],[50,1],[28,1],[12,2],[68,1],[78,3],[29,3],[41,3],[71,3],[60,4],[82,1],[72,1],[75,1],[11,2],[65,2]],'keeps':[[48,1],[55,2],[60,2]],'appears':[[78,1],[76,1],[60,1],[39,3]],'11111000':[[80,2]],'even':[[53,2],[62,1],[12,3],[68,1],[36,1],[59,2],[78,9],[47,1],[76,2],[24,1],[60,12],[75,1],[3,1],[79,4],[18,1]],'dictionary':[[48,6]],'network':[[9,1],[32,2],[27,1]],'hovering':[[50,1]],'xii':[[78,2]],'rgp9':[[78,2]],'missed':[[60,1]],'streams':[[79,1]],'crashed':[[53,1]],'max':[[36,1],[12,1]],'consequence':[[71,1],[78,1]],'haven':[[76,1],[79,1],[48,1]],'asq_realityb':[[26,1]],'special':[[55,2],[50,4],[28,1],[12,1],[68,1],[36,2],[8,1],[78,4],[51,1],[14,4],[76,2],[75,2],[79,1]],'started':[[17,1],[58,1],[66,1],[60,5],[44,1],[62,7],[12,1],[48,2],[3,1],[57,2],[18,2],[39,1]],'rheiny':[[3,1]],'5ff8':[[75,1]],'cpy':[[78,3]],'advances':[[59,1],[66,1]],'eject':[[25,1],[22,5]],'29651n52':[[78,1]],'including':[[73,1],[14,1],[76,1],[60,1],[52,1],[16,1],[3,2],[79,1],[11,1],[65,1]],'than':[[73,1],[19,1],[31,1],[28,3],[44,2],[50,1],[13,1],[12,2],[16,3],[20,2],[36,8],[5,1],[62,2],[78,15],[41,5],[47,1],[60,7],[71,1],[76,5],[48,2],[75,2],[57,1],[79,6]],'006e':[[75,2]],'2008':[[13,1],[14,1],[3,5],[15,1],[16,1],[68,1]],'space':[[73,1],[41,3],[53,2],[60,3],[31,1],[50,1],[62,1],[71,1],[75,6],[56,2]],'delta':[[6,1]],'sounding':[[76,3]],'represented':[[71,2]],'jumpingfceuxwindow':[[61,1],[5,1]],'march':[[72,1],[12,1],[3,1],[5,1]],'hooker':[[12,1],[48,18],[3,1],[40,1]],'engineering':[[4,1],[76,3],[67,1],[82,1]],'begin':[[78,9],[23,1],[55,1],[66,1],[60,1],[50,2],[24,4],[71,1]],'10240':[[41,2]],'02ff':[[68,1]],'fcuex':[[20,1]],'nitsujrehtona':[[3,2]],'encompassing':[[55,1],[2,1]],'background':[[21,3],[80,5],[60,5],[28,2],[12,1],[20,2],[36,1],[79,8]],'unchecked':[[29,1],[36,1],[37,3]],'4008':[[76,13]],'bankswitchable':[[75,1]],'went':[[76,1]],'mix':[[59,1]],'rolledback':[[62,1]],'efficiency':[[6,1]],'where':[[16,1],[39,1],[59,2],[54,1],[14,6],[29,10],[47,4],[24,3],[60,5],[4,2],[48,2],[79,8],[7,1],[65,3],[55,1],[53,4],[62,1],[28,3],[12,5],[13,5],[5,1],[78,2],[76,6],[34,1],[75,4],[11,1],[58,2]],'smaller':[[78,9],[48,1],[60,1]],'situations':[[28,1],[12,1],[47,1],[62,2],[39,2]],'employs':[[12,2],[62,1]],'reminding':[[14,1]],'2c02':[[77,1],[68,3],[79,3]],'04ax':[[68,1]],'0x0123456789abcdef':[[71,1]],'editing':[[63,1],[21,1],[53,3],[24,1],[6,2],[60,2],[66,1],[67,3],[16,1],[71,1],[5,1]],'obscure':[[3,1],[4,1]],'getinstructionscount':[[4,1],[60,1]],'listening':[[55,1]],'calculate':[[78,5],[79,1]],'religion_mode_on':[[78,1]],'won':[[78,1],[54,1],[14,1],[41,1],[53,1],[31,1],[6,1],[60,6],[81,1],[48,1],[56,1],[35,1]],'saner':[[14,1]],'editor':[[50,4],[67,3],[16,1],[56,2],[59,1],[49,1],[66,4],[24,1],[60,4],[4,3],[82,1],[48,1],[40,1],[7,1],[55,3],[53,12],[44,2],[45,4],[12,3],[68,3],[8,3],[5,2],[21,5],[41,7],[6,4],[3,1],[11,5],[58,1]],'addition':[[31,1],[28,1],[16,1],[8,1],[5,1],[78,9],[76,1],[60,1],[3,1],[10,1],[7,1],[65,2]],'mem':[[79,4]],'composition':[[79,1]],'reply':[[81,1],[80,1]],'mmc5':[[15,1],[14,3],[4,1],[75,7],[68,1],[79,2]],'quit':[[4,1],[59,1],[5,1]],'116':[[6,1]],'launch':[[6,1]],'sine':[[41,1],[79,1]],'8000':[[73,2],[55,1],[53,5],[75,4],[68,1],[56,2]],'isn':[[80,1],[56,1],[8,1],[31,1]],'qwerty':[[60,1]],'ruined':[[78,1]],'3w@`':[[78,1]],'explains':[[17,1],[28,1],[81,1],[68,1],[25,1],[27,1]],'gave':[[11,1]],'corrupt':[[55,1]],'double':[[38,1],[30,2],[28,2],[50,4],[16,2],[36,2],[56,1],[22,1],[29,1],[41,5],[47,1],[6,2],[54,1],[4,1],[76,1],[79,1]],'quirks':[[59,1]],'tostring':[[60,1]],'machine':[[78,5],[6,1],[50,1]],'bug':[[5,2],[11,3],[14,9],[6,11],[4,2],[12,13],[13,5],[10,4],[16,1],[7,2],[8,5]],'did':[[63,1],[78,2],[60,1],[75,2],[79,1],[8,1],[65,1]],'moment':[[25,2],[18,1],[60,1]],'isrunend':[[62,1]],'amoung':[[76,1]],'now':[[73,1],[50,1],[16,5],[59,4],[9,8],[14,10],[15,1],[66,1],[24,2],[60,1],[4,1],[71,1],[48,1],[10,6],[79,4],[62,3],[44,1],[45,1],[12,14],[13,4],[8,4],[5,4],[78,2],[41,2],[76,7],[6,11],[75,2],[11,4]],'arguments':[[60,2],[20,1]],'looping':[[76,4]],'commodore':[[78,5]],'needed':[[63,1],[78,1],[60,1],[24,2],[82,1],[61,1],[48,2],[16,1],[79,1],[58,2]],'microprocessors':[[78,2]],'exceptions':[[78,2]],'ishihara':[[76,1]],'dc0c':[[78,1]],'inflating':[[60,1]],'techniques':[[78,1]],'mygame':[[82,6]],'update':[[53,1],[50,1],[52,2],[16,1],[8,1],[5,3],[54,2],[41,3],[66,1],[60,1],[76,3],[72,3],[48,1],[75,1],[11,3]],'appeared':[[3,1],[79,1],[81,1]],'truly':[[78,1]],'pressing':[[63,1],[59,1],[23,1],[25,1],[53,1],[31,2],[50,1],[24,3],[60,2],[18,1]],'rise':[[79,1]],'appearing':[[76,1],[79,1]],'behaviour':[[78,1],[76,2],[79,3],[6,1]],'bankswitched':[[50,1],[75,2]],'reads':[[78,5],[8,1],[60,2]],'breathe':[[67,1]],'mirror':[[73,2],[68,5]],'end':[[50,1],[62,6],[8,1],[5,1],[59,11],[22,1],[78,8],[76,1],[71,1],[60,6],[48,2],[3,1],[79,2],[58,3]],'chart':[[76,1]],'bmi':[[78,2]],'continuing':[[66,2]],'illustration':[[78,1]],'multiplexed':[[79,1]],'16384':[[68,2]],'exec_count':[[60,1]],'annoying':[[79,1],[60,1]],'paged':[[73,1]],'codec':[[23,1]],'mv#b@3':[[78,1]],'cias':[[78,2]],'impossible':[[48,1],[54,1]],'selection':[[78,2],[6,1],[48,19],[79,2],[7,4],[8,1]],'child':[[13,1]],'right':[[50,9],[56,1],[59,1],[51,1],[54,2],[71,3],[24,1],[60,6],[4,4],[82,3],[48,3],[79,2],[18,2],[65,2],[53,4],[30,2],[44,1],[28,3],[31,5],[12,2],[20,2],[36,1],[62,3],[78,6],[41,7],[76,3],[6,1]],'monitors':[[79,2],[44,2]],'desync':[[8,1]],'dumb':[[48,1]],'way':[[55,1],[31,1],[50,2],[45,1],[62,1],[16,2],[56,1],[63,1],[59,1],[51,1],[54,1],[78,5],[80,1],[24,2],[60,1],[4,1],[82,1],[48,1],[75,5],[57,1],[79,3],[58,1]],'addresslow':[[60,5]],'reg':[[79,1],[6,1]],'exhausts':[[62,1]],'filebase':[[29,1]],'there':[[50,6],[39,2],[59,5],[54,2],[47,1],[80,2],[24,2],[60,8],[82,2],[48,4],[10,1],[79,4],[65,3],[55,2],[53,3],[62,3],[28,1],[81,1],[12,1],[13,1],[68,1],[63,1],[78,5],[21,1],[41,6],[76,3],[75,4],[3,1],[11,1]],'j2rb':[[73,1]],'settings':[[31,1],[28,2],[50,2],[62,1],[12,1],[36,2],[35,1],[37,1],[27,3],[49,1],[25,1],[47,2],[6,1],[34,1],[33,1],[18,1],[40,2]],'originally':[[42,1],[3,2],[76,1],[43,1],[60,1]],'further':[[3,1],[48,1]],'boxes':[[41,1],[30,1],[44,1],[60,1],[48,2],[16,2],[56,1],[8,1]],'okattempts':[[62,1]],'somevalue':[[59,1]],'his':[[78,2],[26,1],[76,3]],'tabbed':[[54,1]],'registerexecute':[[60,2]],'hexbackcolorb':[[21,1]],'increase':[[23,1],[10,1],[76,4],[7,1],[24,1]],'esper2':[[75,1]],'sequences':[[76,9],[6,1]],'forbid':[[50,2],[14,1]],'focus':[[28,3]],'gpa':[[78,2]],'pops':[[59,1],[58,1]],'stays':[[79,1]],'infinite':[[41,1],[76,1],[60,2]],'tapanim':[[78,1]],'loop':[[59,3],[78,4],[76,1],[35,1],[60,4]],'doesn':[[73,1],[36,1],[8,3],[5,1],[63,1],[78,1],[9,1],[47,1],[76,1],[6,1],[60,2],[48,1],[33,1],[11,2],[79,1]],'quite':[[78,3],[54,1],[68,1],[79,1],[60,1]],'blocking':[[60,1]],'wav':[[23,8]],'tale':[[78,1]],'amounts':[[36,1]],'isa':[[79,1]],'plugged':[[31,2]],'mentioned':[[76,1],[79,1],[60,1]],'1999':[[81,1],[80,1],[75,4]],'playmovie':[[20,12]],'ontop':[[79,1]],'subtitler':[[63,1]],'fme':[[75,2]],'dehacked':[[59,3]],'clocked':[[76,11]],'3rd':[[71,1],[79,3]],'consist':[[71,2],[24,1]],'monitoring':[[79,1],[12,1],[41,1],[66,1],[62,1],[44,5]],'sorry':[[80,1],[9,1],[11,1]],'amd':[[12,1]],'impa':[[61,1]],'prelim':[[75,1]],'c000#newname1#comment1':[[82,1]],'modified':[[78,1],[22,2],[53,1],[60,4],[48,1],[75,1],[3,2]],'surprise':[[48,1]],'higher':[[73,1],[78,1],[54,1],[76,1],[62,1],[33,1],[79,1]],'same':[[19,1],[50,4],[39,16],[59,5],[54,1],[66,1],[24,1],[60,11],[4,1],[71,1],[48,4],[82,2],[10,1],[79,8],[46,1],[55,2],[53,1],[31,2],[62,4],[52,1],[68,4],[36,1],[8,1],[63,1],[78,11],[26,1],[25,1],[41,4],[6,1],[76,2],[72,2],[75,2],[33,1],[58,1]],'champion':[[3,1]],'400f':[[76,4]],'percents':[[25,1]],'flipped':[[75,1]],'denotes':[[59,1],[75,1],[78,4],[41,3]],'chosen':[[50,1]],'2004':[[72,1],[78,2],[3,3],[79,1],[11,1]],'junk':[[60,1]],'additionally':[[76,1],[79,1],[60,1]],'was':[[50,2],[16,1],[56,1],[39,11],[59,1],[15,1],[14,5],[54,1],[66,3],[24,1],[60,7],[4,2],[71,6],[48,1],[10,1],[79,17],[7,1],[18,1],[65,1],[55,12],[53,3],[62,1],[28,1],[45,1],[12,3],[42,1],[68,1],[8,2],[78,10],[22,6],[26,1],[41,5],[76,4],[6,2],[43,1],[75,1],[3,22],[11,2]],'manage':[[62,1]],'ball':[[10,1],[76,1]],'bvc':[[78,3]],'yellow':[[55,2],[53,2],[60,1]],'releases':[[14,1],[3,1],[6,1],[8,1]],'outputs':[[49,1],[76,6],[79,3]],'msg':[[60,1]],'setplayback':[[60,1]],'readbyterange':[[60,1],[14,1]],'revolutionizes':[[16,1]],'romfilename':[[71,1]],'edcba9876543210':[[76,1]],'2c00|':[[68,1]],'tested':[[78,1],[55,1],[76,1],[48,3],[3,1],[79,1],[11,1]],'has':[[50,3],[16,6],[39,4],[59,2],[9,2],[54,2],[66,2],[60,7],[82,1],[10,1],[79,7],[7,1],[65,3],[55,2],[53,1],[30,1],[28,2],[31,1],[44,1],[12,1],[42,1],[45,1],[52,1],[62,5],[37,1],[68,3],[78,17],[41,6],[76,12],[43,1],[75,5],[3,3],[33,1]],'picked':[[3,1]],'yresolution':[[5,1]],'3w@':[[78,1]],'volume':[[76,19],[60,5],[31,1],[34,8],[75,2],[11,1]],'freezed':[[53,1]],'fast':[[66,2]],'sounddisplay2':[[6,1]],'rgb':[[60,1],[21,1],[33,1],[8,1],[11,1]],'hadn':[[54,1]],'simulate':[[33,1]],'maru':[[48,4]],'fully':[[75,1],[16,1],[60,2],[8,2]],'again':[[55,1],[62,1],[68,1],[59,1],[22,1],[54,1],[78,4],[60,3],[48,1],[3,2],[10,1],[11,2],[79,3]],'thinking':[[45,1]],'code':[[50,13],[67,2],[56,24],[49,4],[14,1],[51,2],[54,6],[60,16],[71,4],[4,2],[10,1],[65,2],[55,38],[53,4],[62,3],[12,1],[13,1],[68,2],[8,2],[5,2],[78,10],[41,3],[76,2],[6,3],[75,3],[3,6],[11,1]],'bankswitch':[[53,1],[75,1]],'xdsp':[[3,1]],'input1':[[14,1]],'unexpectingly':[[59,1]],'drivers':[[78,1],[6,1]],'fffd':[[68,1]],'sbc':[[78,26]],'cable':[[22,1]],'extends':[[3,1]],'devices':[[71,3]],'eliminate':[[68,1]],'psid':[[75,1]],'failed':[[66,2],[62,1]],'fixed':[[19,1],[12,12],[13,5],[16,1],[8,4],[5,20],[78,1],[9,4],[14,12],[15,1],[71,1],[6,27],[76,2],[4,12],[75,1],[10,4],[79,3],[11,9],[7,12]],'10x1':[[78,1]],'developing':[[48,1]],'hear':[[76,1]],'ror':[[78,21]],'point':[[5,1],[22,1],[49,1],[41,2],[66,2],[24,3],[76,3],[80,1],[72,1],[79,1],[18,1],[39,1]],'respective':[[71,1],[50,1]],'one':[[19,1],[50,7],[16,1],[59,8],[49,1],[23,1],[51,1],[66,3],[60,20],[82,1],[48,3],[79,9],[65,1],[30,1],[28,1],[31,6],[44,3],[13,1],[62,5],[68,4],[8,1],[5,1],[78,20],[26,1],[41,3],[76,5],[75,4],[3,1],[33,1],[11,2],[58,3]],'156':[[6,1]],'signals':[[76,3],[78,1],[79,1]],'variable':[[73,3],[59,1],[79,1],[71,2],[60,8],[62,7]],'positioning':[[5,1]],'maintains':[[4,1]],'predecrement':[[78,1]],'c64':[[78,3],[75,1]],'drawtext':[[60,1]],'5fff':[[68,1]],'pbin':[[73,1]],'archive':[[14,3],[19,1],[60,2],[67,1],[4,1],[13,2],[16,2],[48,1]],'077h':[[75,1]],'32k':[[76,2]],'154':[[4,1]],'instead':[[55,2],[53,2],[50,4],[28,1],[62,1],[81,1],[8,2],[59,1],[15,1],[78,5],[47,1],[76,2],[60,4],[82,1],[4,2],[34,1],[48,2],[10,2],[79,3],[11,4]],'part3':[[82,1]],'backwards':[[63,1],[73,1],[11,1],[60,3]],'guid':[[71,3],[16,1]],'nsfs':[[4,1],[33,1]],'alteration':[[47,1]],'represents':[[41,2],[53,1],[60,1],[55,1],[76,1],[56,1],[33,1]],'order':[[46,1],[55,2],[50,1],[62,1],[68,1],[63,1],[22,1],[29,1],[51,1],[66,2],[24,2],[60,1],[71,1],[76,2],[48,2],[33,2],[79,7]],'lfsr':[[73,1]],'`&z0':[[78,1]],'complimentery':[[79,1]],'timing':[[11,1],[35,2],[78,3],[76,4],[71,1],[28,1],[12,1],[20,1],[79,8],[18,1],[27,2]],'conflict':[[6,2]],'levels':[[34,1],[78,1],[55,1],[76,1],[67,2]],'problematic':[[41,1]],'switchy':[[60,1]],'tools':[[1,2],[55,1],[67,6],[61,1],[16,4],[68,1],[8,1],[49,1],[14,1],[41,1],[66,4],[6,2],[48,3],[3,4],[10,2],[40,4]],'freebsd':[[3,1]],'biggest':[[48,1]],'exec_time':[[60,1]],'stevedonovan':[[61,1]],'claim':[[66,1],[78,1]],'numbered':[[75,1]],'sits':[[75,1]],'enhancing':[[6,1]],'accuracy':[[60,1],[11,1],[28,1]],'shu':[[12,1]],'tweaking':[[48,1]],'open':[[46,1],[55,1],[19,1],[30,2],[28,3],[50,6],[12,4],[16,3],[39,2],[37,2],[63,2],[9,1],[14,4],[29,1],[41,1],[24,3],[78,1],[48,3],[18,2],[65,1]],'sq2':[[76,10]],'pagedown':[[60,1]],'shared':[[76,1],[79,1]],'uuencoded':[[78,1]],'progress':[[60,1]],'&b%_3bxi':[[78,1]],'button':[[55,1],[38,2],[31,11],[44,1],[50,6],[53,1],[12,5],[16,1],[62,5],[39,2],[5,1],[59,1],[22,2],[63,1],[25,3],[41,8],[6,2],[24,1],[4,1],[60,14],[48,11],[71,6],[10,1],[72,1]],'yourself':[[63,1],[59,1],[48,1]],'circuitry':[[79,2]],'prevented':[[10,1],[6,1]],'ntsccolor':[[14,1]],'mails':[[61,1]],'iup_example':[[61,1]],'misrepresented':[[79,1]],'c006#newname3#multilinecomment':[[82,1]],'persist':[[60,1]],'loc':[[78,3]],'merge':[[3,1],[2,1]],'continuously':[[50,1]],'watching':[[68,1]],'dcfd':[[78,2]],'randomness':[[78,1]],'swapped':[[33,1],[34,1]],'decoded':[[76,1],[60,2]],'val':[[76,2],[78,5]],'layout':[[4,1],[68,2],[6,1],[64,1]],'wrong':[[4,1],[48,1],[16,1],[6,1],[11,1]],'inserting':[[25,1],[22,1],[44,1]],'multiplier':[[36,1],[75,1]],'documented':[[21,1],[48,1]],'overridden':[[29,1]],'jones':[[7,1]],'resets':[[41,1],[76,1],[50,1],[60,2]],'mega':[[41,5]],'kept':[[79,1],[50,1],[62,2]],'keep':[[55,1],[19,1],[50,1],[44,1],[31,1],[62,1],[35,1],[78,1],[54,1],[76,1],[60,3],[75,1],[79,2],[58,1]],'hikari':[[31,1]],'makedata':[[55,1]],'board':[[68,2]],'ppc':[[13,1]],'loads':[[78,3],[76,1],[24,1],[28,1],[4,1],[60,6],[12,1],[13,1],[20,2],[75,1],[79,1],[39,2]],'www':[[59,1],[61,4],[58,1]],'kirby':[[68,1]],'dual':[[75,3]],'obsolete':[[6,1]],'following':[[1,1],[50,2],[61,1],[68,1],[36,1],[59,2],[22,1],[78,10],[70,1],[71,4],[60,5],[76,2],[82,1],[75,1],[79,3],[18,1]],'speedmode':[[59,1],[12,1],[60,1],[58,1]],'noconfig':[[12,1]],'chunk':[[73,8],[19,1],[5,1]],'grapical':[[36,1]],'bizhawk':[[4,1]],'programmers':[[63,2],[59,1],[78,2],[79,1]],'adc':[[78,22]],'intact':[[79,1]],'skill':[[66,3]],'cdlogger':[[8,1],[5,2]],'8_47':[[78,1]],'_29_':[[81,1]],'understand':[[78,1],[56,1],[57,1],[79,3]],'describes':[[39,1],[26,1],[79,2],[65,1]],'9010':[[75,1]],'ensure':[[60,2],[78,2],[30,1],[65,1]],'loadstate':[[8,3],[39,6],[24,1],[28,1],[4,1],[60,1],[12,1],[16,2],[20,3],[18,8],[7,1]],'dd0d':[[78,11]],'fairly':[[53,1]],'comment':[[59,1],[78,2],[71,5],[82,9],[24,2],[50,1]],'truecolor':[[60,1]],'attain':[[76,1]],'just':[[73,1],[55,1],[50,5],[28,1],[44,1],[62,3],[42,1],[36,1],[63,2],[59,4],[21,1],[14,1],[41,1],[49,1],[6,1],[43,1],[54,1],[60,4],[48,3],[72,1],[76,1],[78,11],[79,6],[82,1]],'inv':[[60,1]],'paying':[[79,1]],'loadstates':[[8,1]],'extracted':[[79,1]],'major':[[53,1],[6,1],[12,5],[13,1],[16,1],[75,1],[11,1],[79,1]],'posted':[[76,1]],'ongoing':[[60,1]],'uwa':[[78,1]],'option':[[50,3],[16,4],[35,1],[39,16],[54,4],[14,4],[60,2],[4,3],[10,1],[18,3],[53,1],[31,3],[28,3],[12,5],[13,3],[36,5],[42,1],[8,5],[5,6],[37,1],[52,1],[22,1],[6,14],[43,1],[33,1],[11,5]],'cpu':[[73,3],[50,8],[77,2],[16,1],[68,6],[8,1],[35,1],[78,6],[51,2],[76,9],[6,1],[60,6],[79,12],[11,3]],'dialogs':[[12,1],[14,3],[10,1],[11,1]],'without':[[62,1],[81,1],[12,2],[13,2],[68,1],[8,2],[78,1],[22,1],[14,1],[76,1],[66,1],[6,2],[60,10],[4,1],[48,3],[75,1],[79,4],[58,1]],'significant':[[73,1],[60,2]],'pretty':[[75,1],[79,2],[60,1]],'frameadvancing':[[59,1]],'zeros':[[55,1]],'canceling':[[12,1]],'rely':[[36,1],[59,1]],'hardware':[[1,1],[19,1],[50,1],[36,6],[69,2],[5,1],[78,6],[76,23],[60,2],[4,2],[75,1],[79,6],[65,1]],'funny':[[78,1],[75,1]],'designates':[[50,1]],'implemented':[[11,3],[12,3],[3,3],[79,2],[10,1],[8,2]],'containers':[[39,1]],'navigation':[[3,1],[50,2]],'ideas':[[45,1]],'indirect':[[78,8],[50,1]],'tutorial':[[58,1]],'seek':[[6,1],[50,3]],'explained':[[59,1],[79,1]],'08000h':[[75,4]],'poweron':[[12,1],[60,3]],'triplets':[[33,1]],'tatakai':[[9,1]],'omitted':[[60,1]],'cmp':[[78,21]],'wealth':[[66,1],[67,1]],'activated':[[79,3]],'backups':[[12,1],[9,1],[8,1],[37,2]],'activate':[[41,1],[56,1],[65,1]],'nogui':[[5,1]],'drive':[[22,1]],'pcsx':[[42,1],[43,1]],'utfconverter':[[11,1]],'sometime':[[39,1]],'uint32':[[73,11]],'overincreased':[[14,1]],'experienced':[[59,1]],'containing':[[78,1],[6,1],[8,1]],'lists':[[78,1]],'8x8':[[14,1]],'mwav':[[73,1]],'unified':[[3,1]],'sample':[[34,1],[55,1],[76,1],[35,1],[60,3]],'know':[[53,1],[62,1],[68,1],[56,1],[63,2],[59,1],[78,3],[41,4],[80,2],[60,2],[48,9],[75,2],[79,2]],'trial':[[48,1],[62,2]],'progression':[[60,1]],'gotcha':[[8,1]],'leftbracket':[[60,1]],'bbitmaster':[[3,1]],'nmi3':[[50,1]],'basis':[[33,1],[79,1]],'reaching':[[24,1],[37,2]],'dff6':[[50,1]],'prevent':[[59,1],[78,1],[14,1],[53,1],[50,1],[60,2],[62,1],[13,1],[12,2],[79,1],[8,1],[35,1]],'slight':[[26,1],[36,1],[7,1],[28,1]],'subsequent':[[71,1],[60,2]],'lame':[[79,1]],'brk':[[78,28],[68,1]],'galaxian':[[63,1]],'bpl':[[78,13]],'unless':[[50,2],[28,1],[78,1],[22,2],[29,1],[54,1],[71,3],[24,1],[60,5],[76,1],[48,1],[79,2]],'09fffh':[[75,2]],'add':[[53,1],[31,1],[50,8],[61,1],[56,3],[8,1],[5,1],[78,19],[49,1],[14,3],[41,3],[6,4],[82,1],[48,3],[75,1],[33,1],[79,2]],'issues':[[65,2],[26,1],[6,1],[12,1],[13,2],[7,2],[5,2]],'iiii':[[50,1]],'sounds':[[75,1]],'combinations':[[78,4],[62,1],[79,1]],'aop':[[78,1]],'visit':[[24,1]],'described':[[76,2],[56,1],[79,4]],'blow':[[60,1]],'crackle':[[65,2]],'6502':[[78,6],[51,1],[41,3],[76,4],[77,1],[75,6],[68,2]],'savestates':[[65,3],[28,6],[12,1],[13,2],[16,3],[8,1],[37,2],[39,2],[59,3],[9,2],[14,3],[6,3],[24,2],[4,1],[60,3],[57,1],[18,1],[11,1]],'allowing':[[60,1],[12,1],[36,1],[71,1],[6,1],[37,1]],'decrypt':[[56,1]],'discovered':[[76,1],[78,1]],'coincides':[[79,1]],'available':[[19,1],[30,1],[45,1],[61,2],[16,1],[68,1],[39,4],[17,1],[5,1],[54,1],[78,4],[76,5],[66,1],[60,2],[33,1],[57,1]],'portions':[[79,1],[7,1],[62,1]],'refers':[[82,1],[60,1],[68,1]],'format':[[73,3],[75,5],[82,2],[46,1],[55,1],[19,5],[74,2],[16,6],[9,1],[14,2],[41,6],[54,1],[6,1],[24,2],[60,3],[34,1],[66,1],[70,4],[71,16],[33,1],[40,1],[72,5]],'lastkey2':[[62,1]],'prehaps':[[79,3]],'matter':[[63,1],[33,1],[75,1]],'done':[[55,1],[53,1],[62,1],[28,1],[67,1],[16,1],[35,1],[59,3],[21,1],[78,1],[41,2],[66,2],[76,1],[75,4],[3,1],[79,8],[65,1]],'persistently':[[49,1]],'optimal':[[60,1]],'120hz':[[76,1]],'coinciding':[[79,1]],'intention':[[57,1]],'index':[[73,3],[59,1],[78,15],[79,6],[60,2]],'several':[[50,1],[42,1],[63,1],[78,1],[26,1],[41,2],[71,1],[43,1],[76,1],[72,1],[75,1],[3,1],[65,1]],'length':[[73,4],[59,1],[78,1],[14,1],[76,41],[71,5],[60,3],[72,2],[12,1],[75,2],[79,1],[11,1]],'need':[[73,1],[79,1],[46,1],[55,2],[53,2],[50,3],[62,1],[8,1],[63,3],[78,3],[22,1],[47,1],[60,5],[72,1],[48,10],[75,2],[57,1],[18,1],[58,2]],'computers':[[78,1],[35,1],[65,1]],'remappable':[[11,1]],'27th':[[79,1]],'words':[[78,1],[71,1],[60,1],[48,6],[75,1],[79,2]],'summon':[[56,1]],'don':[[55,1],[53,2],[50,2],[62,3],[13,1],[35,1],[63,4],[59,2],[22,1],[78,1],[76,3],[80,1],[6,2],[60,3],[82,1],[48,3],[79,2],[11,1]],'|__________________________________________|':[[68,9]],'terminator':[[75,1]],'00fh':[[75,1]],'readability':[[60,1]],'forums':[[3,1]],'dialog':[[19,1],[50,1],[16,4],[39,4],[9,3],[14,6],[24,4],[60,7],[4,1],[10,4],[65,1],[38,1],[30,2],[44,5],[53,1],[12,13],[13,3],[42,4],[8,4],[5,5],[37,2],[41,1],[6,5],[43,4],[11,3],[58,2]],'rerecords':[[6,1],[28,1]],'0700':[[68,1]],'sure':[[23,1],[41,1],[55,1],[60,2],[62,1],[71,1],[48,1],[75,1]],'compared':[[16,1],[3,2],[10,1],[8,1]],'fc0':[[20,2]],'reassemblable':[[55,1]],'vint':[[79,9]],'|extra':[[79,1]],'mark':[[48,3],[3,1],[50,1],[28,1]],'arriving':[[76,1]],'4011':[[76,4]],'75%':[[60,2]],'rewinding':[[10,1],[39,2]],'waits':[[8,1]],'unit':[[78,1],[22,1],[51,1],[76,14],[79,1],[58,1]],'cancel':[[58,1],[12,1],[35,1]],'bulletproof':[[8,1]],'rename':[[28,1],[50,1],[14,1]],'autosearch':[[42,1],[43,1]],'soft':[[25,1],[55,2],[60,1],[6,1],[71,2],[16,1],[8,1]],'1024':[[68,3]],'ntar':[[73,1]],'pair':[[71,1]],'confirmed':[[76,2],[60,1]],'sprites':[[51,1],[80,2],[60,2],[28,1],[12,1],[20,3],[36,3],[48,2],[68,1],[79,2]],'updates':[[78,1],[9,2],[47,1],[80,1],[6,1],[12,3],[48,1],[3,1],[8,1]],'cyan':[[55,1],[53,1],[60,1]],'bak':[[37,1]],'pspfceultra':[[3,1]],'stage':[[78,1],[76,1],[79,8]],'conditions':[[76,5],[50,4]],'symmetry':[[76,1]],'inits':[[75,1]],'sources':[[76,1],[78,4],[79,1]],'generated':[[73,1],[78,1],[76,5],[71,1],[79,4]],'loses':[[63,1]],'disassembly':[[54,3],[55,1],[82,5],[6,3],[4,2],[50,12]],'adventure':[[68,1]],'unusual':[[78,1]],'midikey':[[60,5]],'debugger':[[1,1],[50,14],[67,3],[56,4],[9,2],[14,4],[49,2],[54,4],[60,8],[66,1],[4,7],[82,2],[10,2],[7,1],[55,1],[53,1],[44,1],[12,3],[13,3],[8,4],[21,2],[6,3],[3,4],[11,1]],'case':[[55,1],[50,1],[62,5],[13,1],[20,1],[63,1],[59,2],[78,3],[41,2],[47,2],[60,4],[71,1],[4,1],[82,1],[79,1]],'savescreenshotas':[[7,1],[60,1]],'locate':[[56,1]],'http':[[59,3],[61,5],[66,5],[69,1],[58,1]],'king':[[31,1]],'drawimage':[[60,1]],'overriding':[[60,1]],'0ffffh':[[75,3]],'bcd':[[78,16]],'always':[[55,1],[50,1],[52,1],[12,1],[13,1],[20,1],[8,1],[37,2],[68,2],[59,2],[78,22],[14,2],[76,4],[71,3],[6,1],[24,1],[60,6],[48,1],[10,1],[79,3]],'preferred':[[41,1],[79,1],[60,1],[28,1]],'choppy':[[14,1]],'intervals':[[75,1]],'ejects':[[25,1]],'reporting':[[8,1]],'alternative':[[56,1]],'reorganize':[[15,1]],'minute':[[78,1]],'gnu':[[3,1]],'getdir':[[60,1]],'argus_':[[55,1]],'iql1':[[73,2]],'halt':[[76,2],[50,2]],'replaces':[[56,1]],'3f9':[[76,1]],'argument':[[59,1],[78,8],[14,1],[60,7],[13,1],[7,1]],'perfectly':[[79,1]],'desired':[[49,1],[75,4],[76,1],[56,3],[31,1]],'luaperks':[[57,1],[61,2]],'someone':[[55,2]],'searchspace':[[62,1]],'mailing':[[76,1]],'14915':[[76,1]],'pairs':[[59,2],[71,3],[75,1]],'7fff':[[73,1],[75,2],[68,1],[41,1],[7,1]],'setregister':[[10,1],[60,2]],'most':[[19,1],[50,1],[67,1],[39,2],[47,1],[66,1],[24,1],[60,5],[4,2],[80,1],[48,3],[57,1],[18,1],[79,2],[55,1],[53,1],[31,2],[44,1],[62,3],[52,1],[68,1],[5,1],[78,9],[41,1],[76,2],[58,1]],'dropping':[[79,1],[8,1]],'239':[[36,1],[50,1],[60,1]],'since':[[55,1],[53,2],[12,1],[35,1],[78,4],[54,1],[41,6],[76,1],[6,2],[60,6],[72,1],[48,6],[75,4],[3,1],[79,12],[11,1]],'pain':[[73,1]],'nonsensical':[[19,1]],'expect':[[78,1],[31,2]],'getrecordermode':[[60,1]],'zeroes':[[62,1]],'deselected':[[48,1]],'east':[[78,1]],'hexeditorfontsize':[[4,1],[21,1]],'sec':[[78,1],[75,2]],'yos0ffa':[[78,1]],'0070':[[75,2]],'fullest':[[1,1]],'emulated':[[65,1],[41,1],[31,8],[60,5],[6,1],[18,2],[27,1]],'1994':[[78,4]],'partially':[[8,1],[30,1]],'psg':[[60,1]],'shifting':[[78,1],[11,1],[79,1]],'bbb':[[72,1]],'view':[[49,1],[14,1],[55,1],[53,2],[50,2],[76,1],[48,1],[56,1],[39,2]],'6th':[[78,1],[26,1]],'bottom':[[28,1],[59,2],[60,3],[78,1],[50,1],[44,2]],'hooks':[[60,1]],'assumed':[[75,1]],'0@9':[[78,3]],'2j1t892n%':[[78,1]],'redesigned':[[45,1]],'gfce':[[3,1]],'counter':[[73,6],[50,6],[28,14],[12,2],[13,2],[16,2],[68,1],[78,5],[54,2],[47,1],[76,97],[6,4],[24,3],[4,1],[60,10],[79,15]],'process':[[78,2],[41,2],[55,1],[24,1],[28,1],[60,1],[66,2],[13,1],[48,2],[67,2],[79,7]],'regard':[[82,1]],'unavailable':[[66,1]],'stuff':[[59,4],[51,1],[80,1],[62,2],[48,1],[75,1],[79,1]],'p2t0p9d`pid`':[[78,1]],'imbedded':[[71,1],[37,1]],'develop':[[79,1]],'might':[[78,3],[47,2],[62,2],[24,1],[4,1],[60,3],[48,1],[68,1],[82,1]],'removing':[[55,1],[79,1],[6,1],[7,1]],'strict':[[50,1]],'depth':[[60,1]],'040x':[[68,2]],'ours':[[78,1]],'faster':[[23,1],[16,1],[36,1],[8,1],[68,1]],'denoted':[[59,1],[62,1]],'notification':[[8,2]],'odds':[[62,1]],'khz':[[76,3]],'assisted_speedrun':[[66,1]],'0x0000':[[60,2],[82,1]],'informed':[[76,1]],'output':[[54,1],[23,1],[29,1],[76,26],[6,1],[60,1],[4,1],[34,1],[68,2],[79,5],[7,1]],'4015':[[76,9]],'65c02':[[78,1]],'registerbefore':[[60,4]],'o&_':[[78,1]],'tell':[[62,2],[48,1],[68,1],[71,1],[60,1],[58,2]],'files':[[19,5],[50,4],[61,2],[16,4],[27,1],[39,2],[14,3],[23,4],[29,13],[24,5],[82,11],[4,3],[48,3],[10,1],[40,1],[46,5],[55,5],[53,2],[31,1],[44,3],[12,4],[13,1],[8,3],[17,1],[63,1],[26,1],[41,3],[70,1],[6,4],[33,1],[11,2],[58,2]],'resolution':[[36,2],[76,2],[5,1]],'272':[[79,1]],'browse':[[58,1],[24,1],[54,1]],'parts':[[73,1],[55,2],[53,1],[62,1],[71,1],[82,2],[61,1],[48,1]],'outline':[[60,1]],'investigate':[[63,1]],'trace':[[55,1],[50,2],[67,2],[12,1],[5,1],[9,2],[21,1],[49,1],[54,6],[6,2],[82,1],[4,1],[3,1],[10,1],[11,1]],'overclocks':[[35,1]],'getreadonly':[[12,1],[60,2]],'marks':[[48,4],[82,1]],'edits':[[1,2]],'install':[[60,1]],'rpgs':[[48,1]],'soon':[[78,1],[48,2]],'save':[[73,3],[50,3],[16,4],[56,1],[39,6],[59,5],[9,1],[14,2],[29,2],[60,11],[4,1],[48,12],[10,5],[18,7],[55,7],[53,3],[62,1],[28,5],[44,2],[12,7],[68,2],[5,3],[78,1],[22,1],[6,2],[72,1],[11,6]],'dec':[[78,11]],'readable':[[75,1],[50,1],[54,1]],'transferred':[[76,1],[49,1]],'correctly':[[78,1],[13,1],[14,1],[52,1],[6,1]],'modifying':[[78,1],[21,1],[76,1],[53,1],[11,1],[67,1]],'horizontally':[[79,2]],'squares':[[49,1]],'3f20|':[[68,1]],'super':[[68,3],[41,1],[79,2],[44,1]],'alphamul':[[60,7]],'extension':[[14,2],[53,1],[19,1],[61,1],[48,2],[33,1],[37,1]],'extreme':[[62,1]],'tue':[[81,1],[80,1]],'8910':[[75,2]],'question':[[60,3],[65,1]],'also':[[50,12],[61,1],[56,1],[29,1],[24,8],[82,5],[48,1],[79,7],[28,7],[12,2],[13,1],[36,1],[68,4],[5,1],[41,2],[43,1],[11,2],[73,1],[16,1],[39,1],[59,2],[9,1],[14,1],[49,1],[51,1],[54,1],[60,10],[4,1],[66,1],[71,1],[18,1],[65,3],[55,3],[53,5],[30,1],[31,3],[45,1],[62,4],[42,1],[52,1],[8,1],[78,10],[76,3],[6,4],[34,1],[72,1],[3,2],[58,1]],'lastkey1':[[62,1]],'1000000th':[[75,2]],'d`h#v1':[[78,1]],'fce':[[73,3],[1,1],[46,1],[53,1],[0,1],[16,1],[41,3],[71,1],[24,1],[2,2],[72,1],[3,21]],'labeled':[[8,2],[31,1]],'09ff':[[68,1]],'numpad7':[[60,1]],'0100':[[78,20],[68,2],[50,2]],'fetching':[[78,1],[79,2],[50,1],[80,1]],'heard':[[76,1]],'0677fc51543b':[[71,1]],'cut':[[41,1],[68,1]],'rectangle':[[60,2]],'04xx':[[75,1],[68,1]],'replayed':[[8,1]],'chance':[[48,1],[79,1],[62,1],[60,2]],'down':[[50,1],[16,1],[35,1],[59,1],[71,3],[24,5],[60,3],[4,2],[79,5],[38,1],[31,9],[28,1],[44,1],[62,1],[68,4],[78,1],[25,2],[41,2],[6,1],[76,9],[34,2],[75,1],[3,1],[33,1]],'directory':[[19,1],[62,1],[28,2],[44,1],[12,3],[13,2],[16,1],[20,1],[27,1],[22,5],[14,1],[29,6],[41,1],[60,1],[82,1],[10,1],[33,2],[18,1],[65,4]],'joysticks':[[72,1]],'inx':[[78,2]],'packaged':[[26,1],[65,1]],'objctr':[[60,3]],'resized':[[4,1],[12,2],[50,1]],'401f':[[68,1]],'linked':[[3,1],[4,1],[61,1]],'brand':[[6,1],[16,1]],'iny':[[78,1]],'hitting':[[41,1]],'worlds':[[2,1]],'graphical':[[61,1],[3,1],[57,1],[79,4]],'ripsubs':[[11,1]],'details':[[59,1],[26,1],[54,1],[76,8],[12,10],[68,2],[79,8],[39,1]],'maxframes':[[62,4]],'fm3':[[71,1],[6,1]],'wrote':[[3,1],[79,1],[39,3]],'possibilities':[[16,3],[41,7],[55,1],[68,2],[79,1]],'1fff':[[73,2],[68,2]],'decide':[[79,1],[68,1]],'interact':[[60,1],[58,1]],'buggy':[[49,1]],'|1e':[[76,1]],'navigating':[[23,1],[24,3],[18,1]],'utf':[[13,1]],'translation':[[48,6]],'incrementally':[[82,1]],'criterion':[[66,2]],'gens':[[43,1],[9,1],[42,1],[10,2],[8,1],[11,1]],'simultaniously':[[79,1]],'categories':[[38,1]],'playing':[[55,2],[19,2],[62,1],[28,2],[12,1],[16,3],[68,1],[27,2],[17,2],[5,1],[9,1],[23,1],[41,1],[66,6],[24,6],[60,2],[75,1],[10,1],[18,1]],'added':[[79,3],[53,1],[28,1],[12,33],[13,7],[8,13],[5,12],[78,3],[9,4],[14,9],[26,2],[71,4],[6,20],[60,3],[4,16],[82,1],[48,1],[75,5],[3,2],[10,5],[11,8],[7,5]],'framerate':[[76,1],[71,1],[35,1],[65,1]],'filenaming':[[6,1]],'crossed':[[78,4]],'remove':[[48,1],[14,1],[38,1],[11,1],[50,1]],'feature':[[55,1],[53,7],[31,8],[28,2],[50,1],[13,1],[8,1],[5,1],[9,1],[14,1],[51,2],[54,2],[6,1],[76,2],[4,3],[48,1],[3,1],[57,1],[11,1]],'preview':[[42,1],[43,1]],'convert':[[14,2],[46,4],[70,1],[60,1],[76,1],[16,1],[40,2],[8,1]],'cht':[[29,2],[41,5],[5,1]],'parameters':[[41,2],[7,1],[60,2]],'commercially':[[3,1]],'april':[[9,1]],'hardly':[[79,1],[35,1],[32,1]],'simulates':[[36,1],[33,1],[60,1]],'referenced':[[50,1]],'capacity':[[22,1]],'event':[[53,1],[66,1],[72,1]],'manipulate':[[59,1]],'luabot_framework':[[62,1]],'shape':[[63,1]],'expected':[[78,3],[33,1],[66,1],[79,1]],'misbelief':[[78,1]],'john@ucc':[[78,1]],'161':[[79,1]],'atx':[[11,1]],'waveform':[[73,2]],'compensate':[[60,1]],'parser':[[50,1]],'bugsbunnybirthdayblowout':[[63,1]],'edition':[[3,1]],'copies':[[78,1],[6,1]],'j2x@to':[[78,1]],'warped':[[79,1]],'shown':[[59,1],[51,1],[41,1],[6,1],[82,4]],'almost':[[3,1],[54,1],[68,1]],'connect':[[50,3]],'fade':[[76,1],[53,1]],'characteristics':[[76,1],[68,3]],'teal':[[60,1]],'160':[[79,1]],'unintentional':[[12,1]],'largely':[[63,1]],'html':[[59,3],[61,1],[66,3],[60,2]],'part':[[53,1],[62,1],[50,1],[77,2],[56,1],[63,1],[78,4],[66,3],[82,4],[72,1],[48,2],[79,3]],'gives':[[30,1],[60,1],[31,1],[68,4],[79,1],[35,1],[11,1]],'snaps':[[6,1]],'supplied':[[59,1],[22,2]],'warned':[[59,1]],'elapsed':[[60,1]],'brute':[[60,1]],'maintenance':[[8,1],[15,1]],'zenity':[[14,1]],'bmf':[[26,3]],'maximus':[[3,2]],'reload':[[39,1],[50,2],[14,1],[6,1],[11,1]],'foundation':[[67,1]],'token':[[71,1]],'sax':[[78,10]],'halves':[[78,1]],'phase':[[78,1],[79,11]],'cia2':[[78,1]],'notepad':[[82,1]],'nestopia':[[26,1]],'songs':[[75,2]],'segments':[[62,6]],'z80':[[79,1]],'methods':[[78,1],[60,2]],'recovery':[[13,1],[14,1]],'combines':[[55,1]],'john':[[78,1]],'sweeping':[[76,4]],'direct':[[57,1],[26,1],[78,1]],'timing|':[[79,1]],'suffice':[[41,1]],'boards':[[5,1]],'banked':[[75,1]],'updated':[[73,1],[1,1],[12,1],[41,2],[76,4],[6,3],[4,1],[72,1],[48,3],[75,3],[79,3],[11,2]],'bankswitching':[[55,1],[79,1],[75,5]],'licensed':[[3,1]],'objpri':[[79,1]],'unpauses':[[9,1],[60,1]],'rewinder':[[63,1]],'pattern':[[15,1],[51,2],[47,7],[60,1],[68,2],[79,21]],'020':[[76,1]],'spanned':[[22,1]],'readme':[[78,1]],'expansion':[[14,1],[19,1],[31,2],[75,2],[68,1],[7,1]],'finished':[[60,1],[73,1],[52,1],[8,1],[5,1]],'w0fvb':[[78,1]],'statistical':[[62,2]],'f10':[[18,2],[60,1]],'associated':[[41,1],[79,3],[60,1]],'str':[[59,2],[60,8]],'trans':[[60,3]],'replaying':[[37,1]],'hasn':[[11,1]],'executing':[[78,4],[50,1],[60,1]],'chrr':[[73,2]],'0000h':[[75,3]],'assignment':[[38,2]],'21477270':[[75,1]],'cope':[[78,1]],'painting':[[59,2],[60,1],[14,1]],'cpuregistername':[[60,2]],'being':[[31,3],[44,1],[28,2],[62,1],[35,1],[78,7],[22,1],[54,2],[76,6],[80,1],[60,3],[4,1],[72,1],[48,1],[75,2],[57,1]],'ida':[[55,1]],'vrcvii':[[75,3]],'criticised':[[66,1]],'submenu':[[4,1],[53,1]],'newer':[[3,1]],'nmos':[[78,16]],'unmodified':[[78,2]],'ports':[[51,1],[3,1],[6,1],[31,2]],'5x5':[[60,2]],'marginal':[[78,1]],'silly':[[19,1]],'blossom”':[[48,1]],'remind':[[71,1]],'comprehension':[[79,1]],'0600':[[81,1],[80,1],[68,1]],'https':[[61,1]],'006eh':[[75,1]],'start_address':[[75,1]],'keyboard':[[22,2],[25,1],[31,1],[60,3],[13,1],[12,1],[5,1]],'#xh':[[78,1]],'overhauled':[[16,1]],'gekimadden':[[9,1]],'latency':[[34,1]],'rewind':[[63,1],[24,1],[39,2]],'vectors':[[8,1]],'future':[[63,1],[78,1],[48,1],[32,1],[75,1],[65,2]],'timings':[[79,1],[35,1],[5,1]],'#byte':[[78,4]],'detrimental':[[55,1]],'mac':[[3,1],[65,1]],'young':[[7,1]],'poking':[[49,1]],'01ff':[[78,3],[68,2],[50,2]],'akel':[[78,3]],'tries':[[60,1]],'clockline':[[79,1]],'watch':[[7,1],[55,1],[50,4],[44,14],[12,6],[16,8],[68,1],[8,1],[54,2],[14,1],[29,3],[41,3],[6,1],[43,3],[4,2],[60,1],[66,1],[3,1],[40,2],[11,6],[10,2]],'228':[[5,1]],'nvidia':[[6,1]],'remember':[[59,1],[78,3],[14,2],[53,1],[66,1],[28,1],[4,1],[48,2],[75,1],[79,2]],'advanced':[[79,1],[66,1],[50,2],[67,1]],'rmw':[[78,2]],'scrolls':[[6,1]],'sq1':[[76,10]],'cherished':[[67,1]],'dcfc':[[78,3]],'commandline':[[7,1],[11,2]],'location':[[78,3],[23,1],[41,2],[76,2],[24,1],[50,2],[60,2],[34,1],[56,1]],'pointed':[[31,1]],'dd04':[[78,2]],'entry':[[78,1],[41,1],[60,4],[6,1],[28,1],[48,1],[75,2],[79,4]],'824':[[79,1]],'discovering':[[55,1]],'said':[[63,1],[52,1],[76,1],[79,1]],'offset':[[73,1],[59,1],[78,1],[47,3],[53,2],[80,2],[82,1],[75,1],[40,1],[79,5]],'looking':[[49,1],[26,1],[48,1],[54,2]],'quote':[[60,1]],'exotic':[[14,1]],'xmessage':[[60,1]],'flubba':[[76,1]],'warioland':[[12,1]],'043x':[[68,1]],'course':[[78,1],[76,1],[79,2],[60,1]],'tsx':[[78,2]],'shinydoofy':[[13,1]],'|ppu':[[79,3]],'115':[[6,1],[5,1]],'hacks':[[64,1]],'invert':[[10,1],[36,1],[60,6]],'armed':[[75,1]],'players':[[68,1],[10,1],[47,1],[62,1],[79,1]],'announced':[[22,1]],'supported':[[59,2],[22,1],[19,4],[53,1],[60,3],[71,3],[61,1],[72,1],[3,1]],'base':[[78,1],[22,2],[29,2],[41,1],[76,1],[60,1],[28,1],[13,1],[20,1],[3,1],[79,4]],'internal':[[78,3],[76,7],[71,4],[60,3],[79,3]],'argment':[[12,1]],'gamepads':[[71,1],[31,1]],'alternate':[[47,3],[40,1],[78,1]],'_will_':[[62,1]],'consistency':[[10,1],[12,1]],'bginput':[[20,3]],'hitboxes':[[63,1]],'issue':[[65,2],[78,1],[14,1],[6,1],[4,1],[34,1],[12,1],[13,3],[32,1],[11,3],[7,2]],'192':[[76,3],[5,1]],'int32':[[73,3],[71,1]],'sequentially':[[79,1],[75,1]],'05ff':[[68,1]],'shx':[[78,4]],'stick':[[75,1],[68,1]],'entirity':[[79,1]],'goal':[[61,1],[62,1],[66,1]],'defines':[[73,1],[25,2],[82,3]],'hotkey':[[38,4],[31,5],[28,5],[50,3],[12,7],[13,3],[16,2],[36,1],[5,1],[27,1],[39,2],[54,1],[14,3],[23,1],[6,3],[24,1],[4,1],[60,1],[3,1],[18,4],[11,1]],'02xx':[[68,2]],'usability':[[9,1],[3,1],[10,1],[6,1]],'c022':[[50,2]],'draws':[[81,1],[79,1],[60,5]],'recommend':[[79,1]],'saver':[[11,1],[30,2]],'writing':[[53,2],[50,1],[62,1],[81,1],[12,1],[59,1],[22,1],[78,2],[76,4],[80,1],[60,5],[75,1],[79,3],[58,1]],'environments':[[19,1]],'resulting':[[55,1],[33,1],[66,1]],'learning':[[58,1]],'onsegmentstart':[[62,2]],'kh%&1':[[78,1]],'multiplexer':[[79,7]],'messages':[[9,1],[14,1],[54,1],[6,4],[60,1],[12,1],[7,1],[8,1]],'profit':[[79,1]],'differrences':[[76,1]],'reverse':[[4,1],[68,1],[55,1],[76,3],[67,1],[82,1]],'vastly':[[6,1]],'legend':[[78,1]],'113':[[79,1]],'outputted':[[76,1]],'joypad':[[12,3],[13,1],[8,1],[27,1],[59,3],[9,3],[22,2],[25,1],[71,2],[6,1],[60,15],[10,1]],'buttoncount':[[6,1]],'idc':[[55,1]],'drawings':[[6,1]],'psin':[[73,1]],'implied':[[78,5]],'two':[[62,2],[44,2],[28,1],[61,1],[68,1],[36,2],[35,1],[59,2],[22,2],[54,1],[76,1],[71,3],[60,5],[78,12],[82,1],[48,1],[75,1],[3,1]],'acts':[[78,1],[79,1]],'powersave':[[11,1]],'regression':[[11,1]],'automatic':[[12,1],[76,1],[19,2],[50,1],[5,1]],'2016':[[50,1],[0,1],[61,1],[77,1],[56,1],[35,1],[27,1],[15,1],[29,1],[47,1],[80,1],[2,1],[24,1],[82,1],[48,1],[32,1],[57,1],[79,1],[46,1],[38,1],[28,1],[44,1],[81,1],[12,1],[13,1],[20,1],[36,1],[64,1],[5,1],[37,1],[63,1],[21,1],[22,1],[41,1],[68,1],[43,1],[69,1],[33,1],[11,1],[73,1],[1,1],[19,1],[67,1],[74,1],[16,1],[39,1],[59,1],[9,1],[14,1],[23,1],[49,1],[51,1],[54,1],[4,1],[60,1],[66,1],[71,1],[10,1],[40,1],[18,1],[7,1],[65,1],[55,1],[53,1],[30,1],[31,1],[45,1],[62,1],[42,1],[52,1],[8,1],[17,1],[78,1],[26,1],[25,1],[70,1],[6,1],[76,1],[34,1],[72,1],[75,1],[3,1],[58,1]],'cycle':[[73,2],[59,2],[78,20],[14,1],[25,1],[41,1],[60,1],[76,14],[79,24]],'pseudo':[[76,5],[78,1],[62,1]],'playfields':[[79,3]],'2000':[[73,2],[80,2],[75,3],[68,3],[3,1],[79,8]],'bmp':[[61,1]],'74ls373':[[79,1]],'customization':[[6,1]],'brackets':[[41,1],[50,1]],'fatal':[[78,1]],'compresses':[[28,1]],'interpolation':[[36,1]],'0fe':[[76,1]],'needs':[[4,1],[59,1],[48,2],[82,1],[50,1],[60,1]],'specify':[[4,1],[75,1],[60,1],[44,1]],'expertise':[[76,1]],'appliciable':[[79,1]],'encoder':[[67,1],[49,1],[3,1],[56,7],[50,1],[28,1]],'info':[[66,2],[24,2],[62,1],[80,1],[12,1],[16,3],[68,3],[75,3],[79,1]],'contrast':[[26,1]],'receive':[[60,1],[48,1],[28,1]],'patterns':[[47,1],[76,2],[79,1]],'tbl1':[[59,3]],'desktop':[[4,1],[5,1]],'abandoned':[[3,1]],'belonging':[[50,1]],'ungzipping':[[14,1]],'home':[[61,1],[60,1]],'barely':[[65,1]],'became':[[66,1]],'dma':[[78,2],[79,1],[68,1]],'posting':[[76,1]],'avi':[[17,2],[14,1],[23,9],[29,2],[6,1],[61,1],[12,2],[13,1],[16,3],[7,1],[37,2]],'alot':[[79,1]],'lower':[[78,9],[76,1],[62,1],[50,2],[28,1],[34,1],[72,1],[68,1],[79,6]],'classics':[[79,1]],'counts':[[60,1]],'wram':[[73,2],[14,1]],'ones':[[51,1],[49,1],[79,1],[11,1]],'unofficial':[[3,1],[11,1],[67,1]],'every':[[73,1],[55,4],[62,2],[28,5],[12,1],[13,2],[39,2],[78,5],[54,4],[47,3],[71,2],[60,4],[76,4],[82,1],[48,2],[75,1],[33,1],[79,13],[65,1]],'0000001111100000':[[80,1]],'backtrack':[[62,1]],'envelope':[[76,30]],'flicker':[[79,2]],'fceultra':[[3,1]],'bare':[[59,1]],'smallest':[[76,2],[79,1],[60,1]],'rgba':[[60,2]],'tool':[[53,2],[50,1],[44,1],[45,2],[62,2],[12,1],[16,3],[42,1],[68,1],[64,2],[49,4],[29,1],[66,15],[2,1],[6,2],[24,4],[43,1],[48,4],[3,2],[10,1],[40,6],[65,1]],'jpeg':[[61,1]],'dex':[[78,3]],'industry':[[79,1]],'smb0':[[20,14]],'loaded':[[50,1],[16,1],[39,10],[9,2],[14,2],[29,4],[49,1],[24,4],[54,1],[60,22],[79,6],[53,1],[30,2],[28,1],[44,2],[62,2],[12,4],[20,1],[36,2],[68,5],[8,2],[5,1],[37,4],[63,1],[22,2],[78,7],[41,2],[76,4],[6,1],[75,8],[33,3],[11,2]],'click':[[46,2],[38,1],[30,4],[28,1],[50,16],[53,3],[12,3],[36,2],[56,4],[41,5],[6,3],[60,1],[48,3],[18,1],[58,2]],'compare':[[41,5],[50,3],[6,2],[43,1],[42,1],[56,4]],'extensively':[[66,1]],'introduction':[[59,1],[51,1],[1,2],[23,1],[41,1],[50,1],[24,1],[0,3],[54,1],[52,1],[55,1],[76,1]],'affect':[[78,3],[12,1],[36,1],[41,2],[60,1]],'dc0d':[[78,4]],'edit':[[82,1],[16,5],[53,11],[50,2],[44,1]],'rips':[[75,2]],'letting':[[60,2]],'laptop':[[12,1]],'f20':[[60,1]],'configurations':[[69,1],[16,1]],'effects':[[81,1],[79,2],[50,1]],'emrwxf':[[50,2]],'enters':[[60,2],[82,1]],'xing':[[5,1]],'clear':[[55,2],[38,2],[50,2],[31,3],[78,10],[71,1],[6,1],[60,4],[4,1],[80,1],[48,1],[75,4],[79,1]],'include':[[16,2],[19,1],[24,1],[71,1]],'consists':[[41,1],[53,1],[60,1],[71,4],[72,1],[79,4]],'truth':[[78,1]],'simulation':[[60,1]],'punchouttraining':[[63,1]],'textual':[[67,1]],'2002':[[78,1],[3,2],[79,5],[80,1]],'triggered':[[76,1],[60,1]],'65500':[[73,1]],'002':[[76,1]],'cccc':[[50,2]],'tracing':[[54,1]],'4#p`e@`h#vq':[[78,1]],'languages':[[57,2],[6,1]],'recieve':[[76,1]],'characters':[[14,1],[71,1],[53,1],[6,1],[82,1],[75,1],[16,1],[68,1]],'engine':[[6,1],[65,1]],'045x':[[68,1]],'thrown':[[79,1],[60,1]],'ldx':[[78,15]],'menu':[[1,6],[16,7],[27,6],[39,20],[9,3],[14,2],[15,1],[23,4],[24,8],[29,1],[4,1],[49,2],[48,2],[60,2],[10,2],[40,1],[18,3],[7,1],[65,1],[38,1],[30,4],[28,16],[31,1],[44,3],[12,18],[13,1],[53,2],[8,4],[5,1],[22,2],[25,4],[41,5],[6,4],[34,2],[11,6]],'approximate':[[71,1],[60,1]],'cld':[[78,1],[68,1]],'playmoviefrombeginning':[[8,1]],'buffing':[[34,1]],'blanking':[[41,1]],'school':[[65,1]],'turtles':[[47,1],[68,1]],'forced':[[76,1],[79,1]],'successive':[[78,1]],'bandwith':[[79,1]],'needle':[[76,1]],'speedrun':[[66,2],[2,1],[62,1]],'evaluates':[[79,1],[50,1],[62,4]],'6fff':[[75,1]],'nearest':[[36,1]],'suggest':[[60,1],[6,1],[37,1]],'accordingly':[[28,1]],'sections':[[73,1],[48,1],[79,2]],'creation':[[59,1],[13,1],[16,1],[62,1]],'emu':[[59,7],[9,1],[6,2],[60,47],[10,1],[8,3],[58,3]],'own':[[55,1],[31,1],[45,1],[16,1],[56,1],[8,1],[63,1],[78,2],[41,1],[76,1],[60,1],[82,3],[79,3]],'010':[[76,1]],'invertselection':[[6,1]],'044x':[[68,1]],'bookmarked':[[53,1],[8,2],[50,2]],'prefixes':[[44,1]],'backgrounds':[[79,1],[21,1],[28,2]],'000':[[68,1]],'rotate':[[78,2]],'d8t`2i':[[78,1]],'instance':[[30,2],[28,1],[62,3],[68,3],[8,1],[59,2],[78,2],[41,1],[47,1],[82,1],[4,1],[75,1],[79,1],[18,1]],'help':[[1,2],[55,2],[53,1],[45,1],[12,2],[16,1],[36,2],[35,1],[39,6],[59,1],[78,1],[76,1],[60,1],[75,1],[58,1]],'frame':[[50,6],[67,1],[16,1],[35,1],[39,2],[59,6],[51,1],[14,2],[23,1],[47,4],[24,18],[54,2],[60,32],[66,5],[71,5],[80,1],[79,8],[46,1],[53,1],[62,6],[28,10],[44,1],[12,7],[13,2],[20,4],[8,5],[5,1],[37,4],[25,5],[41,1],[6,3],[76,22],[34,2],[72,2],[11,3],[58,1]],'empty':[[59,3],[78,1],[71,1],[6,1],[50,3],[16,1],[36,1]],'converter':[[12,1],[14,1],[76,4],[24,1],[65,1]],'composed':[[73,1],[61,1]],'vints':[[79,2]],'resistors':[[76,1]],'correction':[[36,1],[76,1],[12,1]],'next':[[73,2],[31,1],[28,1],[50,5],[62,5],[68,2],[56,1],[8,1],[5,1],[59,3],[9,1],[78,16],[41,4],[76,4],[60,5],[48,2],[79,15]],'kilobytes':[[22,1]],'newtext':[[60,1]],'bit0':[[71,2],[78,1]],'pushed':[[78,4]],'separator':[[71,1]],'mpby':[[73,1]],'04000':[[75,1]],'credit':[[76,1]],'processors':[[78,7],[12,1]],'thread':[[35,1]],'connection':[[78,1]],'xoff':[[73,1]],'bandwidth':[[79,1]],'date':[[81,1],[59,1],[80,1]],'c002##comment2':[[82,1]],'adjust':[[4,1],[79,1]],'dcfa':[[78,3]],'detection':[[31,1]],'dragged':[[9,1]],'job':[[36,1]],'chibi':[[76,1]],'dincsbc':[[78,4]],'invoked':[[9,1]],'triplet':[[33,1]],'kbfe_j':[[78,1]],'hence':[[59,1],[60,5],[75,1]],'religion_mode_off':[[78,1]],'instantly':[[79,1]],'sev':[[78,2]],'folder':[[58,1],[46,1],[50,1],[44,3],[28,2],[61,1],[63,2],[29,2],[41,1],[6,1],[60,2],[82,1],[65,1]],'rar':[[19,1]],'scoring':[[62,1]],'loopcounter':[[62,1]],'aspiring':[[48,1]],'readbytesigned':[[59,1],[12,1],[60,2]],'interpreted':[[71,1],[79,1]],'hexi':[[44,1]],'cartridge':[[22,2],[68,1],[41,1],[79,2],[31,1]],'vtog':[[73,1]],'irritating':[[60,1]],'beebee':[[62,4]],'automagical':[[78,1]],'snapshot':[[18,1],[24,1]],'digital':[[61,1]],'console':[[22,1],[9,2],[26,1],[53,1],[31,1],[6,2],[24,1],[60,1],[66,1],[36,1],[35,1]],'logs':[[51,1],[9,1],[54,3],[55,1],[5,1]],'had':[[78,1],[26,1],[76,1],[2,1],[60,1],[13,1],[75,1],[79,3],[65,1]],'fields':[[75,2],[36,1],[56,2],[71,1],[44,1]],'radikus':[[6,1]],'nmi2':[[50,1]],'de0d':[[78,1]],'registerload':[[10,2],[60,1]],'defined':[[48,2],[58,1]],'luabitop':[[60,1]],'willing':[[75,1]],'123':[[78,4]],'verify':[[78,1],[80,1]],'vsync':[[36,1],[65,1]],'acknowledged':[[76,1]],'prepend':[[14,1]],'highlighting':[[4,1],[41,1],[53,2]],'maskable':[[68,1],[76,2],[50,4]],'0800':[[68,2]],'already':[[63,1],[54,1],[22,1],[66,1],[60,3],[48,1],[68,1],[56,1],[79,4]],'dot':[[78,2]],'modal':[[60,2]],'onfinish':[[62,1]],'pins':[[79,3]],'exist':[[63,1],[76,2],[60,1],[52,1],[33,1],[79,2]],'nice':[[54,2]],'disassemble':[[55,1]],'collision':[[79,1]],'frozen':[[21,1],[12,3],[8,2],[44,2]],'metal':[[48,1]],'atop':[[79,1]],'freeze':[[59,1],[78,2],[53,2],[60,2],[11,1],[18,2]],'their':[[38,1],[50,1],[53,1],[12,1],[16,1],[68,1],[63,1],[78,2],[49,1],[76,2],[71,1],[60,2],[34,1],[48,3],[79,1]],'promptly':[[63,1]],'mirr':[[73,1]],'key4':[[62,1]],'|05':[[76,2]],'emulate':[[22,1],[75,2],[31,1],[28,1]],'thinks':[[79,1]],'specifies':[[60,4],[20,5]],'appendix':[[60,1]],'rgb32':[[60,1]],'8bit':[[60,2]],'confirmation':[[7,1],[30,1]],'bypasses':[[12,1]],'tablet':[[31,1]],'libraries':[[4,1],[59,1],[61,1],[57,1],[60,1]],'decrease':[[76,4]],'that':[[50,14],[61,4],[56,1],[15,1],[29,1],[47,1],[80,3],[2,2],[24,9],[82,7],[48,19],[57,3],[79,40],[28,4],[44,1],[81,1],[12,9],[20,1],[36,3],[68,12],[63,7],[21,2],[22,1],[41,24],[43,1],[33,3],[11,5],[73,2],[19,1],[16,3],[39,8],[59,12],[9,1],[14,2],[49,2],[51,5],[54,7],[60,51],[66,9],[71,7],[10,3],[40,1],[18,3],[7,2],[65,2],[55,13],[53,12],[30,1],[31,3],[45,1],[62,19],[42,1],[52,3],[8,7],[78,44],[26,1],[76,29],[6,1],[34,1],[75,8],[3,5],[58,2]],'okay':[[48,1]],'hq3x':[[36,2]],'wraps':[[81,3],[78,1]],'convertible':[[13,1]],'area':[[47,1],[50,1],[60,1],[48,1],[68,1],[36,3],[75,3],[79,5]],'enemy':[[68,21]],'19th':[[76,1],[79,1]],'suggested':[[60,1]],'disallow':[[6,1],[9,1]],'setmarker':[[60,1]],'first':[[73,4],[56,2],[59,4],[54,5],[71,3],[60,6],[80,3],[82,2],[48,3],[10,1],[79,16],[46,1],[55,1],[30,1],[28,1],[62,2],[68,3],[36,2],[8,2],[78,13],[22,1],[76,3],[72,2],[75,2],[3,1],[33,1],[11,1]],'maxvalue':[[62,12]],'411ah':[[75,1]],'luminance':[[79,4]],'care':[[76,1],[78,1],[60,1]],'points':[[60,1],[78,3],[79,1],[62,1],[6,1]],'demonstrate':[[79,1]],'0000010000011111':[[80,2]],'antony':[[10,1]],'top':[[59,1],[41,1],[50,2],[28,1],[60,4],[79,1],[7,1],[27,1]],'correct':[[60,6],[78,1],[14,1],[36,2],[8,1],[11,4]],'stats':[[68,4]],'family':[[78,2],[22,2],[31,2]],'coding':[[59,1],[49,1]],'below':[[73,1],[59,1],[78,7],[41,1],[76,2],[50,5]],'account':[[82,1],[12,1],[53,1],[60,1],[62,1]],'kh%r1':[[78,1]],'step':[[78,1],[76,8],[11,1],[50,4]],'actually':[[63,1],[78,1],[55,1],[76,3],[62,1],[60,7],[68,1],[79,5],[35,1]],'allowudlr':[[20,3]],'stands':[[3,2],[79,1]],'prefix':[[82,1],[50,1],[44,3]],'filled':[[56,2]],'often':[[78,1],[48,3],[68,3],[66,2],[58,1]],'230':[[60,1]],'constructed':[[58,1]],'plus':[[75,1],[53,1],[60,1],[79,3]],'dip':[[4,1]],'formula':[[75,1],[76,1],[79,1],[60,1],[44,2]],'abstraction':[[61,1]],'fired':[[79,1]],'really':[[78,3],[55,1],[76,1],[60,1],[62,1],[80,1],[48,4],[79,1]],'edwin':[[78,1]],'tay':[[78,1]],'8184':[[68,1]],'tutorials':[[59,1],[48,1]],'cycling':[[79,2],[51,1]],'zeropage':[[78,9]],'conveniently':[[50,1]],'readwordunsigned':[[60,1]],'mangling':[[48,1]],'onscreen':[[6,1],[60,1]],'playstation':[[3,1]],'putting':[[51,1],[60,1]],'bit':[[73,7],[55,2],[50,3],[81,3],[36,1],[35,2],[5,1],[59,2],[78,38],[41,2],[71,10],[60,5],[76,73],[34,2],[48,1],[72,1],[75,14],[57,1],[33,3],[79,30]],'audio':[[34,1],[75,2],[23,7],[55,2],[53,1],[76,1]],'slow':[[59,1],[78,2],[25,1],[41,1],[24,2],[66,3],[48,1],[35,1],[65,5]],'pages':[[78,1],[68,2]],'audible':[[76,4]],'recent':[[39,2],[9,1],[6,2],[44,2],[4,1],[60,1],[12,1],[16,1],[10,1],[11,2],[8,2]],'world':[[59,3],[31,1]],'xodnizel':[[3,2],[78,1]],'sets':[[12,1],[20,23],[36,4],[35,1],[39,2],[27,5],[78,3],[26,1],[29,3],[25,2],[41,1],[60,4],[76,1],[34,4],[79,1]],'total':[[73,1],[78,1],[22,1],[41,1],[76,1],[60,1],[24,1],[6,2],[75,1],[79,1]],'presets':[[29,3],[16,1],[66,1],[31,3]],'substitutions':[[48,1]],'alpha':[[6,1],[60,9]],'vram':[[73,1],[81,1],[68,1],[53,1],[80,4]],'11ff':[[68,1]],'subpix':[[68,2]],'segfault':[[6,3],[14,1]],'killed':[[79,1],[68,1]],'usually':[[78,3],[76,2],[53,2],[67,2],[66,3],[75,1],[68,3],[56,1]],'fcexp':[[71,1]],'patchlevel':[[78,1]],'rotations':[[78,2]],'believed':[[78,1]],'wasted':[[79,1]],'attrib':[[81,1]],'channels':[[34,3],[12,1],[75,1],[76,17],[60,1]],'neccessary':[[79,1]],'dostuff':[[59,1]],'yet':[[59,1],[78,1],[41,2],[55,1],[60,1],[50,1],[68,2],[79,1],[11,1]],'030x':[[68,1]],'prepared':[[60,1]],'teenage':[[47,1],[68,1]],'avoid':[[66,1],[50,1],[60,3]],'isattemptend':[[62,3]],'into':[[50,3],[67,1],[61,2],[16,2],[56,3],[59,1],[14,1],[23,2],[29,1],[2,2],[60,4],[48,7],[57,2],[79,16],[46,1],[55,3],[53,2],[30,1],[31,3],[44,2],[62,4],[12,1],[68,5],[8,2],[37,4],[17,1],[78,4],[22,1],[41,1],[76,5],[75,13],[3,1],[58,2]],'carrier':[[73,1]],'ch1':[[75,2]],'damaging':[[79,1]],'parsecolor':[[9,1],[60,2],[5,1]],'sum':[[50,3]],'lasereyes':[[63,1]],'enhance':[[79,2]],'timer':[[78,8],[68,1],[76,11]],'`28':[[78,1]],'supports':[[28,1],[60,1],[3,2],[19,3],[6,1],[24,1]],'varying':[[73,1]],'runtime':[[55,1],[50,2]],'calculates':[[76,1]],'isolate':[[49,1]],'windows':[[30,2],[45,1],[61,1],[12,1],[13,1],[36,1],[8,1],[5,1],[9,2],[14,1],[41,2],[6,3],[60,2],[3,3],[10,2],[11,1],[65,1]],'jamm':[[73,1]],'either':[[78,6],[54,1],[76,2],[71,2],[50,1],[60,4],[81,1],[61,1],[48,1],[68,1],[75,2],[79,2]],'interprets':[[79,1],[60,1]],'fail':[[78,1],[48,1],[14,1],[55,1]],'corruptor':[[55,2]],'myimage':[[60,1]],'gettie1':[[62,1]],'passage':[[66,1]],'big_time_software@hotmail':[[76,1],[79,1]],'branch':[[78,9],[3,4],[2,1]],'win98':[[48,1]],'irrelevant':[[55,1],[71,2]],'getscore':[[62,1]],'successfully':[[78,2]],'“cherry':[[48,1]],'correspond':[[75,1],[68,1]],'gamecube':[[3,1]],'user':[[31,1],[28,3],[61,2],[12,3],[13,2],[5,1],[59,2],[9,1],[14,1],[22,1],[6,1],[60,18],[82,1],[3,1],[79,1],[11,2]],'rainbowriding':[[63,1]],'hexbackcolorg':[[21,1]],'counting':[[75,2],[76,5],[79,1],[50,1],[60,1]],'copy':[[78,5],[49,1],[53,3],[30,1],[60,1],[48,6],[8,1],[37,1]],'definetely':[[79,1]],'how':[[73,1],[1,2],[55,1],[62,4],[44,2],[81,1],[68,2],[56,2],[64,1],[69,1],[63,2],[78,9],[54,1],[29,1],[41,1],[76,4],[60,1],[48,6],[75,1],[57,3],[79,7],[65,2]],'tracks':[[63,1]],'tbl3':[[59,2]],'serves':[[79,1],[62,1]],'failattempts':[[62,1]],'external':[[55,4],[76,1],[60,1],[62,1],[4,1],[33,1],[79,5],[65,1]],'condition':[[76,3],[6,1],[50,2],[4,2],[13,1],[33,1],[79,1]],'cnrom':[[6,1],[14,1]],'websites':[[48,2]],'certain':[[55,3],[53,1],[31,1],[50,1],[62,4],[63,1],[49,1],[54,1],[47,1],[76,4],[60,1],[57,1],[79,1],[65,1]],'die':[[68,1]],'pack':[[62,1],[58,1]],'haystack':[[76,1]],'168':[[78,1],[79,1]],'threshold':[[78,1]],'inspired':[[79,1]],'fdsr':[[73,1]],'isolated':[[79,1]],'numpad3':[[60,1]],'stx':[[78,11]],'effected':[[79,1]],'dropped':[[9,1],[11,1]],'4000':[[76,6],[68,1]],'irqa':[[73,2]],'60th':[[24,1]],'plot':[[59,2]],'gtk':[[6,2],[9,2]],'00000011':[[80,1]],'rippers':[[55,1]],'gamepad':[[8,1]],'pulled':[[79,1]],'vrc7':[[75,1]],'047x':[[68,1]],'experiment':[[79,1]],'deselect':[[8,1],[48,1]],'black':[[21,3],[36,1],[53,1],[60,1],[79,5]],'name':[[73,10],[19,1],[50,11],[16,1],[9,3],[14,1],[29,1],[49,2],[24,2],[60,8],[4,4],[71,1],[48,6],[82,6],[79,16],[7,1],[38,1],[62,1],[28,1],[44,1],[81,2],[12,1],[20,2],[52,7],[37,1],[78,1],[41,3],[6,1],[75,3],[3,3],[33,2],[11,1],[58,1]],'micro':[[11,1]],'sent':[[48,1],[41,1],[76,4],[79,1],[58,1]],'commands':[[1,4],[38,1],[28,3],[13,1],[16,2],[20,1],[42,1],[8,1],[78,4],[25,2],[71,3],[72,1],[10,1],[57,1]],'regions':[[14,1],[5,1]],'248':[[6,1]],'secret':[[51,1]],'match':[[9,1],[14,1],[36,1],[41,2],[60,1],[5,1]],'endless':[[59,1],[60,2],[79,1]],'attained':[[76,1]],'decryption':[[78,1]],'nitsuja':[[3,1],[26,3]],'nsf':[[49,1],[55,10],[19,3],[50,6],[4,1],[74,2],[75,4],[10,3],[33,1]],'rti':[[76,1],[78,11]],'familiar':[[59,1],[75,1],[76,1],[58,1]],'227':[[6,1]],'path':[[58,1],[22,1],[30,1],[6,2],[60,5],[20,4],[8,3],[5,1]],'generates':[[36,1],[76,3],[79,1],[39,1]],'alongside':[[50,1]],'weren':[[51,1],[55,2],[76,1],[50,1]],'identical':[[76,1],[79,1],[60,1]],'accident':[[18,1]],'8502':[[78,6]],'theory':[[78,2]],'cracle':[[65,1]],'adds':[[12,1],[8,2],[5,1],[78,2],[9,2],[29,1],[6,1],[60,1],[4,1],[3,2],[10,1],[11,1]],'`@yoo0a':[[78,1]],'here':[[53,2],[31,1],[50,2],[62,1],[42,1],[36,2],[39,1],[59,4],[21,1],[78,3],[25,2],[41,1],[6,1],[43,1],[60,4],[76,5],[48,4],[75,3],[80,1],[33,1],[79,12],[58,1]],'sync':[[12,1],[36,4],[6,1],[65,1]],'scheme':[[72,1],[21,1],[79,1],[11,1]],'directories':[[29,1],[27,1]],'truthvalue':[[60,1]],'hackers':[[67,1]],'reached':[[52,2],[79,1],[62,2],[50,1]],'accumulator':[[73,1],[78,27],[75,2]],'current':[[73,1],[50,5],[67,1],[49,2],[51,1],[54,1],[66,2],[24,2],[60,20],[71,2],[80,1],[79,3],[55,1],[53,1],[31,3],[28,1],[62,9],[12,3],[13,1],[36,2],[52,2],[8,1],[5,1],[37,1],[68,1],[22,1],[26,1],[25,2],[41,6],[6,2],[76,12],[78,4],[34,1],[75,1],[3,1],[33,1]],'mapper':[[9,1],[14,1],[53,1],[6,1],[50,2],[4,1],[12,1],[10,2],[8,1],[5,2]],'internet':[[58,2],[61,1],[32,1],[16,1],[67,1],[27,1]],'likelihood':[[22,1]],'disks':[[22,3],[31,1]],'decided':[[66,1],[48,2],[75,1]],'prerender':[[50,1]],'autostart':[[78,1]],'border':[[36,1]],'pch':[[78,16]],'deducted':[[62,1]],'choosing':[[6,1],[65,1]],'emulation':[[1,1],[50,2],[77,1],[35,1],[27,1],[39,2],[59,2],[14,2],[23,3],[66,1],[60,6],[24,5],[4,2],[18,2],[65,1],[28,1],[20,3],[36,2],[8,1],[5,3],[37,1],[22,1],[25,13],[41,1],[6,3],[76,1],[34,1],[33,2]],'scale2x':[[36,4]],'character':[[53,1],[82,2],[60,1],[71,1],[48,3],[68,3]],'processes':[[66,1]],'sed':[[78,1],[68,1]],'claimed':[[78,1]],'fceu':[[53,1],[30,1],[44,1],[62,1],[12,8],[16,6],[69,1],[27,1],[59,1],[22,1],[14,1],[23,1],[26,6],[2,5],[6,2],[29,5],[60,4],[70,1],[32,2],[3,12],[10,2],[18,1],[65,4]],'tbl':[[53,1],[48,1]],'latching':[[76,2]],'nesting':[[6,1],[54,1]],'whereas':[[78,2],[79,1]],'nametable':[[14,1],[80,3],[12,1],[68,5],[79,1],[11,1],[5,2]],'result':[[78,22],[76,4],[66,1],[53,1],[60,4],[75,1],[33,1],[79,5]],'perform':[[78,4],[41,1],[55,5],[60,2],[62,1],[75,1]],'dmcsize':[[60,1]],'measurements':[[78,1]],'twice':[[76,2]],'mappable':[[12,4],[24,1]],'green':[[59,1],[55,2],[33,2],[53,3],[60,8]],'codes':[[78,2],[49,2],[41,1],[50,1],[28,2],[67,1],[56,4],[65,2]],'receives':[[59,1],[60,1]],'medium':[[60,2]],'entries':[[79,3]],'binding':[[13,1]],'handy':[[59,1],[48,1],[68,1]],'clocks':[[76,2],[79,3]],'07f':[[76,1]],'xor':[[59,1],[76,2],[60,2]],'l8i':[[78,1]],'impl':[[78,2]],'adjustment':[[76,1],[26,1]],'dump':[[54,1],[12,2],[39,1]],'significantly':[[41,1],[8,1],[68,1]],'incorporating':[[45,1]],'crashes':[[60,1],[59,1],[12,2],[14,3],[6,1],[5,1]],'true':[[59,3],[78,1],[71,6],[60,26],[50,1],[62,7],[10,1],[36,1],[79,1],[58,1]],'execution':[[78,2],[66,1],[50,12]],'0xffff':[[60,2]],'required':[[29,1],[55,1],[41,1],[71,7],[76,1],[20,1],[10,1],[79,5],[5,1]],'previous':[[46,1],[62,5],[44,1],[12,1],[16,2],[68,1],[8,1],[39,9],[9,1],[41,4],[70,1],[6,1],[24,1],[60,1],[71,1],[76,1],[57,1],[18,1]],'full':[[37,1],[22,1],[55,2],[76,3],[50,1],[60,1],[12,2],[16,1],[36,7],[8,1],[11,1]],'narrow':[[50,1]],'reverted':[[11,1]],'submenus':[[28,1]],'level':[[41,4],[71,2],[76,3],[82,1],[34,1],[52,3],[36,1],[57,1],[79,3]],'winapi':[[61,2]],'scenario':[[76,1]],'131072':[[78,1]],'d019':[[78,5]],'accesses':[[79,2],[51,1]],'007b':[[75,1]],'hexfreezecolorr':[[21,1]],'restricting':[[60,2]],'sided':[[22,1]],'movie':[[67,1],[16,8],[27,2],[39,29],[9,4],[14,6],[23,6],[29,1],[24,60],[47,1],[4,4],[60,67],[66,14],[71,23],[10,5],[40,1],[7,2],[65,1],[46,2],[31,2],[28,10],[44,2],[45,1],[12,20],[13,4],[20,14],[62,1],[8,23],[5,3],[17,3],[37,24],[68,3],[70,5],[6,6],[72,1],[3,2],[11,12]],'dll':[[4,3],[61,1],[10,1],[58,2]],'feed':[[79,2]],'caveats':[[60,1],[75,5]],'taking':[[78,2],[76,1],[57,1],[79,2]],'gyp#8':[[78,1]],'somethingistrue':[[59,4]],'compute':[[60,1]],'opponent':[[32,1]],'opcode':[[78,61],[11,2],[50,1]],'exception':[[78,1],[68,1]],'detected':[[19,1],[31,1]],'seem':[[78,3],[79,2]],'quick':[[60,2],[59,1],[18,1],[50,1]],'guess':[[78,1],[79,1]],'official':[[78,2],[75,1],[58,1]],'relate':[[79,1]],'savestate':[[73,1],[28,5],[12,3],[20,1],[13,4],[16,7],[8,10],[37,6],[39,23],[59,10],[9,2],[14,2],[29,1],[66,3],[6,1],[24,15],[4,3],[60,28],[70,4],[71,7],[10,6],[18,12],[11,1]],'horizontal':[[73,1],[81,1],[52,1],[68,1],[79,10]],'dungeon':[[79,1]],'fashion':[[79,2]],'extraneous':[[22,1]],'simulated':[[60,1]],'logger':[[55,15],[53,1],[50,3],[67,4],[12,1],[5,2],[9,2],[21,1],[49,2],[51,2],[6,2],[54,9],[4,2],[82,1],[3,2],[10,2],[11,1]],'architecture':[[51,1],[3,1],[76,1],[6,1],[79,1]],'appear':[[50,5],[12,2],[56,2],[39,2],[9,1],[22,3],[29,1],[54,1],[6,1],[60,2],[76,1],[79,2],[18,1]],'gdimage':[[60,1]],'temporary':[[73,1],[78,1],[3,1],[79,8],[60,1]],'active':[[50,1],[12,2],[56,1],[8,1],[5,1],[78,1],[9,2],[29,1],[41,7],[76,1],[60,1],[10,1],[33,1],[79,1]],'relatively':[[41,1]],'vars':[[62,1]],'1kb':[[73,1]],'shadow':[[31,1],[5,1]],'handle':[[59,2],[13,1],[14,1],[78,2],[62,1]],'f13':[[60,1]],'nametables':[[68,1]],'size':[[73,5],[55,1],[50,2],[12,3],[42,1],[36,7],[68,2],[21,2],[14,1],[22,1],[71,5],[6,1],[43,1],[60,10],[82,4],[75,2],[65,1]],'allow':[[71,1],[31,3],[6,2],[50,2],[60,1],[12,1],[20,3],[36,2],[62,1],[8,1],[79,2]],'unlike':[[78,2],[60,1]],'useful':[[55,5],[19,1],[50,2],[44,1],[28,1],[13,1],[68,4],[78,1],[49,1],[51,1],[54,3],[60,2],[48,1],[57,1],[79,4],[58,1]],'cart':[[68,2],[79,5],[82,3],[5,1]],'noticeable':[[60,1]],'arise':[[65,1]],'#34053d':[[59,1]],'vista':[[65,1]],'clarify':[[78,1]],'messageboards':[[76,1]],'project':[[3,2],[5,1]],'nestopia_rgb':[[26,1]],'doliner':[[3,1]],'connecting':[[50,1]],'bpp':[[13,1]],'produces':[[12,2],[76,3],[79,1],[62,1]],'predecessor':[[62,1]],'#bxi':[[78,1]],'dependent':[[78,1]],'assigns':[[27,1]],'programming':[[63,2],[59,1],[68,1],[57,1],[58,1]],'|graphical':[[79,1]],'adders':[[79,1]],'loopy':[[81,2],[80,2]],'manual':[[45,1],[59,1],[60,2]],'dc9d':[[78,4]],'farcry':[[59,1]],'fceud':[[3,4],[26,1]],'executable':[[61,1],[78,2],[68,2],[3,1]],'ines':[[73,1],[19,4],[6,1],[50,4]],'realistic':[[26,1]],'programmatically':[[55,3],[53,2]],'figuring':[[33,1]],'weird':[[78,2],[60,1]],'come':[[68,1]],'isfromsavestate':[[8,1],[60,2]],'bios':[[9,1],[29,1],[22,2],[75,1],[65,2]],'swapping':[[10,1],[82,1]],'new':[[67,2],[16,10],[56,1],[59,2],[9,4],[14,7],[15,2],[54,1],[24,1],[60,2],[4,6],[71,2],[48,2],[82,1],[10,8],[40,1],[7,4],[65,1],[79,5],[46,1],[55,1],[62,8],[28,6],[44,2],[45,2],[12,8],[13,3],[8,8],[5,9],[78,7],[22,2],[26,1],[41,1],[76,11],[6,10],[75,1],[3,3],[11,6]],'dosomething':[[59,1]],'opaque':[[60,4]],'modded':[[60,2]],'jump':[[78,7],[79,2]],'dragging':[[36,2]],'adjacent':[[36,1],[82,1]],'fourth':[[78,1]],'prg':[[68,2],[55,2],[53,3],[56,5]],'drawpixel':[[60,1]],'tasing':[[66,1]],'upward':[[76,1]],'400e':[[76,3]],'register':[[73,7],[59,1],[9,1],[78,41],[76,28],[80,1],[50,4],[60,29],[75,8],[79,5]],'bother':[[76,1],[53,1]],'pushes':[[78,1]],'stderr':[[5,1]],'issegmentend':[[62,3]],'quality':[[34,3],[12,1]],'very':[[73,2],[55,2],[53,1],[50,1],[68,1],[63,1],[59,1],[49,1],[54,1],[41,1],[66,1],[78,8],[48,2],[32,1],[75,3],[79,5],[65,1]],'shell':[[60,1]],'0xff':[[78,1]],'wch':[[4,1],[6,2]],'modules':[[61,1]],'feos':[[3,1]],'xnor':[[76,4]],'afterwards':[[78,1]],'square':[[59,1],[76,31],[4,1],[34,3],[36,1],[79,1],[11,2]],'accounts':[[9,1]],'evaluate':[[59,2],[50,1]],'somethingglobal':[[59,1]],'playback':[[62,2],[12,1],[13,1],[16,1],[20,2],[8,2],[37,2],[5,2],[14,1],[23,1],[76,4],[24,6],[60,5],[75,3],[11,4]],'noise':[[73,1],[76,34],[60,1],[6,1],[34,1],[11,3]],'unif':[[4,4],[19,4],[6,1],[5,1]],'low':[[78,44],[14,1],[76,1],[60,1],[34,1],[57,1],[79,3]],'image':[[67,1],[61,4],[52,1],[36,10],[59,2],[22,5],[78,2],[24,1],[60,9],[48,1],[79,5],[65,1]],'examiners':[[78,1]],'analyse':[[79,1]],'though':[[59,2],[51,1],[78,2],[41,1],[53,1],[55,1],[76,1],[79,1]],'opening':[[14,1],[41,1],[60,2],[6,1],[62,1],[7,1],[5,1]],'visual':[[68,1],[36,1],[55,1],[8,1],[30,2]],'dots':[[78,2]],'functional':[[9,1],[16,1],[3,1],[10,1]],'difficulty':[[66,1],[58,1]],'deb':[[4,1],[10,1],[6,1],[50,3]],'bitmap':[[79,13]],'long':[[78,1],[54,1],[76,6],[66,1],[6,1],[31,1],[48,1],[16,1],[3,1],[79,2],[65,1]],'longer':[[58,1],[9,2],[14,2],[76,2],[71,1],[12,2],[16,2],[10,1],[48,1],[8,1],[11,4]],'fetch':[[73,1],[78,109],[79,15]],'lastkey3':[[62,1]],'places':[[75,1]],'registered':[[60,10]],'optimizing':[[66,1]],'divide':[[76,2],[79,1]],'1976':[[78,1]],'cleared':[[78,9],[76,2],[8,1],[62,2]],'positions':[[9,2],[68,3],[14,1],[79,1]],'parameterstack':[[59,1]],'configured':[[12,1]],'pet':[[78,2]],'consecutive':[[59,1],[78,1]],'player3':[[71,1]],'moves':[[9,1],[5,1]],'serial':[[79,1]],'screwed':[[79,1]],'people':[[76,1],[41,1],[55,1],[60,1],[48,1],[79,1],[64,1]],'second':[[73,1],[30,1],[62,1],[13,1],[8,1],[78,2],[54,1],[14,1],[66,1],[24,1],[60,4],[80,3],[82,2],[75,3],[79,3]],'commonly':[[61,1],[48,1],[12,1],[66,1],[39,1]],'scaler':[[36,2],[8,1]],'snapping':[[54,1]],'suitable':[[55,1]],'and':[[50,26],[0,1],[61,11],[77,1],[56,14],[35,1],[27,1],[29,1],[47,7],[80,5],[2,4],[24,15],[82,6],[48,41],[32,1],[57,6],[79,61],[28,12],[44,2],[81,3],[12,17],[13,6],[20,2],[36,14],[64,4],[5,6],[37,2],[63,3],[21,2],[22,5],[41,28],[68,17],[43,2],[69,2],[33,5],[11,9],[73,9],[1,5],[19,9],[67,7],[16,10],[39,7],[59,25],[9,10],[14,7],[23,5],[49,10],[51,3],[54,4],[4,6],[60,76],[66,11],[71,15],[10,9],[40,3],[18,7],[7,5],[65,7],[55,31],[53,14],[30,2],[31,15],[45,1],[62,31],[42,2],[52,1],[8,23],[17,1],[78,175],[26,4],[25,2],[70,1],[6,21],[76,57],[34,3],[75,57],[3,31],[58,6]],'messes':[[14,1]],'resurrected':[[3,1]],'still':[[28,1],[81,1],[12,1],[37,1],[59,1],[78,1],[23,1],[41,2],[76,3],[60,4],[48,2],[75,2],[11,2]],'individual':[[34,3],[12,1],[76,2],[79,2],[60,2]],'selectively':[[55,1]],'subdirectory':[[41,1]],'pbl':[[73,1]],'stops':[[59,1],[76,1],[8,1],[60,4]],'pipelines':[[79,2]],'before':[[55,2],[30,1],[50,4],[62,5],[37,1],[39,1],[59,2],[9,1],[22,1],[41,1],[54,2],[60,12],[66,2],[76,5],[78,10],[48,2],[75,1],[3,1],[79,5],[7,1],[18,1]],'256':[[73,1],[78,2],[71,2],[62,2],[60,2],[28,1],[12,1],[68,9],[79,7]],'ignore':[[11,1],[62,1],[63,1],[60,1],[8,1]],'unisystem':[[9,1],[33,2],[31,1]],'implies':[[2,1],[31,1]],'lock':[[14,1]],'various':[[1,1],[38,2],[30,1],[28,1],[62,1],[67,1],[16,1],[36,1],[64,1],[27,1],[37,1],[5,1],[39,1],[29,1],[76,2],[6,2],[60,1],[3,3],[7,1]],'lacking':[[42,1],[43,1]],'patcher':[[50,1]],'corrupts':[[55,1]],'informing':[[59,1]],'registering':[[60,6]],'030':[[76,1]],'starts':[[59,1],[78,1],[25,1],[71,1],[30,1],[24,2],[62,3],[75,1],[79,4],[35,1],[8,1]],'|09':[[76,1]],'adding':[[5,1],[59,1],[78,1],[53,2],[24,1],[82,1],[4,1],[48,1],[3,2],[56,1],[35,3],[8,1]],'menus':[[30,1],[31,1],[6,2],[48,3],[10,1],[11,1],[27,1]],'lagcounter':[[14,1]],'brightness':[[33,1],[26,2],[79,1]],'400d':[[76,1]],'rra':[[78,14]],'fading':[[53,1]],'x64':[[78,2]],'controls':[[17,1],[59,1],[76,6],[50,1],[31,4],[12,1],[75,4],[11,2]],'differences':[[76,1],[78,1],[28,1]],'bases':[[79,1]],'hit':[[9,1],[54,1],[41,1],[50,3],[6,1],[4,1],[60,1],[62,1],[68,1],[5,1]],'north':[[22,1]],'highest':[[33,1],[79,1]],'stationary':[[79,1]],'dendy':[[2,1],[28,2]],'myself':[[59,1]],'switch':[[22,6],[25,1],[41,1],[30,2],[6,2],[28,1],[53,1],[48,1],[20,2],[36,1],[33,1],[37,1]],'sha':[[78,9]],'key2':[[62,1]],'163&164':[[14,1]],'icou':[[73,1]],'10000':[[20,1]],'greenzone':[[7,1],[5,2]],'xparent':[[79,2]],'denote':[[62,1],[75,1]],'n#bm#l':[[78,1]],'0fffh':[[75,3]],'0x5000':[[6,1]],'references':[[78,1],[79,1],[82,1]],'stopped':[[78,2],[16,1],[76,1],[60,2]],'initialization':[[55,1],[12,1]],'subject':[[71,3],[80,1]],'compliment':[[76,2]],'anyway':[[63,1],[76,1]],'03ff':[[68,1]],'vrcvi':[[75,3]],'kj0':[[78,1]],'yield':[[79,2]],'dd0a':[[78,9]],'inversion':[[79,4]],'formatted':[[48,1]],'delgamegenie':[[8,1],[60,2]],'cartridges':[[4,1],[31,1]],'pram':[[73,1]],'immed':[[78,2]],'0000110000000000':[[80,1]],'mexr':[[73,1]],'its':[[1,3],[50,2],[0,1],[61,1],[16,2],[56,1],[59,1],[66,1],[60,6],[82,2],[57,1],[53,1],[31,1],[44,1],[45,1],[62,2],[12,3],[36,1],[8,1],[37,3],[64,1],[78,9],[25,1],[41,2],[6,1],[75,2],[3,1],[33,1]],'regs':[[60,5],[14,1]],'77ac':[[71,1]],'deal':[[4,1],[59,1],[61,1],[69,1]],'2011':[[7,1]],'grayed':[[11,2],[12,1]],'online':[[59,1],[68,1]],'approved':[[62,1]],'adequate':[[48,1]],'tetris':[[63,1]],'reasons':[[78,1]],'eval':[[62,3]],'interrupted':[[78,1]],'006fh':[[75,2]],'present':[[52,1],[75,1],[55,1],[71,1],[79,4]],'sophisticated':[[79,1]],'txa':[[78,2]],'pixel':[[59,4],[60,9],[50,1],[12,1],[36,1],[79,38],[8,3]],'00a2':[[41,1]],'cursor':[[51,2],[52,1],[36,2],[41,1],[6,1],[5,3]],'8kb':[[73,3],[15,1]],'poke':[[41,3],[8,1]],'1986':[[22,1]],'records':[[55,1],[66,1],[71,2]],'cbl':[[73,1]],'sort':[[59,1],[78,2],[41,1],[79,1]],'04015h':[[75,1]],'eraser':[[48,1]],'numpad6':[[60,1]],'sometimes':[[78,3],[76,1],[60,1],[28,1],[48,1],[79,2]],'problems':[[65,1],[78,1],[12,1],[64,1],[8,1]],'style':[[22,1],[41,1],[25,1],[31,1],[60,1],[3,1],[11,1]],'04cx':[[68,1]],'didn':[[48,1],[14,1],[41,2],[79,1],[6,1],[60,1]],'happens':[[59,1],[48,2],[75,1],[78,3],[79,1],[60,1]],'hooking':[[40,1]],'~60':[[10,1]],'info|':[[79,1]],'advantage':[[76,1],[57,1],[24,1]],'breaking':[[50,2]],'prompt':[[59,1],[10,1],[7,1],[8,1]],'context':[[39,4],[41,2],[24,1],[6,2],[4,1],[28,2],[12,5],[30,3],[57,1],[11,2],[8,2]],'|0b':[[76,1]],'close':[[53,1],[31,1],[28,1],[12,2],[16,1],[37,2],[39,2],[5,1],[26,1],[14,1],[78,1],[60,4],[48,1],[79,3]],'6510':[[78,13]],'terminal':[[76,7]],'savestateas':[[7,1]],'make':[[50,4],[67,1],[56,1],[39,1],[59,3],[49,2],[23,1],[71,1],[24,2],[60,7],[48,5],[79,4],[18,2],[55,4],[53,2],[30,1],[28,2],[62,1],[36,4],[63,1],[78,1],[76,1],[75,2],[33,1],[11,1]],'dey':[[78,1]],'megamanii':[[63,1]],'nreg':[[73,1]],'truncating':[[7,1]],'f19':[[60,1]],'portable':[[3,1],[61,1]],'8160':[[68,1]],'initalizing':[[75,1]],'nesten':[[3,1]],'proper':[[75,5],[6,1],[28,1]],'bigger':[[78,3],[48,1],[36,4],[62,7]],'addresses':[[53,4],[50,7],[44,3],[12,4],[52,1],[68,5],[56,1],[49,1],[41,12],[76,1],[6,1],[60,2],[4,1],[82,4],[75,1],[79,1],[11,2],[7,2]],'universally':[[65,1]],'windows98':[[30,1]],'both':[[55,2],[19,1],[31,3],[50,1],[53,2],[61,1],[12,1],[16,2],[36,1],[8,1],[78,9],[22,1],[54,2],[41,1],[47,1],[6,1],[24,2],[76,6],[80,1],[48,1],[75,3],[10,1],[79,4]],'respect':[[79,1]],'any':[[50,8],[61,1],[16,2],[59,4],[54,3],[9,1],[15,1],[23,1],[24,6],[47,1],[4,5],[51,1],[48,2],[60,11],[71,4],[79,12],[18,1],[82,1],[55,1],[53,2],[31,1],[28,3],[62,3],[52,1],[68,2],[36,2],[8,2],[63,3],[78,18],[21,1],[22,1],[41,4],[76,10],[6,2],[75,1],[3,3],[58,1]],'typing':[[41,1],[53,2]],'synchronized':[[50,1]],'0a00':[[68,1]],'008':[[76,2]],'structure':[[58,1]],'transfering':[[78,1]],'declare':[[58,1]],'controllers':[[27,1],[31,4],[28,1]],'hl2n@':[[78,1]],'parentheses':[[50,1]],'evolution':[[2,1]],'whereby':[[53,1]],'collapsible':[[12,1]],'dictates':[[60,1]],'overlap':[[78,1]],'february':[[76,1]],'about':[[1,2],[50,1],[0,1],[61,1],[12,1],[68,1],[64,1],[39,2],[69,1],[59,2],[78,2],[76,1],[60,4],[82,1],[48,4],[75,1],[57,1],[11,1],[79,3]],'artifacts':[[36,3]],'fequency':[[76,1]],'manually':[[50,4],[60,1],[24,1],[31,1],[48,1],[81,1],[79,1]],'value':[[73,3],[50,4],[16,4],[56,10],[35,1],[59,5],[71,18],[60,30],[48,1],[79,12],[53,6],[62,6],[28,2],[44,12],[81,2],[12,4],[8,2],[78,34],[21,4],[41,39],[76,38],[6,1],[75,2],[33,1],[11,3]],'calculating':[[78,1]],'whose':[[78,1]],'breaks':[[78,1],[9,1],[79,1],[50,1]],'bero':[[3,1]],'interesting':[[55,1]],'operations':[[61,1],[78,10],[53,1],[50,1],[60,3]],'f15':[[60,1]],'abbr':[[79,1]],'deletes':[[8,1]],'score':[[31,2],[62,3],[11,1]],'formats':[[61,1],[16,1],[1,1],[19,5],[70,2]],'tobitstring':[[4,1]],'takes':[[53,1],[50,1],[62,1],[45,1],[36,1],[59,1],[78,4],[14,1],[76,1],[60,2],[75,1],[79,3]],'disables':[[41,1],[76,1],[20,2]],'controlled':[[75,1],[76,1],[79,1],[50,2]],'key1':[[62,3]],'fffb':[[78,1],[68,1]],'mistake':[[53,1],[59,2]],'decays':[[76,1]],'bd2ox':[[78,1]],'bounds':[[6,1],[9,2]],'move':[[68,1],[55,4],[60,1],[62,1]],'spec':[[75,3]],'headers':[[73,1],[8,1]],'outputting':[[33,1],[23,1]],'none':[[60,1]],'t%_87':[[78,2]],'extensions':[[19,2]],'showfps':[[6,1]],'hard':[[25,1],[55,2],[24,1],[71,2],[12,1],[16,1],[48,1]],'clicked':[[60,1]],'experiments':[[76,1]],'typical':[[79,1],[68,1]],'hint':[[50,1]],'enhancements':[[79,1],[9,1],[14,1],[12,2],[13,1],[3,1],[10,1],[11,3],[16,4]],'uninstall':[[13,1]],'cmos':[[78,10]],'upon':[[76,5],[55,1],[60,1],[66,1],[30,1],[79,1],[18,1]],'2010':[[8,2],[9,1]],'runs':[[59,1],[54,1],[66,1],[50,5],[60,10],[62,1],[12,2],[32,1],[3,1]],'exits':[[60,1],[62,1]],'sakura':[[48,2]],'whyandhow':[[66,1]],'optimized':[[16,1]],'fulscreen':[[6,1]],'searching':[[58,1],[54,1],[16,1]],'oninputend':[[62,1]],'determined':[[78,1],[75,3],[71,1],[79,1]],'nulled':[[73,1]],'gradius':[[63,1]],'assemblers':[[67,1]],'sachen':[[6,1]],'duh':[[48,1]],'intelligent':[[55,1]],'metadata':[[12,1],[16,1],[24,5],[39,4]],'represent':[[76,5],[53,1],[71,3]],'use':[[50,8],[61,1],[56,1],[29,1],[47,1],[82,2],[48,13],[32,1],[57,3],[79,7],[46,2],[28,1],[44,3],[12,1],[13,1],[20,1],[36,1],[68,5],[5,1],[63,5],[41,5],[33,2],[11,1],[73,1],[1,2],[67,1],[59,2],[9,1],[14,1],[23,1],[49,1],[51,2],[54,4],[4,1],[60,16],[66,4],[10,1],[65,3],[55,2],[53,2],[30,1],[31,7],[62,5],[8,2],[78,15],[76,1],[6,3],[34,1],[75,6],[3,2],[58,2]],'involving':[[8,2]],'esc':[[30,1],[28,1]],'contributed':[[76,1]],'katakana':[[48,1]],'customlagindicator_rvt':[[6,1]],'globally':[[60,1]],'writepixel':[[60,1]],'onattemptend':[[62,1]],'ram':[[73,9],[1,1],[50,5],[67,1],[16,1],[59,1],[49,4],[54,1],[66,4],[60,7],[82,5],[4,5],[10,4],[40,2],[7,4],[79,10],[55,2],[53,10],[62,1],[44,4],[12,4],[42,4],[68,26],[8,3],[5,3],[64,3],[22,1],[41,9],[6,5],[43,4],[75,11],[3,1],[11,1]],'sconsruct':[[14,1]],'inputcfg':[[9,1],[13,1]],'identifier':[[71,2]],'header':[[73,7],[9,1],[22,2],[19,1],[60,4],[71,4],[75,4]],'0319':[[78,1]],'backcolor':[[60,3]],'2005':[[73,1],[81,2],[80,3]],'studying':[[76,1]],'contains':[[73,2],[61,1],[63,1],[59,1],[78,4],[41,1],[71,1],[6,1],[24,1],[76,4],[82,2],[48,1],[3,2],[79,1]],'|0f':[[76,1]],'auto':[[31,9],[28,6],[50,1],[12,5],[13,1],[8,2],[37,1],[5,6],[39,11],[9,1],[14,1],[47,3],[66,2],[6,1],[24,1],[4,3],[75,2],[40,3]],'tasedit':[[12,1],[7,1],[9,2]],'botloop':[[62,3]],'1100000000000000':[[80,1]],'advance':[[50,2],[28,3],[62,1],[67,1],[12,1],[5,1],[54,1],[25,5],[41,2],[24,9],[60,5],[66,4],[34,2],[58,1]],'part1':[[82,1]],'applicable':[[79,2]],'years':[[3,1],[79,1]],'real':[[59,1],[78,6],[41,1],[53,2],[6,1],[28,1],[76,2],[80,1],[75,1],[36,3],[79,1],[11,1]],'construct':[[57,1]],'graphic':[[49,1],[9,1],[79,1],[6,1]],'asr':[[78,1]],'128':[[78,7],[12,2],[79,2],[50,2]],'25%':[[60,2]],'p3f':[[60,1]],'element':[[79,5],[60,1]],'rests':[[79,1]],'symbols':[[50,2]],'functionality':[[61,1],[9,1],[14,2],[8,2]],'sconscripts':[[11,1]],'dac':[[76,8]],'clean':[[48,1]],'6500':[[78,5]],'hokeys':[[28,1]],'returned':[[73,2],[78,1],[76,1],[60,2],[62,6],[79,2]],'memw':[[44,1]],'~50':[[10,1]],'wanted':[[78,1],[79,1]],'began':[[3,2]],'somthing':[[79,2]],'4bits':[[75,1]],'clc':[[78,1]],'map':[[38,3],[31,1],[28,4],[53,1],[62,1],[16,1],[68,15],[27,1],[22,2],[49,1],[25,1],[76,1],[24,4],[34,1],[10,1],[18,1]],'they':[[73,1],[19,1],[50,1],[67,1],[59,1],[9,1],[14,1],[29,1],[54,2],[60,2],[66,1],[82,1],[48,1],[79,7],[65,1],[55,4],[62,1],[42,1],[52,2],[68,2],[63,3],[78,9],[26,1],[76,1],[6,1],[75,2],[11,1]],'inverts':[[5,1]],'language':[[59,2],[49,1],[78,1],[62,1],[4,1],[48,3],[57,1],[58,1]],'then':[[50,4],[16,1],[56,7],[59,13],[51,1],[54,3],[71,3],[24,4],[60,14],[48,2],[79,5],[65,1],[46,2],[55,6],[38,1],[30,1],[28,2],[44,3],[53,1],[62,9],[8,2],[37,1],[78,7],[26,1],[41,2],[76,7],[75,11],[3,1],[33,2],[58,1]],'coloring':[[55,1],[5,1]],'md5_asciistr':[[11,1]],'resulted':[[12,1]],'copied':[[78,5],[48,1],[46,1],[79,1]],'php':[[78,4]],'requested':[[79,2]],'backup':[[39,3],[65,1],[9,1],[28,1],[4,1],[12,1],[37,4]],'toggle':[[73,1],[30,1],[28,2],[12,3],[13,4],[16,2],[20,11],[8,2],[39,3],[15,1],[14,1],[41,5],[80,1],[6,1],[24,1],[79,1],[11,1]],'pad':[[3,1],[31,6]],'beginnign':[[8,1]],'numerous':[[20,1],[16,2]],'saying':[[48,2],[82,1]],'ways':[[63,1],[59,1],[54,1],[55,1],[71,1],[33,1],[35,1],[79,1]],'postings':[[76,1]],'capacitance':[[76,1]],'mention':[[79,1]],'splicing':[[66,1],[71,1]],'builds':[[55,1],[14,1]],'paiting':[[59,1]],'attach':[[31,1]],'matthew':[[76,1]],'power':[[14,1],[25,4],[41,1],[31,4],[6,2],[24,2],[60,1],[13,2],[62,1],[68,1],[71,4],[72,1]],'essence':[[66,1]],'4004':[[76,6]],'ing':[[49,1]],'mainly':[[76,1]],'savescreenshot':[[60,1]],'pictures':[[28,1]],'identify':[[79,1]],'mustrollback':[[62,1]],'p00':[[60,1]],'spike':[[76,3]],'adjusted':[[78,1]],'sign':[[78,2],[48,3],[60,2]],'wheel':[[4,1],[50,1],[54,1]],'repeating':[[79,1]],'manipulating':[[50,1],[62,1]],'additional':[[39,1],[78,2],[79,1],[1,1],[76,1],[82,2],[3,1],[10,1],[57,2],[65,1]],'overflow':[[78,13],[14,1]],'65c816':[[78,1]],'upgrade':[[14,1]],'translate':[[48,3]],'broke':[[11,1]],'normally':[[78,2],[54,2],[76,2],[50,2],[28,1],[48,1]],'earliest':[[79,1]],'`j@xn':[[78,1]],'subroutines':[[55,1]],'fourscore':[[71,6],[14,1]],'would':[[55,5],[19,1],[28,1],[13,2],[68,6],[5,1],[78,4],[14,3],[41,1],[47,1],[60,2],[76,2],[4,1],[82,1],[48,3],[75,1],[33,1],[11,1],[79,19]],'mis':[[6,1]],'overhaul':[[45,1],[12,1],[16,1],[79,1],[8,1]],'uncheck':[[48,1],[36,2],[33,1],[31,1]],'li#v7':[[78,2]],'z`_d2n@09':[[78,1]],'times':[[78,1],[76,1],[66,2],[62,1],[60,1],[44,1],[75,2],[68,1],[36,4],[79,7]],'target':[[66,1],[60,1],[79,1]],'chr':[[73,2],[51,2],[14,3],[55,3],[53,1],[6,2],[52,1],[79,2],[5,1]],'association':[[78,1]],'authors':[[3,1]],'manners':[[59,1]],'borders':[[36,1]],'irql':[[73,1]],'framework':[[62,2]],'original':[[26,1],[41,2],[76,1],[2,1],[50,2],[12,1],[3,2],[56,1]],'four':[[8,1],[73,3],[22,1],[78,3],[53,1],[31,3],[72,1],[48,1],[68,1],[11,1],[5,1]],'lagframe':[[60,1]],'chips':[[79,1],[75,1]],'borrow':[[78,1]],'maintained':[[9,1],[1,1]],'scrollbar':[[50,1],[54,1]],'mnemonics':[[71,1]],'overclock':[[35,1]],'ntsc':[[71,1],[6,1],[24,1],[28,3],[2,1],[60,1],[75,12],[36,7],[33,5],[8,1],[79,8]],'revision':[[78,11]],'engineers':[[78,1],[79,1]],'0500':[[68,1]],'rb`xh8':[[78,1]],'activation':[[76,1]],'switching':[[81,1],[13,1],[22,2],[55,1],[56,1]],'grayscale':[[33,2],[6,1],[79,1]],'bitwise':[[59,3],[60,1]],'trim':[[48,1]],'highlight':[[4,2],[48,1],[46,1],[53,1]],'periods':[[79,1]],'aspect':[[4,1],[12,1],[36,6],[76,1],[6,1],[5,1]],'custom':[[51,1],[25,2],[55,1],[60,2],[12,1],[33,4],[79,1],[5,2]],'admittedly':[[48,1]],'counters':[[76,9],[50,5],[6,1],[12,1],[79,3],[11,1]],'looped':[[76,1],[60,1]],'highly':[[62,2]],'typically':[[68,1],[76,2],[79,1],[39,2]],'pbrate':[[75,2]],'u%_':[[78,1]],'cycles|':[[79,1]],'0007':[[75,1]],'padding':[[5,1]],'par':[[41,1]],'holder':[[75,1]],'large':[[62,1],[14,1],[79,1],[60,1],[50,1]],'x00fd':[[44,1]],'j0`zgx':[[78,1]],'porst':[[3,1]],'ghz':[[36,1]],'objects':[[59,1],[57,1],[79,15],[28,1]],'06ff':[[68,1]],'ale':[[79,2]],'sufficient':[[80,1]],'airman':[[79,1]],'informative':[[8,1]],'skipping':[[28,1],[12,1],[13,1]],'count':[[78,1],[9,1],[76,33],[71,1],[60,5],[44,3],[4,2],[20,1],[79,3],[8,2]],'lagcount':[[12,1],[60,1]],'rst':[[50,2]],'arithmetical':[[55,1]],'applications':[[59,1],[61,3],[78,2]],'damage':[[41,1]],'gdscreenshot':[[59,1],[60,1]],'see':[[73,1],[50,3],[16,1],[39,1],[59,3],[51,1],[54,3],[47,1],[66,1],[24,3],[60,8],[4,1],[71,1],[48,2],[80,1],[79,5],[18,1],[65,2],[55,6],[38,1],[53,2],[28,2],[44,1],[45,2],[12,8],[13,2],[20,7],[62,3],[68,5],[37,1],[81,1],[78,15],[26,1],[25,2],[41,1],[6,2],[76,11],[75,5],[3,4],[33,1]],'inclusive':[[59,1],[62,1]],'slowest':[[25,1]],'frequencys':[[76,4]],'illegal':[[78,1]],'reduces':[[68,1]],'stripped':[[55,9],[6,1]],'connected':[[78,1],[22,1],[76,2],[79,3]],'fails':[[28,1]],'uint64':[[71,1]],'%xh`':[[78,1]],'600':[[78,3]],'0x100':[[73,1]],'allows':[[50,3],[16,1],[35,1],[39,1],[59,1],[49,5],[23,1],[54,1],[66,1],[60,1],[48,1],[32,1],[10,1],[57,2],[38,2],[30,1],[28,3],[31,3],[44,1],[53,4],[62,1],[36,1],[21,1],[25,1],[41,2],[33,1]],'esper':[[9,1]],'indiana':[[7,1]],'000c':[[75,1]],'clears':[[78,3]],'lae':[[78,1]],'fd%j':[[78,1]],'bot':[[66,1],[16,2],[57,2],[60,2],[62,22]],'warcraft':[[59,1]],'hundred':[[61,1]],'emulators':[[9,1],[24,1],[6,1],[60,1],[10,2],[8,1],[37,1]],'ended':[[62,2]],'031x':[[68,1]],'ideal':[[76,1],[66,1]],'altered':[[24,1]],'crossings':[[78,3]],'many':[[73,1],[16,2],[59,1],[9,1],[54,1],[2,1],[4,1],[48,1],[10,1],[79,1],[7,2],[55,2],[53,1],[30,1],[44,2],[62,1],[12,3],[42,1],[52,1],[68,1],[8,1],[5,1],[63,1],[78,5],[22,2],[41,1],[6,3],[43,1],[75,1],[3,2],[33,1]],'toggled':[[37,1],[16,1],[7,1],[28,4]],'raised':[[79,2],[62,2]],'alter':[[51,1],[67,1]],'19ff':[[68,1]],'dffa':[[50,1]],'7000':[[75,1]],'0a000h':[[75,1]],'qfox':[[3,1],[59,1]],'act':[[66,1]],'happen':[[76,1],[78,1],[81,1]],'improbably':[[62,1]],'desire':[[76,1],[54,1]],'_f_':[[78,1]],'uses':[[1,1],[16,3],[39,1],[59,2],[71,4],[60,4],[80,1],[82,1],[48,1],[79,2],[65,1],[46,1],[55,1],[62,2],[44,1],[12,1],[68,1],[8,1],[17,1],[78,3],[26,1],[41,2],[76,2],[75,13],[3,1]],'microphone':[[8,3],[31,4]],'routines':[[78,1],[49,1],[54,1],[55,1]],'tecgraf':[[61,3]],'inspection':[[50,1]],'nnnn':[[55,1],[50,4]],'floppy':[[22,2]],'agree':[[80,1]],'anytime':[[24,1],[5,1]],'knew':[[48,1]],'mirrors':[[68,1]],'flop':[[79,1]],'512k':[[4,1]],'vbl':[[50,1]],'courier':[[21,2]],'patent':[[79,1]],'seen':[[16,1],[68,1],[66,1],[50,1]],'primary':[[79,9]],'cheats':[[59,1],[9,4],[29,2],[41,19],[49,1],[6,2],[44,2],[60,4],[12,5],[8,1],[5,3]],'combine':[[55,8],[78,1],[50,1]],'variables':[[73,1],[59,3],[54,1],[60,1],[62,6],[75,2],[11,1],[58,2]],'installation':[[48,1]],'embedded':[[60,1]],'asymmetery':[[76,1]],'bitmaps':[[79,3]],'readbyteunsigned':[[60,2]],'inside':[[4,1],[13,1],[79,3],[50,1],[60,4]],'25th':[[79,2]],'watched':[[44,1]],'last':[[73,3],[50,1],[16,4],[39,11],[80,1],[24,1],[60,6],[4,1],[82,1],[48,2],[79,2],[55,1],[53,2],[28,4],[44,1],[12,1],[20,1],[36,2],[68,2],[37,3],[78,6],[41,5],[76,2],[6,1],[72,1],[3,4],[11,2]],'oninputstart':[[62,3]],'polls':[[60,1]],'rol':[[78,11]],'x_functions':[[63,1]],'4bit':[[75,4]],'discrete':[[79,1]],'starting':[[30,1],[50,2],[8,1],[78,1],[76,2],[66,2],[60,4],[71,1],[82,3],[75,7],[79,2],[11,1],[18,1]],'spra':[[73,1]],'prevention':[[12,1]],'red':[[59,1],[53,1],[60,7],[28,1],[33,2],[11,1],[5,1]],'zd`92r%_':[[78,1]],'04bx':[[68,1]],'8th':[[78,2],[79,1]],'carrying':[[79,1]],'document':[[73,2],[78,2],[76,4],[79,6],[39,3]],'kanji':[[48,5]],'minimize':[[12,1],[16,1]],'deterministic':[[24,1]],'prints':[[78,2],[9,1],[14,1]],'001c':[[44,2]],'conclusion':[[76,1]],'brothers':[[68,2]],'somewhat':[[73,2],[59,1],[41,1],[76,1],[72,1],[75,2],[79,3]],'lsb_first':[[13,1]],'try':[[65,2],[59,1],[54,1],[78,2],[55,1],[60,6],[62,1],[48,2],[52,1],[56,1],[58,1]],'0310':[[68,2]],'easily':[[78,1],[53,2],[62,2],[50,2],[60,2],[42,1],[79,3]],'blobs':[[71,1]],'referred':[[73,1],[72,1],[3,1],[24,1]],'disksys':[[22,2],[29,2],[65,2]],'latches':[[78,2],[79,1]],'support':[[53,1],[61,3],[12,2],[13,1],[16,2],[8,2],[9,1],[14,4],[41,1],[76,1],[6,3],[60,1],[4,2],[48,2],[75,2],[3,2],[11,2],[7,1]],'seconds':[[78,2],[39,2]],'opposed':[[48,1],[41,1],[79,4]],'selections':[[48,4]],'hold':[[80,1],[16,2],[36,1],[66,1],[31,9],[79,1]],'00xx':[[68,1]],'select':[[46,3],[53,1],[31,5],[28,1],[44,3],[62,1],[8,1],[59,2],[22,1],[23,6],[41,1],[71,5],[24,9],[60,2],[4,2],[34,1],[48,5],[78,1],[79,8],[18,4]],'possibly':[[62,1],[59,1],[48,1],[55,1],[50,1],[8,1]],'loops':[[59,2],[60,1]],'faults':[[7,1]],'coordinates':[[79,1],[60,2],[68,5]],'prioritized':[[79,4]],'hell':[[79,1]],'displayed':[[53,1],[50,4],[28,1],[44,1],[12,1],[20,2],[52,2],[56,1],[8,1],[37,1],[5,1],[49,1],[41,2],[71,4],[24,1],[60,1],[79,1]],'vrom':[[73,1],[6,1]],'frameadvance':[[62,1],[59,5],[25,2],[60,2],[58,2]],'orange':[[60,3]],'quiz':[[31,1]],'smb':[[63,7],[51,1],[12,1],[20,16]],'easy':[[59,1],[75,1],[55,1],[53,1],[71,1],[79,1]],'lagged':[[12,1],[60,1]],'accurate':[[76,1],[78,1]],'b000':[[75,1]],'pfpixel':[[79,1]],'completing':[[66,1]],'speeds':[[25,1],[14,1]],'041x':[[68,1]],'kicked':[[60,2]],'distinguish':[[78,1],[55,2],[53,1],[60,1],[50,1],[4,1],[8,1]],'good':[[41,1],[79,4],[62,1]],'007bh':[[75,1]],'namelist':[[82,1]],'october':[[78,1]],'carry':[[78,17],[76,3],[60,1]],'watches':[[7,1]],'outside':[[75,1],[68,1],[79,1],[8,1]],'03xx':[[68,1]],'9030':[[75,1]],'among':[[42,1],[43,1]],'bi&':[[78,4]],'indicate':[[79,1],[58,1]],'underlaps':[[79,1]],'~diego':[[61,1]],'257':[[60,2]],'price':[[79,1]],'dance':[[12,1]],'thus':[[59,1],[78,1],[55,1],[79,1],[60,2],[37,1]],'ignores':[[13,1]],'|07':[[76,2]],'look':[[65,1],[50,1],[62,1],[13,2],[36,1],[8,1],[63,1],[59,1],[78,1],[14,1],[29,1],[60,2],[72,1],[48,3],[75,1],[3,1],[79,5],[58,1]],'1000000':[[75,1]],'old':[[67,2],[28,5],[35,1],[5,3],[78,2],[54,1],[14,1],[76,4],[6,1],[60,1],[4,3],[79,1],[11,1],[65,4]],'5206':[[75,4]],'f22':[[60,1]],'fairy':[[78,1]],'04ex':[[68,1]],'light':[[55,2],[53,2]],'9th':[[78,1]],'104':[[79,1]],'colored':[[36,1],[53,2],[79,1]],'60fps':[[35,1],[65,1]],'squeeze':[[48,1]],'certainly':[[57,1]],'ought':[[78,1]],'firing':[[79,1],[60,4]],'marko':[[78,4]],'zip':[[20,2],[19,4],[8,1],[33,1]],'built':[[63,2],[3,1],[56,2],[7,1],[58,1]],'readonly':[[60,4],[20,7]],'emulates':[[22,1],[25,3],[31,2],[69,1]],'comes':[[78,3],[26,1],[41,1],[62,1],[28,1],[48,1],[33,1],[79,1],[65,1]],'override':[[31,1],[28,1],[44,1],[13,1],[12,3],[16,1],[8,1],[27,1],[29,1],[41,1],[60,2],[34,1],[65,1]],'fceuxd':[[4,1],[26,1],[3,8],[2,1],[65,1]],'ends':[[50,1],[78,2],[71,1],[62,2],[8,1]],'icoa':[[73,1]],'suppport':[[4,1]],'7f2':[[76,1]],'07ff':[[68,8],[7,1],[50,1]],'exe':[[28,1],[65,2],[60,1],[58,1]],'vba':[[43,1],[42,1],[8,1],[37,1]],'pads':[[31,2]],'pane':[[6,1],[60,1]],'parantheses':[[59,1]],'toggling':[[9,1],[24,1],[28,1],[31,2],[12,2],[16,2],[3,1],[79,2],[7,1],[11,1]],'numpad4':[[60,1]],'imposed':[[66,1]],'2a03':[[76,13],[68,4]],'4002':[[76,5]],'comparisons':[[78,2]],'kh#f1':[[78,1]],'damn':[[79,1]],'c150':[[78,1]],'paddle':[[71,1],[31,3],[60,1]],'fffc':[[50,1],[68,1]],'interpreter':[[59,1]],'immaterial':[[79,1]],'execute':[[78,1],[54,1],[76,1],[50,5],[58,1]],'perhaps':[[78,1],[48,1],[60,1]],'gate':[[76,2]],'removed':[[68,1],[79,2],[55,1],[6,1],[12,1],[16,2],[3,1],[10,1],[36,1],[5,1]],'highlights':[[53,1]],'technique':[[66,2]],'choices':[[16,1],[19,1],[8,1],[33,1]],'missing':[[9,1],[13,1]],'method':[[78,2],[76,1],[41,2],[60,3],[28,1],[36,2],[79,2],[35,1]],'8ch':[[75,1]],'radiobuttons':[[6,1]],'pen':[[48,1]],'calculations':[[60,1]],'erroneous':[[8,1],[12,1]],'indexed':[[78,13],[79,1]],'game':[[50,8],[56,16],[35,4],[24,9],[82,3],[48,10],[79,7],[28,21],[44,4],[12,3],[20,3],[36,2],[68,9],[5,3],[63,3],[22,3],[41,9],[33,5],[73,1],[19,2],[67,8],[16,1],[39,7],[59,1],[9,3],[14,2],[49,9],[51,1],[54,3],[60,12],[4,1],[66,5],[71,1],[10,2],[18,3],[7,1],[65,9],[55,13],[53,9],[30,4],[31,3],[62,1],[52,3],[17,1],[25,1],[6,2],[75,1],[3,1]],'initial':[[78,2],[5,1]],'tons':[[75,1]],'lacked':[[76,1]],'debuggerfontsize':[[4,1],[21,1]],'toolkit':[[61,2]],'clipping':[[20,1]],'arcade':[[25,1],[75,1]],'xx00':[[78,2]],'clipsides':[[20,2]],'specifically':[[63,1],[14,1],[62,1],[24,1],[60,1],[68,2],[57,1]],'acknowledge':[[78,8]],'boundary':[[78,20],[60,1]],'xresolution':[[5,1]],'restart':[[30,1],[62,1],[60,1],[18,1]],'booklet':[[78,1]],'asm6':[[82,1]],'2009':[[10,1],[11,1],[12,1]],'misplaced':[[60,1]],'getnote':[[60,1]],'split':[[79,1],[68,1]],'changes':[[59,2],[78,2],[76,1],[53,2],[6,2],[12,1],[16,1],[3,1],[10,1],[48,2],[79,1]],'knowing':[[63,1]],'fans':[[67,1]],'goemon':[[9,2]],'numbering':[[12,2],[60,2],[8,1]],'test':[[78,10],[24,1],[82,4],[48,2],[79,1],[18,1],[11,3]],'desyncs':[[24,1],[65,1]],'addressed':[[56,1]],'desmume':[[43,1],[8,1],[42,1]],'sygnal':[[36,1]],'plays':[[55,1],[24,1],[75,1],[20,2],[68,1],[8,1],[39,2]],'rightclicks':[[6,1]],'hue':[[33,1],[79,1]],'eof':[[75,1],[76,1],[71,1],[79,1]],'255':[[73,1],[78,4],[9,1],[21,9],[41,1],[60,7],[33,1],[79,1]],'completely':[[78,2],[24,1],[60,4],[45,1],[6,1],[12,1],[62,1],[79,1],[7,1]],'trainer':[[31,1]],'writebyte':[[59,1],[60,2]],'snd':[[73,2]],'dd9d':[[78,1]],'zxcvzxcv@netzero':[[81,2],[80,2]],'blurred':[[65,1]],'wide':[[53,1]],'wish':[[63,1],[54,1],[46,1],[23,1],[38,1],[50,2],[53,1],[56,1],[58,1]],'pcejin':[[42,1],[43,1]],'slightly':[[81,1],[75,1],[76,1],[60,1]],'individuals':[[76,2]],'track':[[60,1],[68,1],[10,1],[53,1],[55,3],[44,1]],'lost':[[48,1],[16,1],[14,2],[53,1],[24,1]],'are':[[50,9],[61,3],[35,1],[29,6],[47,2],[80,5],[24,2],[82,9],[48,17],[57,1],[79,39],[28,2],[44,1],[81,1],[12,9],[20,1],[36,3],[68,7],[5,1],[37,1],[63,4],[21,3],[22,1],[41,8],[43,2],[33,1],[11,1],[73,5],[19,3],[67,3],[16,2],[39,3],[59,16],[9,2],[14,2],[54,1],[66,3],[60,19],[71,13],[4,1],[10,1],[18,1],[65,1],[55,9],[53,7],[62,9],[42,2],[8,2],[78,38],[76,27],[6,2],[34,1],[75,10],[58,4]],'syncronization':[[76,1],[79,2]],'others':[[76,2],[78,1],[47,1],[55,1],[6,1],[67,1]],'music':[[75,12],[48,1],[68,3],[76,1]],'multiples':[[36,1],[76,1]],'2006':[[73,1],[81,1],[3,4],[79,2],[80,4]],'notes':[[78,10],[76,2],[71,1],[60,6],[81,1],[68,1],[5,1]],'cancelled':[[66,1]],'reloading':[[76,2],[11,1]],'layers':[[61,1]],'claims':[[78,1]],'getcurrentbranch':[[60,1]],'naturally':[[76,1],[79,2]],'modulus':[[42,1],[43,1]],'vic20':[[78,2]],'q_s8':[[78,1]],'agrees':[[80,1]],'112':[[60,4]],'holding':[[25,2],[57,1],[24,1],[5,1]],'|03':[[76,1]],'tadd':[[73,1]],'load':[[19,2],[50,3],[16,3],[39,3],[59,11],[9,4],[29,1],[24,1],[60,6],[48,4],[18,4],[65,1],[55,1],[53,1],[30,3],[28,5],[44,4],[62,1],[12,1],[13,2],[20,4],[8,2],[5,1],[37,3],[63,3],[22,1],[26,1],[41,3],[76,10],[78,5],[75,13],[33,2],[11,1]],'setselection':[[60,1]],'unf':[[19,1]],'skip':[[63,1],[14,2],[47,1],[60,1],[28,2],[12,2],[16,1]],'collected':[[1,1]],'obtain':[[55,1]],'reflect':[[11,1]],'paused':[[60,3],[53,1],[6,2],[50,4]],'listings':[[38,1]],'villigust':[[75,1]],'weapon':[[47,1],[68,2]],'enough':[[63,1],[48,1],[68,1],[79,2]],'skips':[[59,1]],'chapters':[[27,1],[69,1],[1,1]],'prevents':[[24,1],[16,1]],'260':[[79,1],[50,1]],'11111111':[[80,1]],'aki':[[78,1]],'01ah':[[75,1]],'sei':[[78,2]],'build':[[14,2],[6,2],[12,2],[13,3],[3,1],[48,1],[11,1],[5,1]],'enlist':[[6,1]],'backspace':[[60,1]],'run':[[65,1],[50,7],[28,1],[62,4],[12,2],[36,2],[35,1],[63,3],[59,2],[49,1],[78,9],[47,1],[66,2],[60,6],[80,1],[3,2],[58,7]],'interface':[[61,1],[9,2],[3,2],[41,1],[30,1],[79,1]],'inputs':[[14,3],[66,1],[60,2],[62,2],[31,1],[57,1],[18,1],[79,1]],'indicating':[[79,1],[60,1]],'happily':[[78,1]],'tar':[[19,1]],'groups':[[11,1],[28,1]],'f21':[[60,1]],'densetsu':[[6,1]],'three':[[73,1],[59,1],[78,3],[53,1],[31,1],[50,2],[62,2],[82,2],[48,2],[36,2],[79,1]],'random':[[78,2],[48,1],[68,1],[76,14],[62,13]],'rarely':[[78,1],[54,1],[68,1]],'127':[[78,1],[60,5]],'2400|':[[68,1]],'relevant':[[55,1],[73,1],[50,1]],'aware':[[59,1]],'okcancel':[[60,1]],'distributed':[[67,1]],'redesign':[[5,1]],'processtable':[[59,2]],'getscreenpixel':[[8,1],[60,3]],'rio':[[61,3]],'forward':[[73,1]],'strobed':[[76,1],[79,1]],'oddities':[[78,1]],'&6':[[78,1]],'129':[[79,1]],'5ff7':[[75,2]],'hypershot':[[31,1]],'clearmarker':[[60,1]],'0x60':[[78,1]],'immediate':[[78,9],[8,1],[50,1]],'shakes':[[11,1]],'patching':[[49,1],[14,1],[41,1],[19,3],[50,1]],'numpad1':[[60,1]],'fceu_setrenderplanes':[[12,1]],'designated':[[76,1]],'j3c0b%a@':[[78,1]],'nintendo':[[22,2],[68,2],[3,2],[79,6],[18,1]],'compressed':[[19,2],[16,1]],'lda':[[55,1],[78,46]],'goto':[[41,3],[8,2]],'advancing':[[6,1],[16,1]],'hexified':[[71,1]],'#228844':[[60,1]],'numlock':[[60,1]],'patient':[[75,1]],'exram':[[79,1],[75,3]],'anywhere':[[76,1],[78,2]],'abbreviation':[[78,1]],'obviously':[[81,1],[78,1]],'notation':[[59,3]],'reverses':[[60,1]],'tracking':[[66,1]],'somewhere':[[48,2],[50,1]],'solutions':[[62,1]],'lagging':[[28,2]],'false':[[59,2],[71,1],[60,28],[62,5],[12,1],[10,1],[79,1]],'things':[[63,1],[59,1],[55,3],[53,1],[30,1],[60,1],[76,2],[75,1],[79,1]],'dffc':[[50,1]],'overcome':[[66,2]],'tells':[[55,1],[60,1],[58,1]],'waveforms':[[76,1]],'txs':[[78,4]],'transition':[[28,1]],'002e':[[75,1]],'ideally':[[79,1]],'newname1':[[82,3]],'hereon':[[76,1],[79,1]],'organization':[[12,1]],'tint':[[33,1],[79,1]],'mamiya':[[75,3]],'optional':[[59,2],[9,1],[41,1],[71,9],[50,2],[60,3],[82,2],[13,1],[75,1],[11,2]],'man':[[41,5]],'escape':[[12,1],[60,1]],'hexfreezecolorg':[[21,1]],'makers':[[66,1]],'0200':[[50,1],[68,2]],'cfg':[[15,1],[14,3],[21,2],[28,2],[4,2],[12,2],[13,1],[20,4],[8,1],[11,2]],'mode':[[30,3],[28,2],[12,2],[13,1],[20,1],[36,7],[8,6],[5,1],[37,3],[39,1],[59,1],[14,1],[25,2],[68,1],[24,8],[60,8],[4,2],[34,1],[75,3],[76,20],[78,34],[79,1],[7,1],[11,1]],'duty':[[34,2],[76,11],[60,2]],'producing':[[76,2]],'0be':[[76,1]],'zelda':[[55,1],[79,1],[31,1]],'welcome':[[1,1]],'gui':[[7,4],[58,1],[30,2],[62,2],[61,1],[12,2],[16,1],[36,1],[8,5],[5,2],[27,1],[59,9],[9,7],[6,3],[60,45],[3,1],[10,1],[11,2],[18,1]],'per':[[28,2],[12,2],[20,2],[36,1],[35,1],[59,1],[22,1],[76,1],[60,6],[75,2],[48,1],[33,1],[79,8]],'uncompressed':[[16,1]],'whitespace':[[48,1]],'n#l':[[78,1]],'after':[[73,1],[55,1],[50,3],[62,4],[20,2],[36,1],[37,3],[5,1],[59,4],[22,1],[14,1],[23,1],[41,1],[60,4],[71,3],[76,5],[72,2],[48,1],[75,4],[78,19],[79,14]],'clicking':[[53,2],[31,2],[50,7],[16,2],[36,1],[56,1],[51,1],[54,2],[41,5],[24,2],[60,1],[4,6],[82,1],[10,1],[18,1]],'mismatch':[[13,1]],'palettes':[[26,4],[51,1],[33,4],[79,1],[65,1]],'requirement':[[63,1],[57,1]],'desyncing':[[62,1]],'speedometeronly':[[63,1]],'expose':[[79,1]],'should':[[73,1],[55,1],[53,2],[31,1],[50,1],[62,6],[81,1],[13,2],[36,3],[8,1],[63,1],[59,1],[78,6],[47,1],[71,3],[60,4],[76,2],[48,7],[75,11],[3,1],[33,1],[79,7],[58,1]],'brings':[[4,1],[60,2],[68,1],[41,1],[7,1],[39,1]],'usage':[[14,1],[55,1],[60,7],[44,1],[61,3],[48,1],[75,1],[3,1]],'updating':[[6,1],[12,1]],'white':[[21,1],[60,4]],'e000':[[55,1],[75,4]],'noisey':[[76,1]],'00ff':[[68,2],[41,1],[50,1]],'preferably':[[60,2]],'famicom':[[31,10],[69,1],[17,2],[22,7],[14,1],[25,2],[29,1],[2,1],[41,2],[71,1],[76,1],[3,1],[18,1],[7,1]],'bugs':[[5,2],[11,1],[9,1],[14,1],[6,2],[4,2],[12,1],[16,1],[10,1],[7,2],[8,3]],'generally':[[78,2],[76,2],[60,1],[67,2],[68,3],[79,2]],'nrom':[[12,2]],'continue':[[66,1],[79,1],[76,1],[33,1],[62,1],[28,3]],'patch':[[13,1],[49,1],[41,2],[50,6]],'smb2u':[[63,1]],'#ce_2gpl`ki7rbp':[[78,1]],'converted':[[46,1],[76,1],[24,1],[65,1]],'define':[[73,1],[48,1],[25,1],[60,1],[5,1]],'alu':[[78,2]],'components':[[41,1],[76,1],[50,1],[60,3]],'2746924':[[11,1]],'timed':[[66,1]],'discard':[[68,1]],'4001':[[76,2]],'sai`':[[78,2]],'wavelength':[[76,28]],'%02x':[[60,1]],'operational':[[78,6]],'030f':[[68,1]],'acknowledgement':[[79,1]],'actions':[[24,1]],'branches':[[55,2],[53,1],[2,1],[50,1],[4,1],[16,2],[3,1],[65,1]],'turn':[[78,1],[31,1],[28,2],[60,1],[34,1],[30,1],[24,1]],'occur':[[28,1],[78,5],[76,1],[79,3],[44,1]],'decodes':[[78,1]],'raster':[[78,4],[50,1]],'fonts':[[4,1]],'odd':[[78,6],[47,1],[76,1],[81,1],[75,1],[79,4],[11,1]],'thingy':[[48,6]],'parse':[[6,1]],'indeterminate':[[78,1]],'bad':[[65,1],[48,2],[75,1],[62,1],[50,2]],'16k':[[50,3]],'pick':[[23,1],[8,1],[14,1]],'graphics':[[21,2],[51,1],[55,3],[67,1],[28,2],[4,1],[61,1],[36,1],[79,5],[27,1]],'33554432':[[78,1]],'depends':[[78,2],[71,1],[35,1],[60,1]],'tunes':[[75,7]],'mutant':[[47,1],[68,1]],'undo':[[78,1],[53,2],[24,1],[28,1],[43,1],[50,1],[12,2],[42,1],[66,2],[56,1],[18,6],[39,8]],'likely':[[63,1],[48,1],[54,1],[76,1]],'equivelant':[[79,1]],'sre':[[78,13]],'theme':[[30,1]],'syntax':[[59,2],[57,1],[58,1]],'mean':[[41,1],[48,1]],'exclusive':[[4,1],[78,2],[76,2],[79,2],[62,1]],'whether':[[54,5],[55,8],[50,1],[24,1],[6,1],[60,3],[48,2],[20,4],[62,7],[68,1],[37,2]],'sub':[[27,2],[29,1],[25,1],[28,3]],'differing':[[75,1]],'acknowledges':[[78,2]],'november':[[13,1],[3,3],[10,1],[6,1]],'werefolf':[[7,1]],'visualization':[[61,1],[6,1],[54,1]],'|_____|_____|':[[68,2]],'able':[[76,1],[60,1],[31,1],[48,2],[16,1],[79,1],[8,1]],'arred':[[78,1]],'cpuc':[[73,2]],'jsr':[[4,1],[78,2],[50,3],[82,2]],'hybrid':[[28,1]],'0x8000':[[73,2]],'@xcey':[[78,1]],'dance2000':[[4,1]],'amount':[[78,2],[54,2],[76,2],[34,1],[16,1],[36,2],[56,1],[68,1],[79,3]],'all':[[73,2],[19,2],[50,4],[16,2],[56,1],[35,1],[39,1],[59,4],[14,1],[29,1],[47,1],[2,2],[24,2],[60,8],[71,2],[48,7],[80,2],[10,2],[79,16],[7,1],[18,1],[82,4],[46,1],[55,1],[38,2],[31,1],[53,2],[62,3],[12,5],[20,1],[36,1],[68,12],[8,1],[17,1],[63,2],[21,1],[78,12],[25,1],[41,9],[6,2],[76,10],[75,5],[3,1],[11,2]],'displays':[[49,1],[14,1],[6,1],[44,2],[24,1],[50,3],[52,1],[60,3],[10,1]],'stripping':[[55,1]],'joined':[[3,1],[72,1]],'lazy':[[79,1],[12,1]],'chirps':[[12,1]],'delete':[[41,2],[50,1],[60,1]],'adelikat':[[68,1],[3,2],[1,2],[71,1]],'beq':[[78,2]],'near':[[41,1],[76,1],[50,2]],'assignments':[[76,4],[38,1],[31,2],[27,2]],'depths':[[60,1]],'pipelined':[[79,1]],'minimum':[[33,1],[8,1],[12,1]],'them':[[55,1],[19,1],[50,3],[28,1],[62,5],[13,1],[36,1],[56,1],[35,1],[64,1],[63,5],[78,5],[9,1],[26,1],[41,4],[49,1],[60,3],[76,1],[80,1],[82,1],[48,5],[75,2],[79,4]],'hellraiser':[[79,1]],'08fffh':[[75,2]],'instruction':[[78,62],[54,4],[68,1],[55,2],[50,10]],'%03d':[[71,2]],'retain':[[54,1]],'dlljjbbb':[[72,1]],'readimmediate':[[60,1]],'piano':[[5,1]],'variety':[[7,1],[12,1]],'lives&hpdisplay':[[63,1]],'0077h':[[75,3]],'lasts':[[78,1]],'musical':[[76,1]],'least':[[73,1],[59,2],[78,3],[55,1],[60,2],[72,1],[48,1],[75,1],[36,1],[33,1],[79,1],[39,1]],'resetinstructionscount':[[4,1],[60,1]],'purposes':[[78,1],[68,1],[76,1],[79,1]],'redirecting':[[78,1]],'bit3':[[76,2],[71,2]],'factors':[[36,1],[5,1]],'directly':[[21,1],[16,3],[76,3],[53,5],[50,2],[79,1]],'enableoppositedirectional':[[6,1]],'change':[[56,3],[39,4],[9,1],[14,2],[51,1],[24,1],[60,4],[48,1],[79,1],[38,1],[31,2],[28,3],[44,6],[53,2],[12,2],[52,1],[36,4],[68,1],[8,1],[78,5],[21,1],[22,1],[76,5],[72,1],[75,3],[33,1],[11,1]],'scripts':[[62,1],[61,1],[13,1],[16,1],[5,1],[63,12],[9,2],[15,2],[29,2],[6,1],[60,2],[10,1],[58,1]],'renders':[[76,1],[79,3]],'fortunate':[[78,1]],'followings':[[19,1]],'9_s8':[[78,1]],'sending':[[61,1]],'status':[[73,2],[50,2],[28,1],[52,3],[20,5],[68,1],[8,1],[39,4],[37,1],[78,3],[51,1],[76,17],[24,4],[60,4],[79,3]],'complete':[[78,1],[23,1],[55,1],[66,2],[60,1],[80,1],[75,2]],'fatratknight':[[10,1],[63,1],[1,1]],'attempts':[[36,1],[55,1],[62,10]],'iterate':[[59,1]],'intruction':[[78,1]],'array':[[60,2],[82,2]],'russian':[[78,1]],'flags':[[78,25],[50,4],[12,1],[75,3],[79,1],[8,1],[11,1]],'rolling':[[76,1],[62,1]],'jopi':[[78,7]],'remains':[[78,3],[79,2]],'inservice':[[79,1]],'remembers':[[12,4],[16,2]],'banks':[[73,2],[75,4],[56,1],[6,1],[82,1]],'resource':[[57,1],[16,1]],'luabot':[[62,11]],'our':[[63,1],[78,1]],'best':[[54,2],[36,1],[79,1],[2,1],[62,5]],'punchoutstats':[[63,1]],'traditionally':[[66,1],[78,1]],'multitude':[[11,1],[12,1]],'mapped':[[22,2],[25,1],[53,1],[50,1],[28,4],[24,2],[55,1],[76,1],[68,1],[18,1]],'everywhere':[[79,1],[50,1]],'bvs':[[78,2]],'kernal':[[78,2]],'preceding':[[78,1],[82,1]],'0006':[[75,1]],'handler':[[78,5],[68,3],[76,1]],'video':[[62,1],[67,2],[12,2],[20,2],[36,3],[27,2],[5,1],[78,2],[51,2],[14,1],[23,5],[6,2],[4,1],[79,11],[18,1],[65,1]],'backlash':[[24,1]],'dd08':[[78,2]],'integrated':[[61,1],[26,1],[76,1],[57,1],[66,1],[79,1]],'snes9x':[[37,1],[59,4],[60,1],[43,1],[8,1]],'opened':[[9,1],[14,1],[21,1],[19,1],[29,1],[50,2],[16,2]],'routed':[[79,1],[31,1]],'interfaces':[[61,1]],'checking':[[9,1],[55,1],[31,1],[60,1],[62,1],[12,1],[36,3]],'046x':[[68,1]],'equals':[[59,1],[48,3],[76,1],[79,3]],'stretched':[[36,4]],'solid':[[60,2]],'preserves':[[78,1]],'jsrs':[[54,1]],'considered':[[59,1],[71,2],[60,1],[79,3]],'remaining':[[73,1],[68,3],[71,3],[79,1]],'schemes':[[79,1]],'pausing':[[8,1]],'message':[[78,2],[9,1],[14,1],[22,3],[71,1],[6,3],[60,14],[12,3],[16,1],[5,1]],'types':[[73,1],[55,1],[19,4],[62,1],[61,1],[8,1],[78,2],[22,2],[47,1],[71,3],[60,1],[76,2],[18,1]],'undocumented':[[76,1],[78,7]],'prompts':[[6,1]],'arrays':[[59,3]],'display':[[50,3],[15,1],[14,2],[47,1],[51,2],[24,4],[60,1],[48,1],[79,1],[7,2],[55,1],[28,14],[44,4],[12,1],[13,1],[20,2],[36,1],[8,6],[5,1],[37,1],[52,9],[21,1],[63,1],[78,2],[6,5]],'redrawing':[[5,1]]};
\ No newline at end of file