diff --git a/help/6502CPU.html b/help/6502CPU.html index c8e3dd78..424257cd 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.
-- 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/AutoFireConfigurations.html b/help/AutoFireConfigurations.html index 16c16f68..9d563599 100644 --- a/help/AutoFireConfigurations.html +++ b/help/AutoFireConfigurations.html @@ -48,7 +48,7 @@Introduction
The Code/Data Logger makes it much easier to reverse-engineer NES ROMs. The basic idea behind it is that a normal NES disassembler cannot distinguish between code (which is executed) and data (which is read). The Code/Data logger keeps track of what is executed and what is read while the game is played, and then you can save this information into a .cdl file, which is essentially a mask that tells which bytes in the ROM are code and which are data. The file can be used in conjunction with a suitable disassembler to disassemble only the actual game code, resulting in a much cleaner source code, with code and data properly separated.
+The Code/Data Logger makes it much easier to reverse-engineer NES ROMs. The basic idea behind it is that a normal NES disassembler cannot distinguish between code (which is executed) and data (which is read). The Code/Data Logger keeps track of what is executed and what is read while the game is played, and then you can save this information into a .cdl file, which is essentially a mask that tells which bytes in the ROM are code and which are data. The file can be used in conjunction with a suitable disassembler to disassemble only the actual game code, resulting in a much cleaner source code where code and data are properly separated.
Using the Code/Data Logger
The Code/Data Logger keeps track of every byte in the ROM and records whether it's code (is executed) or data (is read). You can combine this logging feature with other tools to make them much more powerful:
+The Code/Data Logger keeps track of every byte in the ROM and records whether it's code (is executed) or data (is read).
+You can combine this logging feature with other tools to make them much more powerful:
See, it is very useful for finding specific code and data by using it with the Trace Logger.
-It also makes debugging work more visual, since you can always see which lines of the disassembled code were executed and which weren't.
+See, it is very useful for finding certain types of data or code branches. It also makes debugging work more visual, since you can always see which lines of the disassembled code were executed and which weren't.
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.
+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.
@@ -102,8 +103,7 @@Alternatively, you can save Unused Data (a ROM which is the opposite to the Stripped ROM). For example, you can play through the game, then save Unused Data ROM and watch it in a Tile Viewer to find unused graphics (possibly stumble upon secrets and easter eggs).
Some notes:
-When you "Load" another .cdl file, it does not clear the current log; instead, it combines it with the information in the file. This can be useful if you're trying to obtain a complete log of certain game, as multiple people can play through the game and keep code/data logs, and then the results can be combined. But if you would like to actually clear the code/data log, press the "Reset Log" button.
+Note: When you "Load" another .cdl file, it does not clear the current log; instead, it combines ("arithmetical OR") it with the information in the file. This can be useful if you're trying to obtain a complete log of certain game, as multiple people can play through the game and keep own code/data logs, and then the results can be combined into an all-encompassing log. But if you would like to actually clear the code/data log, press the "Reset Log" button.
(e.g. Argus_(J).nes checks if the bankswitching works by reading the same byte of CHR data before and after switching)
x = unused.
CDL files make possible a number of things never done before. First, a PCM data ripper could be created that scans for data that has the 'P' bit set, in order to find/rip/play every PCM sample in a ROM. Also, it is possible for someone to make a more intelligent ROM corruptor that only corrupts data (by checking the 'D' bit). In any case, the Code/Data Logger opens many new possibilities for discovering useful things in games. Another interesting possibility would be to use the Code/Data Logger on an NSF file to create a stripped NSF. Such an NSF would contain nothing but the relevant subroutines and data required by each tune played; this would be helpful to NSF rippers by removing irrelevant information. Thus, an NSF ripper could create a stripped NSF by listening to each track while the Code/Data Logger operates on it, and then saving the stripped NSF. It should be noted that this capability, though tested and working on private builds, is detrimental to the process of fixing broken NSF files. For this reason, data logging is allowed for NSF files, but stripping NSF files of unused data is disabled.
The Code/Data Logger becomes the most useful when you need to restore a full source code of a game using e.g. IDA or another disassembler. There you can write a custom IDC script that uses a CDL file and calls MakeCode()/MakeData() functions to help the disassembler distinguish code from data. Making full and working/recompileable disassembly becomes really easy this way.
+The Code/Data Logger becomes the most useful when you need to restore a full source code of a game using e.g. IDA or another disassembler. There you can write a custom IDC script that uses a CDL file and calls MakeCode()/MakeData() functions to help the disassembler distinguish code from data. Making full and working/reassemblable disassembly becomes really easy this way.
+Customizing through the Config File
There are some options that can only be done by directly editing the config (fceux.cfg) file. All of those options are documented here.
There are some options that can only be done by directly editing the config (fceux.cfg) file. All of those options are documented here.
The .cfg file is a text file and can be opened by any text editor (just as wordpad).
When you disable the backgrounds (Config > Display > Graphics: GB), the default color is black. You can change that color by modifying this value. By default it is 255 (black).
Debugger
+debuggerFontSize 15
+This value determines the size of the "Courier" font used by Debugger and Trace Logger. By default it is 15.
+Hex Editor
hexeditorFontSize 15
+This value determines the size of the "Courier" font used by Hex Editor. By default it is 15.
+HexRowHeightBorder 0
This value determines the number of pixels between each row of values in the Hex Editor. By default it is 0.
HexBackColorR 255
HexBackColorG 255
HexBackColorB 255
@@ -87,7 +101,10 @@HexFreezeColorG 0
HexFreezeColorB 255
These values allows are the Hex Editor color scheme values (RGB). The background color is 255,255,255 (white) by default. The foreground color (text) is 0,0,0 (black) by default. When an address is frozen it is 0,0,255 (blue) by default.
+These values allows are the Hex Editor color scheme values (RGB). The background color is 255,255,255 (white) by default. The foreground color (text) is 0,0,0 (black) by default. When an address is frozen it is 0,0,255 (blue) by default.
+Created with the Personal Edition of HelpNDoc: Easily create HTML Help documents
diff --git a/help/Debugger.html b/help/Debugger.html index e27bbbc6..082bde98 100644 --- a/help/Debugger.html +++ b/help/Debugger.html @@ -64,22 +64,22 @@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 is controlled by a series of buttons at the top-middle of the window. These allow you to break (pause) execution and inspect the current state of the NES.
+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.
When an NES ROM is opened, it will be normally be running. Most of the debugger window does not update while the game is running. To begin debugging you may click one of the buttons that will break (pause) execution, such as "Step Into", or add a breakpoint.
+When an NES ROM is opened, it will be normally be running right away (unless you manually pause the emulator before loading). Most of the debugger window does not update while the game is running. To begin debugging you may click one of the buttons that will break (pause) execution, such as "Step Into".
The Pause hotkey will break execution or resume it. The Frame Advance hotkey will run the emulator for one frame then break.
+The Pause hotkey will break execution or resume it. The Frame Advance hotkey will run the emulator for one frame and then break.
When execution is paused, the disassembly view will begin with the memory at the current program counter location (PC) at the top of the window. You can scroll the disassembly up or down to observe the code. Then you can click "Seek PC" to return to the program counter at any time.
+When execution is paused, the disassembly view will begin with the memory near the current program counter location (PC). The ">" mark shows the line which will be executed next. You can scroll the disassembly up or down (using scrollbar or mouse wheel) to observe the code. Then you can click "Seek PC" to return to the program counter at any time.
You can also use "Seek To" button that will navigate to the specified address. Either type a hexadecimal address to the text field or simply left-click on any address in the Disassembly window.
-When entering the address, 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:
FDS special addresses: +FDS special addresses:
NSF special addresses: +NSF special addresses:
|
+
While execution is broken (emulation is paused), the program counter (PC) can be edited, as well as the three registers A/X/Y, and the status flags. Normally they should be left as-is, but changing them at runtime can be useful for more advanced debugging.
The contents of memory starting at the stack pointer (somewhere in the range $0100-01FF) is displayed in the Stack frame below the A/X/Y registers.
The current PPU memory address, sprite memory address, scanline, and rendering pixel are displayed below the stack and status flags.
+The current PPU memory address, sprite memory address, scanline, and rendering pixel are displayed below the stack and status flags. Examples of Scanline number: -1 means Prerender time, 240 is Idle scanline, 0-239 are visible scanlines, 241-260/310 are VBlank scanlines.
Examples of Scanline number: -1 means Prerender time, 240 is Idle scanline, 0-239 are visible scanlines, 241-260/310 are VBlank scanlines.
-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.
+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
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:
-bb:mmmm:dd dd dd iiiiiiiiiiiii...
When debugging an NSF program, the bank designation will be a 4k NSF bank instead of the 16k iNES bank.
A single instruction may be one to three bytes, and will all appear on the line before the assembly code description of that instruction. An instruction with "= #$xx" at the end indicates the value currently in memory at the address referenced by the instruction.
+A single instruction may be one to three bytes, and will all appear on the line before the assembly code description of that instruction. An instruction with "= #$xx" at the end conveniently indicates the value currently in memory at the address referenced by the instruction.
Hovering the mouse over the disassembly will display at the bottom of the window more detailed information about the location of this code in the iNES file.
There is narrow column to the left of the Disassembly window. Left clicking on this column will open the Inline Assembler, which allows you to patch the ROM at runtime. Right clicking on this column will open the Hex Editor, which allows you to directly edit the ROM. Middle-clicking on this column will bring up the Game Genie Encoder at that address, so you can easily make Game Genie codes.
-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. This way you can easily distinguish which branches of the game code were executed and which weren't.
+There is narrow column to the left of the Disassembly window. Left clicking on this column will open the Inline Assembler, which allows you to patch the ROM at runtime. Right clicking on this column will open the Hex Editor, which allows you to directly edit the ROM. Middle-clicking on this column will bring up the Game Genie Encoder at that address, so you can easily make Game Genie codes.
+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
+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.
+When entering the name, you can use any symbols except #. It's also recommended to avoid whitespaces in names.
+To rename an address, just right-click the name.
+The data for Symbolic Debugging is stored in NL files in the same folder as the ROM. You can edit the files in any text editor (to reload all NL files of the currently active ROM file press the "Reload Symbols" button), but it's more convenient to use right-clicks.
+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 will 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.
+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.
Each breakpoint has an address range to watch (use only the left address field if you wish to watch a single byte address). When entering the address of a breakpoint, you can also use convenient strings (such as IRQ) instead of hexadecimal memory addresses.
+Each breakpoint has an address range to watch. Use only the left address field if you wish to watch a single byte address. When entering the address of a breakpoint, you can also use the aforementioned convenient strings (such as IRQ) instead of hexadecimal memory addresses.
Check one or more of the options to watch for Read, Write, or Execute at an address. Note that fetching of code from an address will not break as a Read; use the Execute box for this. Breakpoints can be given a name that will appear in the breakpoint window. The condition field can be used to break only on particular conditions; see "Conditional Breakpoints" below.
+Check one or more of the options to watch for Read, Write, or Execute at the given address. Note that fetching of code from an address will not break as a Read; so use the Execute box for this case. Breakpoints can be given a name that will appear in the breakpoints list. The condition field can be used to break only on particular conditions; see "Conditional Breakpoints" below.
Double click on a breakpoint in the BreakPoints list to quickly disable or enable this breakpoint. So you don't have to delete breakpoints to stop them from causing the debugger to halt the game.
+Double click on a breakpoint in the Breakpoints list to quickly disable or enable this breakpoint. So you don't have to delete breakpoints to stop them from causing the debugger to halt the game.
A special kind of breakpoints with the Forbid option will prevent any breakpoints from occurring within the specified memory address range. This can be enabled and disabled like other breakpoints.
+A special kind of breakpoints with the "Forbid" option will prevent any breakpoints from occurring within the specified memory address range. This can be enabled and disabled like other breakpoints.
A quicker way to add PC breakpoints is to double click on any address in the Disassembly when you want to set the breakpoint to that address. Example: when you need to quickly advance emulation to a given line of code, double-click on the address part of the line, and the "Add Execute breakpoint here" dialog will appear, click "OK" and then hit "Run", Debugger will break at this line of code.
+A quicker way to add PC breakpoints is to double click on any address in the Disassembly when you want to set the breakpoint to that address. Example: when you need to quickly advance emulation to a given line of code, double-click on the address part of the line, and the "Add Execute breakpoint here" dialog will appear, just click "OK" and then hit "Run", Debugger will break at this line of code.
There is also an option to "Break on Bad Opcode" which will halt execution if a bad instruction opcode is reached.
+There is also an option to Break on Bad Opcodes, which will halt execution if a bad instruction opcode is reached.
Finally, you can make the debugger break after certain number of instructions or CPU cycles.
+Finally, you can make the debugger break after executing a certain number of instructions or CPU cycles.
More advanced breakpoints conditions and automation may be achieved through Lua script breakpoints. See the Lua reference for more information.
+More advanced breakpoints conditions and full automation may be achieved through Lua script breakpoints. See the Lua reference for more information.
Breakpoints are listed in the following form:
aaaa: EmRWXF : nnnn
-aaaa-aaaa: EmRWXF : nnnn
+aaaa EmRWXF nnnn cccc
+or
+aaaa-aaaa EmRWXF nnnn cccc
The parser is very strict. All numbers are hexadecimal. Always prefix a number with # for an immediate value, or $ for a memory address. If a memory address needs to be calculated use $[] with the calculation inside the brackets.
Registers A/X/Y are 8-bit unsigned values. Register P is the 16-bit program counter.
-Flags evaluate to 1 if set, 0 if clear.
Connecting operators || or && combine boolean terms. Parentheses dictate order of operations.
@@ -240,13 +254,12 @@T==#2
Bookmarks
A list of bookmark 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 click on any address in the Disassembly window, and the address will appear in the Bookmark Add field, so you don't have to type it.
+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.
You can also name bookmarks.
-When you exit the emulator, bookmarks are saved in a .deb file. Next time you return to debugging the list of bookmarks will be automatically loaded from the file.
+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
@@ -258,51 +271,11 @@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.
Symbolic Debugging
-This feature makes it possible to rename addresses in the disassembly window (e.g. $C022) to easily understandable names (e.g. AddHealthpoints). You can also add comments to lines in the disassembly window. You can enable symbolic debugging by clicking the checkbox "Symbolic debug".
-To use this feature, create "name list files" in any text editor like Notepad (Filename should be like this: *.(bank).nl / *.ram.nl, Example: NES Test Cart (PD).nes.0.nl, NES Test Cart (PD).nes.ram.nl) which contain names and comments you wish to display in the disassembly window. These files are simple ASCII text files.
-Example of contents of a NL file:
-$C000#NewName1#Comment1
-$C002##Comment2
-$C004#NewName2#
-$C006#NewName3#MultilineComment-Part1
-\MultilineComment-Part2
-\MultilineComment-Part3
-$C008/10#NewName4#
-Every line contains two # characters which separate the three parts of one line: The first part (starting with a $ character) is the address to be renamed. Optionally you can add a "/number" part which marks the offsets as a beginning of an array of the given size (the size must be specified in hex form). The second (optional) part is the new name of that address. Whenever the line of that address is shown in the disassembly window an extra line saying "Name: NewName" is shown above it. Instructions referencing this address, for example JSR $C000 are also changed to JSR NewName1 (in that example). The third (optional) part is the comment that's also added above the disassembly line the comment refers to. It works exactly like the additional name line, only the prefix of that line is different. Comment lines start with "Comment: " rather than with "Name: ". Multi-lines comments are possible. Lines starting with a \ character are just appended to the comment of the preceding line. Multi-line comments are also shown in multiple lines in the disassembly window.
-In the example above, the first line contains all three parts. Using this NL file all references to the address $C000 are replaced with NewName1 and whenever line $C000 is shown in the disassembly window an additional comment is also visible right above the actual disassembled line. The second example line defines only a comment while the third line defines only a name. Following that there's a multi-line comment definition for address $C006. The last line defines an array called NewName4 of size 0x10 (= 16) bytes starting at offset $C008.
-NL files must follow a specific naming convention to account for bank swapping. Each bank needs its own NL file with a hexadecimal bank number. RAM can also be given its own NL file. For instance, an NES file named "mygame.nes" that has 4 banks would have these NL files:
-mygame.nes
-mygame.nes.ram.nl
-mygame.nes.0.nl
-mygame.nes.1.nl
-mygame.nes.2.nl
-mygame.nes.3.nl
-All NL files must be in the same directory as the ROM file itself.
-In the *.ram.nl file you can name and comment RAM addresses instead of ROM addresses. In this case, you might use a line such as:
-$00A5#Mic Test OK#00=Not Passed, 01=Passed
-To reload the NL files of the currently active ROM file press the "Reload Symbols" button.
-When the "Symbolic debug" option is enabled, both the Debugger and Hex Editor will display symbolic names instead of specified addresses, so the debugging process becomes much easier.
-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.
There is a "Rom Patcher" button that may be used to apply a small patch to a ROM.
+There is a "Rom Patcher" button that may be used to apply a small patch to a ROM, although Hex Editor is more convenient in general.
The "ROM offsets" option will display ROM offsets instead of CPU addresses in the Disassembly window.
Created with the Personal Edition of HelpNDoc: Full-featured EBook editor
diff --git a/help/ExternalInput.html b/help/ExternalInput.html deleted file mode 100644 index da1e82c0..00000000 --- a/help/ExternalInput.html +++ /dev/null @@ -1,74 +0,0 @@ - - - -Use External Input
-Use External Input release control of FCEU so that an external program (such as a TAS bot) can save/load states, frame advance, and deliver input. This feature was original implemented for older version of Basic bot.
- -Created with the Personal Edition of HelpNDoc: Full-featured EPub generator
-Information regarding various concepts such as TAS, ROM Hacking, RAM Mapping.
A guide to common problems people experience, and what to do about them.
Information regarding Tool Assisted Speedruns and the TAS community.
Information regarding making ROM Hacks and the ROM Hacking community.
A guide to the layout of NES RAM, and how to interpret its contents.
Single Instance Mode
If enabled, starting a second copy of FCEUX with a path to a game will make FCEUX load the file into the first window, then exit.
+If enabled, starting a second copy of FCEUX with a path to a game will make FCEUX load the file into the first window, then exit. This will ensure that only one instance of FCEUX is running in your OS.
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
The following functions are available in FCEUX, in addition to standard LUA capabilities:
Emu library
+Emu library
emu.poweron()
-Executes a power cycle.
-emu.softreset()
-Executes a (soft) reset.
+emu.poweron()
+Executes a power cycle.
+emu.softreset()
+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.
@@ -150,7 +150,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.
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.
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.)
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.
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.
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 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.
This includes the header! It's the same as opening the file in a hex-editor.
Memory Library
+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.writebyte(int address, int value)
+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])
+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)
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.
@@ -258,8 +268,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.
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.
Example of custom breakpoint: + | Example of custom breakpoint: function CounterBreak() ObjCtr = memory.getregister("y") @@ -301,33 +311,33 @@Debugger Library +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 +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): 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): joypad.write left in for backwards compatibility with older versions of FCEU/FCEUX. Zapper Library +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). @@ -389,60 +399,60 @@Note: The zapper is always controller 2 on the NES so there is no player argument to this function. Input Library +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. Savestate Library +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. Returns the data associated with the given savestate (data that was earlier returned by a registered save callback) without actually loading the rest of that savestate or calling any callbacks. location should be a save slot number. Movie Library +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: - "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. @@ -513,7 +523,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. @@ -523,45 +533,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 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. 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. 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). Linux users might want to install xmessage to perform the work. Otherwise the dialog will appear on the shell and that's less noticeable. Sound Library +Sound Library table sound.get() +table sound.get() Returns current state of PSG channels in big array. } 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() +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() 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. +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. --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 497d4125..df270508 100644 --- a/help/LuaGettingStarted.html +++ b/help/LuaGettingStarted.html @@ -56,19 +56,19 @@
-
diff --git a/help/NESSound.html b/help/NESSound.html
index ab053d72..3c38cd44 100644
--- a/help/NESSound.html
+++ b/help/NESSound.html
@@ -259,18 +259,18 @@
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. 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. LuaPerks The following Lua libraries are integrated into FCEUX win32-executable and are available for using in your scripts. +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. Usage example: \luaScripts\GUI-iup_example.lua http://www.tecgraf.puc-rio.br/iup/ +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. http://www.tecgraf.puc-rio.br/im/ +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. http://www.tecgraf.puc-rio.br/cd/ +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. Usage: netplay, local data transmission, accessing Web data. +Usage: netplay, local data transmission. http://w3.impa.br/~diego/software/luasocket/home.html +http://w3.impa.br/~diego/software/luasocket/home.html WinAPI library +WinAPI library This module provides basic tools for working with Windows system resources. Usage example: \luaScripts\JumpingFCEUXWindow.lua https://github.com/stevedonovan/winapi +https://github.com/stevedonovan/winapi 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. The basics of Lua scripting, its implementation into FCEUX, and how to get started using Lua. How to use Lua and basic syntax/commands that are useable under FCEUX. A list of Lua functions available in FCEUX and a brief description of each. Additional libraries integrated into FCEUX. How to use Luau's version of Basic bot. 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. Block 4 -P W1 W2 W3 E1 E2 E3 E4 E5 E6 E7 E8 X X X X +P W1 W2 W3 E1 E2 E3 E4 E5 E6 E7 E8 X X X X Sprite ID: 040x: 09 00 00 00 00 9E 9E 9E 9E 00 00 00 00 00 00 00 ID counter: 041x: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Timer/sp change: 042x: 02 00 00 00 00 03 03 03 03 00 00 00 00 00 00 00 diff --git a/help/NESScrolling2.html b/help/NESScrolling2.html index 29882ce3..c510a507 100644 --- a/help/NESScrolling2.html +++ b/help/NESScrolling2.html @@ -48,6 +48,8 @@![]() ![]() ************************ 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/NLFilesFormat.html b/help/NLFilesFormat.html new file mode 100644 index 00000000..eda4c9f6 --- /dev/null +++ b/help/NLFilesFormat.html @@ -0,0 +1,117 @@ + + + +
+
+
+
+
+
+ .nl files format+ + +
+
+
+
+
+
+
+
+
+
diff --git a/help/PPUViewer.html b/help/PPUViewer.html
index 16396d14..43e26bae 100644
--- a/help/PPUViewer.html
+++ b/help/PPUViewer.html
@@ -63,16 +63,28 @@
.nl files format +FCEUX implements Symbolic Debugger which uses "NameList" files to store the data about labels and comments. The needed files are created automatically when user right-clicks an address in Disassembly and enters a symbolic name or a comment for it. The files are stored in the same folder as the debugged ROM, and they inherit the name of the ROM. +These files are simple ASCII text files. You can edit them in any text editor like Notepad. +When reverse-engineering a game for which you don't have a source, you can reconstruct the logic incrementally, by adding labels/comments while debugging (right-clicking addresses). +But if you want to debug your own homebrew game, you can setup your workflow to automatically export all names and comments when building the game using your favourite assembler (e.g. ca65 or ASM6). This way you can use FCEUX as a Source-Level Debugger. +Example: for the ROM called "NES Test Cart (PD).nes" the NL files will be named "NES Test Cart (PD).nes.0.nl", "NES Test Cart (PD).nes.ram.nl", etc. +Example of contents of a NL file: +$C000#NewName1#Comment1 +$C002##Comment2 +$C004#NewName2# +$C006#NewName3#MultilineComment-Part1 +\MultilineComment-Part2 +\MultilineComment-Part3 +$C008/10#NewName4# +Every line contains two # characters which separate the three parts of one line: +* The first part (starting with a $ character) is the address to be renamed. Optionally you can add a "/number" part which marks the offsets as a beginning of an array of the given size (the size must be specified in hex form). +* The second (optional) part is the new name of that address. Whenever the line of that address is shown in the disassembly window, an extra line saying "NewName1: " is shown above it. Instructions referencing this address, for example JSR $C000 are also changed to JSR NewName1 (in that example). +* The third (optional) part is the comment that's also added above the disassembly line the comment refers to. It works exactly like the additional name line, only the prefix of that line is different. Comment lines start with "; ". Multi-lines comments are possible. Lines in an NL file starting with the \ character are just appended to the comment of the preceding line. Multi-line comments are also shown in multiple lines in the disassembly window. +In the example above, the first line contains all three parts. Using this NL file, all references to the address $C000 are replaced with NewName1, and whenever line $C000 is shown in the disassembly window (or Trace Logger window) an additional comment is also visible right above the actual disassembled line. The second example line defines only a comment while the third line defines only a name. Following that, there's a multi-line comment definition for address $C006. The last line defines an array called NewName4 of size 0x10 (= 16) bytes starting at offset $C008. FCEUX will regard the line like there are 16 lines describing 16 adjacent addresses with names like NewName4[0], NewName4[1], ... NewName4[F]. +NL files must follow a specific naming convention to account for bank swapping. Each bank needs its own NL file with a hexadecimal number of the bank. +For instance, an NES file named "mygame.nes" that has 4 banks (i.e. ROM size = 64k) would have these NL files: +mygame.nes.ram.nl +mygame.nes.0.nl +mygame.nes.1.nl +mygame.nes.2.nl +mygame.nes.3.nl +All NL files must be in the same directory as the ROM file itself. +RAM can also be given its own NL file. In the *.ram.nl file you can name and comment RAM addresses (system bus range of 0x0000 - 0x7FFF) instead of ROM addresses. In this case, you might use a line such as: +$00A5#Mic Test OK#00=Not Passed, 01=Passed +Created with the Personal Edition of HelpNDoc: Full-featured Kindle eBooks generator +The NES architecture includes a 6502 CPU as well as a custom video controller known as a PPU (Picture Processing Unit). The PPU's video memory is separated from the main CPU memory and can be read/written via special ports (see PPU Memory). The PPU viewer will display the contents of the current PPU memory. (It does not alter game data in anyway). +The PPU viewer will only display the contents of the current PPU memory. It does not alter game data in any way. +Using PPU Viewer Show on Scanline -This options makes it show what the PPU looks like when the screen is drawing that scanline. It is useful for games like SMB, that swap pattern -tables mid-frame (status bar stuff). +This options makes it show what the PPU looks like when the screen is drawing that particular scanline. It is useful for games like SMB, that swap pattern tables mid-frame (e.g. for status bar stuff). +Right clicking on one of the PPU panels will change the palette it is shown with, cycling though pattern palettes and then sprite ones. +Putting the mouse cursor over a tile will display the tile address. Moving cursor over palette color will give palette address. +When Code/Data Logger is running, you can also use the "Mask unused graphics" feature. Alternatively, you can only mask tiles that were used (drawn or otherwise accessed) and emphasize the tiles that weren't used (e.g. in order to find secret sprites). +Note: this feature only works with games that use CHR ROM, because Code/Data Logger only logs accesses to CHR ROM. +Right clicking on one of the PPU panels cycles the palettes it is shown with, though pattern palettes and then sprite ones -Putting the mouse cursor over a tile will display the tile address. Moving cursor over palette color will give palette address. Created with the Personal Edition of HelpNDoc: Produce electronic books easily diff --git a/help/TextHooker.html b/help/TextHooker.html index 5e4c7d6a..1c6f45c1 100644 --- a/help/TextHooker.html +++ b/help/TextHooker.html @@ -46,7 +46,7 @@ diff --git a/help/TraceLogger.html b/help/TraceLogger.html index 17614990..49e527b8 100644 --- a/help/TraceLogger.html +++ b/help/TraceLogger.html @@ -56,31 +56,33 @@
-
diff --git a/help/css/hnd.css b/help/css/hnd.css
index 002b3923..8120a968 100644
--- a/help/css/hnd.css
+++ b/help/css/hnd.css
@@ -237,171 +237,175 @@ span.rvts45
}
span.rvts46
{
- color: #0000ff;
+ font-size: 8pt;
}
span.rvts47
{
- color: #00cc00;
+ color: #0000ff;
}
span.rvts48
{
- color: #ff0000;
+ color: #00cc00;
}
span.rvts49
{
- color: #00be00;
+ color: #ff0000;
}
span.rvts50
{
- color: #a08c00;
+ color: #00be00;
}
span.rvts51
{
- color: #0000c3;
+ color: #a08c00;
}
span.rvts52
{
- color: #0082a0;
+ color: #0000c3;
}
span.rvts53
{
- color: #d2be00;
+ color: #0082a0;
}
span.rvts54
{
- color: #0a0aff;
+ color: #d2be00;
}
span.rvts55
{
- color: #05ff05;
+ color: #0a0aff;
}
span.rvts56
+{
+ color: #05ff05;
+}
+span.rvts57
{
font-size: 22pt;
text-decoration: underline;
}
-a.rvts57, span.rvts57
+a.rvts58, span.rvts58
{
font-size: 12pt;
color: #0000ff;
text-decoration: underline;
}
-a.rvts57:hover { color: #0000ff; }
-span.rvts58
+a.rvts58:hover { color: #0000ff; }
+span.rvts59
{
font-size: 18pt;
font-weight: bold;
}
-span.rvts59
+span.rvts60
{
font-size: 12pt;
font-family: 'Courier New', 'Courier', monospace;
font-weight: bold;
}
-span.rvts60
-{
- font-size: 14pt;
- font-weight: bold;
-}
span.rvts61
{
- font-size: 12pt;
- font-family: 'Courier New', 'Courier', monospace;
- color: #000080;
+ font-size: 14pt;
+ font-weight: bold;
}
span.rvts62
{
font-size: 12pt;
font-family: 'Courier New', 'Courier', monospace;
- color: #333399;
+ color: #000080;
}
span.rvts63
+{
+ font-size: 12pt;
+ font-family: 'Courier New', 'Courier', monospace;
+ color: #333399;
+}
+span.rvts64
{
font-family: 'Courier New', 'Courier', monospace;
color: #000080;
}
-span.rvts64
+span.rvts65
{
font-size: 16pt;
font-family: 'Courier New', 'Courier', monospace;
font-weight: bold;
}
-span.rvts65
-{
- font-size: 11pt;
- 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-family: 'Courier New', 'Courier', monospace;
+ font-weight: bold;
}
span.rvts68
+{
+ font-family: 'Courier New', 'Courier', monospace;
+}
+span.rvts69
{
font-size: 12pt;
font-family: 'Courier New', 'Courier', monospace;
color: #000080;
}
-a.rvts69, span.rvts69
+a.rvts70, span.rvts70
{
font-family: 'Courier New', 'Courier', monospace;
color: #0000ff;
text-decoration: underline;
}
-a.rvts69:hover { color: #0000ff; }
-span.rvts70
+a.rvts70:hover { color: #0000ff; }
+span.rvts71
{
font-size: 14pt;
font-weight: bold;
}
-span.rvts71 /* Font Style */
+span.rvts72 /* Font Style */
{
font-size: 14pt;
}
-span.rvts72
+span.rvts73
{
font-family: 'Courier New', 'Courier', monospace;
font-weight: bold;
text-decoration: underline;
}
-a.rvts73, span.rvts73
-{
- color: #0000ff;
- text-decoration: underline;
-}
-a.rvts73:hover { color: #0000ff; }
a.rvts74, span.rvts74
+{
+ color: #0000ff;
+ text-decoration: underline;
+}
+a.rvts74:hover { color: #0000ff; }
+a.rvts75, span.rvts75
{
font-size: 12pt;
color: #0000ff;
text-decoration: underline;
}
-a.rvts74:hover { color: #0000ff; }
-span.rvts75
+a.rvts75:hover { color: #0000ff; }
+span.rvts76
{
font-family: 'Lucida Console', 'Monaco', monospace;
text-decoration: underline;
}
-span.rvts76
+span.rvts77
{
font-weight: bold;
text-decoration: underline;
}
-span.rvts77
+span.rvts78
{
font-size: 11pt;
text-decoration: underline;
}
-span.rvts78
+span.rvts79
{
font-size: 5pt;
}
-span.rvts79
+span.rvts80
{
font-size: 5pt;
font-weight: bold;
diff --git a/help/fm2.html b/help/fm2.html
index 2925ce46..d4928ca7 100644
--- a/help/fm2.html
+++ b/help/fm2.html
@@ -90,41 +90,41 @@
Trace Logger +Trace Logger Introduction The Trace Logger logs every executed instruction and every byte of ROM accessed to the window, or a file if you prefer. Logging to a file is useful if you just want to dump everything that was executed and then search through it later. Logging to the window is useful when you wish to see the instructions that were executed prior to a breakpoint being hit. Both options produce the same data, but the desire to keep that data for a short amount of time or a long amount of time will determine which is best for you. +The Trace Logger logs every executed instruction and every byte of ROM accessed to the window, or a file if you prefer. Logging to a file is useful if you just want to dump everything that was executed and then search through it later. Logging to the window is useful when you wish to see the instructions that were executed prior to a breakpoint being hit. Both options produce the same data, but the desire to keep that data for a short amount of time or a long amount of time will determine which is best for you. Using the Trace Logger The Trace Logger is a very nice feature which logs each instruction as it is being executed; this log can be output either to a file or the window. If you choose to log to the window, you can set how many lines it will retain before discarding old lines. The higher this setting, the more RAM it will consume, but the more lines you'll have available to work with. +The Trace Logger is a very nice feature which logs each instruction as it is being executed. If you choose to log to the window, you can set how many lines it will retain before discarding old lines. The higher this setting, the more RAM it will consume, but the more lines you'll have available to work with. Normally, when logging to a window, the Tracer only shows the log is if you pause emulator by Pause/Frame Advance hotkey or by snapping the Debugger. But there is the option to automatically update the log window while the game runs - this is normally useless unless it is working with the Code/Data Logger to only show newly-executed instructions. +Normally, when logging to window, the Tracer only shows the log if you pause emulator by Pause or Frame Advance hotkey, or by snapping the Debugger. But there is the option to automatically update the log window while the game runs - this is normally useless, unless it is working with the Code/Data Logger to only show newly-executed instructions. You can specify the format of output in the log: +When the code is logged to window, you can browse it using mouse wheel or vertical scrollbar. Double-clicking any address in this window will bring the Debugger window at this address. Right-clicking any address allows you to label the address (see Symbolic Debug). +You can customize the format of text output in the log:
For nice visualization of JSRs nesting you can use Stack Pointer for lines tabbing. Since NES games mostly use stack for subroutine calls (and rarely store variables in the stack), this option will likely produce a more readable disassembly. With this option you may also want to put registers data to the left from disassembly text, so they won't be tabbed. The Trace Logger has extra options which work with the Code/Data Logger so that it only shows instructions executed for the first time, or those which access data for the first time. This can be quite useful for finding certain key routines or finding otherwise impossible-to-find data in almost any game. The best way to use this feature is in conjunction with the option to automatically update the window while logging. Then, as you play the game, you can watch new results appear at once. If you're searching for something specific, try to get everything (EXCEPT what you're looking for) to execute, then watch closely as what you're looking for executes for the first time. +The Trace Logger has extra options which work with the Code/Data Logger so that Tracer only shows instructions executed for the first time, or those which access data for the first time. This can be quite useful for finding certain key routines or finding otherwise impossible-to-find data in almost any game. The best way to use this feature is in conjunction with the option to automatically update the window while logging. Then, as you play the game, you can watch new results appear at once. If you're searching for something specific, first try to get everything (EXCEPT what you're looking for) to execute, then watch closely as what you're looking for executes for the first time. There are two ways to filter what the Code/Data Logger shows. The first filter lets you log only newly-executed code (so that an instruction is not logged again if it has already been logged). The second logs only instructions when they access data which hadn't been accessed before. Note that both filters can be used at once (which shows bytes that pass either filter). 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. These are listed in detail at http://tasvideos.org/ConvertFCMtoFM2.html. -In addition, the .fm2 conversion tool has had some issues on certain operating systems including Vista and Mac. +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! 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). +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. +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? Currently, the WIndows version of FCEUX is not compatible with the FCEU-server code. This is a known issue and will probably be resolved in a future release. +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? While FCEUX has a Game Genie code converter, you can also use game genie codes with the game genie ROM. It must be named gg.rom and be placed in the root directory (where fceux.exe is stored). You must also check Config->Enable->Game Genie ROM in the main menu. +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. 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 revert this option. +When you are resizing FCEUX window by dragging its borders, you can hold Shift to temporarily invert this option. Force Aspect Ratio Correction Checking this will only allow the correct aspect ratio while resizing the window. diff --git a/help/WhatsNew222.html b/help/WhatsNew222.html index afb2c9ca..18827a28 100644 --- a/help/WhatsNew222.html +++ b/help/WhatsNew222.html @@ -57,25 +57,26 @@What's New? 2.2.2 -Released -- ?? ???? 2013 +Released -- 22 September 2013 The 2.2.2 release fixes a number of emulation bugs and adds many new features, most of which are related to debugging. +The 2.2.2 release fixes a number of emulation bugs and adds many new features, most of which are related to debugging and reverse engineering. Common
Emulation
Lua @@ -85,30 +86,29 @@New Lua functions:
New scripts: -
Win32
TAS Editor @@ -120,52 +120,65 @@Debugger
Trace Logger
PPU Viewer
Hex Editor
RAM Search/RAM Watch
Cheats -
SDL
Created with the Personal Edition of HelpNDoc: Generate EPub eBooks with ease Integer keys (also used for booleans, with a 1 for true and 0 for false) must have a value that can be stored as int32: - version (required) - the version of the movie file format; for now it is always 3 -- emuVersion (required) - the version of the emulator used to produce the movie -- rerecordCount (optional) - the rerecord count -- palFlag (bool) (optional) - true if the movie uses PAL timing -- NewPPU (bool) (optional) - true if the movie uses New PPU -- FDS (bool) (optional) - true if movie was recorded on a Famicom Disk System (FDS) game -- fourscore (bool) - true if a fourscore was used. If fourscore is not used, then port0 and port1 are required -- port0 - indicates the type of input device attached to the port 0. Supported values are: SI_NONE = 0 SI_GAMEPAD = 1 SI_ZAPPER = 2 -- port1 - indicates the type of input device attached to the port 1. Supported values are: SI_NONE = 0 SI_GAMEPAD = 1 SI_ZAPPER = 2 -- port2 (required) - indicates the type of the FCExp port device which was attached. Supported values are: SIFC_NONE = 0 -- binary (bool) (optional) - true if input log is stored in binary format -- length (optional) - movie size (number of frames in the input log). If this key is specified and the number is >= 0, the input log ends after specified number of records, and any remaining data should not be parsed. This key is used in fm3 format to allow storing extra data after the end of input log +- length (optional) - movie size (number of frames in the input log). If this key is specified and the number is >= 0, the input log ends after specified number of records, and any remaining data should not be parsed. This key is used in fm3 format to allow storing extra data after the end of input log String keys have values that consist of the remainder of the key-value pair line. As a consequence, string values cannot contain newlines. - romFilename (required) - the name of the file used to record the movie -- comment (optional) - simply a memo
- subtitle (optional) - a message that will be displayed on screen when movie is played back (unless Subtitles are turned off, see Movie options) At frame 1000 the words "Level Two" will be displayed on the screen -- guid (required) - a unique identifier for a movie, generated when the movie is created, which is used when loading a savestate to make sure it belongs to the current movie GUID keys have a value which is in the standard guide format: 452DE2C3-EF43-2FA9-77AC-0677FC51543B -- romChecksum (required) - the base64 of the hexified MD5 hash of the ROM which was used to record the movie -- savestate (optional) - a fcs savestate blob, in case a movie was recorded from savestate Hex string keys (used for binary blobs) have a value that is like 0x0123456789ABCDEF... The input log section consists of movie records either in the form of text lines or in the form of binary data. Text format (default format): +Text format (default format): 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. @@ -207,7 +207,7 @@{commands, player1, player2, player3, player4, port2} Binary format: +Binary format: Input log section starts with a | (pipe). Every frame of the movie is represented by a record of a fixed length which can be determined by the devices on port0 and port1. diff --git a/help/js/searchdata.js b/help/js/searchdata.js index 298ac15a..d2c3297e 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'],['ExternalInput.html','External%20Input'],['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']];var oWl= {'redrawing':[[5,1]],'relation':[[41,1],[49,1]],'otherwise':[[63,1],[55,1],[80,2],[30,1],[60,1],[61,6],[77,2],[79,6]],'rightclick':[[61,1],[6,1]],'comma':[[61,1],[28,1]],'content':[[60,1]],'areascrambler':[[64,1]],'become':[[63,2],[80,2],[8,1]],'matching':[[41,1],[46,1]],'chrominance':[[80,6]],'dff8':[[51,1]],'rare':[[79,1],[69,2]],'multilinecomment':[[51,2]],'especially':[[74,1]],'irqs':[[74,1]],'0x16':[[61,1]],'f23':[[61,1]],'roll':[[5,1]],'speedrunning':[[6,1],[67,1]],'buttons':[[73,1],[31,3],[61,4],[12,2],[8,3],[27,1],[63,2],[51,3],[41,2],[47,1],[24,1],[60,1],[72,3],[10,1]],'precision':[[80,1],[24,2],[67,1]],'takeshi':[[31,1]],'application':[[63,1],[61,1],[60,1]],'increments':[[61,1],[79,1],[82,1]],'smtp':[[62,1]],'dark':[[56,1],[54,1]],'redundant':[[10,1],[72,1]],'let':[[49,1],[41,1],[76,1],[60,2],[44,1],[81,1],[56,1],[64,1],[79,3]],'submitinputchange':[[61,1]],'ispoweron':[[61,2],[8,1]],'key':[[55,1],[38,1],[30,1],[28,9],[67,2],[61,1],[13,1],[16,1],[77,3],[54,2],[23,1],[25,2],[47,1],[6,1],[24,10],[60,1],[72,11]],'realize':[[49,1]],'practical':[[79,2]],'feeds':[[80,1]],'reverts':[[39,4]],'byte':[[55,1],[44,2],[61,8],[74,10],[77,1],[56,12],[49,3],[51,1],[41,1],[54,8],[60,2],[76,11],[80,12],[72,9],[57,2],[79,60]],'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],[66,5],[10,3],[11,4]],'dong':[[5,1]],'reference':[[49,3],[51,1],[60,6]],'#rrggbb':[[61,1]],'from':[[61,24],[77,17],[56,3],[15,1],[29,1],[80,17],[2,1],[24,12],[82,9],[57,2],[79,75],[28,2],[81,2],[12,6],[13,2],[36,1],[69,2],[5,3],[63,2],[22,2],[41,5],[33,2],[11,5],[73,1],[19,3],[67,4],[74,4],[16,8],[39,7],[59,2],[9,1],[14,5],[23,1],[49,6],[51,7],[54,5],[4,6],[60,5],[66,1],[71,1],[10,5],[18,1],[55,3],[31,3],[45,1],[52,1],[8,4],[17,1],[25,3],[76,5],[6,9],[72,4],[3,4]],'port1':[[72,7]],'dpad':[[9,1]],'gpl':[[3,1]],'cdl':[[4,1],[56,5],[5,4]],'incorrect':[[79,1]],'specification':[[76,1],[59,1]],'cleans':[[61,1]],'compact':[[5,1]],'4009':[[77,1]],'64kb':[[15,1],[14,1]],'crashing':[[9,1],[14,1],[13,2],[64,1]],'dumps':[[39,1]],'module':[[61,1],[62,1]],'approximately':[[79,1]],'04dx':[[69,1]],'slo':[[79,13]],'fed':[[77,5],[80,3]],'modulator':[[74,1]],'zeromus':[[3,1]],'calculated':[[77,5],[22,1],[51,1],[79,1]],'discarded':[[63,1],[80,2]],'elimination':[[41,1]],'hand':[[79,1],[60,2]],'scrolling':[[78,2],[53,2],[80,4],[82,2],[4,1],[81,3],[36,1]],'api':[[59,1],[62,1]],'c008':[[51,2]],'sound':[[7,2],[61,2],[12,12],[13,1],[20,1],[77,32],[35,3],[27,2],[69,3],[14,4],[76,17],[66,3],[6,1],[24,1],[4,1],[34,22],[75,4],[18,1],[11,4]],'playable':[[10,1],[9,1]],'each':[[61,7],[74,1],[77,9],[56,4],[39,1],[51,3],[54,1],[80,7],[60,1],[79,8],[55,1],[31,2],[44,1],[36,2],[69,8],[37,1],[63,2],[21,1],[26,1],[41,3],[76,2],[34,1],[72,2],[33,2],[58,1]],'alias':[[61,5]],'useability':[[11,1]],'scalar':[[8,1]],'cpx':[[79,3]],'rldutsba':[[72,1]],'ordering':[[72,1]],'subtraction':[[79,11]],'set':[[73,2],[67,2],[61,11],[74,1],[77,14],[56,1],[35,1],[39,1],[59,3],[49,2],[29,1],[47,4],[51,3],[24,2],[60,2],[80,6],[82,1],[10,1],[79,42],[18,1],[55,1],[53,2],[31,1],[28,2],[44,1],[62,1],[12,5],[13,2],[36,1],[8,1],[5,2],[17,1],[37,1],[22,1],[63,10],[25,4],[41,3],[76,16],[34,1],[72,1],[33,1]],'apu':[[11,1]],'overwrite':[[18,1],[60,1]],'whenever':[[54,1],[51,3],[61,6],[77,1],[79,2],[37,1]],'aspiringsquire':[[26,1]],'keys':[[63,3],[9,2],[31,2],[60,2],[61,4],[13,1],[12,2],[72,4],[18,2],[27,1]],'finding':[[63,1],[41,1],[55,2],[67,2],[50,1],[56,1],[69,5]],'newline':[[72,1]],'106':[[76,2],[80,1]],'0400fh':[[76,1]],'pixels':[[21,1],[80,14],[4,1],[61,5],[36,5],[64,1],[5,1]],'unrelated':[[77,1]],'listed':[[51,1],[41,1],[66,1],[31,3],[12,1],[74,1],[57,1]],'tbl2':[[60,3]],'currently':[[73,1],[31,1],[28,1],[81,1],[61,7],[12,2],[74,1],[77,6],[8,1],[39,1],[63,1],[69,1],[51,3],[54,1],[41,2],[66,1],[24,2],[76,1],[4,1],[80,2],[32,1],[33,2]],'probability':[[63,1]],'4010h':[[76,1]],'access':[[55,2],[80,15],[62,1],[6,2],[24,2],[61,2],[10,2],[79,1],[69,1]],'dynamically':[[6,1]],'improper':[[24,1]],'occuring':[[6,1]],'manpage':[[6,1]],'100%':[[25,2]],'necessary':[[34,1],[61,2],[47,1],[56,1]],'recordbackwards':[[6,1]],'strings':[[61,1],[49,1],[51,2],[60,2]],'quiche':[[79,1]],'helsinki':[[79,1]],'unsigned':[[51,1],[41,2],[43,1],[60,1],[61,2],[42,1],[79,3]],'bus':[[54,1],[51,2],[80,7],[6,3],[77,2],[79,3]],'preventing':[[8,1]],'sweep':[[77,24]],'clicks':[[61,1]],'placed':[[61,1],[66,1],[69,1]],'2400':[[74,1]],'released':[[12,1],[13,1],[16,1],[8,2],[5,1],[63,2],[9,1],[14,1],[15,1],[22,2],[6,1],[80,1],[4,1],[3,10],[10,1],[11,1],[7,1]],'regardless':[[61,2],[77,1],[80,6]],'7fffh':[[76,2]],'converting':[[11,1],[46,1]],'distinctions':[[69,1]],'leave':[[25,1]],'definitions':[[49,1],[74,3]],'print':[[61,1],[60,1],[79,1]],'unminimized':[[9,1]],'romfreezecolor':[[11,1]],'saves':[[61,4],[29,1],[28,1]],'reach':[[67,1]],'comparator':[[80,2]],'reaches':[[77,2]],'|30':[[77,1]],'snow':[[64,1]],'1800':[[69,2]],'simple':[[63,1],[49,1],[51,1],[41,2],[76,1],[62,1],[80,2],[61,2],[3,1],[33,1],[69,1]],'type':[[19,1],[44,1],[61,8],[74,6],[77,3],[5,1],[49,1],[51,5],[41,2],[54,1],[6,2],[60,1],[72,4],[57,1],[11,1]],'invalidate':[[7,1]],'revolutionary':[[16,1]],'flawed':[[13,1]],'adapter':[[22,2],[31,1]],'easter':[[56,1]],'disabling':[[66,1],[8,1],[28,1]],'blue':[[21,1],[54,3],[60,1],[44,1],[61,7],[12,1],[33,1],[56,2]],'object':[[69,4],[61,10],[80,52],[8,1],[60,2]],'sizes':[[13,1]],'redundancy':[[3,1]],'registerexec':[[61,1]],'away':[[61,1],[79,6],[31,1],[80,1]],'changing':[[5,1],[51,1],[54,1],[80,1],[12,1],[10,1],[79,4],[37,1]],'2xx':[[76,1]],'presumably':[[80,3]],'reaction':[[18,1]],'noted':[[41,1],[56,1],[80,1]],'fixup':[[79,14]],'storage':[[22,1],[49,1]],'|video':[[80,1]],'p7f':[[61,1]],'counter|':[[80,1]],'well':[[19,1],[44,1],[61,4],[52,1],[68,1],[56,1],[63,6],[49,4],[29,1],[41,1],[51,1],[54,1],[60,1],[4,1],[66,1],[76,2],[80,3],[3,1],[79,5],[7,1]],'dos':[[3,3]],'256bytes':[[69,1]],'obj':[[80,1],[28,1]],'getsuperimpose':[[61,1]],'serve':[[3,1],[61,1]],'stated':[[3,1]],'comments':[[51,4],[24,1],[60,1],[6,1],[72,2],[39,2]],'50%':[[63,1],[61,2]],'locations':[[76,1]],'5ff5':[[76,2]],'clock':[[77,28],[79,2],[80,26]],'setup':[[80,1]],'#ff':[[51,1]],'objpixel':[[80,1]],'possibility':[[56,1]],'acceptable':[[61,1]],'avoided':[[80,1]],'basicbot':[[63,1],[16,1]],'initialized':[[77,1],[6,1],[79,1]],'under':[[79,1],[1,3],[50,1],[28,1],[44,1],[16,1],[8,2],[27,1],[63,2],[22,2],[49,1],[41,2],[80,1],[24,2],[34,1],[3,3],[40,1],[57,2],[58,1]],'selected':[[22,1],[46,1],[41,5],[49,3],[24,2],[6,1],[80,8],[42,1],[79,1],[8,2]],'1st':[[72,3],[76,1],[80,1],[69,1],[44,2]],'kind':[[49,4],[51,1],[79,2],[80,1]],'070h':[[76,2]],'syncronous':[[77,1]],'dcp':[[79,14]],'registerauto':[[61,1]],'themselves':[[64,3]],'05xx':[[69,1]],'initalized':[[76,1]],'76h':[[76,1]],'`c`':[[79,1]],'behavior':[[44,1]],'bxj':[[79,1]],'decides':[[80,1],[60,1]],'detail':[[77,2],[41,1],[66,1],[69,1]],'3f00':[[69,1]],'fcs':[[73,1],[29,1],[14,1],[71,1],[72,1],[74,3]],'attempt':[[63,23],[51,1],[76,1],[66,1],[30,1],[61,1],[77,1],[3,1]],'big':[[63,2],[61,1],[12,2],[49,2]],'briefly':[[41,1]],'conditionally':[[77,1]],'statistics':[[51,1],[69,1]],'seeing':[[79,1],[24,1],[80,3]],'writes':[[63,1],[54,1],[76,2],[80,1],[81,1],[77,4],[79,2],[8,1]],'accelerators':[[5,1]],'nestech':[[77,1]],'robust':[[61,1]],'evaluations':[[80,1]],'address':[[53,1],[44,6],[81,5],[61,29],[12,1],[52,2],[74,5],[8,3],[69,6],[21,1],[51,43],[41,17],[54,2],[6,4],[60,5],[4,1],[76,28],[80,22],[82,1],[57,12],[79,224]],'japanese':[[49,16]],'item':[[5,1],[39,7],[9,1],[14,1],[41,1],[49,2],[12,3],[10,2],[56,1],[11,7],[7,1]],'automatically':[[55,2],[30,1],[28,2],[31,1],[44,1],[12,2],[16,1],[20,3],[36,2],[77,1],[37,3],[51,4],[14,1],[41,5],[80,1],[24,2],[57,1],[79,1]],'unclear':[[80,1]],'shame':[[80,1]],'frkfunctions':[[64,1]],'temp':[[81,1],[80,2]],'mkv':[[39,1]],'experience':[[64,1],[66,1],[50,1],[65,1]],'droradc':[[79,2]],'selling':[[80,1],[49,1]],'tinker':[[54,1]],'2000|':[[69,1]],'drawbox':[[61,1]],'memblers':[[77,1]],'nestopia_yuv':[[26,1]],'unpaused':[[5,1]],'distinquished':[[79,1]],'fit':[[36,1],[79,1]],'somethingelseistrue':[[60,1]],'jukka':[[79,1]],'mЉkelЉ':[[79,1]],'followed':[[72,2]],'rowheightborder':[[11,1]],'hexforecolorg':[[21,1]],'imported':[[10,2],[61,1],[60,1]],'complements':[[6,1]],'playfield':[[80,29]],'romchecksum':[[72,1]],'short':[[49,1],[41,1],[55,1],[31,1],[60,1],[61,1],[77,2]],'continued':[[3,1]],'final':[[77,1],[23,1]],'makecode':[[56,1]],'silver':[[28,1]],'minor':[[1,1],[14,1],[66,1],[12,2],[13,1],[10,2],[7,1],[11,1]],'disposal':[[49,1]],'4013h':[[76,1]],'signal':[[77,4],[33,1],[79,4],[80,12]],'while':[[67,1],[61,7],[77,3],[16,1],[56,6],[35,2],[39,1],[59,1],[9,1],[49,4],[51,4],[54,3],[24,3],[60,5],[4,1],[66,1],[80,2],[79,11],[7,1],[55,3],[30,2],[28,3],[31,2],[12,2],[42,1],[36,1],[64,1],[5,2],[37,1],[25,1],[76,4],[6,1]],'fds':[[19,5],[67,1],[74,1],[68,1],[17,1],[9,2],[22,8],[25,2],[29,2],[51,1],[66,5],[76,10],[72,6],[10,1],[18,1]],'gameplay':[[22,1],[68,2]],'time':[[73,1],[67,1],[61,11],[77,7],[59,1],[9,1],[49,2],[51,5],[54,2],[2,1],[80,23],[10,1],[79,14],[55,5],[53,2],[31,2],[28,4],[12,1],[64,1],[37,1],[5,1],[69,3],[41,3],[76,1],[34,1],[3,1]],'height':[[12,2],[36,2],[11,1],[5,1]],'passes':[[11,1]],'busses':[[80,1]],'hexfreezecolorb':[[21,1]],'stupid':[[11,1]],'duration':[[31,1]],'such':[[1,1],[67,3],[61,6],[74,1],[77,2],[56,2],[39,1],[9,3],[29,2],[49,1],[51,5],[24,1],[60,1],[66,1],[80,1],[48,1],[65,1],[55,1],[31,2],[28,2],[44,1],[62,1],[12,2],[68,2],[64,1],[69,4],[63,3],[41,3],[3,5],[11,1],[58,1]],'converts':[[61,1]],'func':[[61,16]],'isb':[[79,16]],'listing':[[14,1]],'lack':[[61,1]],'indir':[[79,4]],'side':[[22,9],[49,2],[25,1],[41,1],[51,1],[80,1],[82,1],[77,1],[74,1],[3,1],[36,1],[79,1]],'9fff':[[56,1]],'designation':[[51,1]],'maxsegments':[[63,1]],'render':[[36,1],[80,7]],'eor':[[79,15]],'crossing':[[79,11]],'memo':[[72,1]],'registerrun':[[61,1]],'square2':[[61,1]],'|bits':[[77,2]],'written':[[1,1],[61,3],[42,1],[52,1],[74,4],[77,6],[64,1],[69,2],[22,1],[49,2],[41,2],[76,5],[43,1],[60,3],[80,1],[3,2],[10,1],[79,3],[58,1]],'babelfish':[[49,1]],'paste':[[54,3],[49,2],[50,1]],'moving':[[63,1],[61,1],[52,1]],'n@3':[[79,1]],'occurrence':[[79,1]],'permanent':[[57,1]],'007c':[[76,1]],'easier':[[69,1],[79,2],[51,2],[76,1],[67,1],[81,1],[61,1],[68,1],[56,1],[64,2],[58,1]],'confirm':[[61,2],[80,1]],'tech':[[77,1]],'barcode':[[31,2]],'creating':[[4,1],[45,2],[61,2],[3,1],[67,2]],'artist':[[76,3]],'disabled':[[28,1],[77,7],[12,2],[13,1],[20,5],[56,1],[35,2],[5,1],[21,1],[14,1],[51,1],[76,1],[6,1],[4,1],[34,2]],'reader':[[31,1]],'replace':[[61,1],[49,1],[77,1],[80,1],[31,2]],'demo':[[56,2]],'dakuten':[[49,5]],'far':[[77,1],[49,1],[79,1],[80,1]],'necessarily':[[79,1]],'secrets':[[56,1]],'getpixel':[[61,2],[8,1],[60,1]],'drawline':[[61,1]],'f12':[[61,1]],'properly':[[41,1],[47,1],[6,1],[28,1],[4,2],[12,3],[10,1],[56,1],[18,1]],'scanlines':[[12,3],[51,3],[53,1],[80,9]],'340':[[80,1]],'restored':[[10,2],[41,1]],'opens':[[41,2],[56,1],[6,1],[39,5]],'back':[[67,1],[28,1],[61,1],[39,1],[63,3],[22,1],[76,2],[80,2],[24,6],[60,1],[4,1],[72,1],[79,9],[18,1]],'rerecordcounting':[[4,1],[61,1]],'upper':[[80,1],[51,1],[79,6],[69,1],[28,1]],'10h':[[76,1]],'box':[[19,1],[31,2],[38,1],[44,1],[61,11],[16,2],[36,2],[9,1],[49,1],[41,3],[51,1],[6,1],[24,2],[60,1],[57,8]],'section':[[55,1],[44,1],[77,3],[74,15],[8,1],[69,1],[49,3],[29,1],[51,1],[66,1],[76,1],[80,3],[72,5],[79,1]],'bat':[[17,1]],'radd':[[74,1]],'ability':[[4,1],[77,4],[13,1],[6,1],[67,1]],'backed':[[29,1],[9,1],[12,1]],'only':[[73,1],[19,2],[67,2],[61,28],[74,1],[16,1],[77,19],[56,5],[39,7],[9,1],[14,2],[15,1],[23,3],[24,10],[49,3],[4,1],[51,10],[54,1],[60,8],[80,14],[79,22],[7,2],[55,5],[38,1],[31,1],[45,1],[12,1],[13,3],[20,3],[36,2],[8,2],[37,4],[63,3],[21,1],[41,2],[76,13],[6,3],[3,4],[33,2],[11,2]],'alt':[[61,1],[12,2],[36,1],[11,3]],'corrupted':[[49,1],[6,1],[8,1]],'oversights':[[15,1]],'states':[[61,4],[48,1],[29,1],[72,1],[79,2]],'gp2x':[[3,1]],'reduced':[[44,1]],'shops':[[49,1]],'solely':[[69,1]],'lsr':[[79,17]],'according':[[59,1],[80,1],[4,1],[61,1],[36,1],[79,3],[5,1]],'requests':[[61,1]],'seemed':[[49,1]],'bypass':[[80,1]],'occasionally':[[79,2],[68,1]],'everytime':[[80,1]],'@```':[[79,5]],'bros':[[69,1]],'excluded':[[80,1]],'resumed':[[5,1]],'9000':[[76,2]],'depend':[[72,1],[37,1]],'mmc':[[80,3]],'quotes':[[76,1]],'txt':[[77,6],[12,1],[13,1],[76,2],[79,2]],'heavy':[[61,2],[8,1],[77,1]],'assistance':[[67,1]],'fffe':[[51,1],[79,3],[69,1]],'swap':[[57,1],[52,1]],'keeping':[[51,1]],'si_zapper':[[72,4]],'asymmetry':[[77,1]],'banking':[[61,1]],'library':[[60,1],[6,1],[62,9],[61,27],[3,1],[10,2],[7,1]],'thanks':[[77,1],[9,1],[13,1],[76,3]],'vblank':[[61,1],[12,2],[51,1],[66,1],[80,1]],'something':[[63,3],[59,1],[49,1],[55,1],[76,2],[60,6],[67,1],[81,1],[61,2],[13,1],[79,3]],'falling':[[80,2]],'c16':[[79,2]],'spot':[[54,1],[80,1],[69,1],[24,1]],'reading':[[80,2],[50,1],[60,1],[4,1],[28,1],[77,2],[81,2],[56,1],[11,2],[79,1]],'compose':[[61,1]],'rdy':[[79,1]],'ddfd':[[79,2]],'rows':[[49,1],[69,3]],'fceux':[[50,1],[0,2],[61,21],[27,1],[29,2],[2,3],[24,4],[46,1],[38,1],[28,16],[44,1],[12,4],[13,2],[20,57],[36,7],[64,5],[5,1],[37,5],[63,1],[21,1],[22,2],[41,3],[68,2],[43,1],[33,1],[11,2],[1,12],[19,5],[67,2],[16,4],[39,2],[59,9],[14,9],[23,2],[66,10],[60,2],[71,2],[4,1],[10,1],[40,1],[18,3],[62,1],[30,8],[31,4],[45,2],[42,1],[8,1],[17,2],[26,3],[25,1],[6,3],[34,1],[72,3],[3,10],[58,6]],'gnobgfillcolor':[[28,1],[21,1],[14,1]],'translators':[[49,2]],'bit6':[[72,2]],'looks':[[52,1],[41,1],[53,1],[60,2]],'tasks':[[63,1],[58,1]],'thru':[[76,2],[80,5],[81,1]],'markedframe':[[61,1]],'numpad9':[[61,1]],'multiplied':[[76,1]],'condiition':[[51,1]],'com':[[70,1],[80,1],[62,1],[82,2],[45,1],[77,1],[81,2]],'stumble':[[56,1]],'undesired':[[64,2]],'5000':[[76,1]],'ffffffff':[[76,2]],'|7f':[[77,1]],'hud':[[6,2],[5,1]],'m#l':[[79,1]],'fwnes':[[22,1]],'r0j0':[[79,1]],'probably':[[59,4],[49,2],[19,1],[31,1],[66,2],[80,3],[61,2],[79,4],[64,1]],'puc':[[62,3]],'decode':[[50,1]],'jumps':[[79,4]],'341':[[80,4]],'dozens':[[80,1]],'oring':[[11,1]],'emulator':[[67,4],[61,17],[74,6],[27,1],[59,3],[9,2],[23,3],[49,4],[51,4],[2,3],[24,2],[60,9],[80,1],[79,1],[18,2],[55,2],[30,2],[28,1],[13,2],[68,1],[36,2],[8,1],[5,2],[21,1],[76,1],[6,2],[72,6],[3,3],[33,2],[58,1]],'hexforecolorr':[[21,1]],'resizable':[[54,1]],'drawrect':[[61,1]],'hbd7':[[79,2]],'smart':[[4,1],[56,1]],'session':[[4,1],[28,1],[12,1],[56,1],[5,2]],'toolset':[[6,1]],'across':[[63,1],[61,2],[79,1]],'component':[[77,1],[50,1]],'received':[[63,1]],'1ffh':[[76,2]],'windowed':[[4,1],[13,1],[36,2],[30,1]],'warrior':[[29,1]],'memwatch':[[20,1],[8,1],[12,2]],'revert':[[36,1],[41,1],[11,1]],'framecount':[[61,6],[12,1]],'clipboard':[[62,1],[49,1],[54,1]],'convenient':[[61,1],[51,3]],'bit2':[[72,2]],'yes':[[63,4]],'setrenderplanes':[[61,1]],'gdstr':[[61,3]],'`je':[[79,1]],'device':[[22,1],[80,3],[31,5],[72,3],[77,2],[69,1],[18,1]],'mind':[[61,1],[49,1],[3,1],[19,1],[76,1],[80,1]],'moved':[[12,1],[5,1]],'pass':[[61,1],[55,1],[76,1],[60,1],[80,2]],'running':[[30,1],[61,5],[36,2],[56,1],[17,1],[59,2],[9,1],[22,1],[51,4],[54,3],[60,2],[63,2],[4,1],[79,3]],'proof':[[3,1],[79,3],[24,2],[67,1]],'nez':[[19,1]],'siren':[[7,1]],'convention':[[61,1],[51,1],[72,7]],'numpad2':[[61,1]],'nnn':[[76,1]],'decreasing':[[77,2]],'0000000000011111':[[81,1]],'terms':[[61,1],[51,1],[67,1]],'addgamegenie':[[61,2],[8,1]],'broken':[[13,1],[51,1],[10,1],[56,1],[69,2],[80,1]],'corrected':[[8,1]],'bmf_final3':[[26,1]],'miserabley':[[49,1]],'passed':[[61,2],[51,2],[80,4],[60,1]],'unknown':[[77,4],[80,1]],'opacity':[[61,2]],'pulses':[[77,1],[80,2]],'intensify':[[7,1]],'bits':[[73,1],[76,4],[80,14],[82,2],[81,6],[61,1],[72,3],[77,32],[79,6],[7,1]],'self':[[79,1],[60,1]],'main':[[30,1],[28,1],[31,1],[61,3],[13,1],[42,1],[52,1],[62,1],[69,2],[39,2],[63,3],[74,3],[14,1],[66,1],[60,3],[80,2],[79,2],[7,1],[11,1]],'tim':[[79,1]],'000e':[[76,1]],'sb#0':[[79,1]],'equivalent':[[60,3],[58,1]],'differs':[[72,1]],'modes':[[41,1],[60,1],[77,1],[36,2],[79,6],[69,1]],'transfer':[[76,1],[79,1]],'|50':[[77,1]],'clearinputchanges':[[61,1]],'yyy':[[72,2]],'master':[[34,4],[8,1],[80,1]],'assignable':[[16,1]],'inherited':[[79,2]],'colon':[[41,1],[60,1]],'coded':[[79,1],[12,1]],'accel':[[12,1]],'resizeable':[[14,1]],'warn':[[63,1]],'executes':[[55,1],[61,2]],'captures':[[50,1],[29,1]],'unpredictable':[[79,3],[80,1]],'gif':[[62,1]],'constants':[[72,1]],'lua5':[[10,1]],'wasn':[[15,1],[51,1]],'linking':[[4,1]],'oneshot':[[61,1]],'street':[[12,1]],'text':[[1,1],[67,1],[61,4],[16,2],[59,1],[9,1],[14,1],[49,40],[51,3],[24,1],[54,3],[60,2],[40,2],[55,2],[12,3],[13,1],[36,1],[64,2],[5,2],[21,3],[41,2],[76,5],[6,2],[72,11],[3,1]],'worry':[[61,1],[49,1],[80,1],[60,2],[58,1]],'ki7rbp':[[79,1]],'callback':[[61,29]],'restore':[[51,2],[14,4],[38,1],[34,1],[12,1],[56,1],[18,3],[39,3]],'customized':[[26,1]],'movie_finished':[[37,1]],'punchoutchallenge':[[64,1]],'|commands|rldutsba|rldutsba|rldutsba|rldutsba|port2|':[[72,1]],'form':[[54,1],[51,4],[76,1],[80,3],[24,1],[60,1],[61,1],[72,2]],'lsb':[[73,1],[77,3],[74,1],[79,1],[80,2]],'nutant':[[61,2]],'affiliated':[[77,1]],'controlling':[[51,2]],'registers':[[55,2],[53,2],[81,1],[61,10],[77,2],[69,3],[8,1],[64,1],[51,4],[54,2],[76,12],[80,11],[79,13]],'restriction':[[80,1]],'narrowed':[[69,1]],'cycles':[[51,2],[80,9],[6,2],[4,2],[61,4],[52,1],[77,7],[79,12]],'latter':[[79,3]],'unnecessary':[[79,1]],'8500':[[79,1]],'slader':[[49,1]],'adv':[[28,1],[14,2]],'with':[[50,2],[61,18],[77,17],[56,11],[47,2],[80,30],[24,5],[57,1],[79,29],[28,1],[81,2],[12,3],[13,1],[20,2],[36,1],[64,3],[37,1],[63,5],[69,7],[22,4],[41,10],[33,1],[11,4],[19,6],[67,4],[16,1],[39,1],[59,2],[9,7],[14,1],[49,6],[51,14],[54,4],[60,10],[4,8],[66,5],[71,2],[10,2],[18,3],[7,2],[55,5],[30,1],[31,2],[62,2],[52,1],[8,7],[26,2],[25,1],[70,1],[6,10],[76,1],[72,7],[3,7],[58,1]],'illustrates':[[79,1]],'glory':[[49,1]],'behaving':[[37,1]],'838977920':[[72,1]],'between':[[30,1],[28,1],[31,1],[50,1],[13,1],[61,4],[67,1],[56,1],[69,1],[77,5],[63,2],[81,1],[21,1],[25,1],[76,1],[80,7],[82,1],[10,1],[33,1],[79,9]],'working':[[55,1],[25,2],[6,1],[62,1],[4,2],[61,2],[76,1],[3,1],[56,2],[11,1]],'readdown':[[61,1]],'breakpoint':[[51,13],[54,2],[55,2],[6,6],[4,2],[61,2],[5,1]],'github':[[62,1]],'ane':[[79,5]],'perfecting':[[24,1]],'forceful':[[61,1]],'abbreviations':[[79,1]],'assure':[[79,1]],'dmc':[[77,13],[74,3],[11,1]],'dpcm':[[10,1],[61,1]],'a002':[[76,1]],'rates':[[80,1],[28,1]],'goroh':[[77,2]],'absolute':[[63,1],[79,16],[8,1]],'loss':[[12,1],[60,1]],'saving':[[58,1],[79,1],[49,2],[29,1],[44,1],[4,1],[12,3],[10,1],[56,1],[11,1],[5,3]],'particular':[[49,1],[51,1],[76,1],[80,3],[6,1],[24,2],[77,1],[33,1]],'got':[[61,1],[77,1]],'maybe':[[63,1],[66,1]],'ubuntu':[[6,1]],'insert':[[59,1],[22,5],[25,2],[4,1],[61,1],[72,4]],'possible':[[67,2],[61,1],[74,1],[56,2],[8,1],[39,2],[63,3],[69,1],[26,1],[49,1],[51,2],[80,1],[24,1],[57,2],[18,1],[79,4]],'omit':[[61,1]],'naming':[[37,1],[39,1],[12,1],[51,1],[6,1],[5,1]],'|04':[[77,1]],'0x200':[[61,2]],'anc':[[79,2]],'clang':[[6,1]],'like':[[61,10],[77,1],[56,3],[59,1],[49,3],[14,1],[51,4],[80,6],[60,7],[79,15],[53,1],[31,2],[28,1],[42,1],[52,2],[68,1],[8,1],[64,2],[63,3],[41,4],[76,2],[43,1],[72,1],[3,2],[58,2]],'0320':[[69,1]],'nes_basecycles':[[76,2]],'nops':[[79,1]],'transparent':[[61,4],[9,1],[77,1],[80,6]],'range':[[9,1],[51,3],[41,1],[54,2],[76,5],[80,18],[61,8],[77,3],[7,1],[69,2]],'of_':[[79,1]],'inverted':[[77,2]],'folders':[[29,1]],'occurs':[[77,2],[79,10],[80,3]],'screen':[[61,20],[16,2],[56,1],[49,2],[29,1],[47,1],[80,17],[24,1],[60,2],[79,1],[7,1],[53,1],[30,2],[28,3],[31,1],[12,4],[52,1],[36,9],[8,2],[5,2],[37,1],[63,1],[22,3],[26,1],[69,13],[72,2],[11,1]],'file':[[50,1],[61,12],[56,8],[29,4],[47,1],[24,17],[57,1],[79,2],[46,2],[28,4],[44,3],[12,7],[13,2],[20,6],[5,2],[37,5],[63,2],[21,5],[22,4],[41,6],[33,5],[11,8],[73,4],[1,1],[19,7],[67,2],[74,4],[16,7],[39,22],[59,4],[9,3],[14,7],[23,11],[49,11],[51,14],[54,6],[4,2],[60,2],[66,1],[71,4],[10,3],[40,1],[18,8],[7,1],[55,3],[30,2],[62,1],[45,1],[8,1],[17,3],[26,1],[76,12],[6,4],[72,5]],'yabause':[[42,1],[43,1]],'0000':[[51,1],[54,1],[41,1],[76,1],[74,2],[7,1],[69,7]],'wrapper':[[14,1]],'wanting':[[69,1]],'homebrew':[[15,1],[14,1]],'rotation':[[80,2]],'smb3':[[64,1]],'movies':[[67,5],[45,1],[61,4],[13,1],[16,4],[20,1],[8,7],[37,3],[69,1],[14,3],[29,1],[66,2],[6,2],[24,3],[72,2],[10,1],[40,1],[7,2]],'3f1f':[[69,1]],'net':[[81,2],[68,1],[76,1],[60,2],[82,2]],'publically':[[77,1]],'port':[[31,7],[77,1],[56,1],[8,1],[9,2],[22,1],[76,4],[80,2],[72,3],[3,3],[10,1],[11,1],[7,2]],'specific':[[73,1],[50,1],[77,2],[74,5],[16,1],[56,1],[59,1],[51,1],[47,1],[71,1],[60,2],[40,1],[18,2],[55,1],[31,2],[44,1],[68,1],[36,1],[64,1],[69,3],[63,2],[41,1],[70,1],[11,1]],'braces':[[60,1]],'099822938442230224609375':[[72,1]],'3d2n@8':[[79,1]],'transfers':[[80,1]],'transmission':[[62,1]],'unused':[[79,1],[6,1],[4,1],[77,6],[74,2],[56,6],[69,1],[8,1]],'b@`':[[79,1]],'makes':[[79,3],[51,1],[54,1],[41,1],[80,2],[61,4],[52,1],[56,2],[8,1],[18,1]],'comply':[[4,1]],'included':[[63,1],[22,1],[76,1],[80,1],[31,1],[12,1],[79,1],[64,2],[8,2]],'reported':[[79,1],[11,1]],'japan':[[22,1]],'basic':[[1,1],[62,1],[0,1],[67,4],[77,1],[16,1],[56,1],[69,2],[27,1],[63,3],[59,2],[9,1],[49,1],[76,1],[60,1],[48,1],[18,1],[58,2]],'interrupt':[[77,2],[51,6],[79,39],[69,1],[8,1]],'television':[[22,1],[26,1],[33,1],[31,1]],'colorful':[[6,1]],'recommended':[[61,2],[6,1]],'operators':[[51,1],[60,3]],'fancy':[[60,1]],'3fff':[[80,1],[69,1]],'2eff':[[69,1]],'namco':[[76,4]],'buzzers':[[31,1]],'protection':[[14,1]],'harmless':[[79,1]],'1200':[[69,1]],'pi#x7':[[79,4]],'finishing':[[79,1]],'compromised':[[80,1]],'g8r':[[79,1]],'2003':[[74,2]],'00a5#mic':[[51,1]],'want':[[55,2],[31,1],[44,1],[61,8],[36,1],[56,1],[63,3],[59,2],[51,1],[54,1],[47,1],[41,3],[60,1],[80,1],[57,2],[11,1],[79,2]],'jan':[[80,1]],'adequately':[[10,1]],'surrounding':[[80,1]],'skinny':[[81,1]],'movement':[[53,1]],'4011h':[[76,1]],'cause':[[54,1],[14,1],[41,1],[80,1],[28,1],[77,2],[79,4],[64,1]],'allocated':[[69,1]],'common':[[7,1],[65,1],[30,1],[67,2],[42,1],[8,1],[5,1],[9,1],[41,1],[76,1],[6,1],[60,2],[4,1],[80,1],[10,1],[79,3],[11,1],[18,1]],'tenten':[[49,6]],'different':[[73,1],[28,2],[61,3],[77,3],[16,2],[36,2],[8,2],[69,1],[49,2],[51,1],[41,1],[54,2],[24,1],[6,2],[66,2],[76,1],[80,2],[82,1],[10,1],[79,9],[18,1]],'voltage':[[77,5],[80,2]],'waves':[[80,2]],'x0p':[[79,1]],'chosenjo':[[31,1]],'fills':[[80,1]],'registerwrite':[[61,1]],'options':[[61,1],[16,6],[27,6],[39,1],[9,1],[14,2],[15,1],[49,2],[24,2],[51,1],[4,2],[66,2],[10,1],[40,1],[55,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],[52,1],[6,3],[43,3],[72,1]],'force':[[60,1],[6,1],[34,1],[77,1],[36,2],[33,1],[5,1]],'smoother':[[36,2]],'mess':[[63,1],[80,1]],'commenting':[[60,1]],'furthermore':[[54,1],[53,1],[56,2]],'preserved':[[72,1],[67,2]],'letter':[[57,4]],'extract':[[79,1],[50,1]],'restarting':[[61,1]],'purpose':[[61,1],[77,1],[3,1],[64,3]],'slash':[[61,1],[28,1]],'margin':[[80,1]],'apr':[[81,1],[82,1]],'diagram':[[77,1],[79,8],[69,2]],'reconstruct':[[24,2]],'leaves':[[6,1],[20,2]],'wikipedia':[[67,1],[69,1]],'bilinear':[[66,1]],'inclined':[[68,1]],'miscellaneous':[[72,1]],'interpret':[[65,1]],'zero':[[51,1],[25,1],[41,1],[53,1],[80,1],[77,4],[74,2],[79,29],[69,5]],'manner':[[49,1],[60,1]],'wants':[[77,1]],'slave':[[80,1]],'9001':[[76,1]],'push':[[63,1],[79,7],[67,1]],'extended':[[3,2]],'shy':[[79,4]],'color':[[31,1],[28,2],[61,23],[52,1],[36,3],[56,1],[8,4],[21,6],[14,2],[54,3],[66,2],[6,1],[60,4],[80,15],[33,6],[11,1]],'boulderdash_amoebaai':[[6,1]],'translated':[[77,1],[49,1]],'bank':[[69,2],[51,15],[54,1],[41,1],[76,10],[4,2],[61,2],[56,1],[8,1],[57,1]],'perfection':[[67,1]],'drop':[[41,1],[31,2],[44,1],[4,1],[12,2],[8,1],[11,1]],'%1d':[[72,2]],'complain':[[63,1]],'port2':[[72,3]],'guide':[[17,5],[41,1],[67,1],[72,1],[40,5],[69,2],[65,2]],'notebook':[[49,1]],'createfromgdstr':[[61,1],[60,1]],'accessed':[[54,1],[55,2],[80,5],[4,1],[74,1],[56,5],[69,1]],'arr':[[79,6]],'preparations':[[79,3]],'fillcolor':[[61,4]],'planning':[[80,1]],'gets':[[80,1],[61,7],[79,1],[6,1],[8,2]],'mid':[[9,1],[52,1]],'deemed':[[63,4]],'60hz':[[76,1]],'noicon':[[20,3]],'beta':[[3,1]],'ftp':[[62,1]],'wins':[[80,1]],'samples':[[76,1]],'guard':[[61,1]],'comprised':[[49,1]],'120':[[77,2]],'rp2a03e':[[77,1]],'gtk2':[[3,1],[7,1]],'giorgio':[[3,1]],'activity':[[4,1],[79,1],[54,1]],'installed':[[12,1]],'signed':[[76,2],[60,1],[43,1],[61,3],[42,1],[74,3],[79,2]],'matches':[[57,1]],'break':[[63,1],[51,15],[53,1],[79,2],[8,1],[69,1]],'generator':[[77,16],[69,2],[80,1]],'placement':[[80,1]],'card':[[6,1]],'remain':[[79,1],[80,1],[44,1]],'previously':[[61,3],[54,1]],'will':[[61,42],[77,68],[56,3],[35,1],[29,15],[47,3],[80,22],[24,23],[82,1],[32,1],[57,9],[79,45],[46,2],[38,1],[28,22],[44,8],[81,1],[12,1],[20,7],[13,1],[36,9],[64,2],[5,1],[37,11],[63,13],[22,9],[69,13],[41,21],[33,4],[73,1],[19,4],[67,2],[74,1],[16,4],[39,2],[59,10],[9,1],[14,5],[23,1],[49,17],[51,30],[54,5],[60,16],[66,2],[10,1],[40,1],[18,3],[55,4],[53,5],[30,6],[31,8],[52,3],[8,1],[25,2],[76,9],[34,4],[72,3],[58,1]],'consistently':[[9,1]],'sbx':[[79,14]],'accessible':[[51,2],[12,1],[60,1],[39,2]],'else':[[63,3],[61,3],[67,1],[41,1],[60,3],[64,1]],'`#j1@lj3b@29':[[79,1]],'cross':[[79,1],[2,1]],'state':[[73,2],[61,21],[74,5],[77,5],[56,1],[39,1],[51,4],[14,1],[54,1],[80,1],[24,6],[60,2],[79,4],[18,8],[55,2],[53,2],[28,1],[13,2],[20,1],[8,2],[37,2],[5,1],[64,1],[76,3],[6,1],[72,3]],'populated':[[8,1]],'framedisplay':[[20,3]],'troubleshooting':[[66,2],[65,1]],'0005':[[76,1],[51,2]],'lua':[[1,1],[67,1],[61,28],[16,4],[39,10],[59,18],[9,8],[14,5],[15,2],[29,3],[51,2],[60,29],[4,4],[10,6],[7,4],[62,5],[12,4],[13,2],[20,5],[8,6],[5,3],[63,15],[64,29],[6,18],[11,2],[58,12]],'checked':[[61,3],[13,1],[16,2],[36,6],[77,1],[35,1],[37,6],[49,1],[23,1],[29,1],[41,2],[51,1],[34,2],[11,1]],'thing':[[49,5],[41,2],[66,1],[67,1],[80,2],[77,1]],'yesno':[[61,3]],'slowdown':[[6,1],[24,1]],'highlighted':[[11,1],[54,3]],'defeated':[[64,1]],'diagrams':[[80,1]],'00h':[[76,7]],'#256':[[80,1]],'circuit':[[80,1]],'huge':[[80,1]],'not':[[19,1],[67,4],[61,32],[74,2],[16,3],[77,13],[56,4],[35,1],[39,1],[59,1],[49,16],[14,4],[23,1],[29,1],[24,5],[47,2],[4,1],[51,6],[54,2],[60,14],[66,3],[57,1],[7,1],[79,55],[80,13],[55,1],[53,2],[30,2],[28,8],[44,1],[12,5],[13,1],[20,5],[36,1],[52,1],[5,2],[37,3],[63,7],[22,1],[64,3],[41,10],[69,6],[6,4],[76,14],[72,6],[58,1]],'4040':[[76,1]],'anymore':[[6,2]],'0300':[[69,4]],'hertz':[[76,1],[61,5]],'log':[[55,10],[6,9],[4,2],[72,12],[12,2],[56,5],[79,2],[5,1]],'|10':[[77,1]],'mirrored':[[80,1]],'frontend':[[3,1],[59,1],[63,1]],'maximum':[[63,1],[73,1],[76,1],[60,1],[61,1],[77,2],[33,1],[79,1]],'shrink':[[37,1]],'saved':[[28,1],[61,2],[74,1],[37,1],[39,3],[63,3],[49,5],[14,1],[29,5],[41,1],[51,1],[4,1],[11,1],[18,1]],'taller':[[36,1]],'refer':[[61,2],[57,1],[60,1],[69,4]],'conversion':[[61,1],[13,1],[77,2],[66,1],[5,1]],'ever':[[77,1],[80,3]],'faintly':[[80,1]],'safely':[[61,1]],'nop':[[79,35]],'additions':[[79,2]],'polled':[[47,1],[28,1]],'moviefilenames':[[14,1]],'design':[[45,1],[77,1],[6,1]],'messagebox':[[60,1]],'unhide':[[39,1],[30,1],[28,1]],'relating':[[29,1],[1,1]],'becomes':[[77,1],[51,1],[49,1],[56,2],[6,1]],'raw':[[61,11],[23,1],[19,1],[50,1]],'integral':[[36,1],[5,1]],'refused':[[79,1]],'1400h':[[76,1]],'excess':[[49,1]],'met':[[77,1],[51,1]],'disrupt':[[76,1]],'registersave':[[10,2],[61,1]],'smb2':[[20,2]],'anded':[[79,1]],'pin':[[77,4],[80,5]],'representing':[[61,2]],'handlers':[[61,1]],'basics':[[59,1],[80,1],[60,2],[58,1]],'explain':[[54,1],[49,1],[64,1],[27,1]],'notice':[[79,1]],'retrieves':[[80,2]],'beyond':[[54,1],[23,1]],'4020':[[69,1]],'relocated':[[76,2]],'determining':[[79,1],[80,1]],'existing':[[41,2],[18,1],[50,1]],'page':[[26,1],[51,1],[41,1],[60,1],[61,3],[74,1],[3,3],[79,40],[69,7],[39,1]],'w_pm`':[[79,1]],'debugging':[[50,1],[13,1],[68,2],[56,1],[8,1],[51,9],[14,1],[6,2],[60,1],[4,1],[3,3],[10,1],[7,1]],'nothrottle':[[61,1],[60,1],[20,2]],'aid':[[49,1],[68,1],[80,1],[64,1]],'rather':[[63,1],[51,1],[47,1],[80,2],[60,1],[44,1],[28,1],[61,4],[12,1],[20,1],[16,2]],'reliably':[[79,1]],'deleting':[[56,1],[6,1],[58,1]],'inital':[[76,2]],'scrolllock':[[61,1]],'mapinittab':[[9,1]],'behaves':[[79,1]],'joe':[[49,1]],'precise':[[79,1],[60,1],[80,1]],'onto':[[80,2],[69,5]],'line':[[55,1],[53,1],[81,1],[61,4],[12,3],[13,1],[16,1],[20,4],[36,4],[69,1],[17,2],[77,1],[9,1],[51,26],[41,2],[54,1],[6,1],[24,1],[4,1],[60,4],[72,4],[80,10],[3,1],[79,4]],'west':[[79,1]],'sav':[[12,1],[29,1],[22,1],[56,1]],'kage':[[6,1]],'blob':[[72,1]],'around':[[61,2],[77,2],[76,2],[79,1],[50,1],[69,1]],'zapper':[[9,1],[31,8],[61,8],[12,3],[72,5],[8,2],[5,2]],'goes':[[63,1],[14,1],[76,2],[80,1],[61,1],[77,2],[79,2],[69,1]],'tearing':[[36,2],[6,1]],'capslock':[[61,1]],'send':[[41,1],[79,1]],'shouldn':[[41,1],[64,1]],'ejecting':[[22,1]],'c000':[[51,3],[76,2],[56,1],[69,1]],'0000|':[[69,1]],'plp':[[79,4]],'destination':[[56,2],[79,1],[23,1]],'|0e':[[77,1]],'065':[[77,1]],'0x10':[[51,1]],'draw':[[81,1],[61,8],[54,1],[14,1],[60,1],[62,1]],'statement':[[79,1],[51,2]],'rules':[[59,1]],'__________________________________________':[[69,1]],'popped':[[80,1]],'blur':[[36,1]],'extracts':[[79,1]],'shorthand':[[81,1]],'wrap':[[77,1]],'held':[[24,1],[61,11],[77,1],[31,3],[8,1]],'automate':[[58,1]],'called':[[67,1],[61,10],[12,1],[39,4],[63,14],[59,1],[51,1],[80,2],[60,3],[4,1],[3,1],[79,4],[18,1]],'t2p9d`pyd`':[[79,1]],'automated':[[61,1],[67,1]],'setpixel':[[61,1]],'newly':[[4,1],[55,2]],'pix':[[69,2]],'interrupting':[[61,1]],'incomplete':[[74,2]],'port0':[[72,7]],'arithmetic':[[79,8]],'garbage':[[80,3]],'lehti':[[79,2]],'testing':[[79,1]],'post':[[10,1],[80,1],[6,1]],'deck':[[22,1]],'flakes':[[6,1]],'004':[[77,1]],'software':[[3,1],[79,1],[62,1]],'f14':[[61,1]],'downs':[[67,1]],'hide':[[19,1],[30,1],[6,1],[28,1],[80,1],[36,3],[39,1]],'themes':[[8,1],[30,1]],'driven':[[80,1]],'instructions':[[59,2],[51,5],[41,1],[55,4],[6,3],[50,2],[4,2],[61,4],[79,45]],'similar':[[58,1],[37,1],[69,2],[41,1],[66,1],[76,2],[80,1],[61,2],[79,2],[8,2],[5,1]],'finally':[[51,1],[54,1],[79,3]],'06xx':[[69,1]],'subpixel':[[69,3]],'proves':[[79,6]],'a000':[[76,1],[56,1]],'internally':[[61,2],[80,2],[60,1]],'suspending':[[5,1]],'turns':[[12,1],[20,6],[79,2],[7,1],[39,2]],'serialize':[[80,1]],'parasyte':[[3,1]],'etc':[[61,1],[12,1],[77,2],[36,1],[56,1],[8,1],[69,3],[17,1],[63,1],[9,1],[29,1],[51,1],[76,4],[6,1],[80,1],[11,1]],'blargg':[[11,3]],'mulitple':[[69,1]],'ml`':[[79,1]],'distorted':[[80,1]],'metroid':[[76,2],[6,1]],'screens':[[80,1],[69,2]],'xxx1':[[76,1]],'peek':[[6,1]],'deleted':[[61,5]],'friends':[[61,1]],'standard':[[22,1],[49,2],[76,2],[60,1],[44,1],[61,3],[72,1],[77,1],[39,1]],'digit':[[79,1],[69,1]],'dd0e':[[79,8]],'240hz':[[77,3]],'programmable':[[77,11]],'bullet':[[3,1],[24,2],[67,1]],'win32':[[5,1],[11,1],[9,2],[14,2],[6,1],[62,1],[4,1],[12,1],[13,12],[10,1],[7,1],[8,3]],'decay':[[77,29]],'weekend':[[80,1]],'hash':[[72,1],[49,1]],'0x00fa':[[60,1]],'recovering':[[13,1]],'write':[[81,5],[61,13],[12,1],[20,2],[77,13],[56,1],[8,1],[39,3],[37,1],[63,2],[51,3],[54,3],[41,1],[69,1],[24,2],[60,4],[76,7],[79,39],[11,2]],'blank':[[49,1]],'intensive':[[60,1]],'hexeditor':[[60,1]],'magenta':[[61,1]],'means':[[61,9],[77,3],[16,1],[36,4],[39,6],[49,1],[51,1],[47,1],[76,3],[80,5],[72,1],[57,1],[58,1]],'luasocket':[[62,3]],'2001':[[74,1]],'equal':[[63,1],[77,2],[51,2],[41,8],[79,1],[60,3]],'tiles':[[49,5],[80,4],[69,1]],'representations':[[61,1]],'sssff':[[76,1]],'|14':[[77,1]],'convertfcmtofm2':[[66,1]],'peripheral':[[22,1]],'persistent':[[61,6]],'scales':[[61,2]],'rp2a03':[[61,1]],'explaination':[[76,1]],'routine':[[77,1],[76,5],[79,11],[50,2],[69,3]],'hop':[[77,1]],'numpad8':[[61,1]],'action':[[77,6],[10,1],[41,2]],'games':[[19,1],[67,1],[61,2],[74,2],[77,4],[56,1],[9,2],[14,1],[15,1],[29,2],[47,2],[49,4],[4,1],[54,1],[60,2],[66,1],[80,4],[18,2],[55,1],[53,1],[31,4],[28,1],[81,1],[12,2],[52,1],[36,2],[68,3],[64,1],[69,7],[17,2],[63,2],[22,5],[41,4],[76,2],[6,3],[33,1]],'drawn':[[80,3],[81,1],[49,1],[53,1],[11,1],[56,1]],'your':[[31,2],[44,1],[62,1],[61,18],[64,1],[69,4],[63,4],[59,2],[49,19],[51,3],[54,3],[66,2],[24,1],[60,4],[76,1],[80,4],[57,1],[79,9]],'dadc':[[79,1]],'battletoads':[[69,1]],'``a':[[79,2]],'gracefully':[[8,1],[13,1]],'scans':[[56,1]],'calling':[[61,4]],'checkboxes':[[6,1]],'simultaneously':[[47,1],[79,3],[28,1]],'buffering':[[34,3]],'canvas':[[62,1]],'r6502':[[79,1]],'deviation':[[69,1]],'400c':[[77,4]],'processor':[[77,1],[74,1],[3,1],[79,27]],'unzipping':[[14,1]],'hashes':[[49,4]],'branching':[[79,1],[60,1]],'lastkeys':[[63,1]],'init':[[76,12],[51,2]],'examined':[[77,1]],'pause':[[55,2],[28,2],[61,3],[12,2],[20,2],[8,1],[37,2],[9,1],[23,6],[41,1],[49,2],[24,4],[51,4],[4,1],[60,3],[11,1],[18,1]],'latest':[[12,1],[14,1],[16,2],[6,1]],'shift':[[14,1],[46,1],[80,13],[4,1],[61,1],[12,1],[77,11],[36,1],[79,1],[18,1],[5,1]],'headerless':[[22,1]],'private':[[56,1]],'fall':[[63,1],[80,1]],'treated':[[79,1]],'512':[[80,1]],'f24':[[61,1]],'l&xj8':[[79,1]],'within':[[51,1],[53,1],[80,1],[61,1],[74,1],[36,2],[56,1],[5,1]],'square1':[[61,1]],'04fx':[[69,1]],'regards':[[77,2],[80,1]],'counterbreak':[[61,2]],'nicely':[[47,1]],'blip':[[3,1]],'128d':[[79,1]],'separate':[[49,1],[51,1],[2,1],[24,1],[61,3],[56,1],[79,1]],'begins':[[73,1],[11,1],[49,2]],'helpful':[[56,1],[49,1]],'reserved':[[79,1],[69,2]],'redo':[[39,4],[12,2],[18,2],[28,1]],'llvm':[[6,1]],'difference':[[77,1],[49,1],[79,1],[80,2]],'besides':[[60,1],[64,1]],'increases':[[77,2],[9,1],[10,1]],'vd`d2n0q':[[79,1]],'nothing':[[63,7],[49,1],[80,2],[60,1],[56,1],[69,1],[5,1]],'gamepad0':[[9,1]],'window':[[50,1],[61,2],[16,2],[27,1],[9,1],[14,2],[29,1],[49,14],[51,22],[54,2],[4,1],[60,3],[10,1],[57,2],[7,2],[55,7],[30,3],[28,2],[31,2],[62,1],[12,7],[13,4],[36,10],[42,1],[8,3],[5,5],[41,11],[6,4],[11,2]],'supply':[[60,1]],'0afffh':[[76,1]],'affected':[[47,1],[57,1],[79,6]],'msmakela@kruuna':[[79,1]],'bit1':[[72,2],[79,1]],'hacked':[[19,1]],'patched':[[19,1]],'#100':[[51,1]],'stopping':[[61,2]],'word':[[72,2],[49,8],[76,8]],'initialrawdalatch':[[61,1]],'system':[[62,1],[67,1],[61,1],[77,4],[16,1],[39,1],[17,2],[37,1],[22,5],[29,1],[25,2],[54,1],[80,1],[72,1],[3,2],[79,1],[18,2]],'belongs':[[72,2]],'activates':[[8,1]],'player2':[[72,1],[15,2]],'weed':[[41,1]],'ikari':[[69,1]],'occurred':[[73,1],[79,1]],'grows':[[76,1]],'battle':[[49,2]],'252':[[6,1]],'development':[[3,1],[79,1],[67,1]],'imply':[[80,1]],'detecting':[[61,1]],'|0c':[[77,2]],'|28':[[77,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],[64,1],[66,3],[71,1],[72,3],[40,1],[11,3]],'|frames':[[77,2]],'recorded':[[63,1],[31,1],[24,1],[28,2],[61,1],[67,2],[16,1],[10,1],[72,3],[37,1]],'machines':[[34,1],[76,1],[11,1],[18,1]],'arrives':[[77,1],[80,1]],'protections':[[79,1]],'fastest':[[25,1],[63,1],[79,1]],'obtained':[[77,1]],'conflicts':[[6,2]],'004e':[[76,1]],'capable':[[63,1],[22,1],[49,1],[80,1]],'strategies':[[24,1]],'2406':[[80,1]],'needing':[[49,1]],'addressing':[[41,1],[79,26],[69,1],[80,1]],'164':[[6,1]],'drastic':[[61,1]],'showing':[[61,1],[37,1]],'traditional':[[31,1]],'rockwell':[[79,1]],'170':[[80,3]],'ultra':[[73,1],[1,1],[46,1],[0,1],[74,3],[16,1],[54,1],[41,3],[24,1],[2,3],[72,1],[3,18]],'autohold':[[8,4]],'totally':[[79,1]],'implementation':[[80,1],[8,2],[58,1]],'bit4':[[72,2],[79,1]],'2048':[[77,2],[41,1],[79,1],[69,5]],'instant':[[80,1],[49,1]],'|02':[[77,1]],'however':[[67,2],[28,1],[81,1],[61,5],[42,1],[77,1],[36,1],[49,1],[41,1],[76,1],[24,1],[43,1],[80,3],[32,1],[3,1],[79,8]],'stop':[[61,6],[77,1],[20,2],[8,1],[39,6],[63,4],[59,2],[49,1],[23,3],[51,1],[80,1],[3,1],[79,3],[11,2]],'sends':[[24,1],[16,2]],'asm':[[57,1]],'creative':[[68,1]],'2b8':[[79,1]],'half':[[80,4],[77,2],[79,2],[60,1],[69,1]],'influence':[[79,1]],'quirk|':[[80,1]],'earlier':[[4,1],[61,1],[26,1],[67,1],[7,1],[8,1]],'indicates':[[61,1],[51,1],[72,4],[77,1],[80,1]],'front':[[63,1],[77,1],[60,2]],'errors':[[63,1],[50,1],[60,2],[61,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':[[61,3],[49,1],[20,1]],'0080':[[76,2]],'discussed':[[80,1]],'flaws':[[26,1]],'determines':[[61,2],[21,1],[77,1],[80,2]],'slower':[[49,1],[66,1],[35,1],[28,1]],'doing':[[63,2],[54,2],[76,1],[80,1],[61,4],[12,1],[13,1],[79,1]],'scanned':[[19,1]],'ret':[[54,1]],'strange':[[79,1]],'less':[[61,2],[74,1],[77,4],[8,1],[9,1],[14,1],[41,3],[49,2],[51,1],[76,1],[80,2],[79,3]],'040e':[[41,1]],'single':[[30,1],[50,1],[67,1],[77,1],[8,1],[51,2],[76,2],[80,4],[24,2],[2,1],[4,1],[6,1],[79,1],[11,1]],'vsprintf':[[14,1]],'another':[[69,3],[79,1],[49,1],[80,3],[60,1],[31,1],[81,1],[61,1],[12,1],[56,3],[18,1],[64,1]],'throughout':[[49,1]],'inverting':[[77,1]],'comecon':[[79,1]],'operand':[[79,6]],'disk':[[17,2],[22,32],[29,1],[25,6],[19,1],[31,1],[61,2],[72,5],[74,1],[10,1],[18,1]],'30fps':[[47,1],[28,2]],'horrible':[[80,1]],'slot':[[18,4],[61,5],[69,5],[60,1],[11,2]],'triply':[[61,1]],'defaulting':[[10,1]],'homepage':[[3,3],[59,1]],'checkbox':[[9,1],[49,3],[41,1],[51,3],[31,1],[4,1],[34,2],[36,1],[37,2]],'pipelining':[[79,2]],'caused':[[12,7],[14,1],[10,1],[79,1],[6,1],[8,1]],'swap1p2p':[[6,1]],'follows':[[59,1],[49,1],[41,1],[76,1],[80,2],[72,1],[77,5]],'p17':[[74,1]],'colorburst':[[80,6]],'mutually':[[77,1],[80,1]],'emuversion':[[72,1]],'directions':[[69,1]],'terminate':[[79,1]],'pre':[[3,1],[66,1]],'m159':[[6,1]],'9003':[[76,1]],'tracknoise':[[6,1]],'rect':[[61,1]],'doings':[[80,1]],'infamous':[[80,1]],'01h':[[76,1]],'useless':[[55,1]],'10ff':[[69,1]],'suppose':[[61,1],[49,3]],'d011':[[79,2]],'above':[[49,2],[51,4],[76,4],[80,2],[31,2],[6,1],[60,1],[82,1],[36,1],[57,1],[8,1],[79,3]],'joystick':[[73,3],[74,2],[31,1]],'shifts':[[79,2]],'fix':[[50,1],[12,3],[13,6],[36,2],[8,6],[9,4],[14,3],[15,2],[26,1],[6,1],[76,1],[4,3],[80,1],[10,1],[79,13],[11,1],[7,2]],'exists':[[61,1],[16,1],[80,1],[11,1]],'startup':[[63,1],[28,1],[12,1],[16,1],[13,1],[20,1],[56,1]],'genie':[[50,3],[28,9],[61,2],[20,2],[68,2],[5,2],[51,2],[41,2],[66,5],[80,1],[4,1],[3,1],[57,15],[7,1]],'selects':[[81,1],[80,3]],'figure':[[80,1],[49,4]],'_____':[[69,2]],'associative':[[60,3]],'assigned':[[12,1],[42,1],[31,3],[24,1]],'presskeystart4':[[63,1]],'platform':[[3,1],[2,1],[60,1]],'aimlessly':[[16,1]],'nmi1':[[51,1]],'rerecording':[[9,1],[26,2],[54,1],[2,1],[24,2],[43,1],[67,1],[42,1],[16,2],[3,5],[10,1],[8,1]],'200000':[[67,1]],'extent':[[61,1]],'jeopardy':[[69,1]],'contained':[[77,1],[74,1]],'tie':[[63,5]],'1f0h':[[76,1]],'small':[[63,1],[49,1],[51,3],[76,2],[66,1],[67,3],[80,2],[69,1]],'period':[[54,1],[41,1],[80,3],[24,1],[28,1],[61,1],[77,1]],'prepends':[[76,1]],'0xf':[[79,1]],'disassembler':[[56,5]],'simultaneous':[[79,1],[6,1]],'16777216':[[79,2]],'romname':[[20,3]],'fetched':[[79,9],[80,12]],'0&&4ka':[[79,1]],'0123456789abcdef':[[51,2]],'dreams':[[80,1]],'|24':[[77,1]],'choose':[[59,2],[22,3],[55,1],[6,1],[60,1],[33,1],[57,1]],'controller':[[69,1],[31,9],[28,1],[61,2],[52,1],[8,2],[58,1]],'laws':[[8,1]],'anyways':[[63,1]],'exact':[[80,2]],'field':[[67,1],[44,1],[61,1],[13,1],[16,1],[74,2],[5,1],[49,1],[14,1],[41,1],[51,6],[24,1],[6,2],[76,2],[72,6],[57,2]],'resume':[[4,1],[28,1],[51,1],[24,1],[5,4]],'says':[[63,1],[61,1]],'steps':[[77,2],[80,2]],'09000h':[[76,2]],'input':[[73,1],[67,1],[61,23],[77,3],[16,2],[27,1],[14,3],[29,4],[47,1],[24,3],[60,7],[4,2],[48,4],[10,2],[40,2],[18,1],[7,1],[31,11],[28,11],[45,1],[12,1],[13,1],[20,6],[8,8],[5,2],[17,1],[63,4],[64,2],[69,3],[6,4],[34,1],[72,17],[11,1]],'6502_cpu':[[79,2]],'registermanual':[[61,1]],'handling':[[16,2],[56,1],[6,1],[7,1]],'abstract':[[62,1]],'european':[[79,1]],'wiki':[[67,1]],'getdown':[[61,1],[9,1]],'drag':[[9,1],[49,2],[41,1],[12,2],[11,1],[8,1]],'statically':[[3,1]],'deeper':[[60,1]],'backslash':[[61,1]],'panels':[[52,1]],'gates':[[77,4],[80,1]],'copying':[[79,1],[49,1]],'seems':[[77,1],[79,4],[11,1],[80,3]],'emblem':[[9,2]],'latched':[[80,1]],'forcefully':[[61,1]],'actual':[[49,2],[51,1],[54,1],[80,1],[67,1],[61,3],[74,1],[77,2],[33,3],[56,1]],'#ce_2gpl':[[79,1]],'megaman':[[80,4]],'conditioned':[[80,1]],'srt':[[11,1],[39,1]],'playern':[[60,2]],'scripting':[[63,4],[59,1],[29,1],[60,1],[67,1],[16,2],[64,1],[58,4]],'verbose':[[5,1]],'improvements':[[3,1],[4,1],[7,1]],'keyword':[[60,1]],'ctlr':[[74,2]],'4017':[[77,16],[74,1]],'recording':[[67,16],[28,3],[44,1],[45,1],[13,2],[16,3],[61,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],[66,1],[72,1],[3,2],[10,2],[7,1]],'100':[[63,1],[61,2],[77,1],[79,7],[80,1]],'check':[[31,1],[50,1],[61,2],[12,1],[36,2],[8,1],[37,1],[63,1],[5,1],[51,1],[66,2],[33,1],[79,1]],'names':[[49,2],[29,1],[51,3],[6,2],[10,1],[5,1]],'videolog':[[13,1]],'asq_realitya':[[26,1]],'fcm':[[73,6],[46,6],[12,1],[13,1],[16,2],[8,2],[14,4],[66,2],[24,2],[71,2],[72,1],[40,2],[11,1]],'bunch':[[80,1],[49,1]],'events':[[63,2],[80,1]],'aforementioned':[[77,1],[80,1]],'mmmm':[[51,2]],'nybble':[[79,34]],'configuration':[[27,2],[34,2],[36,1],[47,1],[31,5],[6,2]],'cheating':[[41,2]],'bytes':[[73,2],[55,1],[61,8],[74,10],[56,4],[69,13],[51,4],[54,6],[76,6],[66,1],[80,2],[72,5],[79,4]],'subtract':[[79,2]],'reworked':[[80,1]],'4006':[[77,3]],'phases':[[80,4]],'invisible':[[80,1]],'font':[[6,1],[49,4]],'optimize':[[67,1]],'77h':[[76,1]],'judged':[[63,1]],'tests':[[81,1],[77,1],[79,7],[5,1]],'icons':[[28,1]],'mappers':[[9,3],[14,1],[54,2],[6,2],[4,1],[12,1],[3,5],[5,2]],'8192':[[66,1],[69,1]],'sunsoft':[[76,4]],'kentaro':[[77,1]],'eight':[[63,1],[72,1]],'#l&':[[79,1]],'dmcaddress':[[61,1]],'0x863c':[[61,1]],'subsection':[[74,6]],'smooth':[[80,1]],'bandai':[[6,1]],'tabbing':[[55,1],[6,1]],'04x0':[[69,1]],'restoration':[[7,1]],'coordinate':[[61,4],[80,6],[60,2]],'eeprom':[[6,1]],'izumi':[[77,1]],'glitch':[[56,1],[54,1],[64,1]],'exclamationmark':[[60,1]],'dsbc':[[79,2]],'auxillary':[[61,1]],'ties':[[77,1]],'edu':[[79,1]],'johnson':[[80,2]],'emulating':[[61,1],[9,1]],'linear':[[61,1],[77,24],[76,1],[80,1]],'going':[[61,1],[49,4],[80,2]],'tax':[[79,2]],'requires':[[80,1],[32,1],[14,1],[36,1],[30,1],[66,2]],'hands':[[60,1]],'inputdisplay_for_selection':[[6,1]],'transparency':[[61,8],[80,2]],'upgrades':[[16,1]],'flag':[[9,1],[51,3],[76,2],[80,7],[44,1],[28,1],[61,2],[20,16],[10,1],[79,104],[8,2]],'wider':[[36,1]],'gzip':[[19,1]],'0011111100000000':[[81,1]],'rendering':[[61,1],[51,1],[14,1],[80,16],[6,1]],'recognize':[[12,1]],'algorithm':[[19,2],[79,1]],'japanophile':[[49,1]],'fba':[[42,1],[43,1]],'aborts':[[79,1]],'&z0':[[79,1]],'bypassed':[[34,1]],'processed':[[79,1],[60,1]],'profiling':[[51,1]],'snapped':[[57,1]],'tttttttt':[[76,1]],'169':[[80,1]],'2007':[[81,1],[74,1],[56,1],[69,2],[80,3]],'includes':[[78,1],[14,1],[6,1],[62,1],[61,2],[12,3],[13,1],[52,1],[75,1],[11,1],[39,1]],'plugging':[[22,1]],'earth':[[79,1]],'competing':[[67,1]],'removes':[[41,1],[61,1]],'drastically':[[12,1]],'intuitive':[[8,1],[54,1]],'provided':[[61,3],[77,2],[3,1]],'punkrockguy318':[[3,1]],'grammar':[[51,1]],'specially':[[59,1]],'coder':[[80,1]],'multiply':[[76,1]],'during':[[22,2],[14,2],[49,1],[80,18],[24,3],[6,1],[77,3],[36,1],[56,1],[8,2],[79,5]],'xxxx':[[4,1]],'altogether':[[64,1]],'player4':[[72,1]],'deactivating':[[79,1]],'accumulate':[[80,1]],'commontricks':[[67,1]],'aspects':[[70,1]],'simply':[[46,1],[67,1],[44,1],[16,1],[69,1],[63,3],[51,2],[29,1],[54,2],[76,4],[24,3],[80,3],[72,1],[18,1]],'04ff':[[69,1]],'yesnocancel':[[61,1]],'000a':[[76,1]],'kiji':[[9,1]],'collector':[[79,1]],'sta':[[79,42]],'undefined':[[79,3]],'6400%':[[25,2]],'tune':[[25,2],[56,1],[76,22]],'08ff':[[69,1]],'palflag':[[72,1],[14,1]],'calls':[[61,4],[55,1],[56,1],[39,1]],'repeat':[[41,1],[57,1]],'aborted':[[13,1]],'trying':[[63,1],[69,1],[79,2],[14,1],[6,1],[61,1],[77,1],[36,2],[56,1],[8,1],[5,1]],'filter':[[55,3],[38,1],[67,1],[44,1],[42,2],[16,1],[68,1],[69,2],[66,1],[43,2],[3,1],[40,2],[10,1],[33,1]],'rightbracket':[[61,1]],'m#nd':[[79,2]],'incrementing':[[76,1]],'unl':[[6,1],[12,1]],'evaluation':[[63,2],[80,5],[58,1]],'sdl':[[5,3],[11,2],[9,3],[14,22],[6,4],[4,1],[12,13],[13,18],[3,1],[7,1],[8,1]],'compile':[[63,1],[58,1]],'anything':[[76,3],[67,1],[60,3],[6,1],[61,4],[79,2],[8,1]],'related':[[79,1],[1,1],[30,1],[50,1],[81,1],[12,2],[16,1],[35,1],[27,4],[37,1],[39,1],[15,1],[26,1],[69,1],[4,1],[33,1],[7,2],[11,1]],'lags':[[44,2]],'product':[[51,3]],'taylor':[[77,1],[80,1]],'767':[[77,2]],'recieving':[[77,1]],'limitation':[[36,1]],'stack':[[9,1],[51,5],[55,3],[76,1],[6,2],[74,1],[79,27],[69,4],[8,1]],'ef43':[[72,1]],'neg':[[77,1]],'taught':[[63,1]],'picture':[[66,1],[52,1]],'rip':[[76,1],[56,1]],'encounters':[[60,1]],'2012':[[6,1]],'anonymous':[[61,3],[60,2]],'parodius':[[70,1],[68,1]],'dragon':[[29,2],[76,1],[47,1],[6,1],[28,2],[80,1],[10,1]],'0x800':[[74,3]],'stopseeking':[[61,1]],'constitute':[[72,1]],'introduces':[[6,1]],'causing':[[64,1],[51,1],[79,2],[6,1],[8,2]],'features':[[1,1],[67,5],[0,1],[77,2],[12,4],[13,1],[16,3],[42,1],[8,2],[5,1],[68,2],[49,5],[14,2],[80,1],[6,1],[24,1],[4,1],[43,1],[3,5],[10,1],[11,1],[79,2]],'compiling':[[12,1]],'variant':[[61,1]],'play':[[67,1],[61,2],[56,5],[27,1],[39,8],[49,2],[51,2],[80,1],[24,4],[4,1],[32,3],[10,1],[18,2],[55,1],[28,3],[12,1],[20,1],[68,1],[5,5],[37,1],[63,3],[22,1],[76,6],[6,1],[11,1]],'5ff6':[[76,1]],'frequencies':[[77,3]],'experimental':[[45,1],[11,2]],'incremented':[[79,4],[80,1],[82,1]],'bookmarks':[[5,1],[51,8],[41,1],[7,1],[6,1]],'error':[[61,13],[12,2],[13,1],[16,2],[8,2],[63,2],[9,1],[14,2],[49,1],[6,1],[79,1],[7,1],[11,1]],'vezj':[[79,1]],'demos':[[79,1],[50,1]],'rollback':[[63,3]],'fetches':[[79,7],[80,10]],'microprocessor':[[79,1]],'assumes':[[80,1]],'useable':[[58,1],[12,1],[32,1]],'pkzip':[[19,1]],'projects':[[6,1]],'configfile':[[14,2]],'translations':[[49,1]],'0111000000000000':[[81,1]],'periodic':[[41,1],[76,1],[28,1]],'shs':[[79,3]],'vbjin':[[42,1]],'management':[[58,1],[79,1],[16,1]],'suited':[[80,1]],'offsets':[[51,3],[76,3],[19,1],[6,1],[80,1]],'functions':[[58,2],[79,1],[62,1],[44,1],[61,12],[12,1],[16,1],[56,1],[8,2],[5,1],[39,2],[59,4],[9,1],[63,14],[41,2],[64,2],[6,2],[60,5],[4,1],[82,1],[3,1],[10,1],[11,1],[7,1]],'no8lim':[[20,2],[14,1]],'3000|':[[69,1]],'similarly':[[79,3]],'together':[[63,1],[77,2],[36,1],[79,1]],'compatible':[[19,3],[12,1],[16,1],[74,1],[69,1],[39,1],[66,1],[6,1],[24,1],[71,1],[10,1],[79,1],[18,1]],'increasing':[[34,1],[12,1],[77,1],[6,1]],'palette':[[61,8],[52,2],[74,1],[36,1],[8,2],[69,1],[27,2],[26,10],[66,4],[6,2],[80,22],[4,2],[33,21],[11,3]],'separated':[[56,1],[2,1],[52,1]],'zd`2':[[79,1]],'newppu':[[72,1],[9,1],[13,1],[10,1],[6,3],[11,2]],'stopmovie':[[20,3]],'oops':[[79,1]],'getinput':[[61,1]],'for':[[50,8],[61,46],[77,38],[56,15],[29,2],[47,6],[80,62],[2,1],[24,10],[48,1],[57,2],[79,38],[28,6],[81,4],[12,22],[13,13],[20,2],[36,8],[64,7],[5,1],[63,22],[68,4],[22,3],[69,22],[41,19],[43,1],[33,5],[11,8],[73,1],[1,2],[19,4],[67,7],[74,3],[16,6],[39,4],[59,4],[9,6],[14,10],[23,4],[49,19],[51,19],[54,5],[4,3],[60,21],[66,3],[10,4],[40,4],[18,2],[7,2],[55,14],[53,3],[30,2],[31,5],[62,7],[42,1],[52,1],[8,13],[17,6],[78,1],[26,1],[25,1],[76,17],[6,10],[72,8],[75,1],[3,9],[58,3]],'equipment':[[31,1]],'fun':[[49,1]],'transport':[[62,1]],'1a00':[[69,1]],'op`b@`':[[79,1]],'booleans':[[72,1]],'occupied':[[22,1]],'appropriate':[[61,3],[77,4],[79,1],[80,7]],'registerexit':[[61,1]],'executed':[[51,2],[55,7],[4,1],[61,1],[56,5],[79,9]],'rerecordcount':[[61,1],[12,1],[72,1]],'app':[[49,2]],'elseif':[[60,1]],'17d':[[77,1]],'undoes':[[67,1]],'generation|':[[80,1]],'users':[[61,1],[12,1],[10,1],[64,2]],'applying':[[51,1]],'dir':[[13,1]],'softreset':[[61,1],[12,1]],'native':[[3,1]],'hello':[[60,2]],'could':[[54,1],[49,2],[76,1],[66,1],[67,1],[44,1],[80,7],[61,2],[56,3],[79,4]],'lowest':[[63,1],[79,1],[69,1]],'1000':[[72,2],[25,2],[69,2]],'254':[[61,1]],'numpad0':[[61,1]],'1008307711':[[72,1]],'freely':[[64,1]],'ch8':[[76,2]],'dream':[[8,1],[9,1]],'filehandle':[[60,3]],'essentially':[[59,1],[49,1],[80,4],[77,2],[68,1],[56,1],[58,1]],'conducted':[[77,1]],'reformats':[[16,1]],'taps':[[77,1]],'vtoggle5':[[4,1]],'resizing':[[36,2],[5,1]],'machrider':[[64,1]],'root':[[66,2],[6,1]],'screenshot':[[61,4],[12,1],[39,2]],'days':[[60,1]],'macros':[[67,1]],'apparently':[[3,1]],'bit1|bit0':[[79,1]],'png':[[61,2],[62,1],[29,6]],'d020':[[79,2]],'sequential':[[80,4]],'rewrites':[[6,1]],'prefer':[[36,1],[55,1]],'replay':[[37,1],[39,1],[14,1],[23,1],[41,1],[6,4],[24,2],[61,1],[13,2],[8,3],[11,1]],'strmode':[[60,1]],'couple':[[4,1],[60,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':[[79,2],[6,1]],'crackling':[[34,1]],'nesdev@onelist':[[81,2],[82,2]],'ascii':[[72,2],[51,1],[6,1]],'hexforecolorb':[[21,1]],'quirk':[[77,1],[80,1]],'return':[[63,11],[59,1],[51,2],[54,2],[31,1],[24,1],[60,3],[61,6],[12,2],[77,2],[79,2]],'_ok':[[79,1]],'bfff':[[56,1],[69,1]],'whole':[[4,1],[36,2],[79,1],[80,3]],'came':[[80,2],[26,1]],'compete':[[80,1]],'resetcyclescount':[[4,1],[61,1]],'too':[[59,2],[9,1],[49,2],[80,1],[6,1],[28,1],[60,1],[61,4],[36,1],[79,4]],'c006':[[51,1]],'xxxx1':[[69,1]],'ease':[[6,1]],'mechanism':[[63,1],[61,1]],'madara':[[76,1]],'ported':[[9,1],[43,2],[4,1],[42,2],[3,3],[10,1]],'generate':[[63,1],[61,1],[77,7],[76,1],[56,1],[80,1]],'5015':[[76,1]],'call':[[63,2],[76,5],[80,1],[60,2],[81,1],[61,4],[77,1]],'motion':[[67,2]],'attempted':[[67,1]],'1ch':[[76,1]],'opcodes':[[79,5]],'1@i#zbe_':[[79,2]],'netplay':[[66,1],[9,1],[62,1]],'town':[[49,1]],'kinds':[[49,1],[79,2],[60,1]],'rumored':[[80,1]],'unchanged':[[61,3]],'|0a':[[77,2]],'exnr':[[74,1]],'cumulative':[[6,1]],'preexisting':[[24,1]],'viewer':[[9,1],[14,1],[54,1],[53,4],[50,3],[4,1],[12,2],[52,4],[3,2],[56,3],[68,1],[5,1]],'september':[[3,1]],'premise':[[49,1],[67,2]],'extensive':[[17,1]],'archives':[[4,1],[14,1]],'usual':[[76,1],[79,1],[80,2]],'provide':[[61,1],[41,1],[80,1],[62,1]],'logic':[[7,1],[80,1],[6,2],[82,1],[45,1],[81,1],[79,7],[11,3],[5,1]],'uint8':[[74,39]],'a%_':[[79,1]],'overview':[[44,1],[64,2],[1,1],[76,1],[2,1],[0,1]],'renamed':[[51,1]],'those':[[63,1],[21,1],[55,1],[41,1],[31,1],[6,1],[76,2],[61,6],[77,2],[80,1],[36,1],[56,1]],'handled':[[79,10],[8,1]],'scanline':[[49,3],[51,4],[53,9],[80,55],[81,1],[12,1],[20,2],[36,1],[52,2]],'m`0@9':[[79,5]],'logging':[[56,5],[10,1],[55,4],[8,1],[5,3]],'untouched':[[76,1]],'abortretryignore':[[61,1]],'patches':[[41,1]],'isattemptok':[[63,2]],'input3':[[14,1]],'terminates':[[72,1]],'zd#':[[79,1]],'using':[[61,13],[77,2],[56,4],[59,1],[9,1],[29,1],[49,3],[51,2],[24,1],[54,3],[60,5],[66,2],[80,3],[10,1],[40,4],[18,3],[57,3],[79,5],[46,1],[55,1],[53,2],[62,1],[44,2],[52,1],[68,1],[8,1],[5,2],[63,1],[64,1],[69,1],[41,3],[6,1],[34,2],[58,2]],'sporting':[[80,1]],'drawing':[[53,1],[6,1],[80,2],[81,1],[61,9],[12,1],[52,1],[36,1],[64,1],[5,2]],'although':[[68,1],[79,3],[80,3]],'turbo':[[61,2],[14,1],[25,3],[60,2],[34,2],[12,8],[13,1],[16,4],[20,5],[7,2],[8,1]],'engaged':[[61,1]],'doubly':[[61,1]],'ling':[[5,1]],'eaters':[[79,1]],'selector':[[80,1]],'chronicles':[[7,1]],'declaration':[[49,2]],'r0j0`fd%j':[[79,1]],'si_none':[[72,4]],'ampl':[[74,1]],'icon':[[61,5],[20,3],[28,1]],'switched':[[61,1],[41,1],[6,1],[82,2]],'imagine':[[80,1]],'criteria':[[44,2]],'v`a%_':[[79,1]],'&4la':[[79,1]],'231':[[36,1],[61,1]],'decision':[[80,1]],'optionally':[[61,3],[13,1],[51,1]],'kevin':[[76,1]],'getup':[[61,1],[9,1]],'relative':[[4,1],[79,4],[8,1]],'items':[[39,3],[49,1],[28,1],[12,5],[68,1],[69,1],[27,3]],'specifics':[[60,1]],'gameinfo':[[33,1]],'scientific':[[62,1]],'khorton@iquest':[[76,1]],'technically':[[68,1]],'community':[[68,1],[2,2],[65,2]],'specialized':[[68,1]],'customize':[[11,1],[54,1]],'|bit7':[[77,2]],'convience':[[80,1]],'archived':[[4,1]],'coin':[[4,1],[72,2],[25,2]],'key3':[[63,1]],'mutlitrack2':[[64,1]],'smearing':[[36,1]],'exiting':[[60,1]],'5c00':[[76,3]],'256x224':[[61,1]],'brad':[[77,1],[80,1]],'bar':[[53,3],[80,6],[52,1],[16,1],[3,1],[11,1],[69,1]],'stay':[[77,3],[36,1],[24,1]],'based':[[51,1],[41,1],[19,1],[67,1],[44,1],[76,1],[72,1],[12,1],[16,1],[10,1],[77,1],[80,1]],'basically':[[63,1],[49,1],[54,1],[80,3]],'f16':[[61,1]],'indeed':[[64,1]],'tri':[[77,8]],'chapter':[[79,2],[39,3]],'curly':[[60,1]],'rewritten':[[45,1],[6,1]],'y#4j2x@to':[[79,1]],'%d2n@4':[[79,1]],'remained':[[3,2]],'644':[[79,6]],'middle':[[51,2],[54,1],[57,1],[80,1]],'until':[[28,2],[61,2],[77,2],[8,1],[59,1],[49,1],[51,3],[41,1],[76,2],[80,4],[3,1],[57,1]],'pauses':[[61,2],[6,1],[60,1]],'autopause':[[5,1]],'potentially':[[61,1]],'respectively':[[77,2],[76,1],[79,3]],'frames':[[73,1],[28,4],[44,1],[61,10],[12,1],[13,1],[16,1],[77,1],[63,5],[49,1],[14,1],[47,2],[80,3],[24,1],[72,1]],'obsoletes':[[54,1]],'refresh':[[77,5],[12,4],[10,1]],'expand':[[69,1]],'delay':[[61,1],[77,4],[25,2],[47,1],[80,1],[5,1]],'compatibility':[[9,2],[19,1],[6,1],[28,2],[61,4],[10,2],[18,1],[7,1]],'corners':[[36,1]],'rand':[[63,8]],'string':[[51,1],[49,1],[76,5],[60,3],[61,41],[72,4],[74,3],[11,1]],'presskeya1':[[63,1]],'must':[[31,1],[28,2],[44,1],[61,3],[74,1],[20,5],[77,1],[39,2],[63,2],[59,1],[22,2],[49,1],[41,1],[51,3],[60,1],[66,3],[76,6],[72,5],[80,2],[57,1],[79,3]],'turned':[[61,1],[72,1],[41,1],[28,1]],'4092':[[76,1]],'setreadonly':[[61,4],[12,1]],'|frame':[[77,1],[80,1]],'terminated':[[72,1],[74,1],[76,3]],'arrow':[[31,2],[44,1]],'closer':[[79,1]],'2013':[[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,2],[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,2],[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]],'f17':[[61,1]],'retrieved':[[80,1]],'dismisses':[[61,1]],'collapse':[[44,1]],'notable':[[5,1]],'flickering':[[36,2]],'irq':[[51,3],[80,4],[77,18],[74,7],[79,17],[11,1]],'the':[[50,10],[61,366],[77,367],[56,74],[27,6],[15,2],[29,15],[47,15],[80,432],[2,8],[24,89],[82,8],[32,2],[57,49],[79,555],[46,3],[38,10],[28,80],[44,46],[81,15],[12,27],[13,6],[20,19],[36,36],[64,10],[5,19],[37,16],[63,130],[21,11],[22,43],[41,141],[68,7],[43,2],[69,67],[33,15],[11,40],[73,12],[1,4],[19,10],[67,37],[74,31],[16,20],[39,51],[59,25],[9,14],[14,12],[23,13],[49,117],[51,193],[54,65],[4,9],[60,85],[66,20],[71,3],[10,9],[40,6],[18,21],[7,9],[65,3],[55,40],[53,27],[30,10],[31,79],[45,4],[62,8],[42,3],[52,12],[8,38],[78,3],[26,5],[25,22],[70,2],[6,19],[76,126],[34,17],[72,111],[75,1],[3,29],[58,5]],'popup':[[61,10],[10,2],[60,1]],'expensive':[[61,1],[60,1]],'off':[[61,2],[74,2],[77,2],[35,1],[49,1],[54,1],[47,8],[80,3],[24,1],[79,2],[7,1],[31,1],[28,5],[12,6],[20,8],[8,3],[69,1],[63,1],[25,1],[41,3],[6,1],[34,1],[72,1],[11,2]],'song':[[76,18]],'better':[[63,1],[49,2],[61,1],[16,1],[10,1],[33,2],[36,1]],'05ff8h':[[76,3]],'luabot_backend':[[63,1]],'m09':[[79,1]],'sifc_none':[[72,1]],'default_nitsuja':[[26,1]],'bear':[[49,1]],'readbyte':[[61,2],[12,2],[60,2]],'player':[[63,2],[22,1],[14,1],[31,1],[60,2],[2,1],[61,12],[8,3],[69,12]],'achieves':[[67,1]],'modern':[[3,1]],'invalid':[[6,1],[61,1],[12,1],[13,1],[79,13],[5,1]],'minimal':[[16,1]],'allowed':[[60,1],[6,1],[61,1],[12,1],[77,1],[56,1],[11,1]],'maxattempts':[[63,1]],'mhz':[[77,2],[79,3],[80,12]],'located':[[49,1],[54,2],[41,1],[66,1],[61,1],[79,2],[69,1],[5,1]],'alive':[[61,1]],'generic':[[63,2],[74,4]],'%h21cp`ea@':[[79,1]],'disappear':[[79,1],[12,2],[14,1]],'images':[[22,4],[19,2],[62,1],[80,2]],'mysterious':[[6,1],[11,1]],'navigate':[[51,1],[24,1],[23,1]],'english':[[49,4]],'fixedfontheight':[[11,1]],'0x0263':[[61,1]],'linux':[[3,4],[61,2]],'proceed':[[13,1],[22,1]],'everything':[[63,1],[55,2],[80,1],[67,1],[61,1],[56,1],[79,1]],'ripper':[[76,1],[56,2]],'2nd':[[72,3],[12,1],[10,1],[76,1],[69,1],[80,1]],'nor':[[79,1],[67,1]],'preset':[[61,1],[31,4],[79,1]],'tens':[[67,1]],'anew':[[3,1]],'lined':[[47,1]],'rendered':[[54,2],[56,3],[80,8]],'turning':[[12,1],[25,1],[41,1],[80,1],[28,2]],'specifications':[[70,1],[78,1],[75,1]],'viewing':[[68,1],[49,2],[54,1]],'176':[[6,1]],'bind':[[37,1],[13,2],[31,1],[11,1]],'dancing':[[69,1]],'latch':[[77,1],[74,4],[79,2],[80,5]],'pressed':[[63,7],[41,2],[47,1],[24,1],[60,1],[34,1],[12,1],[61,2],[72,5],[8,1]],'making':[[79,1],[67,7],[28,1],[45,1],[61,1],[77,1],[16,2],[68,2],[56,1],[69,4],[37,1],[49,1],[41,2],[80,2],[24,3],[57,1],[40,1],[65,1]],'iql2':[[74,1]],'57%':[[77,1]],'demokratische':[[79,1]],'``````````````':[[79,1]],'lag':[[14,1],[47,1],[6,1],[28,8],[4,1],[44,2],[12,2],[13,2],[16,3],[61,11]],'indexes':[[80,1]],'serializer':[[80,1]],'1100':[[69,1]],'mahjong':[[31,1]],'freq':[[61,5],[77,1]],'width':[[36,2],[12,1]],'castlevania':[[76,1]],'note':[[61,11],[74,1],[16,1],[77,7],[49,3],[14,2],[47,1],[51,2],[54,1],[60,5],[80,2],[79,14],[55,1],[53,1],[31,2],[28,4],[81,2],[20,2],[69,1],[63,3],[41,2],[76,4],[34,1],[33,1]],'release':[[31,1],[45,1],[77,1],[12,1],[13,1],[8,2],[5,1],[9,1],[14,1],[15,2],[66,2],[6,1],[80,5],[4,1],[48,1],[32,1],[3,1],[10,1],[11,2],[7,2]],'automation':[[51,1]],'f11':[[61,1]],'#rrggbbaa':[[61,1]],'reserve':[[69,1]],'overflows':[[79,3]],'function':[[50,1],[61,69],[8,1],[39,2],[63,13],[9,1],[14,1],[49,1],[76,1],[60,11],[4,1],[10,1],[18,2],[7,1]],'playbeginning':[[61,1],[12,1]],'cover':[[80,1]],'pcl':[[79,15]],'32000':[[14,1],[9,1],[12,2]],'kremer':[[79,1]],'octave':[[77,3]],'behind':[[80,2],[61,2],[56,1],[2,1],[60,1]],'contents':[[50,3],[81,1],[77,1],[52,1],[69,1],[63,3],[51,4],[54,1],[41,1],[76,1],[6,1],[24,1],[4,1],[80,3],[65,1]],'grey':[[61,1]],'447':[[77,1]],'rpg':[[63,1],[49,1]],'designed':[[26,1],[1,1],[24,1],[43,1],[44,1],[42,1],[74,1],[40,1],[69,1]],'explanation':[[40,1],[57,1],[79,1]],'newname':[[51,1]],'synchronize':[[77,1]],'vector':[[51,8],[79,12],[62,1]],'ranging':[[79,1]],'given':[[63,1],[51,4],[53,1],[60,5],[30,1],[67,1],[61,34],[77,1],[80,1],[57,1],[18,1]],'surface':[[62,2]],'jl`@h':[[79,1]],'|history|':[[80,1]],'initialize':[[79,1],[80,2]],'gaiden':[[9,3]],'luke':[[3,1]],'mail':[[76,1]],'4005':[[77,2]],'mask':[[56,2]],'hq2x':[[36,4]],'rest':[[61,1],[49,1],[74,1],[77,1],[79,3],[80,1]],'concept':[[45,1],[63,1],[2,1]],'feb':[[80,2]],'describe':[[77,3]],'along':[[3,1],[80,1]],'1536':[[80,1],[69,1]],'human':[[67,2],[32,1]],'who':[[63,1],[77,2],[60,1]],'playingbest':[[63,1]],'positive':[[61,1],[49,1],[77,1],[79,2],[44,1]],'specified':[[22,1],[29,1],[51,4],[76,3],[28,1],[61,1],[72,3],[20,10],[77,1]],'returns':[[63,11],[61,55],[12,2],[60,4],[8,1]],'provides':[[62,2],[69,1],[68,1],[67,2],[2,1]],'cli':[[77,2],[79,1]],'existed':[[61,1]],'assigning':[[5,1]],'shortcuts':[[12,1]],'listbox':[[8,1]],'little':[[63,1],[61,1],[49,1],[79,1],[11,1]],'improvement':[[6,1]],'determine':[[63,3],[49,4],[55,1],[76,3],[80,3],[61,1],[77,1]],'attention':[[80,1],[54,1]],'choice':[[61,2],[80,1],[28,1]],'building':[[62,1]],'diables':[[11,1]],'udp':[[62,1]],'middleclick':[[61,1]],'ramwatch':[[7,2]],'ugly':[[49,1]],'p40':[[61,1]],'nonsense':[[64,1]],'triangle':[[34,1],[61,1],[77,31]],'shoddy':[[49,1]],'presettable':[[77,2]],'lax':[[79,13]],'providing':[[80,1],[9,1]],'altering':[[79,1]],'difficult':[[33,1],[79,1]],'blacker':[[80,1]],'serializers':[[80,2]],'booting':[[6,2]],'gray':[[61,1]],'logged':[[51,1],[54,1],[55,2],[6,1],[4,1],[56,4]],'compress':[[9,1],[28,1]],'submitinsertframes':[[61,1]],'assisted':[[63,1],[24,3],[2,1],[45,1],[6,1],[67,13],[3,1],[69,1],[65,2]],'outlinecolor':[[61,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]],'autoscrolling':[[4,1]],'autoconverts':[[11,1]],'giving':[[64,1]],'wave':[[77,32],[74,1]],'ticks':[[76,2]],'older':[[34,1],[48,1],[59,1],[3,1],[61,3],[77,1]],'truncate':[[8,1],[37,1]],'inserts':[[25,1]],'definite':[[77,1]],'identically':[[61,1]],'effectively':[[77,2],[54,1],[79,3],[31,1],[80,1]],'kana':[[49,6]],'sept':[[80,2]],'ymouse':[[61,1]],'00111111':[[81,1]],'enabling':[[28,1],[77,2],[12,1],[36,1],[35,1],[8,1]],'six':[[22,1]],'nil':[[63,1],[61,16],[12,1],[10,1],[60,6]],'rising':[[80,1]],'applied':[[60,2],[41,1],[80,2],[7,1],[28,2]],'9002':[[76,2]],'neat':[[80,1]],'june':[[3,1],[79,1],[7,1],[8,1]],'3f00|':[[69,1]],'sty':[[79,7]],'setting':[[55,1],[53,1],[31,2],[28,3],[77,1],[12,1],[5,2],[17,1],[25,2],[47,2],[24,1],[76,1],[4,1],[80,2],[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':[[61,1]],'constantly':[[77,1],[74,1]],'242':[[6,1]],'foreground':[[80,4],[21,1]],'displaying':[[28,1],[58,1],[61,2],[80,1],[50,2],[6,1]],'getemuscreen':[[61,3]],'divider':[[77,4]],'static':[[4,1],[63,1]],'01xx':[[69,1]],'programmer':[[77,1],[80,2],[58,1]],'scan':[[36,2],[13,1]],'lead':[[77,2]],'descriptions':[[77,1],[79,1]],'f800':[[76,2]],'list':[[19,1],[61,1],[74,3],[16,1],[77,1],[9,1],[49,1],[51,6],[54,1],[60,2],[66,1],[4,1],[57,4],[79,1],[38,2],[31,2],[12,1],[8,4],[5,2],[22,2],[41,8],[6,4],[33,2],[11,1],[58,2]],'pirated':[[49,1]],'record':[[39,2],[14,1],[23,2],[24,9],[28,2],[4,1],[61,3],[12,1],[72,10],[10,1],[37,1]],'powerful':[[63,2],[54,1],[6,1],[45,1],[16,1],[56,1]],'xxx0':[[69,1]],'qbe':[[79,1]],'subtractions':[[79,2]],'equally':[[63,1]],'stream':[[73,1],[80,1]],'regarding':[[79,1],[1,1],[71,1],[18,1],[65,3]],'fps':[[23,1],[6,1],[28,2]],'resetting':[[41,1],[77,1],[6,1]],'getname':[[61,1],[12,1]],'mouse':[[53,1],[31,3],[61,3],[12,2],[52,1],[36,2],[64,1],[5,1],[49,2],[51,1],[54,1],[6,1],[72,7]],'cutting':[[68,1],[60,1],[67,1]],'pertain':[[77,1]],'jumping':[[79,4]],'motherboard':[[80,1]],'which':[[73,3],[1,1],[50,1],[61,5],[77,15],[56,15],[59,6],[49,1],[14,4],[29,1],[51,11],[24,1],[54,7],[4,2],[60,2],[80,28],[57,2],[79,17],[55,6],[53,3],[31,1],[28,1],[44,1],[81,1],[12,1],[13,1],[68,1],[8,5],[5,1],[63,5],[69,3],[22,2],[25,1],[76,4],[6,1],[72,13],[3,3],[33,1]],'stores':[[72,1],[76,1],[79,3],[8,1]],'throws':[[61,6],[79,1]],'decimal':[[41,1],[60,1],[44,2],[72,2],[74,1],[79,28],[69,1]],'vrc':[[76,1]],'minus':[[61,1],[74,1],[77,1],[76,2],[80,2]],'comparison':[[80,3],[57,1],[60,1],[79,1]],'reflects':[[77,1]],'license':[[3,1]],'mistakes':[[24,1],[67,1]],'start':[[30,1],[31,3],[44,2],[61,5],[77,4],[16,1],[81,2],[56,2],[8,1],[63,7],[59,1],[49,2],[51,1],[41,1],[54,1],[24,1],[60,2],[76,1],[72,6],[80,4],[79,3]],'anothervalue':[[60,1]],'lines':[[51,6],[49,1],[55,4],[53,1],[76,1],[80,3],[72,1],[12,3],[56,1],[69,1],[79,1]],'title':[[63,1],[61,1],[22,2],[49,1]],'saturation':[[80,1]],'05fffh':[[76,3]],'textcolor':[[61,3]],'luapack':[[59,1]],'require':[[81,1],[77,1],[80,2],[60,1],[28,1]],'dmcloop':[[61,1]],'040h':[[77,1]],'@xcfyl':[[79,1]],'entirely':[[61,1]],'july':[[11,1]],'press':[[38,2],[30,1],[31,5],[28,2],[44,1],[61,3],[56,2],[63,3],[49,6],[51,1],[25,1],[54,1],[18,3]],'trouble':[[19,1]],'work':[[55,2],[28,1],[61,2],[13,1],[20,2],[36,1],[56,1],[64,2],[74,2],[77,2],[49,4],[14,1],[41,2],[47,1],[60,1],[80,2],[3,1],[10,1],[11,1],[79,3]],'compression':[[19,1],[9,1]],'178':[[4,1],[6,1]],'65xx':[[79,5]],'metafile':[[62,1]],'speedruns':[[45,1],[67,7],[69,1],[3,1],[24,2],[65,2]],'botting':[[63,1]],'050':[[77,1]],'wait':[[12,1],[66,1],[60,2],[79,2]],'joyhat':[[9,1]],'unset':[[61,1]],'uint16':[[74,4]],'gamepad5':[[9,1]],'mos':[[79,1]],'bookmark':[[6,2],[51,3]],'therefore':[[77,2],[80,1],[28,1]],'hooked':[[49,4]],'8157':[[4,1]],'you':[[19,1],[50,3],[61,61],[77,6],[16,1],[56,21],[59,11],[49,61],[23,3],[47,2],[51,32],[24,17],[54,34],[60,28],[66,5],[80,16],[32,1],[10,1],[57,9],[18,9],[79,28],[82,4],[46,2],[55,18],[38,3],[30,3],[28,13],[31,15],[44,7],[53,2],[81,2],[36,13],[64,11],[5,2],[37,3],[63,29],[21,2],[22,8],[25,7],[41,8],[69,9],[76,10],[34,3],[3,1],[33,2],[58,1]],'left':[[55,2],[31,4],[28,1],[44,1],[61,12],[12,2],[16,1],[20,2],[36,3],[74,1],[63,1],[51,8],[29,1],[41,3],[76,1],[6,3],[60,2],[4,1],[72,3],[79,4],[11,1]],'happening':[[61,1],[80,1],[14,1]],'calculation':[[4,1],[77,1],[51,1]],'immediately':[[37,1],[63,1],[54,1],[69,1],[80,2],[61,6],[77,4],[57,1],[11,1],[8,1]],'pathname':[[20,1]],'memory':[[50,1],[67,1],[61,30],[77,2],[16,8],[51,21],[14,2],[29,3],[54,9],[24,1],[60,5],[80,33],[10,3],[57,1],[40,2],[79,7],[53,1],[44,17],[12,7],[52,4],[68,1],[8,1],[69,16],[41,6],[76,1],[3,1],[11,4]],'used':[[73,2],[19,1],[50,2],[67,3],[61,6],[74,2],[16,2],[77,12],[56,6],[35,2],[39,7],[59,1],[9,1],[14,3],[23,1],[29,5],[24,1],[49,10],[51,3],[54,1],[60,4],[80,18],[82,1],[79,13],[55,1],[31,2],[28,1],[81,1],[12,2],[13,1],[20,1],[68,2],[8,1],[64,2],[63,5],[69,5],[22,3],[26,1],[41,4],[76,11],[72,18],[33,3],[11,2]],'restores':[[34,1],[39,6]],'limitations':[[49,1],[67,2]],'eggs':[[56,1]],'roms':[[9,1],[14,1],[29,2],[49,1],[6,1],[4,3],[16,1],[20,2],[56,1],[5,3]],'dimensions':[[61,1]],'ohm':[[77,1]],'coming':[[77,1]],'1993':[[79,1]],'exwram':[[15,1]],'waiting':[[61,1]],'85xx':[[79,1]],'sight':[[79,1]],'savestatefile':[[20,1]],'253':[[4,1],[9,1],[10,1],[6,1]],'segment':[[63,27],[61,1],[54,2],[24,1],[67,4]],'programmed':[[63,1],[59,1],[80,2],[64,1]],'edited':[[51,1],[1,1],[41,1],[24,1]],'captured':[[28,1]],'enables':[[41,1],[6,1],[28,1],[20,1],[79,3],[8,1]],'room':[[61,1]],'writeable':[[61,2]],'dfff':[[76,2],[56,1]],'buffer':[[74,1],[12,1],[14,1],[80,10]],'p`ne':[[79,1]],'ratio':[[4,2],[77,1],[12,1],[36,5],[6,1]],'throttling':[[12,2],[20,3],[35,3]],'health':[[63,1]],'totalsize':[[74,1]],'matt':[[77,1]],'|60':[[77,1]],'gdoverlay':[[61,3]],'documentation':[[1,1],[61,1],[12,3],[13,1],[16,1],[42,1],[77,1],[37,1],[59,1],[70,2],[71,1],[6,2],[24,1],[43,1],[80,1],[79,3]],'fires':[[47,1]],'onsegmentend':[[63,1]],'phenomenon':[[77,1]],'shifted':[[77,1],[80,1]],'mario':[[69,3]],'1998':[[3,1]],'negative':[[61,1],[77,3],[79,12],[82,1]],'why':[[49,1],[54,2],[80,5],[60,1],[82,1],[77,2],[79,5]],'column':[[51,6],[41,3],[44,4],[4,1],[72,2],[12,1],[69,3]],'physical':[[51,1]],'2800|':[[69,1]],'tmnt':[[69,1]],'layer':[[80,1]],'oeka':[[31,1]],'nmi':[[77,1],[51,2],[79,19],[69,1],[80,2]],'144':[[63,1]],'1fc':[[77,1]],'bring':[[4,1],[51,1]],'lastkey4':[[63,1]],'dated':[[79,1]],'number':[[73,1],[61,14],[77,16],[56,1],[49,2],[14,1],[51,8],[66,1],[24,2],[54,1],[4,1],[60,2],[80,4],[79,2],[18,2],[55,1],[28,1],[12,2],[5,1],[37,1],[63,33],[21,1],[22,1],[25,2],[41,4],[6,2],[76,4],[72,3],[11,1]],'corruption':[[69,1]],'rom':[[1,1],[19,2],[61,7],[74,1],[16,2],[56,27],[39,4],[9,3],[14,2],[29,4],[49,3],[2,1],[24,2],[4,2],[51,17],[54,21],[60,2],[66,6],[57,7],[18,1],[65,4],[79,1],[80,2],[55,1],[30,2],[28,11],[12,9],[13,1],[20,8],[68,12],[8,1],[5,6],[64,1],[69,4],[22,4],[41,2],[76,1],[6,5],[72,1],[3,1],[11,3]],'sprite':[[51,2],[9,1],[14,1],[80,14],[52,1],[74,1],[69,7]],'decent':[[36,1],[57,1],[80,1]],'opposite':[[63,1],[61,3],[56,1],[79,1]],'decoding':[[80,1]],'known':[[22,1],[41,2],[66,2],[24,1],[44,1],[60,1],[61,1],[52,1],[76,2],[3,1],[77,3]],'attached':[[72,5],[22,1]],'adjusting':[[59,1],[11,1]],'splitting':[[60,1]],'temporarily':[[36,1],[41,1],[31,1],[79,1]],'scale3x':[[36,2]],'but':[[19,2],[67,2],[61,13],[77,4],[56,4],[39,1],[59,1],[49,12],[51,1],[47,2],[66,1],[60,4],[80,11],[82,1],[79,15],[55,3],[31,2],[44,2],[81,2],[36,1],[69,1],[63,5],[22,1],[25,1],[41,2],[76,2],[3,1],[11,2],[58,2]],'hitbreakpoint':[[4,1],[61,2]],'4th':[[72,1],[77,1],[47,1],[80,2]],'may':[[67,2],[61,7],[56,1],[39,1],[49,1],[51,9],[47,1],[54,2],[66,2],[80,2],[79,24],[18,1],[55,1],[30,2],[31,1],[28,1],[36,1],[8,1],[64,3],[41,1],[76,1],[34,2],[72,3],[33,1]],'vbuf':[[74,1]],'nes':[[1,2],[19,5],[67,2],[61,1],[77,10],[56,6],[59,1],[49,2],[23,1],[51,18],[54,5],[2,1],[24,2],[60,1],[66,1],[80,14],[82,2],[57,3],[18,1],[65,2],[55,1],[53,1],[31,3],[28,3],[81,3],[52,1],[20,21],[36,4],[68,1],[69,10],[5,1],[78,6],[22,4],[25,5],[41,3],[70,2],[76,4],[75,2],[3,1],[33,5],[11,1]],'pla':[[79,2]],'clearing':[[77,1],[6,1]],'favourite':[[79,1]],'cleanup':[[63,1],[12,1],[14,2],[6,2],[7,1]],'stopframe':[[20,2]],'debug':[[51,3],[1,2],[14,1],[50,3],[6,1],[5,1]],'visually':[[50,1]],'2k3':[[77,1],[80,3]],'observe':[[56,1],[51,1]],'dumping':[[6,1],[23,1]],'0f000h':[[76,2]],'0xf0':[[79,1]],'approprite':[[80,1]],'protocols':[[62,1]],'07xx':[[69,1]],'vsbx':[[79,3]],'#0t':[[79,8]],'server':[[32,2],[66,2],[6,3]],'store':[[49,1],[22,1],[29,1],[55,1],[79,13]],'default':[[61,3],[16,1],[9,1],[14,5],[23,1],[29,5],[24,5],[47,2],[4,1],[10,1],[18,3],[38,2],[30,2],[28,8],[31,2],[44,3],[12,5],[13,4],[20,1],[36,7],[8,3],[5,2],[63,3],[21,6],[22,1],[25,1],[26,2],[6,2],[41,2],[34,1],[72,2],[33,2],[11,1]],'slowing':[[24,1]],'breakpoints':[[61,1],[51,20],[14,2],[6,7]],'average':[[28,1]],'normal':[[59,1],[25,1],[41,1],[47,1],[60,2],[34,1],[61,2],[56,1],[7,1]],'filters':[[55,1],[61,1],[14,1]],'modulate':[[61,1]],'tasvideos':[[67,4],[42,1],[66,1],[43,1],[24,1]],'seven':[[79,1]],'conditional':[[51,4],[6,1],[8,1]],'slows':[[25,1]],'binary':[[61,3],[72,6],[3,1],[56,1],[79,10]],'yelling':[[31,1]],'plain':[[41,1],[72,2]],'performing':[[61,1],[79,3]],'clip':[[12,1],[20,2],[36,1],[64,1]],'creates':[[63,1],[29,1]],'continuous':[[25,2]],'bcs':[[79,3]],'don’t':[[24,1]],'quicksave':[[10,1]],'enhancements|':[[80,1]],'high':[[76,1],[79,52],[35,1],[80,1]],'unix':[[3,2],[9,1]],'can':[[50,1],[61,34],[77,8],[56,16],[35,1],[29,1],[47,1],[80,9],[24,22],[82,2],[48,1],[57,2],[79,11],[28,15],[44,2],[81,2],[12,4],[13,1],[20,1],[36,12],[64,1],[5,2],[63,13],[69,8],[21,3],[22,4],[41,9],[43,1],[33,2],[73,1],[19,2],[74,1],[16,7],[59,2],[49,14],[14,1],[23,2],[51,22],[54,17],[60,13],[4,1],[66,7],[10,2],[18,2],[55,7],[31,6],[62,1],[42,3],[52,1],[8,2],[25,3],[70,1],[6,3],[76,5],[34,4],[72,5],[3,2],[58,1]],'feeding':[[61,1]],'base64':[[72,1]],'programs':[[49,1],[79,3],[80,1],[58,1]],'frameskip':[[14,1]],'getselection':[[61,1]],'a13':[[80,8]],'pipeline':[[80,5]],'important':[[63,1],[54,1],[80,1],[67,1]],'monitor':[[41,1],[66,1],[80,5],[44,2],[12,1],[79,1],[11,1]],'follow':[[77,1],[51,1],[60,1],[5,2]],'meaningful':[[61,1]],'indices':[[79,1]],'dualcore':[[12,1]],'reflex':[[67,2]],'workflow':[[4,1]],'serialized':[[80,1]],'luabot_front':[[63,1]],'classic':[[30,1]],'effective':[[79,80]],'leftclick':[[61,1]],'integers':[[61,3]],'wired':[[79,1]],'rainwarrior':[[1,1]],'rts':[[51,2],[76,1],[79,4],[6,1],[5,1]],'ips':[[19,9],[14,1]],'c0a8':[[51,1]],'presskeyx':[[63,3]],'puts':[[41,1],[61,1]],'blending':[[6,1]],'undone':[[67,1]],'framenumber':[[20,1]],'xxx2':[[76,1]],'enthusiast':[[77,1]],'m3y':[[79,1]],'exp':[[79,1]],'bi`':[[79,2]],'finishes':[[79,1],[80,2]],'details|':[[80,2]],'multiple':[[51,1],[46,1],[80,4],[4,1],[61,2],[74,1],[56,1],[7,2],[8,1]],'this':[[61,60],[77,52],[56,8],[15,1],[29,1],[47,5],[80,94],[24,8],[82,4],[48,1],[32,1],[57,3],[79,75],[28,15],[44,2],[81,2],[12,1],[13,1],[20,3],[36,17],[64,2],[5,1],[63,28],[68,1],[21,2],[22,5],[41,14],[69,14],[43,2],[33,2],[11,3],[73,2],[19,2],[67,4],[74,5],[16,2],[39,24],[59,7],[9,1],[14,2],[23,1],[49,29],[51,23],[54,11],[60,15],[66,3],[18,3],[55,7],[53,3],[30,3],[31,11],[62,1],[42,2],[52,1],[8,3],[17,1],[26,5],[25,2],[76,37],[6,1],[72,4],[3,6],[58,3]],'polling':[[28,1]],'han':[[49,1]],'more':[[19,1],[67,2],[61,4],[77,2],[16,4],[56,3],[9,1],[14,2],[49,4],[51,5],[24,2],[60,3],[66,1],[80,3],[82,1],[79,6],[55,3],[62,1],[81,1],[12,4],[20,1],[13,2],[36,3],[8,2],[5,1],[42,1],[63,1],[68,2],[69,2],[41,3],[70,1],[6,1],[43,1],[76,1],[3,1],[11,1],[58,1]],'permit':[[77,1],[13,1]],'dead':[[63,1],[61,1],[80,2]],'amazing':[[79,1],[64,1]],'2fa9':[[72,1]],'frequency':[[4,1],[61,10],[77,19],[76,4],[79,2],[80,1]],'docs':[[4,1]],'link':[[4,1],[6,1]],'translating':[[49,2]],'|0d':[[77,2]],'vic':[[79,4]],'impulse':[[80,1]],'261':[[80,1]],'ignored':[[49,1],[25,1],[60,1],[72,2],[77,2],[79,5]],'information':[[1,6],[50,3],[0,1],[61,6],[77,8],[56,3],[59,1],[49,2],[14,1],[51,3],[66,1],[24,2],[71,1],[80,8],[79,1],[18,2],[65,3],[28,1],[81,1],[12,1],[68,1],[69,1],[63,1],[41,1],[70,2],[76,3],[3,1],[58,1]],'conjunction':[[55,1],[56,1],[20,1]],'substitute':[[41,2]],'forces':[[61,2]],'lot':[[69,1],[49,2],[3,1],[6,1],[7,1]],'hexadecimal':[[51,6],[41,1],[79,1],[69,1]],'monitored':[[44,1]],'cur':[[77,2]],'&bh':[[79,2]],'distortion':[[80,1]],'inverter':[[80,1]],'report':[[79,1],[8,1]],'5fffh':[[76,1]],'t2p':[[79,1]],'intended':[[61,1],[79,1]],'affects':[[81,1],[12,1],[79,4],[37,1]],'rotated':[[79,1]],'resides':[[80,1]],'against':[[61,1],[49,1],[32,1]],'getfilename':[[61,1],[8,1]],'msb':[[77,4],[80,1]],'what':[[1,1],[50,1],[0,1],[67,1],[61,4],[74,2],[16,2],[77,3],[56,2],[9,2],[14,2],[15,2],[29,1],[24,1],[49,13],[4,2],[54,2],[66,1],[80,9],[10,2],[57,1],[7,2],[65,1],[79,7],[55,3],[53,1],[12,2],[13,3],[52,1],[68,1],[8,2],[5,2],[63,1],[76,1],[6,2],[33,2],[11,2],[58,1]],'have':[[73,1],[67,1],[61,5],[77,10],[16,1],[59,2],[15,1],[49,16],[47,3],[51,4],[54,3],[60,6],[66,1],[80,10],[57,1],[18,2],[79,13],[46,2],[55,1],[31,4],[28,1],[12,1],[20,1],[8,3],[64,1],[63,9],[69,1],[22,3],[41,6],[76,2],[6,1],[72,6],[11,1]],'conforms':[[8,1]],'script':[[61,26],[12,1],[13,1],[20,2],[56,1],[8,1],[39,4],[63,7],[59,10],[9,1],[14,3],[51,1],[60,8],[4,2],[10,1]],'deals':[[71,1]],'position':[[49,1],[41,1],[60,1],[4,1],[61,6],[12,5],[16,2],[72,4],[77,1],[69,4]],'abilities':[[77,1]],'crash':[[50,1],[61,2],[12,3],[13,2],[56,1],[8,3],[5,3],[9,1],[14,3],[15,1],[54,2],[6,2],[4,1],[11,1],[7,2]],'sweeps':[[77,2]],'efficient':[[79,1]],'created':[[39,2],[59,1],[9,1],[1,1],[80,1],[6,1],[60,1],[72,1],[12,1],[3,2],[56,1],[37,1]],'other':[[61,5],[77,3],[16,2],[56,1],[9,1],[49,5],[47,1],[51,3],[24,2],[60,3],[80,7],[10,1],[79,13],[31,1],[28,1],[30,1],[62,1],[13,1],[68,1],[8,1],[64,1],[63,1],[69,2],[76,3],[6,1],[72,1],[3,2],[11,1]],'xh%&q':[[79,1]],'separately':[[10,1]],'quickly':[[69,1],[51,2],[16,1],[54,1],[31,1],[24,1]],'offers':[[20,1]],'proprietary':[[6,1],[22,1]],'pepper':[[3,1]],'declared':[[60,3]],'gone':[[77,1]],'append':[[49,1]],'representation':[[77,1],[49,1],[62,1]],'defaults':[[34,1],[61,4],[14,2],[38,1]],'put':[[55,2],[44,3],[61,3],[20,1],[16,1],[69,1],[37,1],[63,1],[22,1],[49,4],[80,4],[33,1]],'request':[[80,1]],'snapshots':[[26,1]],'meta':[[24,1]],'alternatively':[[51,1],[36,1],[41,1],[18,1],[56,1]],'17ff':[[69,2]],'past':[[8,1],[28,1]],'int':[[61,132]],'|the':[[80,1]],'usefully':[[64,1]],'newname4':[[51,1]],'asl':[[79,11]],'dashes':[[60,1]],'organized':[[69,1]],'battery':[[22,1],[9,1],[12,1],[29,2]],'capture':[[23,6],[16,1],[56,2],[7,1]],'0000000011111111':[[81,1]],'topmost':[[79,2]],'accompanying':[[41,1]],'ppu':[[50,6],[77,1],[74,9],[56,1],[9,1],[49,1],[51,5],[54,4],[66,4],[80,95],[4,3],[82,2],[10,5],[7,2],[53,4],[28,9],[81,1],[12,3],[52,10],[68,2],[8,3],[5,3],[69,5],[78,2],[72,1],[3,1],[11,5]],'presses':[[12,1],[67,2]],'collisions':[[80,3]],'kid':[[69,1]],'ninja':[[47,1],[69,1]],'taken':[[77,3],[12,1],[3,1],[79,3]],'relocate':[[76,1]],'platforms':[[61,1]],'lowmost':[[79,3]],'sram':[[29,1],[41,1],[14,1],[69,1]],'sytem':[[22,1]],'rate':[[34,2],[77,14],[76,2],[80,2]],'sloppy':[[67,1]],'cheat':[[67,1],[28,1],[42,2],[16,2],[68,2],[8,9],[69,3],[9,1],[29,1],[41,27],[54,2],[6,4],[43,2],[10,1],[40,2],[57,4]],'sebastian':[[3,1]],'because':[[19,1],[31,1],[53,1],[61,7],[77,3],[36,1],[56,1],[39,1],[54,1],[76,3],[66,1],[24,3],[60,2],[4,1],[80,7],[3,1],[79,3]],'example':[[53,2],[62,2],[44,2],[61,10],[74,1],[56,4],[8,1],[69,5],[59,1],[49,3],[51,8],[41,3],[47,1],[76,1],[80,1],[72,2],[79,5]],'dmcseed':[[61,1]],'behave':[[51,1],[76,1],[79,1],[60,1]],'c128':[[79,1]],'boat':[[19,8]],'reset':[[73,2],[44,2],[61,4],[12,2],[13,2],[16,2],[56,3],[8,1],[69,1],[77,9],[51,3],[25,4],[41,5],[6,2],[24,3],[4,1],[72,4],[80,2],[10,1],[79,8]],'pha':[[79,2]],'repeated':[[80,3]],'corresponding':[[49,1],[44,1],[72,1],[77,1],[56,1],[79,1],[5,1]],'uploading':[[62,1]],'data':[[73,3],[19,1],[50,4],[61,9],[74,8],[77,1],[56,41],[9,1],[14,1],[51,10],[54,14],[24,5],[60,1],[4,4],[80,52],[82,2],[10,1],[79,15],[55,11],[53,1],[62,3],[81,2],[12,3],[42,1],[52,1],[68,3],[8,1],[5,3],[69,11],[22,2],[41,2],[76,23],[6,5],[43,1],[72,3],[3,1],[11,1]],'drag&drop':[[6,2]],'appended':[[51,1],[37,2]],'reside':[[69,2]],'excitingbike':[[64,2]],'worth':[[80,2]],'bots':[[61,1]],'cia':[[79,8]],'pointer':[[9,1],[51,1],[55,1],[80,1],[6,1],[4,2],[74,1],[79,28]],'translates':[[69,1]],'nesm':[[76,1]],'precisely':[[69,1]],'tables':[[49,3],[53,2],[60,2],[80,2],[82,1],[52,1],[79,2],[11,1]],'screenshots':[[29,2],[14,1]],'assembler':[[3,1],[51,4]],'contexts':[[8,1]],'explicitly':[[60,1]],'struct':[[9,1]],'knowledge':[[79,1],[80,1],[49,2],[57,1],[69,1],[58,1]],'198':[[5,1]],'rbibaseball':[[6,1]],'adr':[[60,4]],'encompasses':[[76,1]],'chain':[[79,1]],'oe_':[[79,2]],'due':[[22,1],[49,1],[80,1],[67,1],[61,1],[12,2],[77,3],[3,1],[79,1],[69,1]],'contain':[[73,1],[77,2],[74,2],[56,1],[69,2],[51,2],[29,1],[14,1],[76,1],[24,3],[60,1],[72,1],[33,1]],'hexrowheightborder':[[21,1]],'maintain':[[36,1],[6,1]],'unzipped':[[59,1]],'int16':[[74,1]],'07ffh':[[76,2]],'sounddisplay':[[6,1]],'applies':[[61,6],[74,2],[33,1],[53,1]],'developed':[[79,2]],'k0z':[[79,1]],'schematics':[[80,1]],'idle':[[51,1]],'applyinputchanges':[[61,1]],'amplitude':[[77,1],[74,1],[80,1]],'played':[[76,2],[67,1],[31,1],[28,2],[72,1],[20,1],[56,2]],'responsible':[[77,2],[56,1],[60,1],[79,1]],'returning':[[61,2]],'dd05':[[79,4]],'hex':[[50,1],[67,2],[61,2],[56,3],[49,1],[51,3],[54,11],[60,2],[4,2],[57,2],[7,1],[44,4],[12,3],[42,1],[68,3],[8,3],[5,1],[69,3],[21,3],[41,11],[6,1],[43,1],[72,1],[3,1],[11,5]],'googlecode':[[3,1]],'enter':[[63,1],[51,2],[54,1],[25,1],[80,1],[61,1],[12,1],[36,5],[57,5],[11,1],[5,1]],'dwedit':[[9,1]],'icarus':[[69,1]],'6000':[[74,1],[41,1],[76,5],[7,1],[69,1]],'zbq':[[79,1]],'452de2c3':[[72,1]],'named':[[22,1],[29,1],[41,2],[51,1],[66,2],[28,2],[3,2],[79,1]],'explosion':[[12,1]],'pageup':[[61,1]],'composite':[[80,1]],'processing':[[78,2],[62,1],[34,1],[12,1],[52,1],[33,1],[35,1],[79,1]],'configable':[[9,1]],'assign':[[20,1],[38,3],[31,4]],'lavelle':[[10,1]],'|06':[[77,2]],'specificness':[[74,1]],'ready':[[49,2],[68,1]],'regular':[[67,1],[14,1]],'guaranteed':[[74,1]],'analog':[[77,3]],'ctrl':[[54,4],[14,1],[57,1],[18,2],[6,1]],'ganbare':[[9,2]],'consume':[[55,1]],'numpad':[[61,5],[14,1]],'milliseconds':[[61,1]],'triggers':[[76,2]],'global':[[63,1],[61,4],[33,1],[60,1]],'comprehend':[[61,1],[79,1]],'loading':[[58,1],[19,1],[31,1],[28,1],[44,2],[61,3],[12,2],[16,1],[67,2],[77,1],[8,5],[5,2],[17,1],[37,1],[9,1],[14,2],[76,1],[6,4],[24,6],[4,2],[72,1],[10,1],[11,1],[7,1]],'resize':[[8,1]],'problem':[[13,1],[76,2],[79,2],[80,1]],'columns':[[41,1],[69,2]],'dostuffhere':[[60,1]],'0x0200':[[61,2]],'out':[[79,3],[50,1],[28,1],[61,2],[74,1],[77,6],[36,3],[8,1],[9,2],[49,7],[41,1],[51,1],[24,1],[6,3],[60,1],[76,1],[80,8],[33,1],[11,1],[57,2]],'directdraw':[[36,2],[66,1]],'170th':[[80,1]],'predictable':[[80,1],[24,1]],'transparancy':[[61,1]],'042x':[[69,1]],'response':[[79,1]],'easilly':[[80,1]],'intend':[[23,1]],'toggles':[[25,1],[28,5],[61,1],[12,1],[20,2],[8,1],[37,2]],'flashing':[[7,1]],'subroutine':[[4,1],[51,1],[55,1],[79,2],[6,1]],'think':[[49,1],[76,1],[80,2],[82,2],[81,1],[61,1],[77,1]],'resuming':[[4,1],[24,1]],'fly':[[53,1]],'entire':[[49,1],[54,1],[76,1],[80,2],[74,1],[69,1]],'indicated':[[61,1],[80,2]],'dictate':[[51,1]],'bne':[[79,4]],'anding':[[79,2]],'beat':[[69,2]],'fceuxdsp':[[26,1],[49,1],[2,2],[12,1],[16,2],[3,9],[10,1]],'tbl4':[[60,3]],'abbreviated':[[67,1]],'caveat':[[76,2],[80,2]],'setnote':[[61,1]],'mixed':[[4,1],[77,1],[80,2],[60,1]],'take':[[31,1],[28,1],[61,2],[77,2],[64,1],[69,1],[54,2],[41,1],[76,1],[24,2],[80,2],[4,1],[57,1],[79,4]],'vsnprintf':[[14,1]],'attr':[[14,1]],'tcp':[[62,1]],'cases':[[61,2],[13,1],[14,3],[51,1],[79,1],[11,1]],'eats':[[61,1]],'competitionrecorder':[[64,1]],'produce':[[55,2],[80,1],[34,1],[72,1],[77,4],[57,2],[11,1]],'rla':[[79,13]],'general':[[17,3],[59,1],[1,2],[80,1],[6,2],[2,1],[61,1],[74,1],[16,1],[77,1],[7,1],[64,3]],'smbconfig':[[20,1]],'luau':[[58,1]],'randomly':[[80,1]],'straighten':[[6,1]],'corresponds':[[72,1],[80,2],[69,1]],'0x2000':[[74,3]],'resembles':[[49,1]],'consider':[[77,1],[79,1],[80,1]],'multi':[[72,1],[51,3],[10,1],[8,1],[67,2]],'values':[[50,1],[67,1],[61,13],[74,1],[77,4],[9,2],[49,1],[51,2],[54,3],[60,7],[80,4],[79,6],[38,1],[44,6],[12,3],[42,1],[36,2],[69,19],[21,3],[41,11],[76,4],[43,1],[72,6],[11,4]],'usable':[[13,1]],'inc':[[79,10]],'translator':[[49,3]],'cxi':[[79,2]],'systems':[[19,1],[66,1],[80,1]],'kids':[[31,1]],'prior':[[55,1],[80,2],[6,1],[77,4],[12,1],[7,1]],'edge':[[77,1],[68,1],[80,1],[69,1],[67,1]],'9810':[[74,1]],'priority':[[80,18],[33,3],[35,2],[79,1]],'topics':[[80,1]],'irqc':[[74,2]],'requiring':[[22,1]],'modulated':[[80,1]],'gauntlet':[[69,1]],'entertainment':[[3,1],[18,1],[22,1]],'reason':[[61,1],[49,1],[77,1],[56,1],[80,3]],'whatever':[[63,2],[61,2],[77,2],[53,1],[56,1]],'nospritelim':[[14,1]],'rule':[[79,1]],'printing':[[5,1]],'hexbackcolorr':[[21,1]],'concern':[[41,1]],'signficantly':[[7,1]],'particularly':[[61,1]],'65536':[[72,2],[79,2]],'accurately':[[80,1]],'irix':[[3,1]],'cool':[[49,2]],'evaluated':[[63,4],[80,2]],'0x5fff':[[6,1]],'md5':[[72,1]],'brief':[[44,1],[79,2],[58,1]],'handakuten':[[49,4]],'4800':[[76,3]],'|01':[[77,1]],'`rp`':[[79,1]],'blader':[[9,1]],'autofire':[[15,2],[16,1],[47,12]],'closest':[[80,1]],'forcing':[[61,1]],'tab':[[61,1],[16,1]],'188':[[79,1]],'rgp':[[79,2]],'potential':[[66,1],[6,1],[8,1]],'resolve':[[34,1]],'wrapping':[[69,1],[82,2],[6,1]],'visible':[[36,1],[51,2]],'040':[[77,1]],'lua51':[[4,2]],'entering':[[49,1],[51,2],[25,1],[36,1],[80,1]],'stepping':[[10,1],[67,1]],'accessing':[[79,1],[51,1],[62,1]],'assembled':[[51,2]],'generating':[[61,1],[77,1],[76,1],[80,1]],'accu':[[79,1]],'subs':[[49,2]],'submitdeleteframes':[[61,1]],'remainder':[[72,1]],'j@8n':[[79,1]],'timeline':[[6,1]],'deutsche':[[79,1]],'scaling':[[12,1],[14,1],[36,1],[80,2]],'blurry':[[36,1]],'lets':[[54,2],[55,1],[53,1],[79,3]],'attribute':[[80,10],[74,2]],'wordpad':[[21,1]],'findings':[[77,2]],'program':[[63,2],[51,6],[76,2],[80,1],[60,1],[61,2],[48,1],[68,1],[74,1],[77,1],[64,5],[79,14]],'&a%_':[[79,2]],'table':[[53,5],[50,2],[61,27],[74,2],[77,1],[69,2],[63,7],[9,1],[49,20],[54,2],[80,33],[60,18],[82,1],[3,1],[79,2],[11,1]],'replacing':[[77,1],[67,1]],'|miscellanious':[[80,1]],'hacking':[[1,1],[68,11],[2,1],[65,3]],'august':[[15,1],[14,1],[3,4],[16,1]],'retained':[[3,1],[77,1]],'multibyte':[[6,1]],'these':[[19,1],[67,1],[61,3],[77,10],[27,1],[39,1],[49,2],[29,5],[47,1],[51,5],[24,2],[60,2],[66,1],[80,5],[79,5],[31,3],[28,2],[42,1],[36,4],[8,1],[64,8],[63,6],[69,6],[21,1],[26,2],[25,1],[41,1],[43,1],[70,2],[76,3],[72,1],[11,1]],'ijc':[[79,8]],'d2n@3y':[[79,1]],'getlostplayback':[[61,1]],'xmouse':[[61,1]],'getregister':[[10,1],[61,3]],'finds':[[49,1]],'combined':[[63,2],[80,1],[1,1],[56,1],[79,1],[0,1]],'jajamaru':[[9,1]],'fractions':[[67,1],[14,1]],'player1':[[72,1]],'quietust':[[77,1]],'66hl2n@':[[79,1]],'some':[[19,2],[61,10],[77,2],[56,2],[39,1],[49,6],[9,1],[14,2],[29,1],[51,1],[60,3],[4,1],[66,2],[80,9],[82,1],[10,1],[79,9],[7,2],[30,1],[28,1],[12,1],[13,2],[36,2],[8,1],[5,1],[63,5],[64,1],[21,1],[22,1],[26,1],[41,1],[6,2],[69,2],[76,2],[34,1],[3,1],[11,2]],'displaced':[[67,1]],'05ff9h':[[76,2]],'parameter':[[63,2],[41,1],[79,10]],'colors':[[54,1],[66,1],[60,1],[80,1],[61,14],[12,1],[33,1],[8,3],[11,1]],'unique':[[72,1],[24,1]],'loved':[[79,1]],'chunks':[[74,5]],'analyzing':[[50,1]],'exactly':[[59,1],[51,1],[61,2],[76,1],[77,1],[80,1]],'complex':[[79,1],[80,1]],'skipped':[[79,2]],'modify':[[61,1],[54,3],[57,1],[79,8]],'trade':[[79,1]],'lesser':[[61,1]],'snels9x':[[42,1]],'achieved':[[57,2],[51,2],[74,1]],'fine':[[25,2],[80,5]],'reversing':[[80,1]],'freezing':[[41,2],[12,2],[60,1]],'1x1':[[36,4]],'identified':[[72,1]],'quicker':[[68,1],[51,1],[67,1]],'fill':[[36,2],[57,1],[14,1]],'debuggers':[[68,1]],'version':[[1,1],[31,2],[0,1],[45,1],[12,1],[16,1],[42,1],[74,6],[76,1],[66,2],[6,1],[2,1],[4,1],[43,1],[48,1],[72,4],[3,10],[79,6],[80,1],[58,1]],'tod':[[79,5]],'lxa':[[79,3]],'website':[[49,3]],'decrement':[[77,2],[79,6]],'j1rb':[[74,1]],'slots':[[61,3],[12,1],[14,2],[69,1]],'las':[[79,1]],'except':[[63,2],[41,2],[55,1],[6,1],[60,2],[76,1],[61,4],[72,2],[77,3],[79,6]],'226':[[9,1]],'control':[[79,1],[76,2],[80,1],[31,1],[60,6],[34,2],[12,3],[48,1],[61,6],[77,5],[11,1],[58,1]],'bit7':[[72,2]],'xxx':[[72,2]],'acquired':[[77,1]],'xxff':[[79,1]],'exit':[[60,1],[61,7],[51,1],[8,1],[30,2]],'causes':[[51,2],[80,2],[82,1],[77,1],[36,1],[79,2],[11,1]],'batteries':[[22,1]],'characteristic':[[69,1]],'bit5':[[72,2],[79,1]],'symbolic':[[51,6],[55,1],[6,2],[5,2]],'resolved':[[66,2],[32,1]],'assume':[[61,1],[76,2],[79,1],[60,1]],'clouds':[[80,3]],'accessable':[[80,1]],'once':[[79,1],[55,2],[31,1],[28,2],[61,7],[12,2],[68,1],[36,1],[77,1],[5,1],[37,1],[39,2],[49,7],[41,1],[76,4],[24,1],[60,2],[80,1],[57,1],[18,1],[11,1]],'steady':[[35,1]],'org':[[59,1],[66,1],[60,1],[67,5]],'2kb':[[74,2]],'throw':[[79,6],[80,1]],'flip':[[76,1],[80,1]],'ldy':[[79,9]],'0900':[[69,1]],'areas':[[36,2],[6,1],[54,1]],'filenames':[[16,1],[6,1],[9,1]],'storing':[[4,1],[61,1],[72,1],[19,1]],'increment':[[76,1],[79,71],[28,5]],'readup':[[61,1]],'holds':[[63,2],[77,1],[80,1],[31,2]],'pushing':[[79,2]],'made':[[7,1],[31,1],[77,1],[13,1],[16,3],[8,7],[9,2],[49,3],[66,1],[24,5],[80,7],[3,2],[10,1],[18,1],[11,3]],'discarding':[[55,1]],'republik':[[79,1]],'fceu98':[[14,1]],'bryan':[[79,2]],'inconvenience':[[77,1]],'chm':[[45,1],[6,2]],'loadscriptdata':[[10,2],[61,1]],'b002':[[76,1]],'xh8':[[79,1]],'262':[[4,1],[80,3]],'highlighed':[[6,1]],'cell':[[22,1]],'inspect':[[51,1]],'auxiliary':[[64,1]],'400a':[[77,2]],'changed':[[44,1],[12,1],[13,1],[5,3],[9,2],[14,1],[22,1],[41,3],[6,1],[51,1],[4,1],[54,1],[80,1],[79,1],[11,2]],'minimized':[[9,1],[11,1]],'copyright':[[76,3],[79,1]],'scroll':[[51,1],[80,8],[53,5],[6,1],[82,4],[12,1],[69,1]],'hhhhllll':[[76,1]],'effect':[[79,1],[51,1],[80,1],[31,1],[28,1],[77,3],[57,3],[8,1],[39,3]],'fullscreen':[[14,1],[30,2],[6,1],[36,2],[11,1],[5,3]],'distribute':[[56,1]],'life':[[41,1],[64,1],[68,1]],'ddr':[[79,1]],'subtracting':[[77,1],[79,2]],'web':[[45,1],[62,1]],'semi':[[77,1]],'indexing':[[79,3]],'snap':[[57,1],[49,3],[14,1]],'poorly':[[36,2],[32,1]],'through':[[55,1],[67,1],[61,1],[13,1],[68,1],[74,1],[56,4],[69,1],[77,2],[59,1],[21,2],[49,1],[41,2],[51,1],[6,2],[24,2],[60,1],[76,2],[80,5],[58,1]],'woes':[[14,1]],'widely':[[19,1]],'downloading':[[62,1]],'subtitles':[[39,6],[11,2],[24,6],[72,2],[12,2],[64,1],[37,4]],'couldn':[[61,2],[13,1],[80,1]],'exceeds':[[6,2]],'reinstalled':[[12,1]],'glitchy':[[34,1]],'scale':[[77,3]],'accidental':[[6,1]],'titlebar':[[14,1]],'r65c00':[[79,2]],'laggy':[[47,1]],'lastkey':[[63,1]],'y2k':[[80,2]],'4018':[[51,1]],'checks':[[4,1],[56,1],[9,1]],'greatly':[[34,1],[12,1]],'|scanline':[[80,1]],'deliver':[[48,1]],'5th':[[79,1]],'filename':[[19,1],[61,2],[12,4],[13,1],[20,3],[8,1],[37,1],[39,1],[5,1],[9,1],[14,1],[23,1],[51,1],[6,1]],'comparing':[[50,1],[54,1]],'kh%61':[[79,1]],'dialogue':[[68,1]],'jammed':[[79,1],[74,1]],'valid':[[73,1],[19,2],[61,2],[12,1],[16,1],[20,1],[41,1],[80,4],[6,1],[72,1],[79,1],[7,1]],'tilde':[[61,1],[60,1]],'aratanaru':[[9,1]],'|08':[[77,2]],'resources':[[69,1],[61,1],[68,1],[62,1],[67,1]],'bound':[[31,1],[60,1]],'iiiiiiiiiiiii':[[51,1]],'blitting':[[61,1]],'snowbro':[[77,1]],'rounder':[[36,1]],'regulate':[[77,1]],'history':[[5,1],[1,1],[3,2],[0,1]],'addr_hi':[[79,5]],'divided':[[80,1]],'408':[[80,1]],'results':[[41,1],[55,1],[80,1],[61,1],[77,9],[56,1],[64,2],[79,3]],'eyebrows':[[80,1]],'portion':[[41,1],[77,1],[69,1]],'cah4e3':[[3,2],[14,1]],'fixing':[[8,2],[79,6],[56,1],[50,1],[7,2]],'early':[[61,1]],'local':[[61,4],[60,9],[62,1]],'freeware':[[3,1]],'240':[[77,3],[51,1],[80,1],[82,1]],'ddt':[[74,1]],'limits':[[80,2],[67,2]],'overhauls':[[16,1]],'flow':[[60,2]],'detect':[[80,1],[28,1]],'replaced':[[77,1],[51,1],[12,1],[49,1],[79,1],[80,1]],'approx':[[12,1]],'contra':[[69,1]],'minvalue':[[63,12]],'strobe':[[77,3]],'jams':[[79,2]],'socket':[[7,1]],'former':[[79,1]],'adjustments':[[33,1]],'sorta':[[76,1]],'pauseframe':[[11,1]],'existence':[[77,1],[64,1]],'outlet':[[68,1]],'inspecting':[[51,1]],'onattemptstart':[[63,2]],'deflate':[[19,1]],'over':[[53,1],[67,2],[28,1],[12,1],[16,1],[52,2],[74,1],[64,1],[39,3],[27,1],[63,1],[49,2],[51,2],[47,1],[80,3],[2,1],[60,2],[32,1],[79,1]],'getcyclescount':[[4,1],[61,1]],'0318':[[79,3]],'incorrectly':[[12,1]],'definition':[[49,1],[51,1]],'fact':[[79,1],[64,1]],'wiped':[[14,1]],'ejected':[[22,2]],'third':[[79,1],[51,2]],'grab':[[4,1]],'reopen':[[61,2]],'editors':[[68,1]],'refills':[[41,1]],'binds':[[60,1]],'pcm':[[34,1],[54,1],[23,1],[56,4]],'sit':[[76,1]],'animation':[[41,1],[69,1]],'initializing':[[63,1],[15,1]],'overrides':[[12,1],[22,2],[10,2],[29,2],[18,1],[66,1]],'non':[[67,2],[28,1],[61,3],[12,1],[13,1],[68,1],[74,2],[69,1],[77,4],[63,1],[9,1],[14,2],[41,1],[51,4],[6,1],[80,6],[3,1],[11,1],[58,1]],'depending':[[41,1],[66,1],[67,1],[80,1],[61,1],[72,1],[77,3],[56,1]],'fire':[[61,2],[9,3],[47,5],[40,3],[67,1]],'impose':[[6,1]],'hits':[[9,1],[55,1],[80,1],[6,1]],'minimizes':[[11,1]],'310':[[51,1]],'primitive':[[51,3]],'description':[[51,2],[41,1],[76,2],[44,1],[61,1],[74,10],[77,3],[79,40],[58,1]],'sense':[[61,1],[79,1]],'callbacks':[[61,8]],'bmf_final2':[[26,1]],'decoder':[[80,1],[68,1],[3,1],[57,7],[50,1],[28,1]],'numpad5':[[61,1]],'intellivision':[[76,1]],'operation|':[[77,2]],'misleading':[[63,1]],'ora':[[79,17]],'selecting':[[49,1],[29,1],[41,2],[54,2],[24,2],[6,1],[80,2],[8,1],[18,2]],'b@ll7aol':[[79,1]],'much':[[28,2],[61,3],[77,1],[36,1],[56,3],[8,1],[59,1],[49,3],[51,1],[80,2],[60,1],[79,5],[58,2]],'00698089599609375':[[72,1]],'pgen':[[74,1]],'dffe':[[51,1]],'performance':[[67,1],[7,1],[35,1]],'crc':[[8,1],[5,1]],'american':[[22,1]],'properties':[[61,1],[79,1]],'hurt':[[28,1]],'constant':[[14,1],[79,2],[11,1],[80,1]],'inline':[[3,1],[51,4]],'hidden':[[30,1],[39,1]],'unassigned':[[12,1]],'getplaybacktarget':[[61,1]],'|commands|port0|port1|port2|':[[72,1]],'please':[[81,1],[79,2],[49,6]],'oldversion':[[74,2]],'silenced':[[77,4]],'mc650x':[[79,1]],'vd`d2n0l':[[79,1]],'unconditionally':[[80,1]],'considering':[[80,1]],'critical':[[63,1],[24,1]],'versatile':[[80,1]],'been':[[55,2],[67,1],[61,1],[42,1],[16,2],[77,6],[63,4],[41,2],[76,1],[43,1],[60,1],[80,7],[3,3],[79,5],[11,1]],'00000111':[[81,2]],'onstart':[[63,5]],'dynamic':[[4,1],[58,1]],'tht':[[12,1],[49,3]],'nesdev':[[70,1],[77,3],[81,1]],'tya':[[79,1]],'closing':[[9,1],[10,1],[30,1],[5,2]],'helps':[[49,1],[50,1]],'null':[[74,2],[14,1],[76,4],[60,1],[6,1]],'poll':[[61,2],[28,1]],'were':[[55,1],[61,2],[12,1],[77,1],[56,4],[63,1],[22,1],[14,2],[26,1],[51,1],[24,1],[54,2],[4,1],[72,1],[80,2],[3,2],[79,1]],'sides':[[22,6],[49,1],[25,1],[12,1],[20,2],[36,2],[69,2]],'doc':[[76,3],[77,1],[80,1]],'dd0c':[[79,10]],'c100':[[79,1]],'0008':[[76,1]],'tas':[[1,1],[67,7],[45,5],[61,2],[16,5],[64,1],[8,1],[5,1],[69,3],[6,3],[4,1],[48,1],[40,2],[65,3]],'excuse':[[80,1]],'command':[[73,2],[12,2],[20,6],[13,1],[16,1],[8,1],[17,3],[22,4],[41,1],[24,1],[4,1],[3,1],[79,4],[18,1]],'svgalib':[[3,3]],'stuck':[[13,1],[49,1]],'sockets':[[22,1]],'improves':[[11,1],[12,1]],'confuse':[[79,2]],'portability':[[3,1]],'0070h':[[76,3]],'pulling':[[79,1],[31,1]],'jmp':[[56,1],[79,9]],'18ff':[[69,1]],'iup':[[62,3]],'occurring':[[51,1]],'nybbles':[[79,1]],'interrupts':[[77,2],[79,20]],'part2':[[51,1]],'1900':[[69,1]],'extra':[[55,1],[31,1],[61,2],[74,4],[20,1],[77,1],[8,1],[51,1],[76,2],[80,7],[72,1],[79,2],[11,1]],'love':[[81,1]],'find':[[55,1],[50,2],[44,2],[61,1],[77,1],[56,2],[69,4],[59,2],[49,2],[29,1],[41,3],[54,1],[6,1],[24,1],[60,2],[66,1],[76,1],[57,1],[79,2]],'moreover':[[77,1]],'search':[[55,1],[67,2],[28,1],[42,8],[16,2],[68,2],[8,4],[5,2],[63,1],[69,6],[49,1],[29,1],[41,26],[54,2],[6,3],[43,4],[4,2],[10,3],[40,2],[7,2],[57,1]],'later':[[59,1],[49,1],[41,1],[55,1],[80,2],[61,1],[3,1],[79,2],[18,1]],'dim':[[4,1]],'boost':[[35,1],[6,1],[12,1]],'limit':[[63,2],[14,1],[36,1],[79,2]],'limited':[[34,1],[69,1]],'shot':[[61,2],[60,1]],'papers':[[80,1]],'0fff':[[69,2]],'scope':[[59,1],[60,2]],'f18':[[61,1]],'show':[[55,1],[53,1],[44,1],[61,2],[12,1],[52,2],[36,1],[77,1],[64,1],[5,1],[9,1],[14,1],[49,1],[80,1],[6,1],[60,1],[79,2]],'modifies':[[61,1]],'author':[[49,1],[14,1],[80,1],[24,3],[67,1],[4,1],[72,3],[13,1],[16,2]],'mapping':[[5,1],[1,1],[14,1],[12,2],[3,1],[69,3],[65,2]],'shots':[[61,1]],'bible':[[68,1]],'paint':[[61,4],[49,1],[60,1]],'core':[[59,1],[70,1],[62,1],[28,1],[75,1],[10,1],[11,2]],'wasok':[[63,2]],'w0dn':[[79,1]],'aaaa':[[51,4]],'flattering':[[80,1]],'cleaned':[[6,1],[14,1]],'unpause':[[61,1],[49,1],[23,1],[10,1],[41,1],[51,1]],'40000h':[[76,1]],'corner':[[61,5],[51,2],[28,2]],'si_gamepad':[[72,4]],'speedup':[[66,1],[6,1]],'engineer':[[56,1]],'semicolon':[[61,1]],'vertical':[[74,1],[41,1],[80,6],[6,1],[69,2]],'sweet':[[69,1]],'tone':[[76,3]],'complicated':[[79,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':[[56,1]],'indirectly':[[56,2],[77,1]],'048x':[[69,1]],'pal':[[28,2],[20,7],[36,4],[8,1],[5,1],[26,9],[76,12],[6,1],[2,1],[72,2],[10,1],[33,5],[11,3]],'scanning':[[13,1]],'anyone':[[49,1],[58,1]],'grain':[[77,1]],'revisions':[[77,3]],'capability':[[56,1],[69,1],[14,2]],'computer':[[36,1],[22,2]],'performs':[[61,2],[79,3]],'writable':[[76,4]],'inputtable':[[60,1]],'researching':[[79,1]],'li#':[[79,2]],'understanding':[[81,1],[80,1]],'oam':[[80,7]],'skipfirst':[[61,4]],'solaris':[[3,1]],'meaning':[[64,1],[5,1]],'tracer':[[55,1],[6,1]],'having':[[19,1],[31,1],[61,2],[12,1],[16,1],[77,1],[8,1],[64,1],[63,1],[49,1],[41,1],[80,2],[79,1]],'trigger':[[61,3],[54,2],[79,1],[31,3]],'shapedefs':[[64,1]],'dcfb':[[79,1]],'maximize':[[12,1]],'ultimately':[[80,1],[49,1]],'400b':[[77,6]],'implement':[[80,3]],'accomplished':[[68,1]],'transfered':[[80,1]],'occurence':[[80,1]],'generictips':[[67,1]],'absolutely':[[63,1]],'0400':[[69,1]],'getimmediate':[[61,1],[6,1]],'excite':[[49,1]],'0071h':[[76,1]],'technical':[[78,1],[1,2],[70,2],[71,1],[80,2],[79,1]],'produced':[[77,3],[57,1],[67,1]],'overhauling':[[7,1]],'unfreeze':[[11,1]],'gfceux':[[13,4]],'|18':[[77,1]],'debian':[[6,1]],'safe':[[5,1],[49,1],[41,1],[28,1]],'japenese':[[49,1]],'numbers':[[63,1],[51,1],[47,2],[76,1],[60,2],[79,2],[69,1],[64,1]],'241':[[80,1],[51,1]],'energy':[[41,5],[80,6],[69,4]],'recently':[[39,5]],'apply':[[61,1],[51,3],[74,1],[55,1],[80,1],[64,1]],'perl':[[58,1]],'anthony':[[3,1]],'stateful':[[61,1]],'communities':[[1,1]],'disable':[[30,2],[31,2],[61,1],[12,1],[20,2],[36,1],[77,13],[35,1],[8,2],[9,1],[21,1],[41,1],[51,1],[4,2],[57,1],[11,1],[79,4]],'create':[[50,1],[61,7],[16,1],[56,3],[64,1],[8,1],[63,1],[59,1],[51,2],[41,1],[80,1],[60,5],[57,2]],'float':[[61,3]],'tiff':[[62,1]],'sf_':[[79,1]],'uud':[[79,1]],'hides':[[28,1]],'miscellanious':[[77,2],[80,1]],'purple':[[61,1]],'mostly':[[63,1],[26,1],[49,1],[10,1],[55,1],[79,1]],'shinwa':[[31,1]],'give':[[49,1],[52,1],[79,3],[69,1]],'via':[[22,1],[71,1],[31,1],[24,1],[28,1],[77,3],[52,1],[80,6]],'320x239':[[61,1]],'operating':[[3,1],[19,1],[66,1]],'pro':[[41,1]],'5205':[[76,4]],'ch2':[[76,2]],'successful':[[79,1]],'planes':[[61,1]],'sp`0':[[79,1]],'legal':[[79,1]],'switches':[[25,1],[28,1],[20,3]],'referencing':[[51,1]],'automagically':[[79,1]],'concepts':[[65,1],[80,1],[1,1]],'pasting':[[63,1],[49,1]],'operates':[[77,1],[76,1],[56,1],[79,1]],'mmc3':[[80,4]],'january':[[3,1]],'does':[[61,4],[74,1],[77,2],[56,1],[49,2],[51,1],[54,1],[80,5],[60,2],[57,1],[79,19],[53,1],[28,2],[44,1],[13,2],[12,2],[36,1],[52,1],[69,2],[5,1],[63,2],[41,3],[76,1],[72,1]],'ending':[[72,1]],'tricks':[[80,1]],'1000000ths':[[76,1]],'get':[[67,1],[61,9],[77,2],[56,1],[9,2],[14,1],[49,4],[66,1],[60,3],[80,2],[4,1],[79,1],[18,1],[7,2],[55,1],[30,1],[12,3],[13,2],[8,1],[64,1],[63,3],[76,2],[6,1],[58,1]],'volumes':[[34,1]],'bool':[[61,23],[72,5]],'enabled':[[30,8],[28,9],[31,1],[77,7],[12,1],[20,4],[36,2],[81,2],[8,3],[5,2],[39,6],[63,1],[49,1],[51,3],[54,1],[76,1],[6,3],[80,1],[34,1],[33,1],[11,2],[7,1]],'horton':[[76,1]],'relivant':[[80,1]],'bcc':[[79,2]],'share':[[81,1],[36,1],[80,2],[69,1]],'cannot':[[54,1],[80,1],[61,1],[72,1],[16,1],[56,1],[79,2]],'encountered':[[61,1],[79,1]],'knows':[[13,1]],'dummy':[[73,3],[80,4]],'registerafter':[[61,1]],'salt':[[77,1]],'sourceforge':[[3,2]],'conte':[[77,1]],'slider':[[12,1]],'searches':[[41,2]],'inputdisplay':[[20,3]],'parsed':[[72,2]],'imaging':[[62,1]],'gun':[[31,1],[64,1]],'dd09':[[79,4]],'logical':[[61,3],[79,2],[80,1],[58,2]],'fresh':[[15,1]],'broad':[[59,1]],'disassembled':[[56,1],[51,2]],'rerecord':[[61,3],[72,1],[28,3]],'examples':[[63,1],[79,1],[51,1],[19,1],[33,1],[60,1]],'capabilities':[[61,1],[80,2],[69,1]],'taseditor':[[45,2],[61,25],[6,9]],'beginning':[[67,2],[61,1],[16,1],[39,4],[63,2],[51,2],[41,1],[80,3],[24,3],[6,1],[72,1],[79,1]],'placing':[[53,1]],'eliminates':[[58,1]],'recognized':[[8,1]],'dd0b':[[79,6]],'fortunately':[[41,1]],'integer':[[61,4],[72,5],[79,2],[80,1]],'decremented':[[80,1]],'bigbad':[[33,6]],'few':[[30,1],[81,1],[61,1],[77,1],[64,1],[69,1],[15,1],[22,1],[41,1],[49,2],[60,6],[76,2],[80,3],[3,1]],'row':[[21,1],[49,1],[80,1],[69,10]],'configure':[[34,1],[18,1],[31,2]],'elements':[[68,1],[2,1],[6,1]],'channel':[[34,3],[77,84],[6,1]],'combination':[[63,1],[38,1],[79,2]],'itself':[[51,1],[49,1],[54,4],[80,1],[44,1],[61,4],[77,2],[79,1],[64,1]],'ranges':[[51,1],[25,1],[80,3]],'idea':[[49,1],[76,2],[56,1]],'attempting':[[61,1],[26,1],[12,1],[14,1],[64,1]],'speed':[[67,2],[61,1],[12,3],[20,2],[36,1],[77,2],[35,3],[8,1],[5,5],[59,1],[69,6],[14,1],[23,3],[25,14],[24,4],[60,1],[76,9],[7,1]],'blocks':[[76,1],[77,1],[69,4]],'10#newname4#':[[51,1]],'caption':[[11,1],[5,1]],'4003':[[77,6]],'bullets':[[64,1]],'article':[[79,2]],'clv':[[79,3]],'tied':[[77,1]],'reduce':[[34,1],[36,1],[80,2]],'007a':[[76,1]],'sensitive':[[63,1],[61,2],[20,1],[60,1]],'blowing':[[31,1]],'termination':[[61,1]],'pipe':[[72,3]],'shows':[[8,2],[55,4],[38,1],[53,1],[44,1],[77,3],[12,2],[79,3],[11,1],[5,1]],'when':[[61,16],[77,20],[56,4],[35,1],[29,3],[80,20],[24,5],[82,1],[79,24],[28,11],[44,3],[12,10],[13,3],[20,1],[36,5],[69,3],[5,19],[37,5],[63,12],[21,3],[22,1],[41,6],[11,4],[73,1],[67,1],[74,3],[16,4],[39,4],[9,2],[14,9],[23,1],[49,4],[51,14],[54,4],[4,12],[60,12],[66,3],[10,2],[7,4],[55,4],[53,2],[30,1],[52,1],[8,6],[25,1],[76,1],[6,13],[34,3],[72,4],[3,1]],'detailed':[[51,1],[16,1],[80,1],[69,1]],'emulua':[[60,1],[14,1]],'createfrompng':[[61,1]],'redrawn':[[61,1]],'unpredictably':[[79,1]],'works':[[61,3],[12,2],[56,1],[49,2],[14,1],[47,1],[51,1],[54,3],[76,1],[4,2],[80,3],[79,1]],'segmentation':[[7,1]],'launches':[[10,1]],'place':[[19,1],[31,2],[61,1],[77,2],[16,1],[63,1],[49,1],[14,1],[76,1],[80,3],[79,4],[11,1]],'never':[[59,1],[22,1],[56,1],[79,2],[80,4]],'setlagflag':[[61,1],[6,1]],'tile':[[49,2],[53,3],[50,1],[80,12],[81,2],[52,2],[68,1],[74,1],[56,3]],'filling':[[57,1]],'addhealthpoints':[[51,1]],'meant':[[3,1]],'figured':[[49,1]],'keyrecording1':[[63,1]],'deccmp':[[79,2]],'luascripts':[[63,1],[62,2],[64,2]],'declaring':[[60,1]],'whatsoever':[[80,1]],'togglable':[[8,2],[9,1]],'situation':[[49,1],[47,2],[30,1],[39,1]],'decreased':[[41,2]],'block':[[49,1],[14,1],[80,1],[69,24]],'cccvvvv':[[76,1]],'049x':[[69,1]],'timestamp':[[73,4]],'newlines':[[72,2]],'halted':[[77,2]],'increased':[[34,1],[12,1],[16,1],[3,1],[41,1],[80,1]],'m016':[[6,1]],'operate':[[41,1],[77,1],[80,1]],'assembly':[[50,2],[51,4]],'sequence':[[77,6],[56,1],[79,4],[80,1]],'v%_0ah':[[79,2]],'shownotes':[[6,1]],'subtitle':[[72,5],[12,2],[39,1]],'enable':[[30,1],[28,1],[31,1],[77,14],[20,2],[36,1],[56,1],[5,3],[9,2],[14,3],[51,2],[66,3],[80,1],[57,1],[79,3]],'ouch':[[41,1]],'teenagemutantninjaturtles':[[64,1]],'series':[[77,1],[51,1],[79,6],[18,1]],'hardwired':[[80,1]],'officially':[[49,1]],'differently':[[72,1],[79,5]],'operation':[[61,3],[77,6],[79,21],[80,5]],'seeking':[[5,1]],'task':[[11,1]],'0078':[[76,1]],'frames|':[[80,1]],'unlicensed':[[3,1]],'conf':[[6,2]],'spaces':[[8,1]],'faq':[[1,1],[57,1],[65,3]],'fffa':[[51,1],[79,2],[69,1]],'boolean':[[63,1],[51,1]],'arkanoid':[[61,1],[31,3],[72,1]],'remodel':[[5,1]],'predefined':[[61,6],[60,2]],'jetpack':[[64,1]],'found':[[59,1],[70,1],[80,5],[31,1],[43,1],[4,1],[77,7],[42,1],[57,1]],'mar':[[74,1]],'50fps':[[35,1],[28,1]],'wouldn':[[77,1],[49,1]],'cpus':[[66,1]],'versions':[[59,2],[46,1],[66,1],[24,2],[71,1],[61,2],[77,1],[16,1],[3,1],[10,1],[5,1]],'vtoggle':[[4,1]],'substraction':[[79,1]],'1984':[[79,1]],'1000|':[[69,1]],'tweaked':[[26,1],[5,1]],'4007':[[77,6]],'xxx000x1':[[79,1]],'dsiplay':[[11,1]],'turtle':[[69,1]],'replicate':[[26,1]],'acceleration':[[4,1],[36,2],[66,1]],'revamp':[[6,1]],'001f':[[51,1]],'ok#00':[[51,1]],'retrieve':[[61,5]],'say':[[49,1],[41,2],[76,1],[30,1],[44,1],[80,1],[61,1]],'ffff':[[79,1],[51,1],[54,5],[76,6],[74,1],[56,1],[57,2],[69,2]],'6000h':[[76,1]],'measured':[[77,2],[79,1]],'source':[[77,1],[3,3],[56,2],[79,1]],'pay':[[80,1]],'died':[[63,2]],'prompted':[[49,1],[22,1],[24,2]],'closely':[[41,1],[55,1],[14,1]],'int8':[[74,1]],'greater':[[41,2],[24,1],[44,1],[28,1],[61,1],[79,3]],'silence':[[77,1]],'read':[[61,19],[74,4],[16,1],[77,5],[56,6],[39,13],[9,2],[14,2],[47,1],[51,5],[24,12],[54,4],[60,6],[80,12],[79,59],[7,1],[12,1],[20,5],[13,1],[52,1],[69,1],[8,4],[37,4],[63,1],[41,4],[76,3],[6,2],[3,1],[11,3]],'python':[[3,3],[58,1]],'doubles':[[79,1],[6,1]],'mirroring':[[74,1],[53,2],[8,1],[69,3]],'exponentially':[[63,1]],'knobs':[[33,1]],'guides':[[17,1],[1,2],[40,1],[50,1],[65,2]],'ans':[[3,1],[1,2]],'customizing':[[4,1],[12,1],[21,2]],'mute':[[34,3],[12,3],[14,1],[13,1]],'substitution':[[41,3],[49,4]],'chip':[[76,6],[79,2],[80,1]],'generation':[[77,4],[80,3]],'took':[[80,1],[49,1]],'getting':[[17,1],[58,1],[59,1],[63,1],[53,1],[6,1],[61,1],[12,2],[18,2],[39,1]],'endian':[[12,1]],'direction':[[77,1],[79,1]],'bullethell':[[64,1]],'pull':[[34,1],[77,1],[38,1],[31,1],[79,6]],'x11x':[[79,1]],'stored':[[73,1],[28,1],[61,4],[12,2],[74,4],[69,1],[29,3],[41,3],[66,2],[76,1],[72,3],[79,3],[11,2]],'keeps':[[61,2],[49,1],[56,2]],'appears':[[61,1],[77,1],[79,1],[39,3]],'11111000':[[81,2]],'even':[[61,12],[12,3],[77,2],[36,1],[69,1],[63,1],[54,2],[47,1],[76,1],[24,1],[60,2],[80,4],[3,1],[79,9],[18,1]],'dictionary':[[49,6]],'network':[[9,1],[32,2],[27,1]],'hovering':[[51,1]],'xii':[[79,2]],'rgp9':[[79,2]],'missed':[[61,1]],'streams':[[80,1]],'crashed':[[54,1]],'max':[[36,1],[12,1]],'consequence':[[72,1],[79,1]],'haven':[[77,1],[49,1],[80,1]],'asq_realityb':[[26,1]],'special':[[28,1],[77,2],[12,1],[52,1],[36,2],[56,2],[8,1],[69,1],[51,4],[14,4],[76,2],[80,1],[79,4]],'started':[[17,1],[58,2],[49,2],[59,1],[63,7],[67,1],[44,1],[61,5],[12,1],[3,1],[18,2],[39,1]],'rheiny':[[3,1]],'5ff8':[[76,1]],'cpy':[[79,3]],'advances':[[60,1],[67,1]],'eject':[[25,1],[22,5]],'29651n52':[[79,1]],'including':[[14,1],[53,1],[66,1],[80,1],[61,1],[74,1],[16,1],[3,2],[77,1],[11,1]],'than':[[19,1],[31,1],[28,3],[44,2],[61,7],[13,1],[12,2],[16,3],[20,2],[36,8],[5,1],[63,2],[74,1],[49,2],[51,2],[41,5],[47,1],[76,2],[77,5],[80,6],[72,1],[79,15],[58,1]],'006e':[[76,2]],'2008':[[13,1],[14,1],[3,5],[15,1],[16,1],[69,1]],'space':[[63,1],[54,2],[41,3],[76,6],[31,1],[61,3],[72,1],[74,1],[57,2]],'delta':[[6,1]],'sounding':[[77,3]],'represented':[[72,2]],'jumpingfceuxwindow':[[62,1],[5,1]],'march':[[73,1],[12,1],[3,1],[5,1]],'hooker':[[12,1],[49,18],[3,1],[40,1]],'begin':[[51,2],[23,1],[24,4],[67,1],[61,1],[72,1],[56,1],[79,9]],'engineering':[[77,3],[68,1]],'10240':[[41,2]],'02ff':[[69,1]],'fcuex':[[20,1]],'nitsujrehtona':[[3,2]],'encompassing':[[2,1]],'background':[[21,3],[80,8],[28,2],[81,5],[61,5],[12,1],[20,2],[36,1]],'unchecked':[[29,1],[36,1],[37,3]],'4008':[[77,13]],'bankswitchable':[[76,1]],'went':[[77,1]],'mix':[[60,1]],'rolledback':[[63,1]],'efficiency':[[6,1]],'where':[[61,5],[77,6],[16,1],[39,1],[59,2],[49,2],[14,6],[29,10],[47,4],[24,3],[54,4],[4,1],[60,2],[66,3],[80,8],[79,2],[7,1],[55,1],[28,2],[12,5],[13,5],[5,1],[63,1],[76,4],[34,1],[11,1]],'smaller':[[61,1],[49,1],[79,9]],'situations':[[28,1],[63,2],[12,1],[47,1],[39,2]],'employs':[[63,1],[12,2]],'reminding':[[14,1]],'2c02':[[78,1],[80,3],[69,3]],'04ax':[[69,1]],'0x0123456789abcdef':[[72,1]],'editing':[[21,1],[54,3],[24,1],[6,2],[67,1],[61,1],[72,1],[16,1],[68,3],[64,1],[5,1]],'obscure':[[3,1],[4,1]],'getinstructionscount':[[4,1],[61,1]],'listening':[[56,1]],'calculate':[[79,5],[80,1]],'religion_mode_on':[[79,1]],'won':[[49,1],[14,1],[41,1],[54,1],[31,1],[6,1],[55,1],[61,6],[82,1],[57,1],[79,1]],'saner':[[14,1]],'editor':[[50,1],[67,4],[61,4],[16,1],[56,3],[59,1],[49,1],[51,3],[54,12],[24,1],[60,1],[4,3],[57,2],[40,1],[7,1],[44,2],[45,4],[12,3],[68,3],[8,3],[5,2],[69,3],[21,4],[41,7],[6,4],[3,1],[11,5]],'addition':[[31,1],[28,1],[61,1],[77,1],[16,1],[8,1],[5,1],[66,2],[3,1],[79,9],[10,1],[7,1]],'mem':[[80,4]],'composition':[[80,1]],'reply':[[81,1],[82,1]],'mmc5':[[15,1],[14,3],[76,7],[80,2],[4,1],[69,1]],'quit':[[60,1],[5,1]],'116':[[6,1]],'launch':[[6,1]],'sine':[[41,1],[80,1]],'8000':[[54,5],[76,4],[74,2],[56,1],[57,2],[69,1]],'isn':[[81,1],[57,1],[8,1],[31,1]],'qwerty':[[61,1]],'ruined':[[79,1]],'3w@`':[[79,1]],'explains':[[17,1],[28,1],[82,1],[25,1],[69,1],[27,1]],'gave':[[11,1]],'corrupt':[[56,1]],'double':[[38,1],[30,2],[28,2],[77,1],[16,2],[36,2],[22,1],[29,1],[41,5],[47,1],[6,2],[51,4],[80,1],[57,1]],'quirks':[[60,1]],'tostring':[[61,1]],'machine':[[51,1],[79,5],[6,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':[[80,1],[61,1],[76,2],[79,2],[8,1],[64,1]],'moment':[[25,2],[61,1],[18,1]],'isrunend':[[63,1]],'amoung':[[77,1]],'now':[[67,1],[61,1],[74,1],[16,5],[77,7],[9,8],[14,10],[15,1],[49,1],[24,2],[60,4],[4,2],[80,4],[10,6],[79,2],[44,1],[45,1],[12,14],[13,4],[8,4],[5,4],[63,3],[41,2],[76,2],[6,11],[72,1],[11,4]],'arguments':[[61,2],[20,1]],'looping':[[77,4]],'commodore':[[79,5]],'needed':[[59,2],[49,2],[80,1],[24,2],[62,1],[61,1],[16,1],[79,1],[64,1]],'microprocessors':[[79,2]],'exceptions':[[79,2]],'ishihara':[[77,1]],'dc0c':[[79,1]],'inflating':[[61,1]],'techniques':[[79,1]],'mygame':[[51,7]],'update':[[73,3],[55,2],[53,2],[67,1],[61,1],[77,3],[16,1],[8,1],[5,3],[49,1],[51,1],[41,3],[54,1],[76,1],[11,3]],'appeared':[[3,1],[80,1],[82,1]],'truly':[[79,1]],'pressing':[[51,1],[23,1],[25,1],[54,1],[31,2],[24,3],[60,1],[61,2],[18,1],[64,1]],'rise':[[80,1]],'appearing':[[77,1],[80,1]],'behaviour':[[77,2],[79,1],[6,1],[80,3]],'bankswitched':[[76,2],[51,1]],'reads':[[61,1],[79,5],[8,1]],'breathe':[[68,1]],'mirror':[[69,5],[74,2]],'end':[[61,6],[77,1],[8,1],[5,1],[63,6],[59,3],[22,1],[49,2],[51,1],[80,2],[60,11],[72,1],[3,1],[79,8]],'chart':[[77,1]],'bmi':[[79,2]],'continuing':[[67,2]],'illustration':[[79,1]],'multiplexed':[[80,1]],'16384':[[69,2]],'exec_count':[[61,1]],'annoying':[[61,1],[80,1]],'paged':[[74,1]],'codec':[[23,1]],'mv#b@3':[[79,1]],'cias':[[79,2]],'impossible':[[55,1],[49,1]],'selection':[[49,19],[80,2],[6,1],[79,2],[7,4],[8,1]],'child':[[13,1]],'right':[[61,6],[77,3],[49,3],[51,5],[54,4],[66,2],[24,1],[60,1],[4,1],[80,2],[57,1],[18,2],[79,6],[55,1],[30,2],[44,1],[28,3],[31,5],[12,2],[20,2],[36,1],[52,1],[63,3],[41,7],[6,1],[72,3]],'monitors':[[80,2],[44,2]],'desync':[[8,1]],'dumb':[[49,1]],'way':[[55,1],[31,1],[45,1],[61,1],[81,1],[16,2],[56,1],[64,1],[63,1],[59,1],[49,1],[51,2],[76,5],[80,3],[24,2],[60,1],[57,1],[79,5],[58,1]],'reg':[[80,1],[6,1]],'exhausts':[[63,1]],'filebase':[[29,1]],'there':[[61,8],[77,3],[56,2],[39,2],[49,4],[51,5],[47,1],[54,3],[24,2],[60,5],[66,3],[80,4],[82,1],[10,1],[79,5],[55,2],[28,1],[81,2],[12,1],[13,1],[64,1],[69,1],[63,3],[21,1],[41,6],[76,4],[3,1],[11,1]],'j2rb':[[74,1]],'settings':[[31,1],[28,2],[50,1],[12,1],[36,2],[35,1],[37,1],[27,3],[63,1],[51,2],[25,1],[47,2],[6,1],[34,1],[33,1],[18,1],[40,2]],'originally':[[61,1],[42,1],[77,1],[3,2],[43,1]],'further':[[3,1],[49,1]],'boxes':[[49,2],[41,1],[30,1],[44,1],[61,1],[16,2],[57,1],[8,1]],'okattempts':[[63,1]],'somevalue':[[60,1]],'his':[[77,3],[26,1],[79,2]],'tabbed':[[55,1]],'registerexecute':[[61,2]],'hexbackcolorb':[[21,1]],'increase':[[77,4],[23,1],[10,1],[7,1],[24,1]],'esper2':[[76,1]],'sequences':[[77,9],[6,1]],'forbid':[[51,2],[14,1]],'focus':[[28,3]],'gpa':[[79,2]],'pops':[[59,1],[60,1]],'stays':[[80,1]],'infinite':[[41,1],[61,2],[77,1]],'tapanim':[[79,1]],'loop':[[61,4],[77,1],[79,4],[60,3]],'doesn':[[61,2],[74,1],[77,1],[36,1],[8,3],[64,1],[5,1],[9,1],[49,1],[47,1],[80,1],[6,1],[33,1],[11,2],[79,1]],'quite':[[61,1],[55,1],[79,3],[69,1],[80,1]],'blocking':[[61,1]],'wav':[[23,8]],'tale':[[79,1]],'amounts':[[36,1]],'isa':[[80,1]],'plugged':[[31,2]],'mentioned':[[61,1],[77,1],[80,1]],'1999':[[76,4],[81,1],[82,1]],'playmovie':[[20,12]],'ontop':[[80,1]],'subtitler':[[64,1]],'fme':[[76,2]],'dehacked':[[60,3]],'clocked':[[77,11]],'3rd':[[72,1],[80,3]],'consist':[[72,2],[24,1]],'monitoring':[[63,1],[12,1],[41,1],[80,1],[67,1],[44,5]],'sorry':[[81,1],[9,1],[11,1]],'amd':[[12,1]],'c000#newname1#comment1':[[51,1]],'impa':[[62,1]],'prelim':[[76,1]],'modified':[[22,2],[49,1],[54,1],[76,1],[61,4],[3,2],[79,1]],'surprise':[[49,1]],'higher':[[63,1],[55,1],[80,1],[77,1],[74,1],[33,1],[79,1]],'same':[[73,2],[19,1],[67,1],[61,10],[77,2],[56,2],[39,16],[59,1],[49,4],[51,4],[54,1],[80,8],[24,1],[60,5],[10,1],[79,11],[46,1],[55,1],[53,1],[31,2],[36,1],[8,1],[64,1],[63,4],[69,4],[26,1],[25,1],[41,4],[6,1],[76,2],[72,1],[33,1]],'champion':[[3,1]],'400f':[[77,4]],'percents':[[25,1]],'flipped':[[76,1]],'denotes':[[41,3],[76,1],[60,1],[79,4]],'chosen':[[51,1]],'2004':[[73,1],[3,3],[79,2],[11,1],[80,1]],'junk':[[61,1]],'additionally':[[61,1],[77,1],[80,1]],'was':[[67,3],[61,7],[77,4],[16,1],[56,11],[39,11],[51,2],[54,3],[15,1],[14,5],[24,1],[49,1],[4,1],[60,1],[48,1],[66,1],[10,1],[57,1],[7,1],[18,1],[79,10],[80,17],[55,1],[45,1],[12,3],[42,1],[8,2],[69,1],[63,1],[22,6],[41,5],[76,1],[6,2],[43,1],[72,6],[3,22],[11,2]],'manage':[[63,1]],'ball':[[10,1],[77,1]],'bvc':[[79,3]],'yellow':[[56,2],[54,2],[61,1]],'releases':[[14,1],[3,1],[6,1],[8,1]],'outputs':[[77,6],[80,3],[50,1]],'msg':[[61,1]],'setplayback':[[61,1]],'readbyterange':[[61,1],[14,1]],'revolutionizes':[[16,1]],'romfilename':[[72,1]],'edcba9876543210':[[77,1]],'2c00|':[[69,1]],'tested':[[49,3],[80,1],[77,1],[3,1],[56,1],[11,1],[79,1]],'has':[[67,2],[61,7],[77,12],[16,6],[56,2],[39,4],[9,2],[51,4],[54,1],[66,3],[60,2],[80,7],[10,1],[79,17],[7,1],[55,2],[53,1],[30,1],[28,2],[31,1],[44,1],[12,1],[42,1],[45,1],[69,3],[37,1],[63,5],[41,6],[76,5],[43,1],[3,3]],'picked':[[3,1]],'yresolution':[[5,1]],'3w@':[[79,1]],'volume':[[76,2],[31,1],[34,8],[61,5],[77,19],[11,1]],'freezed':[[54,1]],'fast':[[67,2]],'sounddisplay2':[[6,1]],'rgb':[[61,1],[21,1],[33,1],[8,1],[11,1]],'hadn':[[55,1]],'simulate':[[33,1]],'maru':[[49,4]],'fully':[[61,2],[16,1],[76,1],[8,2]],'again':[[55,1],[61,3],[56,1],[69,1],[63,1],[22,1],[49,1],[80,3],[60,1],[3,2],[79,4],[10,1],[11,2]],'thinking':[[45,1]],'code':[[50,4],[61,16],[77,2],[56,38],[51,12],[14,1],[54,4],[66,2],[4,2],[10,1],[57,24],[79,10],[55,5],[12,1],[13,1],[68,2],[8,2],[5,2],[63,3],[69,2],[41,3],[76,3],[6,3],[72,4],[3,6],[11,1]],'bankswitch':[[76,1],[54,1]],'xdsp':[[3,1]],'input1':[[14,1]],'unexpectingly':[[60,1]],'drivers':[[79,1],[6,1]],'fffd':[[69,1]],'sbc':[[79,26]],'cable':[[22,1]],'extends':[[3,1]],'devices':[[72,3]],'eliminate':[[69,1]],'psid':[[76,1]],'failed':[[63,1],[67,2]],'fixed':[[19,1],[77,2],[12,12],[13,5],[16,1],[8,4],[5,20],[9,4],[14,12],[15,1],[76,1],[6,27],[80,3],[4,8],[72,1],[10,4],[79,1],[11,9],[7,12]],'10x1':[[79,1]],'developing':[[49,1]],'hear':[[77,1]],'ror':[[79,21]],'point':[[5,1],[73,1],[22,1],[41,2],[80,1],[24,3],[50,1],[67,2],[77,3],[81,1],[18,1],[39,1]],'respective':[[72,1],[51,1]],'one':[[19,1],[50,1],[67,3],[61,19],[77,5],[16,1],[59,3],[49,3],[23,1],[51,8],[66,1],[60,8],[80,9],[79,20],[31,6],[44,3],[13,1],[52,1],[8,1],[5,1],[63,5],[69,4],[26,1],[41,3],[76,4],[3,1],[33,1],[11,2]],'156':[[6,1]],'signals':[[77,3],[79,1],[80,1]],'variable':[[63,7],[61,8],[72,2],[74,3],[80,1],[60,1]],'positioning':[[5,1]],'maintains':[[4,1]],'predecrement':[[79,1]],'c64':[[76,1],[79,3]],'drawtext':[[61,1]],'5fff':[[69,1]],'pbin':[[74,1]],'archive':[[49,1],[14,3],[19,1],[4,1],[61,2],[13,2],[16,2],[68,1]],'077h':[[76,1]],'32k':[[77,2]],'154':[[4,1]],'instead':[[28,1],[61,4],[77,2],[56,2],[8,2],[63,1],[15,1],[49,2],[47,1],[51,6],[54,2],[60,1],[4,1],[34,1],[80,3],[82,1],[10,2],[79,5],[11,4]],'part3':[[51,1]],'backwards':[[61,3],[74,1],[11,1],[64,1]],'guid':[[72,3],[16,1]],'nsfs':[[4,1],[33,1]],'alteration':[[47,1]],'represents':[[54,1],[41,2],[61,1],[77,1],[33,1],[56,1],[57,1]],'order':[[46,1],[67,2],[61,1],[77,2],[56,2],[64,1],[69,1],[63,1],[22,1],[29,1],[49,2],[51,1],[24,2],[80,7],[72,1],[33,2]],'c006#newname3#multilinecomment':[[51,1]],'lfsr':[[74,1]],'`&z0':[[79,1]],'timing':[[11,1],[35,2],[80,8],[28,1],[72,1],[12,1],[20,1],[77,4],[79,3],[18,1],[27,2]],'conflict':[[6,2]],'levels':[[34,1],[77,1],[68,2],[56,1],[79,1]],'problematic':[[41,1]],'switchy':[[61,1]],'tools':[[1,2],[50,1],[62,1],[67,4],[16,4],[68,6],[56,1],[8,1],[69,1],[49,3],[14,1],[41,1],[6,2],[3,4],[10,2],[40,4]],'freebsd':[[3,1]],'biggest':[[49,1]],'exec_time':[[61,1]],'stevedonovan':[[62,1]],'claim':[[79,1],[67,1]],'numbered':[[76,1]],'sits':[[76,1]],'enhancing':[[6,1]],'accuracy':[[61,1],[11,1],[28,1]],'shu':[[12,1]],'tweaking':[[49,1]],'open':[[46,1],[19,1],[30,2],[28,3],[12,4],[16,3],[56,1],[64,2],[39,2],[37,2],[9,1],[14,4],[29,1],[41,1],[24,3],[49,3],[51,6],[79,1],[18,2]],'sq2':[[77,10]],'pagedown':[[61,1]],'shared':[[77,1],[80,1]],'uuencoded':[[79,1]],'progress':[[61,1]],'&b%_3bxi':[[79,1]],'button':[[73,1],[38,2],[31,11],[44,1],[61,14],[12,5],[16,1],[56,1],[64,1],[39,2],[5,1],[63,5],[22,2],[49,11],[25,3],[41,8],[6,2],[24,1],[4,1],[51,6],[54,1],[60,1],[10,1],[72,6]],'yourself':[[64,1],[49,1],[60,1]],'circuitry':[[80,2]],'prevented':[[10,1],[6,1]],'ntsccolor':[[14,1]],'mails':[[62,1]],'iup_example':[[62,1]],'complimentery':[[80,1]],'misrepresented':[[80,1]],'persist':[[61,1]],'loc':[[79,3]],'merge':[[3,1],[2,1]],'continuously':[[51,1]],'watching':[[69,1]],'dcfd':[[79,2]],'randomness':[[79,1]],'val':[[77,2],[79,5]],'decoded':[[61,2],[77,1]],'layout':[[65,1],[69,2],[6,1]],'wrong':[[4,1],[49,1],[16,1],[6,1],[11,1]],'inserting':[[25,1],[22,1],[44,1]],'multiplier':[[36,1],[76,1]],'documented':[[21,1],[49,1]],'overridden':[[29,1]],'jones':[[7,1]],'resets':[[61,2],[51,1],[77,1],[41,1]],'mega':[[41,5]],'kept':[[63,2],[80,1],[51,1]],'keep':[[55,1],[19,1],[31,1],[44,1],[61,3],[77,1],[56,1],[35,1],[63,1],[59,1],[51,1],[76,1],[80,2],[79,1]],'hikari':[[31,1]],'makedata':[[56,1]],'board':[[69,2]],'ppc':[[13,1]],'loads':[[76,1],[80,1],[24,1],[28,1],[4,1],[61,4],[12,1],[13,1],[20,2],[77,1],[79,3],[39,2]],'www':[[59,1],[60,1],[62,4]],'kirby':[[69,1]],'dual':[[76,3]],'obsolete':[[6,1]],'following':[[1,1],[62,1],[61,5],[77,2],[36,1],[69,1],[22,1],[51,3],[76,1],[71,1],[60,2],[80,3],[72,4],[79,10],[18,1]],'speedmode':[[59,1],[12,1],[61,1],[60,1]],'noconfig':[[12,1]],'chunk':[[74,8],[19,1],[5,1]],'grapical':[[36,1]],'bizhawk':[[4,1]],'programmers':[[80,1],[79,2],[60,1],[64,2]],'adc':[[79,22]],'intact':[[80,1]],'skill':[[67,3]],'cdlogger':[[4,1],[8,1],[5,2]],'8_47':[[79,1]],'_29_':[[82,1]],'understand':[[80,3],[57,1],[79,1],[58,1]],'describes':[[26,1],[66,1],[80,2],[39,1]],'9010':[[76,1]],'ensure':[[61,2],[66,1],[79,2]],'loadstate':[[8,3],[39,6],[24,1],[28,1],[61,1],[12,1],[16,2],[20,3],[18,8],[7,1]],'dd0d':[[79,11]],'fairly':[[54,1]],'comment':[[72,5],[51,9],[79,2],[60,1],[24,2]],'truecolor':[[61,1]],'attain':[[77,1]],'just':[[73,1],[55,1],[50,1],[28,1],[44,1],[61,4],[42,1],[74,1],[36,1],[56,1],[64,2],[77,1],[63,3],[21,1],[14,1],[41,1],[49,3],[6,1],[43,1],[51,4],[60,4],[80,6],[79,11]],'inv':[[61,1]],'paying':[[80,1]],'loadstates':[[8,1]],'extracted':[[80,1]],'major':[[54,1],[76,1],[80,1],[6,1],[12,5],[13,1],[16,1],[11,1]],'posted':[[77,1]],'ongoing':[[61,1]],'uwa':[[79,1]],'option':[[61,2],[16,4],[39,16],[51,4],[14,4],[54,1],[4,1],[10,1],[18,3],[55,4],[53,1],[31,3],[28,3],[12,5],[13,3],[36,5],[42,1],[8,5],[5,6],[37,1],[22,1],[6,14],[43,1],[11,5]],'cpu':[[61,6],[52,2],[16,1],[74,3],[77,9],[69,6],[8,1],[78,2],[51,8],[80,12],[6,1],[79,6],[11,3]],'dialogs':[[12,1],[14,3],[10,1],[11,1]],'without':[[67,1],[61,10],[12,2],[13,2],[77,1],[8,2],[69,1],[63,1],[59,1],[22,1],[14,1],[49,3],[76,1],[6,2],[80,4],[4,1],[82,1],[79,1]],'significant':[[61,1],[74,1]],'pretty':[[61,1],[76,1],[80,2]],'frameadvancing':[[60,1]],'zeros':[[56,1]],'canceling':[[12,1]],'rely':[[36,1],[60,1]],'hardware':[[1,1],[19,1],[61,2],[77,23],[36,5],[5,1],[70,2],[66,1],[76,1],[80,6],[4,1],[79,6]],'funny':[[76,1],[79,1]],'designates':[[51,1]],'implemented':[[80,2],[12,3],[48,1],[3,3],[10,1],[8,2],[11,3]],'containers':[[39,1]],'navigation':[[3,1],[51,2]],'ideas':[[45,1]],'indirect':[[79,8],[51,1]],'tutorial':[[59,1]],'seek':[[6,1],[51,2]],'explained':[[80,1],[60,1]],'08000h':[[76,4]],'poweron':[[61,3],[12,1]],'triplets':[[33,1]],'tatakai':[[9,1]],'omitted':[[61,1]],'cmp':[[79,21]],'wealth':[[67,1],[68,1]],'activated':[[80,3]],'backups':[[12,1],[9,1],[8,1],[37,2]],'activate':[[41,1],[57,1]],'nogui':[[5,1]],'drive':[[22,1]],'pcsx':[[42,1],[43,1]],'utfconverter':[[11,1]],'sometime':[[39,1]],'uint32':[[74,11]],'overincreased':[[14,1]],'experienced':[[60,1]],'containing':[[79,1],[6,1],[8,1]],'lists':[[79,1]],'8x8':[[14,1]],'mwav':[[74,1]],'unified':[[3,1]],'sample':[[34,1],[61,3],[77,1],[56,1]],'know':[[81,2],[61,2],[64,2],[69,1],[63,1],[49,9],[54,1],[41,4],[76,2],[60,1],[80,2],[79,3],[57,1]],'trial':[[63,2],[49,1]],'progression':[[61,1]],'gotcha':[[8,1]],'leftbracket':[[61,1]],'bbitmaster':[[3,1]],'nmi3':[[51,1]],'basis':[[33,1],[80,1]],'reaching':[[24,1],[37,2]],'dff6':[[51,1]],'prevent':[[63,1],[51,1],[14,1],[54,1],[80,1],[60,1],[61,2],[13,1],[12,2],[79,1],[8,1]],'slight':[[26,1],[36,1],[7,1],[28,1]],'subsequent':[[61,2],[72,1]],'lame':[[80,1]],'brk':[[79,28],[69,1]],'galaxian':[[64,1]],'bpl':[[79,13]],'unless':[[55,1],[28,1],[61,5],[77,1],[22,2],[29,1],[49,1],[51,1],[24,1],[80,2],[72,3],[79,1]],'09fffh':[[76,2]],'add':[[31,1],[50,1],[62,1],[8,1],[5,1],[49,3],[14,3],[41,3],[51,10],[6,4],[54,1],[4,1],[76,1],[80,2],[33,1],[57,3],[79,19]],'issues':[[26,1],[66,2],[6,1],[12,1],[13,2],[7,2],[5,2]],'iiii':[[51,1]],'sounds':[[76,1]],'combinations':[[63,1],[79,4],[80,1]],'aop':[[79,1]],'visit':[[24,1]],'described':[[77,2],[57,1],[80,4]],'blow':[[61,1]],'crackle':[[66,2]],'6502':[[78,1],[41,3],[76,6],[77,4],[52,1],[79,6],[69,2]],'savestates':[[58,1],[28,6],[61,3],[12,1],[13,2],[16,3],[8,1],[37,2],[39,2],[9,2],[14,3],[66,3],[6,3],[24,2],[60,3],[18,1],[11,1]],'allowing':[[61,1],[12,1],[72,1],[36,1],[6,1],[37,1]],'decrypt':[[57,1]],'discovered':[[77,1],[79,1]],'coincides':[[80,1]],'available':[[55,1],[19,1],[30,1],[62,2],[45,1],[61,1],[67,1],[16,1],[77,5],[69,1],[39,4],[17,1],[5,1],[33,1],[79,4],[58,1]],'portions':[[63,1],[80,1],[7,1]],'refers':[[61,1],[51,1],[69,1]],'format':[[73,5],[46,1],[55,1],[19,5],[67,1],[61,3],[74,3],[16,6],[56,1],[9,1],[14,2],[41,6],[71,4],[6,1],[24,2],[76,5],[34,1],[72,16],[75,2],[33,1],[40,1]],'lastkey2':[[63,1]],'prehaps':[[80,3]],'matter':[[76,1],[33,1],[64,1]],'done':[[67,2],[28,1],[77,1],[16,1],[68,1],[56,1],[63,1],[21,1],[54,1],[41,2],[66,1],[60,3],[76,4],[80,8],[3,1],[79,1]],'persistently':[[50,1]],'optimal':[[61,1]],'120hz':[[77,1]],'coinciding':[[80,1]],'intention':[[58,1]],'index':[[61,2],[74,3],[79,15],[60,1],[80,6]],'several':[[73,1],[77,1],[42,1],[64,1],[26,1],[51,1],[41,2],[66,1],[43,1],[76,1],[72,1],[3,1],[79,1]],'length':[[73,2],[14,1],[76,2],[80,1],[60,1],[61,3],[12,1],[72,5],[74,4],[77,41],[11,1],[79,1]],'need':[[73,1],[46,1],[61,5],[74,1],[56,2],[8,1],[64,3],[63,1],[59,2],[22,1],[49,10],[47,1],[51,1],[54,2],[76,2],[80,1],[79,3],[18,1],[58,1]],'computers':[[66,1],[35,1],[79,1]],'remappable':[[11,1]],'27th':[[80,1]],'words':[[49,6],[76,1],[80,2],[61,1],[72,1],[79,1]],'summon':[[57,1]],'don':[[81,1],[61,3],[13,1],[77,3],[56,1],[64,4],[63,3],[22,1],[49,3],[51,2],[54,2],[6,2],[60,2],[80,2],[79,1],[11,1]],'|__________________________________________|':[[69,9]],'terminator':[[76,1]],'00fh':[[76,1]],'readability':[[61,1]],'forums':[[3,1]],'dialog':[[19,1],[61,7],[16,4],[39,4],[59,2],[9,3],[14,6],[51,1],[54,1],[24,4],[66,1],[10,4],[38,1],[30,2],[44,5],[12,13],[13,3],[42,4],[8,4],[5,5],[37,2],[41,1],[6,5],[43,4],[11,3]],'rerecords':[[6,1],[28,1]],'0700':[[69,1]],'sure':[[63,1],[49,1],[23,1],[41,1],[76,1],[61,2],[72,1],[56,1]],'compared':[[16,1],[3,2],[10,1],[8,1]],'fc0':[[20,2]],'vint':[[80,9]],'|extra':[[80,1]],'mark':[[3,1],[49,3]],'arriving':[[77,1]],'4011':[[77,4]],'75%':[[61,2]],'rewinding':[[10,1],[39,2]],'waits':[[8,1]],'unit':[[59,1],[22,1],[52,1],[77,14],[79,1],[80,1]],'cancel':[[59,1],[12,1]],'bulletproof':[[8,1]],'rename':[[28,1],[51,1],[14,1]],'autosearch':[[42,1],[43,1]],'soft':[[25,1],[6,1],[61,1],[72,2],[16,1],[56,2],[8,1]],'1024':[[69,3]],'ntar':[[74,1]],'pair':[[72,1]],'confirmed':[[61,1],[77,2]],'sprites':[[49,2],[80,2],[28,1],[81,2],[61,2],[12,1],[20,3],[36,3],[69,1]],'updates':[[9,2],[49,1],[47,1],[6,1],[81,1],[12,3],[3,1],[79,1],[8,1]],'cyan':[[56,1],[54,1],[61,1]],'bak':[[37,1]],'pspfceultra':[[3,1]],'stage':[[77,1],[79,1],[80,8]],'conditions':[[77,5],[51,4]],'symmetry':[[77,1]],'inits':[[76,1]],'sources':[[77,1],[79,4],[80,1]],'generated':[[72,1],[74,1],[77,5],[79,1],[80,4]],'loses':[[64,1]],'disassembly':[[4,2],[51,19],[55,3],[56,1],[6,3]],'adventure':[[69,1]],'unusual':[[79,1]],'midikey':[[61,5]],'debugger':[[57,4],[1,1],[55,3],[50,2],[44,1],[67,1],[61,8],[12,3],[13,3],[68,3],[56,1],[8,4],[9,2],[14,4],[51,15],[54,1],[6,3],[4,6],[3,4],[10,2],[11,1],[7,1]],'case':[[61,4],[13,1],[20,1],[56,1],[64,1],[63,5],[51,1],[41,2],[47,2],[60,2],[80,1],[4,1],[72,1],[79,3]],'savescreenshotas':[[61,1],[7,1]],'locate':[[57,1]],'http':[[67,5],[59,1],[70,1],[66,1],[60,3],[62,5]],'king':[[31,1]],'drawimage':[[61,1]],'overriding':[[61,1]],'0ffffh':[[76,3]],'bcd':[[79,16]],'always':[[53,1],[61,5],[12,1],[13,1],[20,1],[56,1],[8,1],[37,2],[69,2],[77,4],[49,1],[14,2],[51,1],[80,3],[6,1],[24,1],[60,2],[72,3],[10,1],[79,22]],'preferred':[[61,1],[41,1],[80,1],[28,1]],'choppy':[[14,1]],'intervals':[[76,1]],'ejects':[[25,1]],'reporting':[[8,1]],'alternative':[[57,1]],'reorganize':[[15,1]],'minute':[[79,1]],'gnu':[[3,1]],'argus_':[[56,1]],'iql1':[[74,2]],'halt':[[77,2],[51,2]],'replaces':[[57,1]],'3f9':[[77,1]],'argument':[[14,1],[60,1],[61,7],[13,1],[79,8],[7,1]],'perfectly':[[80,1]],'desired':[[77,1],[76,4],[57,3],[31,1],[50,1]],'luaperks':[[62,2],[58,1]],'someone':[[56,2]],'searchspace':[[63,1]],'mailing':[[77,1]],'14915':[[77,1]],'pairs':[[76,1],[72,3],[60,2]],'7fff':[[74,1],[41,1],[76,2],[7,1],[69,1]],'setregister':[[10,1],[61,2]],'most':[[19,1],[67,1],[61,3],[77,2],[56,1],[39,2],[59,1],[49,3],[51,1],[47,1],[54,1],[24,1],[80,2],[4,2],[79,9],[18,1],[53,1],[31,2],[44,1],[81,1],[68,1],[69,1],[5,1],[63,3],[41,1],[58,1]],'dropping':[[80,1],[8,1]],'239':[[36,1],[61,1],[51,1]],'since':[[73,1],[55,1],[61,6],[12,1],[77,1],[56,1],[49,6],[54,2],[41,6],[76,4],[6,2],[80,12],[3,1],[79,4],[11,1]],'pain':[[74,1]],'nonsensical':[[19,1]],'expect':[[79,1],[31,2]],'getrecordermode':[[61,1]],'zeroes':[[63,1]],'deselected':[[49,1]],'east':[[79,1]],'sec':[[76,2],[79,1]],'yos0ffa':[[79,1]],'0070':[[76,2]],'fullest':[[1,1]],'emulated':[[41,1],[66,1],[31,8],[6,1],[4,1],[61,5],[18,2],[27,1]],'1994':[[79,4]],'partially':[[8,1],[30,1]],'psg':[[61,1]],'shifting':[[79,1],[11,1],[80,1]],'bbb':[[73,1]],'view':[[49,1],[14,1],[51,2],[54,2],[50,1],[77,1],[56,1],[57,1],[39,2]],'assumed':[[76,1]],'bottom':[[28,1],[61,3],[51,1],[79,1],[60,2],[44,2]],'hooks':[[61,1]],'0@9':[[79,3]],'2j1t892n%':[[79,1]],'6th':[[79,1]],'clever':[[4,1]],'redesigned':[[45,1]],'gfce':[[3,1]],'counter':[[28,14],[61,10],[12,2],[13,2],[16,2],[74,6],[69,1],[77,97],[51,6],[47,1],[80,15],[6,4],[24,3],[4,1],[79,5]],'process':[[67,2],[28,1],[61,1],[13,1],[68,2],[56,1],[49,2],[51,1],[41,2],[80,7],[24,1],[79,2]],'unavailable':[[67,1]],'stuff':[[63,2],[49,1],[76,1],[80,1],[60,4],[81,1],[52,1]],'p2t0p9d`pid`':[[79,1]],'imbedded':[[72,1],[37,1]],'develop':[[80,1]],'might':[[63,2],[49,1],[51,1],[47,2],[24,1],[61,3],[79,3],[69,1]],'removing':[[80,1],[56,1],[6,1],[7,1]],'strict':[[51,1]],'depth':[[61,1]],'040x':[[69,2]],'ours':[[79,1]],'faster':[[23,1],[16,1],[36,1],[8,1],[69,1]],'denoted':[[63,1],[60,1]],'notification':[[8,2]],'odds':[[63,1]],'khz':[[77,3]],'assisted_speedrun':[[67,1]],'0x0000':[[61,2]],'informed':[[77,1]],'output':[[23,1],[29,1],[55,2],[6,1],[80,5],[4,1],[34,1],[61,1],[77,26],[7,1],[69,2]],'4015':[[77,9]],'65c02':[[79,1]],'registerbefore':[[61,4]],'o&_':[[79,1]],'tell':[[63,2],[59,2],[49,1],[61,1],[72,1],[69,1]],'files':[[19,5],[16,4],[56,5],[27,1],[39,2],[59,2],[49,3],[14,3],[23,4],[29,13],[24,5],[51,8],[4,3],[54,2],[71,1],[10,1],[40,1],[46,5],[55,1],[31,1],[44,3],[62,1],[12,4],[13,1],[8,3],[64,1],[17,1],[26,1],[41,3],[6,4],[33,1],[11,2]],'resolution':[[77,2],[36,2],[5,1]],'272':[[80,1]],'browse':[[59,1],[24,1]],'parts':[[63,1],[54,1],[49,1],[51,2],[62,1],[72,1],[74,1],[56,2]],'outline':[[61,1]],'investigate':[[64,1]],'trace':[[55,6],[50,1],[12,1],[68,2],[56,2],[5,1],[9,2],[6,2],[4,1],[3,1],[10,1],[11,1]],'marks':[[49,4],[51,1]],'getreadonly':[[61,2],[12,1]],'edits':[[1,2]],'install':[[61,1]],'rpgs':[[49,1]],'soon':[[79,1],[49,2]],'save':[[73,1],[61,11],[74,3],[16,4],[56,7],[39,6],[9,1],[14,2],[29,2],[49,12],[51,3],[54,3],[60,5],[48,1],[10,5],[57,1],[18,7],[79,1],[28,5],[44,2],[12,7],[69,2],[5,3],[63,1],[22,1],[6,2],[11,6]],'dec':[[79,11]],'readable':[[55,1],[76,1]],'transferred':[[77,1],[50,1]],'correctly':[[13,1],[14,1],[53,1],[6,1],[79,1]],'modifying':[[77,1],[54,1],[21,1],[68,1],[79,1],[11,1]],'horizontally':[[80,2]],'squares':[[50,1]],'3f20|':[[69,1]],'super':[[41,1],[80,2],[69,3],[44,1]],'alphamul':[[61,7]],'extension':[[49,2],[14,2],[54,1],[19,1],[62,1],[33,1],[37,1]],'extreme':[[63,1]],'tue':[[81,1],[82,1]],'8910':[[76,2]],'question':[[61,3],[66,1]],'also':[[73,1],[50,1],[67,1],[61,10],[74,1],[16,1],[77,3],[56,3],[39,1],[59,1],[9,1],[14,1],[29,1],[49,1],[24,8],[51,13],[4,1],[54,5],[60,2],[66,3],[80,7],[57,1],[18,1],[79,10],[55,1],[53,1],[30,1],[28,6],[31,3],[45,1],[12,2],[13,1],[36,1],[42,1],[8,1],[5,1],[63,4],[69,4],[41,2],[6,4],[43,1],[34,1],[72,1],[3,2],[11,2]],'lastkey1':[[63,1]],'1000000th':[[76,2]],'d`h#v1':[[79,1]],'fce':[[73,1],[1,1],[46,1],[0,1],[74,3],[16,1],[54,1],[41,3],[24,1],[2,2],[72,1],[3,21]],'labeled':[[8,2],[31,1]],'09ff':[[69,1]],'numpad7':[[61,1]],'0100':[[51,2],[79,20],[69,2]],'fetching':[[81,1],[51,1],[79,1],[80,2]],'heard':[[77,1]],'0677fc51543b':[[72,1]],'cut':[[41,1],[69,1]],'rectangle':[[61,2]],'04xx':[[76,1],[69,1]],'replayed':[[8,1]],'chance':[[63,1],[61,2],[49,1],[80,1]],'down':[[80,5],[38,1],[31,9],[44,1],[61,3],[77,9],[16,1],[69,4],[63,1],[51,1],[25,2],[41,2],[6,1],[24,5],[4,2],[34,2],[60,1],[72,3],[3,1],[33,1],[76,1],[79,1]],'directory':[[19,1],[28,2],[44,1],[12,3],[13,2],[16,1],[20,1],[27,1],[63,1],[22,5],[14,1],[29,6],[41,1],[51,1],[66,4],[10,1],[33,2],[18,1]],'joysticks':[[73,1]],'inx':[[79,2]],'packaged':[[66,1],[26,1]],'objctr':[[61,3]],'resized':[[12,2],[51,1]],'401f':[[69,1]],'linked':[[3,1]],'brand':[[6,1],[16,1]],'iny':[[79,1]],'hitting':[[41,1]],'worlds':[[2,1]],'graphical':[[3,1],[80,4],[62,1],[58,1]],'ripsubs':[[11,1]],'details':[[26,1],[55,1],[80,8],[60,1],[77,8],[12,10],[69,2],[39,1]],'maxframes':[[63,4]],'fm3':[[72,1],[6,1]],'wrote':[[3,1],[80,1],[39,3]],'possibilities':[[16,3],[41,7],[56,1],[69,2],[80,1]],'1fff':[[69,2],[74,2]],'decide':[[80,1],[69,1]],'interact':[[59,1],[61,1]],'buggy':[[50,1]],'|1e':[[77,1]],'navigating':[[23,1],[24,3],[18,1]],'utf':[[13,1]],'translation':[[49,6]],'criterion':[[67,2]],'gens':[[43,1],[9,1],[42,1],[10,2],[8,1],[11,1]],'simultaniously':[[80,1]],'categories':[[38,1]],'playing':[[19,2],[67,6],[28,2],[61,2],[12,1],[16,3],[56,2],[69,1],[27,2],[17,2],[5,1],[9,1],[23,1],[41,1],[63,1],[24,6],[76,1],[10,1],[18,1]],'added':[[79,3],[80,3],[28,1],[61,3],[12,33],[13,7],[8,13],[5,12],[9,4],[14,9],[26,2],[49,1],[6,20],[51,1],[4,8],[54,1],[72,4],[76,5],[3,2],[10,5],[11,8],[7,5]],'framerate':[[72,1],[77,1],[66,1],[35,1]],'filenaming':[[6,1]],'crossed':[[79,4]],'remove':[[49,1],[14,1],[51,1],[38,1],[11,1]],'feature':[[55,2],[31,8],[28,2],[77,2],[13,1],[56,1],[8,1],[5,1],[9,1],[14,1],[49,1],[51,2],[6,1],[54,7],[4,2],[48,1],[3,1],[11,1],[58,1]],'preview':[[42,1],[43,1]],'convert':[[14,2],[46,4],[71,1],[61,1],[77,1],[16,1],[40,2],[8,1]],'cht':[[29,2],[41,5],[5,1]],'parameters':[[41,2],[61,1],[7,1]],'commercially':[[3,1]],'april':[[9,1]],'hardly':[[80,1],[32,1]],'referenced':[[51,1]],'event':[[73,1],[54,1],[67,1]],'capacity':[[22,1]],'manipulate':[[60,1]],'simulates':[[61,1]],'luabot_framework':[[63,1]],'shape':[[64,1]],'expected':[[80,1],[33,1],[67,1],[79,3]],'misbelief':[[79,1]],'john@ucc':[[79,1]],'161':[[80,1]],'atx':[[11,1]],'waveform':[[74,2]],'compensate':[[61,1]],'parser':[[51,1]],'bugsbunnybirthdayblowout':[[64,1]],'edition':[[3,1]],'copies':[[79,1],[6,1]],'j2x@to':[[79,1]],'warped':[[80,1]],'shown':[[51,4],[52,1],[41,1],[6,1],[60,1]],'almost':[[3,1],[55,1],[69,1]],'connect':[[51,3]],'fade':[[77,1],[54,1]],'characteristics':[[77,1],[69,3]],'teal':[[61,1]],'160':[[80,1]],'unintentional':[[12,1]],'largely':[[64,1]],'notepad':[[51,1]],'part':[[63,1],[73,1],[54,1],[49,2],[51,5],[78,2],[67,3],[80,3],[57,1],[64,1],[79,4]],'gives':[[11,1],[80,1],[30,1],[31,1],[61,1],[35,1],[69,4]],'snaps':[[6,1]],'supplied':[[22,2],[60,1]],'warned':[[60,1]],'html':[[67,3],[61,2],[66,1],[60,3],[62,1]],'elapsed':[[61,1]],'maintenance':[[8,1],[15,1]],'zenity':[[14,1]],'bmf':[[26,3]],'maximus':[[3,2]],'reload':[[39,1],[51,2],[14,1],[6,1],[11,1]],'brute':[[61,1]],'foundation':[[68,1]],'token':[[72,1]],'sax':[[79,10]],'halves':[[79,1]],'phase':[[79,1],[80,11]],'cia2':[[79,1]],'nestopia':[[26,1]],'songs':[[76,2]],'segments':[[63,6]],'z80':[[80,1]],'methods':[[61,2],[79,1]],'recovery':[[13,1],[14,1]],'combines':[[56,1]],'john':[[79,1]],'sweeping':[[77,4]],'direct':[[79,1],[58,1]],'timing|':[[80,1]],'suffice':[[41,1]],'boards':[[5,1]],'banked':[[76,1]],'updated':[[73,1],[1,1],[77,4],[12,1],[74,1],[49,3],[41,2],[76,3],[6,3],[80,3],[4,1],[11,2]],'bankswitching':[[51,1],[76,5],[56,1],[80,1]],'licensed':[[3,1]],'objpri':[[80,1]],'unpauses':[[61,1],[9,1]],'rewinder':[[64,1]],'pattern':[[15,1],[47,7],[80,21],[61,1],[52,2],[69,2]],'020':[[77,1]],'spanned':[[22,1]],'readme':[[79,1]],'expansion':[[14,1],[76,2],[19,1],[31,2],[69,1],[7,1]],'finished':[[61,1],[74,1],[53,1],[8,1],[5,1]],'w0fvb':[[79,1]],'statistical':[[63,2]],'f10':[[61,1],[18,2]],'associated':[[61,1],[41,1],[80,3]],'str':[[61,8],[60,2]],'trans':[[61,3]],'replaying':[[37,1]],'hasn':[[11,1]],'executing':[[61,1],[79,4]],'chrr':[[74,2]],'0000h':[[76,3]],'assignment':[[38,2]],'21477270':[[76,1]],'cope':[[79,1]],'painting':[[61,1],[60,2],[14,1]],'cpuregistername':[[61,2]],'being':[[73,1],[55,2],[31,3],[44,1],[28,2],[61,3],[77,6],[81,1],[63,1],[22,1],[49,1],[76,2],[79,7],[58,1]],'ida':[[56,1]],'vrcvii':[[76,3]],'criticised':[[67,1]],'submenu':[[4,1],[54,1]],'newer':[[3,1]],'nmos':[[79,16]],'unmodified':[[79,2]],'ports':[[52,1],[3,1],[6,1],[31,2]],'5x5':[[61,2]],'marginal':[[79,1]],'silly':[[19,1]],'blossom”':[[49,1]],'remind':[[72,1]],'comprehension':[[80,1]],'0600':[[81,1],[69,1],[82,1]],'https':[[62,1]],'006eh':[[76,1]],'start_address':[[76,1]],'keyboard':[[22,2],[25,1],[31,1],[61,3],[13,1],[12,1],[5,1]],'#xh':[[79,1]],'overhauled':[[16,1]],'gekimadden':[[9,1]],'latency':[[34,1]],'rewind':[[64,1],[24,1],[39,2]],'vectors':[[8,1]],'future':[[49,1],[32,1],[76,1],[66,2],[64,1],[79,1]],'timings':[[80,1],[35,1],[5,1]],'#byte':[[79,4]],'detrimental':[[56,1]],'mac':[[3,1],[66,1]],'young':[[7,1]],'poking':[[50,1]],'01ff':[[51,2],[79,3],[69,2]],'akel':[[79,3]],'tries':[[61,1]],'clockline':[[80,1]],'watch':[[7,1],[55,2],[67,1],[44,14],[61,1],[12,6],[16,8],[56,1],[8,1],[69,1],[51,3],[14,1],[29,3],[41,3],[6,1],[43,3],[4,2],[3,1],[40,2],[11,6],[10,2]],'228':[[5,1]],'nvidia':[[6,1]],'remember':[[49,2],[14,2],[54,1],[76,1],[60,1],[28,1],[4,1],[67,1],[80,2],[79,3]],'advanced':[[51,2],[68,1],[80,1],[67,1]],'rmw':[[79,2]],'scrolls':[[6,1]],'sq1':[[77,10]],'cherished':[[68,1]],'dcfc':[[79,3]],'commandline':[[7,1],[11,2]],'location':[[51,2],[23,1],[41,2],[24,1],[34,1],[61,2],[77,2],[57,1],[79,3]],'pointed':[[31,1]],'dd04':[[79,2]],'entry':[[49,1],[41,1],[76,2],[6,1],[28,1],[80,4],[61,4],[79,1]],'824':[[80,1]],'discovering':[[56,1]],'said':[[77,1],[53,1],[64,1],[80,1]],'offset':[[51,1],[54,2],[47,3],[76,1],[60,1],[80,5],[81,2],[74,1],[40,1],[79,1]],'looking':[[26,1],[49,1],[55,2],[50,1]],'quote':[[61,1]],'exotic':[[14,1]],'xmessage':[[61,1]],'flubba':[[77,1]],'warioland':[[12,1]],'043x':[[69,1]],'course':[[61,1],[77,1],[79,1],[80,2]],'tsx':[[79,2]],'shinydoofy':[[13,1]],'|ppu':[[80,3]],'115':[[6,1],[5,1]],'hacks':[[65,1]],'invert':[[10,1],[61,6]],'armed':[[76,1]],'players':[[63,1],[10,1],[47,1],[69,1],[80,1]],'announced':[[22,1]],'supported':[[73,1],[22,1],[54,1],[19,4],[60,2],[62,1],[61,3],[72,3],[3,1]],'base':[[22,2],[29,2],[41,1],[80,4],[28,1],[61,1],[13,1],[20,1],[3,1],[77,1],[79,1]],'internal':[[61,3],[72,4],[77,7],[79,3],[80,3]],'argment':[[12,1]],'gamepads':[[72,1],[31,1]],'alternate':[[47,3],[40,1],[79,1]],'_will_':[[63,1]],'consistency':[[10,1],[12,1]],'bginput':[[20,3]],'hitboxes':[[64,1]],'issue':[[14,1],[66,2],[6,1],[34,1],[12,1],[13,3],[32,1],[79,1],[7,2],[11,3]],'192':[[77,3],[5,1]],'int32':[[72,1],[74,3]],'sequentially':[[76,1],[80,1]],'05ff':[[69,1]],'shx':[[79,4]],'stick':[[76,1],[69,1]],'entirity':[[80,1]],'goal':[[63,1],[62,1],[67,1]],'defines':[[25,2],[51,3],[74,1]],'hotkey':[[55,1],[38,4],[31,5],[28,5],[61,1],[12,7],[13,3],[16,2],[36,1],[27,1],[5,1],[39,2],[51,3],[14,3],[23,1],[6,3],[24,1],[3,1],[18,4],[11,1]],'02xx':[[69,2]],'usability':[[9,1],[3,1],[10,1],[6,1]],'c022':[[51,1]],'draws':[[61,5],[80,1],[82,1]],'recommend':[[80,1]],'saver':[[11,1],[30,2]],'writing':[[81,1],[61,3],[12,1],[77,4],[63,1],[59,1],[51,1],[22,1],[54,2],[76,1],[60,1],[80,3],[82,1],[79,2]],'environments':[[19,1]],'resulting':[[33,1],[56,1],[67,1]],'learning':[[59,1]],'onsegmentstart':[[63,2]],'kh%&1':[[79,1]],'multiplexer':[[80,7]],'messages':[[9,1],[14,1],[55,1],[6,4],[61,1],[12,1],[7,1],[8,1]],'profit':[[80,1]],'differrences':[[77,1]],'vastly':[[6,1]],'reverse':[[77,3],[68,1],[56,1],[69,1]],'legend':[[79,1]],'113':[[80,1]],'outputted':[[77,1]],'joypad':[[61,15],[12,3],[13,1],[8,1],[27,1],[9,3],[22,2],[25,1],[6,1],[60,3],[72,2],[10,1]],'buttoncount':[[6,1]],'idc':[[56,1]],'drawings':[[6,1]],'psin':[[74,1]],'implied':[[79,5]],'two':[[55,1],[62,1],[44,2],[28,1],[61,4],[77,1],[36,2],[69,1],[63,2],[22,2],[49,1],[51,1],[76,1],[60,2],[72,3],[3,1],[79,12]],'acts':[[79,1],[80,1]],'powersave':[[11,1]],'regression':[[11,1]],'automatic':[[77,1],[12,1],[51,1],[19,2],[5,1]],'cycle':[[14,1],[25,1],[41,1],[60,2],[80,24],[61,1],[74,2],[77,14],[79,20]],'playfields':[[80,3]],'pseudo':[[63,1],[77,5],[79,1]],'2000':[[76,3],[80,8],[81,2],[74,2],[3,1],[69,3]],'bmp':[[62,1]],'74ls373':[[80,1]],'customization':[[6,1]],'brackets':[[41,1],[51,1]],'fatal':[[79,1]],'compresses':[[28,1]],'0fe':[[77,1]],'needs':[[61,1],[49,2],[51,2],[60,1]],'specify':[[4,1],[61,1],[55,1],[76,1],[44,1]],'expertise':[[77,1]],'appliciable':[[80,1]],'encoder':[[51,1],[68,1],[3,1],[57,7],[50,1],[28,1]],'info':[[63,1],[76,3],[80,1],[24,2],[67,2],[81,1],[12,1],[16,3],[69,3]],'understandable':[[51,1]],'receive':[[61,1],[49,1],[28,1]],'patterns':[[47,1],[77,2],[80,1]],'tbl1':[[60,3]],'desktop':[[5,1]],'abandoned':[[3,1]],'belonging':[[51,1]],'ungzipping':[[14,1]],'home':[[61,1],[62,1]],'became':[[67,1]],'posting':[[77,1]],'dma':[[79,2],[69,1],[80,1]],'alot':[[80,1]],'avi':[[17,2],[14,1],[23,9],[29,2],[6,1],[62,1],[12,2],[13,1],[16,3],[7,1],[37,2]],'lower':[[63,1],[73,1],[51,1],[80,6],[28,1],[34,1],[77,1],[79,9],[69,1]],'classics':[[80,1]],'counts':[[61,1]],'wram':[[74,2],[14,1]],'ones':[[52,1],[80,1],[11,1],[50,1]],'unofficial':[[3,1],[11,1],[68,1]],'every':[[55,4],[28,5],[61,4],[12,1],[13,2],[74,1],[56,4],[77,4],[39,2],[63,2],[49,2],[51,1],[47,3],[76,1],[80,13],[72,2],[79,5]],'0000001111100000':[[81,1]],'backtrack':[[63,1]],'envelope':[[77,30]],'flicker':[[80,2]],'fceultra':[[3,1]],'bare':[[60,1]],'smallest':[[61,1],[77,2],[80,1]],'rgba':[[61,2]],'tool':[[50,4],[44,1],[45,2],[67,15],[12,1],[16,3],[42,1],[69,1],[63,2],[49,4],[29,1],[51,1],[54,2],[2,1],[6,2],[24,4],[43,1],[66,1],[3,2],[10,1],[40,6],[65,2]],'jpeg':[[62,1]],'dex':[[79,3]],'industry':[[80,1]],'smb0':[[20,14]],'click':[[46,2],[38,1],[30,4],[28,1],[61,1],[12,3],[36,2],[59,2],[49,3],[51,13],[41,5],[54,3],[6,3],[4,1],[57,4],[18,1]],'loaded':[[50,1],[61,21],[77,4],[16,1],[39,10],[9,2],[14,2],[29,4],[51,1],[24,4],[54,1],[80,6],[79,7],[55,1],[30,2],[28,1],[44,2],[12,4],[20,1],[36,2],[8,2],[5,1],[37,4],[63,2],[22,2],[64,1],[41,2],[69,5],[6,1],[76,8],[33,3],[11,2]],'compare':[[51,3],[41,5],[6,2],[43,1],[42,1],[57,4]],'extensively':[[67,1]],'introduction':[[51,1],[1,2],[23,1],[41,1],[24,1],[0,3],[53,1],[55,1],[52,1],[60,1],[77,1],[56,1]],'affect':[[61,1],[12,1],[36,1],[41,2],[79,3]],'dc0d':[[79,4]],'edit':[[51,1],[16,5],[54,11],[44,1]],'rips':[[76,2]],'letting':[[61,2]],'laptop':[[12,1]],'f20':[[61,1]],'configurations':[[70,1],[16,1]],'effects':[[80,2],[51,1],[82,1]],'emrwxf':[[51,2]],'enters':[[61,2]],'xing':[[5,1]],'clear':[[49,1],[51,2],[76,4],[38,2],[6,1],[31,3],[80,1],[61,4],[72,1],[81,1],[56,2],[79,10]],'include':[[72,1],[16,2],[19,1],[24,1]],'consists':[[73,1],[54,1],[41,1],[80,4],[61,1],[72,4]],'truth':[[79,1]],'simulation':[[61,1]],'punchouttraining':[[64,1]],'textual':[[68,1]],'2002':[[81,1],[3,2],[79,1],[80,5]],'triggered':[[61,1],[77,1]],'65500':[[74,1]],'002':[[77,1]],'tracing':[[55,1]],'4#p`e@`h#vq':[[79,1]],'languages':[[6,1],[58,2]],'recieve':[[77,1]],'characters':[[51,1],[14,1],[54,1],[76,1],[6,1],[72,1],[16,1],[69,1]],'engine':[[66,1],[6,1]],'045x':[[69,1]],'thrown':[[61,1],[80,1]],'ldx':[[79,15]],'menu':[[1,6],[50,2],[61,2],[16,7],[27,6],[39,20],[9,3],[14,2],[15,1],[23,4],[24,8],[29,1],[4,1],[49,2],[54,2],[66,1],[10,2],[40,1],[18,3],[7,1],[38,1],[30,4],[28,16],[31,1],[44,3],[12,18],[13,1],[8,4],[5,1],[22,2],[25,4],[41,5],[6,4],[34,2],[11,6]],'approximate':[[61,1],[72,1]],'cld':[[79,1],[69,1]],'playmoviefrombeginning':[[8,1]],'buffing':[[34,1]],'blanking':[[41,1]],'turtles':[[47,1],[69,1]],'forced':[[77,1],[80,1]],'successive':[[79,1]],'bandwith':[[80,1]],'needle':[[77,1]],'speedrun':[[63,1],[2,1],[67,2]],'evaluates':[[63,4],[80,1],[51,1]],'6fff':[[76,1]],'suggest':[[61,1],[6,1],[37,1]],'accordingly':[[28,1]],'sections':[[49,1],[74,1],[80,2]],'creation':[[63,1],[13,1],[16,1],[60,1]],'emu':[[59,3],[9,1],[60,7],[6,2],[61,45],[10,1],[8,3]],'own':[[31,1],[45,1],[61,1],[77,1],[16,1],[8,1],[64,1],[51,2],[41,1],[80,3],[79,2],[57,1]],'010':[[77,1]],'invertselection':[[6,1]],'044x':[[69,1]],'bookmarked':[[8,2],[54,1]],'prefixes':[[44,1]],'backgrounds':[[80,1],[21,1],[28,2]],'000':[[69,1]],'rotate':[[79,2]],'d8t`2i':[[79,1]],'empty':[[51,2],[6,1],[60,3],[72,1],[16,1],[36,1],[79,1]],'help':[[1,2],[45,1],[61,1],[12,2],[16,1],[36,2],[56,2],[35,1],[39,6],[77,1],[59,1],[54,1],[76,1],[60,1],[79,1]],'frame':[[73,2],[67,5],[61,32],[77,22],[16,1],[39,2],[59,1],[51,6],[14,2],[23,1],[47,4],[24,18],[54,1],[60,6],[80,8],[48,1],[46,1],[55,2],[28,11],[44,1],[81,1],[12,7],[13,2],[20,4],[52,1],[8,5],[5,1],[37,4],[63,6],[68,1],[25,5],[41,1],[6,3],[34,2],[72,5],[11,3]],'instance':[[30,1],[28,1],[69,3],[8,1],[63,3],[51,1],[41,1],[47,1],[60,2],[76,1],[80,1],[79,2],[18,1]],'converter':[[77,4],[12,1],[14,1],[66,1],[24,1]],'composed':[[62,1],[74,1]],'vints':[[80,2]],'resistors':[[77,1]],'correction':[[36,1],[77,1],[12,1]],'next':[[31,1],[28,1],[61,5],[74,2],[77,4],[8,1],[5,1],[63,5],[69,2],[9,1],[49,2],[41,4],[51,4],[60,3],[80,15],[57,1],[79,16]],'kilobytes':[[22,1]],'newtext':[[61,1]],'bit0':[[72,2],[79,1]],'pushed':[[79,4]],'separator':[[72,1]],'mpby':[[74,1]],'04000':[[76,1]],'credit':[[77,1]],'processors':[[79,7],[12,1]],'thread':[[35,1]],'connection':[[79,1]],'c002##comment2':[[51,1]],'xoff':[[74,1]],'date':[[81,1],[60,1],[82,1]],'bandwidth':[[80,1]],'adjust':[[4,1],[80,1]],'dcfa':[[79,3]],'detection':[[31,1]],'dragged':[[9,1]],'job':[[36,1]],'chibi':[[77,1]],'dincsbc':[[79,4]],'invoked':[[9,1]],'triplet':[[33,1]],'kbfe_j':[[79,1]],'hence':[[76,1],[61,4],[60,1]],'religion_mode_off':[[79,1]],'instantly':[[80,1]],'sev':[[79,2]],'folder':[[59,1],[29,2],[41,1],[46,1],[6,1],[44,3],[28,2],[61,2],[66,1],[64,2]],'rar':[[19,1]],'scoring':[[63,1]],'loopcounter':[[63,1]],'aspiring':[[49,1]],'readbytesigned':[[61,2],[12,1],[60,1]],'interpreted':[[72,1],[80,1]],'hexi':[[44,1]],'cartridge':[[22,2],[41,1],[80,2],[31,1],[69,1]],'vtog':[[74,1]],'irritating':[[61,1]],'beebee':[[63,4]],'automagical':[[79,1]],'snapshot':[[18,1],[24,1]],'digital':[[62,1]],'console':[[22,1],[9,2],[54,1],[31,1],[6,2],[24,1],[61,1],[67,1]],'fields':[[76,2],[44,1],[4,1],[72,1],[36,1],[57,2]],'had':[[26,1],[76,1],[66,1],[2,1],[80,3],[61,1],[13,1],[77,1],[79,1]],'logs':[[9,1],[55,3],[56,1],[5,1]],'radikus':[[6,1]],'nmi2':[[51,1]],'de0d':[[79,1]],'registerload':[[10,2],[61,1]],'defined':[[59,1],[49,2]],'luabitop':[[61,1]],'willing':[[76,1]],'123':[[79,4]],'verify':[[81,1],[79,1]],'vsync':[[36,1],[66,1]],'acknowledged':[[77,1]],'prepend':[[14,1]],'highlighting':[[4,1],[54,2],[41,1]],'maskable':[[77,2],[51,4],[69,1]],'0800':[[69,2]],'already':[[22,1],[49,1],[55,1],[80,4],[67,1],[61,3],[57,1],[64,1],[69,1]],'dot':[[79,2]],'modal':[[61,2]],'onfinish':[[63,1]],'pins':[[80,3]],'exist':[[80,2],[53,1],[61,1],[77,2],[33,1],[64,1]],'nice':[[55,2]],'disassemble':[[56,1]],'collision':[[80,1]],'frozen':[[21,1],[12,3],[8,2],[44,2]],'metal':[[49,1]],'atop':[[80,1]],'freeze':[[54,2],[60,1],[61,2],[79,2],[11,1],[18,2]],'their':[[38,1],[50,1],[61,1],[12,1],[16,1],[77,2],[64,1],[69,1],[49,3],[51,1],[54,1],[80,1],[34,1],[72,1],[79,2]],'promptly':[[64,1]],'mirr':[[74,1]],'key4':[[63,1]],'|05':[[77,2]],'emulate':[[22,1],[76,2],[31,1],[28,1]],'thinks':[[80,1]],'specifies':[[61,4],[20,5]],'appendix':[[61,1]],'rgb32':[[61,1]],'8bit':[[61,2]],'confirmation':[[7,1],[30,1]],'bypasses':[[12,1]],'tablet':[[31,1]],'libraries':[[4,1],[61,1],[62,1],[60,1],[58,1]],'decrease':[[77,4]],'that':[[50,2],[61,51],[77,29],[56,12],[15,1],[29,1],[47,1],[80,40],[2,2],[24,9],[82,1],[48,1],[57,1],[79,44],[28,4],[44,1],[81,3],[12,9],[20,1],[64,7],[69,12],[63,19],[21,2],[22,1],[41,24],[43,1],[33,2],[11,5],[19,1],[67,9],[74,2],[16,3],[39,8],[59,2],[9,1],[14,2],[49,19],[51,20],[54,12],[60,12],[66,2],[10,3],[40,1],[18,3],[7,2],[55,7],[53,3],[31,3],[62,4],[45,1],[42,1],[52,2],[8,7],[26,1],[76,8],[6,1],[72,7],[3,5],[58,3]],'okay':[[49,1]],'hq3x':[[36,2]],'wraps':[[79,1],[82,3]],'convertible':[[13,1]],'area':[[49,1],[51,1],[47,1],[76,3],[80,5],[61,1],[36,3],[69,1]],'enemy':[[69,21]],'19th':[[77,1],[80,1]],'suggested':[[61,1]],'disallow':[[6,1],[9,1]],'setmarker':[[61,1]],'first':[[73,2],[61,6],[74,4],[77,3],[56,1],[49,3],[51,2],[80,16],[60,4],[10,1],[57,2],[79,13],[46,1],[55,4],[30,1],[28,1],[81,3],[36,2],[8,2],[69,3],[63,2],[22,1],[76,2],[72,3],[3,1],[33,1],[11,1]],'maxvalue':[[63,12]],'411ah':[[76,1]],'luminance':[[80,4]],'care':[[61,1],[77,1],[79,1]],'points':[[63,1],[61,1],[79,3],[6,1],[80,1]],'demonstrate':[[80,1]],'0000010000011111':[[81,2]],'antony':[[10,1]],'top':[[51,3],[41,1],[80,1],[60,1],[28,1],[61,4],[7,1],[27,1]],'correct':[[61,6],[14,1],[36,2],[79,1],[8,1],[11,4]],'stats':[[69,4]],'family':[[22,2],[79,2],[31,2]],'coding':[[50,1],[60,1]],'below':[[51,5],[41,1],[60,1],[77,2],[74,1],[79,7]],'account':[[63,1],[61,1],[54,1],[12,1],[51,1]],'kh%r1':[[79,1]],'step':[[77,8],[51,4],[79,1],[11,1]],'actually':[[63,1],[79,1],[80,5],[61,6],[77,3],[56,1],[64,1],[69,1]],'allowudlr':[[20,3]],'stands':[[3,2],[80,1]],'prefix':[[51,2],[44,3]],'filled':[[57,2]],'often':[[59,1],[49,3],[79,1],[67,2],[69,3]],'230':[[61,1]],'constructed':[[59,1]],'plus':[[61,1],[54,1],[76,1],[80,3]],'formula':[[61,1],[77,1],[76,1],[80,1],[44,2]],'abstraction':[[62,1]],'fired':[[80,1]],'really':[[63,1],[49,4],[80,1],[81,1],[61,1],[77,1],[56,1],[79,3]],'edwin':[[79,1]],'tay':[[79,1]],'8184':[[69,1]],'tutorials':[[49,1],[60,1]],'cycling':[[80,2]],'zeropage':[[79,9]],'audible':[[77,4]],'wasted':[[80,1]],'mangling':[[49,1]],'onscreen':[[61,1],[6,1]],'playstation':[[3,1]],'putting':[[61,1],[52,1]],'bit':[[73,1],[61,3],[74,7],[77,73],[36,1],[56,2],[5,1],[49,1],[51,3],[41,2],[76,14],[60,2],[80,30],[82,3],[34,2],[72,10],[33,2],[79,38],[58,1]],'audio':[[34,1],[54,1],[23,7],[76,2],[56,2],[77,1]],'slow':[[49,1],[25,1],[66,5],[41,1],[24,2],[60,1],[67,3],[79,2]],'pages':[[79,1],[69,2]],'patchlevel':[[79,1]],'recent':[[39,2],[9,1],[6,2],[44,2],[4,1],[12,1],[16,1],[10,1],[11,2],[8,2]],'world':[[31,1],[60,3]],'xodnizel':[[3,2],[79,1]],'sets':[[77,1],[12,1],[20,23],[36,4],[61,4],[35,1],[39,2],[27,5],[29,3],[25,2],[41,1],[80,1],[34,4],[79,3]],'total':[[22,1],[41,1],[76,1],[24,1],[6,2],[80,1],[61,1],[74,1],[77,1],[79,1]],'presets':[[29,3],[16,1],[31,3],[67,1]],'substitutions':[[49,1]],'alpha':[[61,9],[6,1]],'vram':[[81,4],[74,1],[54,1],[69,1],[82,1]],'11ff':[[69,1]],'subpix':[[69,2]],'segfault':[[6,3],[14,1]],'killed':[[80,1],[69,1]],'usually':[[54,2],[76,1],[67,3],[77,2],[68,2],[57,1],[69,3],[79,3]],'fcexp':[[72,1]],'rotations':[[79,2]],'believed':[[79,1]],'attrib':[[82,1]],'channels':[[34,2],[12,1],[61,1],[76,1],[77,17]],'neccessary':[[80,1]],'dostuff':[[60,1]],'yet':[[79,1],[51,1],[41,2],[80,1],[60,1],[61,1],[56,1],[11,1],[69,2]],'030x':[[69,1]],'prepared':[[61,1]],'teenage':[[47,1],[69,1]],'avoid':[[61,3],[67,1]],'isattemptend':[[63,3]],'into':[[61,4],[77,5],[16,2],[56,2],[59,2],[49,7],[14,1],[23,2],[29,1],[2,2],[51,3],[54,2],[60,1],[80,16],[57,3],[79,4],[46,1],[30,1],[31,3],[44,2],[62,1],[12,1],[68,1],[8,2],[37,4],[17,1],[63,4],[22,1],[69,5],[41,1],[76,13],[3,1],[58,2]],'carrier':[[74,1]],'ch1':[[76,2]],'damaging':[[80,1]],'parsecolor':[[61,2],[9,1],[5,1]],'sum':[[51,3]],'lasereyes':[[64,1]],'enhance':[[80,2]],'timer':[[77,11],[79,8],[69,1]],'`28':[[79,1]],'supports':[[61,1],[3,2],[19,3],[6,1],[24,1]],'varying':[[74,1]],'runtime':[[56,1],[51,2]],'calculates':[[77,1]],'isolate':[[50,1]],'windows':[[30,2],[62,1],[45,1],[61,2],[12,1],[13,1],[36,1],[8,1],[5,1],[9,2],[14,1],[41,2],[66,1],[6,3],[3,3],[10,2],[11,1]],'jamm':[[74,1]],'either':[[49,1],[51,1],[55,2],[76,2],[62,1],[80,2],[82,1],[61,4],[72,2],[77,2],[79,6],[69,1]],'interprets':[[61,1],[80,1]],'fail':[[49,1],[14,1],[56,1],[79,1]],'corruptor':[[56,2]],'myimage':[[61,1]],'gettie1':[[63,1]],'passage':[[67,1]],'big_time_software@hotmail':[[77,1],[80,1]],'branch':[[3,4],[79,9],[2,1]],'win98':[[49,1]],'irrelevant':[[56,1],[72,2]],'getscore':[[63,1]],'successfully':[[79,2]],'“cherry':[[49,1]],'correspond':[[76,1],[69,1]],'gamecube':[[3,1]],'user':[[31,1],[28,3],[62,2],[61,18],[12,3],[13,2],[5,1],[9,1],[14,1],[22,1],[80,1],[6,1],[60,2],[3,1],[11,2]],'rainbowriding':[[64,1]],'hexbackcolorg':[[21,1]],'counting':[[61,1],[51,1],[77,5],[76,2],[80,1]],'copy':[[49,6],[54,3],[30,1],[50,1],[61,1],[79,5],[8,1],[37,1]],'definetely':[[80,1]],'how':[[65,1],[1,2],[55,1],[44,2],[61,1],[74,1],[77,4],[56,1],[64,2],[69,2],[63,4],[49,6],[29,1],[41,1],[66,2],[70,1],[76,1],[80,7],[82,1],[57,2],[79,9],[58,3]],'tracks':[[64,1]],'tbl3':[[60,2]],'serves':[[63,1],[80,1]],'failattempts':[[63,1]],'external':[[63,1],[80,5],[4,1],[61,1],[48,4],[77,1],[33,1],[40,2],[56,4]],'condition':[[51,1],[80,1],[6,1],[4,2],[77,3],[13,1],[33,1]],'cnrom':[[6,1],[14,1]],'websites':[[49,2]],'certain':[[55,1],[31,1],[50,1],[61,1],[77,4],[56,1],[64,1],[63,4],[51,1],[54,1],[47,1],[66,1],[80,1],[58,1]],'die':[[69,1]],'pack':[[63,1],[59,1]],'haystack':[[77,1]],'168':[[79,1],[80,1]],'threshold':[[79,1]],'inspired':[[80,1]],'fdsr':[[74,1]],'isolated':[[80,1]],'numpad3':[[61,1]],'stx':[[79,11]],'effected':[[80,1]],'dropped':[[9,1],[11,1]],'4000':[[77,6],[69,1]],'irqa':[[74,2]],'60th':[[24,1]],'plot':[[60,2]],'gtk':[[6,2],[9,2]],'00000011':[[81,1]],'rippers':[[56,1]],'gamepad':[[8,1]],'pulled':[[80,1]],'vrc7':[[76,1]],'047x':[[69,1]],'experiment':[[80,1]],'deselect':[[8,1],[49,1]],'black':[[61,1],[21,3],[54,1],[36,1],[80,5]],'name':[[19,1],[50,2],[61,8],[74,10],[16,1],[59,1],[9,3],[14,1],[29,1],[49,6],[24,2],[51,10],[4,1],[80,16],[82,2],[79,1],[7,1],[38,1],[53,7],[44,1],[12,1],[20,2],[37,1],[63,1],[41,3],[76,3],[6,1],[72,1],[3,3],[33,2],[11,1]],'micro':[[11,1]],'sent':[[59,1],[49,1],[77,4],[41,1],[80,1]],'commands':[[73,1],[1,4],[38,1],[28,3],[13,1],[16,2],[20,1],[42,1],[8,1],[25,2],[72,3],[10,1],[79,4],[58,1]],'regions':[[14,1],[5,1]],'248':[[6,1]],'decryption':[[79,1]],'match':[[61,1],[9,1],[14,1],[36,1],[41,2],[5,1]],'endless':[[61,2],[60,1],[80,1]],'attained':[[77,1]],'nitsuja':[[3,1],[26,3]],'nsf':[[51,6],[76,4],[19,3],[50,1],[4,1],[75,2],[10,3],[33,1],[56,10]],'rti':[[77,1],[79,11]],'familiar':[[59,1],[77,1],[76,1],[60,1]],'227':[[6,1]],'path':[[59,1],[22,1],[30,1],[6,2],[61,2],[20,4],[8,3],[5,1]],'generates':[[77,3],[80,1],[39,1]],'alongside':[[51,1]],'weren':[[56,2],[51,1],[77,1]],'identical':[[61,1],[77,1],[80,1]],'accident':[[18,1]],'8502':[[79,6]],'theory':[[79,2]],'cracle':[[66,1]],'adds':[[61,1],[12,1],[8,2],[5,1],[9,2],[29,1],[6,1],[4,1],[3,2],[79,2],[11,1],[10,1]],'`@yoo0a':[[79,1]],'here':[[31,1],[81,1],[61,4],[42,1],[77,5],[36,2],[39,1],[63,1],[59,1],[21,1],[49,4],[25,2],[41,1],[6,1],[43,1],[51,2],[54,2],[60,4],[76,3],[80,12],[33,1],[79,3]],'sync':[[12,1],[36,4],[66,1],[6,1]],'scheme':[[73,1],[21,1],[80,1],[11,1]],'directories':[[29,1],[27,1]],'truthvalue':[[61,1]],'hackers':[[68,1]],'reached':[[63,2],[51,1],[53,2],[80,1]],'accumulator':[[74,1],[76,2],[79,27]],'current':[[50,2],[67,2],[61,20],[74,1],[77,12],[56,1],[51,6],[54,1],[80,3],[24,2],[79,4],[55,1],[53,2],[31,3],[28,1],[81,1],[12,3],[13,1],[36,2],[52,1],[8,1],[5,1],[37,1],[63,9],[22,1],[68,1],[25,2],[41,6],[6,2],[69,1],[76,1],[34,1],[72,2],[3,1],[33,1]],'mapper':[[9,1],[14,1],[51,2],[54,1],[6,1],[12,1],[10,2],[8,1],[5,2]],'internet':[[59,2],[32,1],[16,1],[68,1],[62,1],[27,1]],'likelihood':[[22,1]],'disks':[[22,3],[31,1]],'decided':[[76,1],[49,2],[67,1]],'prerender':[[51,1]],'autostart':[[79,1]],'border':[[36,1]],'pch':[[79,16]],'deducted':[[63,1]],'choosing':[[66,1],[6,1]],'emulation':[[1,1],[67,1],[61,6],[77,1],[35,1],[27,1],[39,2],[51,2],[14,2],[23,3],[66,1],[60,2],[24,5],[4,2],[18,2],[28,2],[20,3],[36,2],[8,1],[5,3],[37,1],[78,1],[22,1],[25,13],[41,1],[6,3],[34,1],[33,2]],'scale2x':[[36,4]],'character':[[61,1],[54,1],[49,3],[51,2],[72,1],[69,3]],'processes':[[67,1]],'sed':[[79,1],[69,1]],'claimed':[[79,1]],'fceu':[[66,4],[70,1],[71,1],[30,1],[44,1],[61,4],[12,8],[16,6],[27,1],[63,1],[22,1],[14,1],[23,1],[26,6],[2,5],[6,2],[29,5],[54,1],[48,1],[32,2],[3,12],[10,2],[18,1],[60,1]],'tbl':[[49,1],[54,1]],'latching':[[77,2]],'nesting':[[55,1],[6,1]],'whereas':[[79,2],[80,1]],'nametable':[[5,2],[14,1],[80,1],[81,3],[12,1],[69,5],[11,1]],'result':[[54,1],[76,1],[80,5],[67,1],[61,4],[77,4],[33,1],[79,22]],'perform':[[63,1],[41,1],[76,1],[61,2],[56,5],[79,4]],'dmcsize':[[61,1]],'measurements':[[79,1]],'twice':[[77,2]],'mappable':[[12,4],[24,1]],'green':[[61,8],[54,3],[33,1],[56,2],[60,1]],'codes':[[51,1],[41,1],[66,1],[50,2],[28,2],[68,1],[57,4],[79,2]],'receives':[[61,1],[60,1]],'medium':[[61,2]],'entries':[[80,3]],'binding':[[13,1]],'handy':[[69,1],[49,1],[60,1]],'clocks':[[77,2],[80,3]],'07f':[[77,1]],'xor':[[61,2],[77,2],[60,1]],'l8i':[[79,1]],'impl':[[79,2]],'adjustment':[[77,1],[26,1]],'dump':[[55,1],[12,2],[39,1]],'significantly':[[41,1],[8,1],[69,1]],'incorporating':[[45,1]],'crashes':[[60,1],[61,1],[12,2],[14,3],[6,1],[5,1]],'true':[[63,7],[59,1],[51,1],[80,1],[60,3],[61,26],[72,6],[10,1],[36,1],[79,1]],'execution':[[51,13],[79,2],[67,1]],'0xffff':[[61,2]],'required':[[29,1],[41,1],[80,5],[72,7],[77,1],[20,1],[10,1],[56,1],[5,1]],'previous':[[46,1],[44,1],[61,1],[12,1],[16,2],[77,1],[8,1],[39,9],[63,5],[69,1],[9,1],[41,4],[71,1],[6,1],[24,1],[72,1],[18,1],[58,1]],'full':[[37,1],[77,3],[22,1],[61,1],[12,2],[16,1],[36,7],[56,2],[8,1],[11,1]],'narrow':[[51,1]],'reverted':[[11,1]],'submenus':[[28,1]],'level':[[41,4],[53,3],[80,3],[34,1],[72,2],[77,3],[58,1]],'winapi':[[62,2]],'scenario':[[77,1]],'131072':[[79,1]],'d019':[[79,5]],'007b':[[76,1]],'accesses':[[80,2]],'hexfreezecolorr':[[21,1]],'restricting':[[61,2]],'sided':[[22,1]],'movie':[[73,1],[67,14],[61,67],[16,8],[27,2],[39,29],[9,4],[14,6],[23,6],[29,1],[24,60],[47,1],[4,4],[71,5],[10,5],[40,1],[7,2],[46,2],[31,2],[28,10],[44,2],[45,1],[12,20],[13,4],[20,14],[68,1],[8,23],[5,3],[17,3],[37,24],[63,1],[69,3],[6,6],[72,23],[3,2],[11,12]],'dll':[[4,3],[59,2],[10,1]],'feed':[[80,2]],'caveats':[[76,5],[61,1]],'taking':[[77,1],[79,2],[80,2],[58,1]],'gyp#8':[[79,1]],'somethingistrue':[[60,4]],'compute':[[61,1]],'opponent':[[32,1]],'opcode':[[51,2],[79,61],[11,2]],'exception':[[79,1],[69,1]],'detected':[[19,1],[31,1]],'seem':[[79,3],[80,2]],'quick':[[61,2],[51,1],[60,1],[18,1]],'guess':[[79,1],[80,1]],'official':[[59,1],[76,1],[79,2]],'relate':[[80,1]],'savestate':[[67,3],[28,5],[61,28],[12,3],[20,1],[13,4],[16,7],[8,10],[37,6],[39,23],[74,1],[9,2],[14,2],[29,1],[71,4],[6,1],[24,15],[4,3],[60,10],[72,7],[10,6],[18,12],[11,1]],'horizontal':[[82,1],[74,1],[53,1],[69,1],[80,10]],'dungeon':[[80,1]],'fashion':[[80,2]],'extraneous':[[22,1]],'simulated':[[61,1]],'logger':[[55,9],[50,2],[12,1],[68,4],[56,16],[5,2],[9,2],[51,1],[54,1],[6,2],[4,1],[3,2],[10,2],[11,1]],'architecture':[[77,1],[52,1],[3,1],[80,1],[6,1]],'appear':[[55,1],[61,2],[12,2],[77,1],[39,2],[9,1],[22,3],[29,1],[51,5],[6,1],[80,2],[57,2],[18,1]],'gdimage':[[61,1]],'temporary':[[61,1],[74,1],[3,1],[79,1],[80,8]],'active':[[61,1],[12,2],[77,1],[8,1],[5,1],[9,2],[29,1],[41,7],[51,1],[80,1],[10,1],[57,1],[33,1],[79,1]],'relatively':[[41,1]],'vars':[[63,1]],'1kb':[[74,1]],'shadow':[[31,1],[5,1]],'handle':[[63,1],[13,1],[14,1],[79,2],[60,2]],'f13':[[61,1]],'nametables':[[69,1]],'size':[[61,10],[12,3],[42,1],[36,7],[56,1],[69,2],[74,5],[22,1],[14,1],[51,5],[66,1],[6,1],[43,1],[76,2],[72,5]],'allow':[[63,1],[51,2],[80,2],[31,3],[6,2],[61,1],[12,1],[20,3],[36,2],[72,1],[8,1]],'unlike':[[61,1],[79,2]],'useful':[[55,3],[19,1],[50,1],[44,1],[28,1],[61,2],[13,1],[52,1],[56,5],[69,4],[59,1],[49,1],[51,2],[80,4],[79,1],[58,1]],'cart':[[51,2],[80,5],[69,2],[5,1]],'noticeable':[[61,1]],'arise':[[66,1]],'#34053d':[[60,1]],'vista':[[66,1]],'clarify':[[79,1]],'messageboards':[[77,1]],'project':[[3,2],[5,1]],'nestopia_rgb':[[26,1]],'doliner':[[3,1]],'connecting':[[51,1]],'bpp':[[13,1]],'produces':[[63,1],[77,3],[12,2],[80,1]],'predecessor':[[63,1]],'#bxi':[[79,1]],'dependent':[[79,1]],'assigns':[[27,1]],'programming':[[64,2],[59,1],[69,1],[60,1],[58,1]],'|graphical':[[80,1]],'adders':[[80,1]],'loopy':[[81,2],[82,2]],'manual':[[45,1],[61,2],[60,1]],'dc9d':[[79,4]],'farcry':[[60,1]],'fceud':[[3,4],[26,1]],'executable':[[3,1],[79,2],[62,1],[69,2]],'ines':[[51,4],[74,1],[19,4],[6,1]],'weird':[[61,1],[79,2]],'programmatically':[[56,3],[54,2]],'figuring':[[33,1]],'come':[[69,1]],'isfromsavestate':[[61,2],[8,1]],'bios':[[9,1],[29,1],[22,2],[66,2],[76,1]],'swapping':[[10,1],[51,1]],'new':[[61,2],[77,11],[16,10],[56,1],[9,4],[14,7],[15,2],[49,2],[24,1],[51,1],[4,7],[60,2],[66,1],[80,5],[10,8],[40,1],[7,4],[57,1],[79,7],[46,1],[55,1],[28,6],[44,2],[45,2],[12,8],[13,3],[68,2],[8,8],[5,9],[63,8],[22,2],[26,1],[41,1],[76,1],[6,10],[72,2],[3,3],[11,6]],'dosomething':[[60,1]],'opaque':[[61,4]],'modded':[[61,1]],'jump':[[79,7],[80,2]],'dragging':[[36,2]],'adjacent':[[36,1]],'fourth':[[79,1]],'prg':[[54,3],[56,2],[57,5],[69,2]],'drawpixel':[[61,1]],'tasing':[[67,1]],'upward':[[77,1]],'400e':[[77,3]],'register':[[9,1],[51,4],[76,8],[80,5],[60,1],[81,1],[61,29],[74,7],[77,28],[79,41]],'bother':[[77,1],[54,1]],'pushes':[[79,1]],'stderr':[[5,1]],'issegmentend':[[63,3]],'quality':[[34,3],[12,1]],'very':[[55,1],[50,1],[67,1],[74,2],[56,2],[64,1],[69,1],[49,2],[51,1],[41,1],[54,1],[60,1],[66,1],[76,3],[80,5],[32,1],[79,8]],'shell':[[61,1]],'0xff':[[79,1]],'wch':[[4,1],[6,2]],'modules':[[62,1]],'afterwards':[[79,1]],'xnor':[[77,4]],'square':[[80,1],[60,1],[4,1],[34,2],[77,31],[36,1],[11,2]],'accounts':[[9,1]],'evaluate':[[51,1],[60,2]],'somethingglobal':[[60,1]],'playback':[[61,5],[12,1],[13,1],[16,1],[20,2],[8,2],[37,2],[5,2],[63,2],[77,4],[14,1],[23,1],[76,3],[24,6],[11,4]],'noise':[[6,1],[34,1],[61,1],[74,1],[77,34],[11,3]],'unif':[[4,3],[19,4],[6,1],[5,1]],'low':[[14,1],[80,3],[34,1],[77,1],[79,44],[58,1]],'image':[[53,1],[62,4],[61,9],[68,1],[36,10],[22,5],[49,1],[66,1],[24,1],[60,2],[80,5],[79,2]],'examiners':[[79,1]],'analyse':[[80,1]],'though':[[54,1],[41,1],[80,1],[60,2],[77,1],[52,1],[56,1],[79,2]],'opening':[[63,1],[14,1],[41,1],[6,1],[61,2],[7,1],[5,1]],'visual':[[69,1],[56,1],[8,1],[30,2]],'dots':[[79,2]],'functional':[[9,1],[16,1],[3,1],[10,1]],'difficulty':[[59,1],[67,1]],'deb':[[4,1],[51,3],[10,1],[6,1]],'bitmap':[[80,13]],'long':[[49,1],[55,1],[66,1],[6,1],[31,1],[67,1],[77,6],[80,2],[16,1],[3,1],[79,1]],'longer':[[59,1],[9,2],[14,2],[49,1],[72,1],[12,2],[16,2],[10,1],[77,2],[8,1],[11,4]],'fetch':[[74,1],[79,109],[80,15]],'lastkey3':[[63,1]],'places':[[76,1]],'registered':[[61,10]],'optimizing':[[67,1]],'divide':[[77,2],[80,1]],'1976':[[79,1]],'cleared':[[63,2],[77,2],[79,9],[8,1]],'positions':[[9,2],[14,1],[80,1],[69,3]],'parameterstack':[[60,1]],'configured':[[12,1]],'pet':[[79,2]],'consecutive':[[79,1],[60,1]],'player3':[[72,1]],'moves':[[9,1],[5,1]],'serial':[[80,1]],'screwed':[[80,1]],'people':[[49,1],[41,1],[80,1],[61,1],[77,1],[56,1],[65,1]],'second':[[55,1],[30,1],[67,1],[81,3],[61,4],[13,1],[74,1],[8,1],[63,1],[51,2],[14,1],[76,3],[80,3],[24,1],[79,2]],'commonly':[[67,1],[49,1],[12,1],[62,1],[39,1]],'scaler':[[36,2],[8,1]],'snapping':[[55,1]],'suitable':[[56,1]],'and':[[50,10],[0,1],[61,75],[77,57],[56,32],[27,1],[29,1],[47,7],[80,61],[2,3],[24,15],[82,3],[48,1],[32,1],[57,14],[79,175],[28,11],[44,2],[81,5],[12,17],[13,6],[20,2],[36,14],[64,3],[5,6],[37,2],[63,31],[21,1],[22,5],[41,28],[68,7],[43,2],[69,17],[33,4],[11,9],[1,5],[19,9],[67,11],[74,9],[16,10],[39,7],[59,6],[9,10],[14,7],[23,5],[49,41],[51,25],[54,14],[4,4],[60,25],[66,7],[71,1],[10,9],[40,3],[18,7],[7,5],[65,4],[55,4],[53,1],[30,2],[31,15],[45,1],[62,11],[42,2],[52,2],[8,23],[17,1],[78,1],[26,3],[25,2],[70,2],[6,21],[76,57],[34,3],[72,15],[3,31],[58,6]],'messes':[[14,1]],'resurrected':[[3,1]],'still':[[28,1],[61,4],[12,1],[77,3],[37,1],[49,2],[23,1],[41,2],[76,2],[60,1],[82,1],[79,1],[11,2]],'individual':[[34,3],[12,1],[61,2],[77,2],[80,2]],'selectively':[[56,1]],'subdirectory':[[41,1]],'pbl':[[74,1]],'stops':[[61,4],[77,1],[8,1],[60,1]],'pipelines':[[80,2]],'before':[[55,2],[30,1],[67,2],[61,11],[77,5],[56,2],[37,1],[39,1],[63,5],[9,1],[22,1],[41,1],[49,2],[51,3],[60,2],[76,1],[80,5],[3,1],[79,10],[7,1],[18,1]],'256':[[63,2],[80,7],[28,1],[61,1],[12,1],[72,2],[74,1],[79,2],[69,9]],'ignore':[[63,1],[61,1],[64,1],[8,1],[11,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],[61,1],[77,2],[16,1],[36,1],[68,1],[27,1],[37,1],[5,1],[39,1],[29,1],[63,1],[6,2],[3,3],[7,1],[65,1]],'lacking':[[42,1],[43,1]],'patcher':[[51,1]],'corrupts':[[56,1]],'informing':[[60,1]],'registering':[[61,6]],'030':[[77,1]],'starts':[[63,3],[25,1],[76,1],[30,1],[60,1],[24,2],[72,1],[80,4],[79,1],[8,1]],'|09':[[77,1]],'adding':[[79,1],[49,1],[54,2],[24,1],[60,1],[4,1],[3,2],[57,1],[8,1],[5,1]],'menus':[[49,3],[30,1],[31,1],[6,2],[10,1],[11,1],[27,1]],'lagcounter':[[14,1]],'brightness':[[33,1],[26,1],[80,1]],'400d':[[77,1]],'rra':[[79,14]],'fading':[[54,1]],'x64':[[79,2]],'controls':[[17,1],[51,1],[76,4],[60,1],[31,4],[77,6],[12,1],[11,2]],'differences':[[77,1],[79,1],[28,1]],'bases':[[80,1]],'hit':[[63,1],[9,1],[51,3],[41,1],[55,1],[6,1],[4,1],[61,1],[69,1],[5,1]],'north':[[22,1]],'highest':[[33,1],[80,1]],'stationary':[[80,1]],'myself':[[60,1]],'switch':[[22,6],[49,1],[25,1],[41,1],[30,2],[6,2],[28,1],[54,1],[20,2],[36,1],[33,1],[37,1]],'sha':[[79,9]],'key2':[[63,1]],'163&164':[[14,1]],'icou':[[74,1]],'10000':[[20,1]],'greenzone':[[7,1],[5,2]],'xparent':[[80,2]],'denote':[[63,1],[76,1]],'n#bm#l':[[79,1]],'0fffh':[[76,3]],'0x5000':[[6,1]],'references':[[79,1],[51,1],[80,1]],'stopped':[[61,2],[77,1],[16,1],[79,2]],'initialization':[[56,1],[12,1]],'subject':[[81,1],[72,3]],'compliment':[[77,2]],'anyway':[[77,1],[52,1],[64,1]],'03ff':[[69,1]],'vrcvi':[[76,3]],'kj0':[[79,1]],'yield':[[80,2]],'dd0a':[[79,9]],'inversion':[[80,4]],'formatted':[[49,1]],'delgamegenie':[[61,2],[8,1]],'cartridges':[[31,1]],'pram':[[74,1]],'immed':[[79,2]],'0000110000000000':[[81,1]],'mexr':[[74,1]],'its':[[1,3],[67,1],[0,1],[61,5],[16,2],[51,3],[54,1],[60,1],[57,1],[79,9],[65,1],[31,1],[44,1],[45,1],[12,3],[36,1],[8,1],[37,3],[63,2],[25,1],[41,2],[6,1],[76,2],[3,1],[33,1],[58,1]],'regs':[[61,5],[14,1]],'77ac':[[72,1]],'deal':[[4,1],[70,1],[60,1],[62,1]],'2011':[[7,1]],'grayed':[[11,2],[12,1]],'online':[[60,1],[69,1]],'approved':[[63,1]],'adequate':[[49,1]],'tetris':[[64,1]],'reasons':[[79,1]],'eval':[[63,3]],'interrupted':[[79,1]],'006fh':[[76,2]],'present':[[72,1],[76,1],[53,1],[56,1],[80,4]],'sophisticated':[[80,1]],'txa':[[79,2]],'pixel':[[51,1],[80,38],[60,4],[61,9],[12,1],[8,3]],'00a2':[[41,1]],'cursor':[[53,1],[52,2],[36,2],[41,1],[6,1],[5,3]],'8kb':[[15,1],[74,3]],'poke':[[41,3],[8,1]],'1986':[[22,1]],'records':[[72,2],[56,1],[67,1]],'cbl':[[74,1]],'sort':[[41,1],[79,2],[60,1],[80,1]],'04015h':[[76,1]],'eraser':[[49,1]],'numpad6':[[61,1]],'sometimes':[[61,1],[49,1],[77,1],[79,3],[80,2]],'problems':[[79,1],[12,1],[66,1],[8,1],[65,1]],'style':[[22,1],[41,1],[25,1],[31,1],[61,1],[3,1],[11,1]],'04cx':[[69,1]],'didn':[[61,1],[49,1],[14,1],[41,2],[80,1],[6,1]],'happens':[[61,1],[49,2],[76,1],[79,3],[60,1],[80,1]],'hooking':[[40,1]],'~60':[[10,1]],'info|':[[80,1]],'advantage':[[77,1],[24,1],[58,1]],'breaking':[[51,2]],'prompt':[[60,1],[10,1],[7,1],[8,1]],'context':[[39,4],[58,1],[41,2],[24,1],[6,2],[4,1],[28,2],[12,5],[30,3],[11,2],[8,2]],'|0b':[[77,1]],'close':[[31,1],[28,1],[61,4],[12,2],[16,1],[37,2],[39,2],[5,1],[26,1],[14,1],[49,1],[54,1],[80,3],[79,1]],'6510':[[79,13]],'terminal':[[77,7]],'savestateas':[[7,1]],'make':[[50,2],[61,7],[77,1],[56,4],[39,1],[49,5],[23,1],[51,4],[54,2],[24,2],[60,3],[80,4],[57,1],[79,1],[18,2],[30,1],[28,2],[68,1],[36,4],[64,1],[63,1],[76,2],[72,1],[33,1],[11,1]],'dey':[[79,1]],'megamanii':[[64,1]],'nreg':[[74,1]],'truncating':[[7,1]],'f19':[[61,1]],'portable':[[3,1],[62,1]],'8160':[[69,1]],'initalizing':[[76,1]],'nesten':[[3,1]],'proper':[[76,5],[6,1],[28,1]],'bigger':[[63,7],[49,1],[36,4],[79,3]],'addresses':[[53,1],[50,1],[44,3],[61,2],[12,4],[77,1],[69,5],[51,11],[54,4],[41,12],[76,1],[6,1],[80,1],[57,1],[7,2],[11,2]],'universally':[[66,1]],'windows98':[[30,1]],'both':[[55,2],[19,1],[31,3],[62,1],[81,1],[77,6],[12,1],[16,2],[36,1],[56,2],[8,1],[22,1],[49,1],[41,1],[47,1],[6,1],[24,2],[51,2],[54,2],[76,3],[80,4],[10,1],[79,9]],'respect':[[80,1]],'any':[[61,11],[77,10],[16,2],[56,1],[59,1],[9,1],[15,1],[23,1],[47,1],[60,4],[24,6],[49,2],[51,6],[54,2],[80,12],[79,18],[18,1],[55,1],[53,1],[31,1],[28,3],[36,2],[8,2],[64,3],[63,3],[69,2],[21,1],[22,1],[41,4],[76,1],[6,2],[72,4],[3,3]],'typing':[[41,1],[54,2]],'synchronized':[[51,1]],'0a00':[[69,1]],'008':[[77,2]],'structure':[[59,1]],'transfering':[[79,1]],'declare':[[59,1]],'controllers':[[27,1],[31,4],[28,1]],'hl2n@':[[79,1]],'parentheses':[[51,1]],'evolution':[[2,1]],'whereby':[[54,1]],'collapsible':[[12,1]],'dictates':[[61,1]],'overlap':[[79,1]],'february':[[77,1]],'about':[[65,1],[1,2],[62,1],[0,1],[61,4],[12,1],[77,1],[69,1],[39,2],[49,4],[51,1],[70,1],[76,1],[60,2],[80,3],[79,2],[11,1],[58,1]],'artifacts':[[36,2]],'fequency':[[77,1]],'manually':[[49,1],[51,1],[80,1],[24,1],[31,1],[82,1],[61,1]],'value':[[61,25],[74,3],[16,4],[77,38],[49,1],[51,4],[54,6],[80,12],[60,5],[82,2],[79,34],[57,10],[28,2],[44,12],[12,4],[8,2],[63,6],[21,2],[41,39],[76,2],[6,1],[72,18],[33,1],[11,3]],'calculating':[[79,1]],'whose':[[79,1]],'breaks':[[9,1],[51,1],[79,1],[80,1]],'bero':[[3,1]],'interesting':[[56,1]],'operations':[[61,3],[51,1],[54,1],[79,10],[62,1]],'f15':[[61,1]],'abbr':[[80,1]],'deletes':[[8,1]],'score':[[63,3],[11,1],[31,2]],'formats':[[16,1],[1,1],[19,5],[62,1],[71,2]],'takes':[[45,1],[61,2],[77,1],[36,1],[63,1],[51,1],[14,1],[54,1],[76,1],[60,1],[80,3],[79,4]],'disables':[[41,1],[77,1],[20,2]],'key1':[[63,3]],'controlled':[[77,1],[51,2],[76,1],[80,1]],'fffb':[[79,1],[69,1]],'decays':[[77,1]],'mistake':[[54,1],[60,2]],'bd2ox':[[79,1]],'bounds':[[6,1],[9,2]],'move':[[63,1],[61,1],[56,4],[69,1]],'spec':[[76,3]],'headers':[[8,1],[74,1]],'outputting':[[33,1],[23,1]],'none':[[61,1]],'t%_87':[[79,2]],'extensions':[[19,2]],'showfps':[[6,1]],'hard':[[49,1],[25,1],[24,1],[72,2],[12,1],[16,1],[56,2]],'clicked':[[61,1]],'experiments':[[77,1]],'typical':[[80,1],[69,1]],'cmos':[[79,10]],'enhancements':[[9,1],[14,1],[80,1],[12,2],[13,1],[3,1],[10,1],[11,3],[16,4]],'uninstall':[[13,1]],'upon':[[80,1],[67,1],[30,1],[61,1],[77,5],[56,1],[18,1]],'2010':[[8,2],[9,1]],'runs':[[63,1],[51,5],[55,1],[60,1],[67,1],[61,10],[12,2],[32,1],[3,1]],'exits':[[63,1],[61,1]],'sakura':[[49,2]],'whyandhow':[[67,1]],'optimized':[[16,1]],'fulscreen':[[6,1]],'searching':[[55,1],[59,1],[16,1]],'oninputend':[[63,1]],'determined':[[72,1],[76,3],[79,1],[80,1]],'nulled':[[74,1]],'gradius':[[64,1]],'assemblers':[[68,1]],'sachen':[[6,1]],'duh':[[49,1]],'intelligent':[[56,1]],'metadata':[[12,1],[16,1],[24,5],[39,4]],'represent':[[72,3],[54,1],[77,5]],'use':[[50,1],[61,15],[77,1],[56,2],[29,1],[47,1],[80,7],[48,2],[32,1],[57,1],[79,15],[46,2],[28,1],[44,3],[12,1],[20,1],[13,1],[36,1],[64,5],[5,1],[63,5],[68,1],[69,5],[41,5],[33,2],[11,1],[1,2],[67,4],[74,1],[59,2],[9,1],[14,1],[23,1],[49,13],[51,8],[54,2],[60,2],[66,3],[10,1],[40,2],[55,4],[30,1],[31,7],[8,2],[76,6],[6,3],[34,1],[3,2],[58,3]],'involving':[[8,2]],'esc':[[30,1],[28,1]],'contributed':[[77,1]],'katakana':[[49,1]],'customlagindicator_rvt':[[6,1]],'globally':[[61,1]],'writepixel':[[61,1]],'onattemptend':[[63,1]],'ram':[[1,1],[50,4],[67,4],[61,6],[74,9],[16,1],[56,2],[51,10],[54,10],[80,10],[60,1],[4,5],[10,4],[40,2],[7,4],[65,3],[55,1],[44,4],[12,4],[42,4],[68,1],[8,3],[5,3],[63,1],[69,26],[22,1],[41,9],[76,11],[6,5],[43,4],[3,1],[11,1]],'sconsruct':[[14,1]],'inputcfg':[[9,1],[13,1]],'identifier':[[72,2]],'header':[[9,1],[22,2],[76,4],[19,1],[61,3],[72,4],[74,7]],'0319':[[79,1]],'backcolor':[[61,3]],'2005':[[81,3],[74,1],[82,2]],'studying':[[77,1]],'contains':[[62,1],[77,4],[74,2],[64,1],[49,1],[51,2],[41,1],[80,1],[6,1],[24,1],[60,1],[72,1],[3,2],[79,4]],'|0f':[[77,1]],'auto':[[31,9],[28,6],[67,2],[12,5],[13,1],[8,2],[37,1],[5,6],[39,11],[9,1],[14,1],[47,3],[51,1],[6,1],[24,1],[4,3],[76,2],[40,3]],'tasedit':[[12,1],[7,1],[9,2]],'botloop':[[63,3]],'1100000000000000':[[81,1]],'advance':[[55,1],[67,4],[28,3],[61,5],[12,1],[68,1],[5,1],[63,1],[59,1],[51,2],[25,5],[41,2],[24,9],[34,2],[48,1]],'part1':[[51,1]],'applicable':[[80,2]],'years':[[3,1],[80,1]],'real':[[54,2],[41,1],[76,1],[6,1],[28,1],[60,1],[77,2],[80,1],[81,1],[36,2],[79,6],[11,1]],'construct':[[58,1]],'graphic':[[9,1],[80,1],[50,1],[6,1]],'asr':[[79,1]],'128':[[12,2],[51,2],[79,7],[80,2]],'25%':[[61,2]],'p3f':[[61,1]],'element':[[61,1],[80,5]],'rests':[[80,1]],'symbols':[[51,1]],'functionality':[[9,1],[14,2],[8,2],[62,1]],'sconscripts':[[11,1]],'dac':[[77,8]],'clean':[[49,1]],'6500':[[79,5]],'hokeys':[[28,1]],'returned':[[63,6],[80,2],[61,1],[74,2],[77,1],[79,1]],'memw':[[44,1]],'~50':[[10,1]],'wanted':[[79,1],[80,1]],'began':[[3,2]],'somthing':[[80,2]],'4bits':[[76,1]],'clc':[[79,1]],'map':[[38,3],[31,1],[28,4],[50,1],[77,1],[16,1],[69,15],[27,1],[63,1],[22,2],[54,1],[25,1],[24,4],[34,1],[10,1],[18,1]],'they':[[19,1],[67,1],[61,2],[74,1],[77,1],[56,4],[9,1],[14,1],[29,1],[49,1],[51,1],[60,1],[80,7],[79,9],[55,2],[53,2],[42,1],[68,1],[64,3],[69,2],[63,1],[26,1],[76,2],[6,1],[11,1]],'inverts':[[5,1]],'coloring':[[56,1],[5,1]],'then':[[61,14],[77,7],[16,1],[56,6],[59,1],[49,2],[51,4],[54,1],[80,5],[24,4],[60,13],[57,7],[79,7],[46,2],[55,3],[38,1],[30,1],[28,2],[44,3],[52,1],[8,2],[37,1],[63,9],[41,2],[76,11],[72,3],[3,1],[33,2]],'md5_asciistr':[[11,1]],'resulted':[[12,1]],'copied':[[49,1],[46,1],[79,5],[80,1]],'language':[[63,1],[59,1],[49,3],[60,2],[50,1],[79,1],[58,1]],'php':[[79,4]],'requested':[[80,2]],'backup':[[37,4],[39,3],[9,1],[12,1],[66,1],[28,1]],'toggle':[[30,1],[28,2],[81,1],[12,3],[13,4],[16,2],[20,11],[8,2],[39,3],[74,1],[15,1],[14,1],[41,5],[80,1],[6,1],[24,1],[11,1]],'pad':[[3,1],[31,6]],'beginnign':[[8,1]],'numerous':[[20,1],[16,2]],'saying':[[49,2],[51,1]],'ways':[[55,1],[80,1],[60,1],[72,1],[33,1],[64,1],[56,1]],'postings':[[77,1]],'capacitance':[[77,1]],'mention':[[80,1]],'splicing':[[72,1],[67,1]],'builds':[[56,1],[14,1]],'paiting':[[60,1]],'attach':[[31,1]],'matthew':[[77,1]],'power':[[63,1],[73,1],[14,1],[25,4],[41,1],[31,4],[6,2],[24,2],[61,1],[13,2],[72,4],[69,1]],'essence':[[67,1]],'4004':[[77,6]],'ing':[[50,1]],'mainly':[[77,1]],'savescreenshot':[[61,1]],'pictures':[[28,1]],'identify':[[80,1]],'mustrollback':[[63,1]],'p00':[[61,1]],'spike':[[77,3]],'adjusted':[[79,1]],'sign':[[61,1],[49,3],[79,2]],'repeating':[[80,1]],'manipulating':[[63,1],[51,1]],'additional':[[39,1],[51,2],[1,1],[66,1],[80,1],[77,1],[3,1],[10,1],[79,2],[58,2]],'overflow':[[79,13],[14,1]],'65c816':[[79,1]],'upgrade':[[14,1]],'translate':[[49,3]],'broke':[[11,1]],'normally':[[51,2],[49,1],[55,2],[28,1],[77,2],[79,2]],'earliest':[[80,1]],'`j@xn':[[79,1]],'subroutines':[[56,1]],'fourscore':[[72,6],[14,1]],'would':[[19,1],[28,1],[61,2],[13,2],[77,2],[56,5],[69,6],[5,1],[49,3],[14,3],[41,1],[47,1],[51,1],[76,1],[4,1],[80,19],[33,1],[11,1],[79,4]],'mis':[[6,1]],'overhaul':[[45,1],[12,1],[16,1],[80,1],[8,1]],'uncheck':[[49,1],[36,2],[33,1],[31,1]],'li#v7':[[79,2]],'z`_d2n@09':[[79,1]],'times':[[63,1],[76,2],[80,7],[67,2],[44,1],[61,1],[77,1],[36,4],[79,1],[69,1]],'target':[[61,1],[67,1],[80,1]],'chr':[[54,1],[14,3],[53,1],[6,2],[80,2],[74,2],[56,3],[5,1]],'association':[[79,1]],'authors':[[3,1]],'manners':[[60,1]],'borders':[[36,1]],'irql':[[74,1]],'framework':[[63,2]],'original':[[51,2],[41,2],[2,1],[77,1],[12,1],[48,1],[3,2],[57,1]],'four':[[73,1],[31,3],[74,3],[36,2],[8,1],[69,1],[5,1],[22,1],[49,1],[54,1],[79,3],[11,1]],'lagframe':[[61,1]],'chips':[[76,1],[80,1]],'borrow':[[79,1]],'maintained':[[9,1],[1,1]],'mnemonics':[[72,1]],'ntsc':[[76,12],[80,8],[6,1],[24,1],[28,1],[2,1],[61,1],[72,1],[36,4],[33,5],[8,1]],'revision':[[79,11]],'engineers':[[79,1],[80,1]],'0500':[[69,1]],'rb`xh8':[[79,1]],'activation':[[77,1]],'switching':[[13,1],[22,2],[56,1],[57,1],[82,1]],'grayscale':[[33,2],[6,1],[80,1]],'bitwise':[[61,1],[60,3]],'trim':[[49,1]],'highlight':[[4,2],[49,1],[46,1],[54,1]],'periods':[[80,1]],'aspect':[[4,2],[77,1],[12,1],[36,6],[6,1],[5,1]],'custom':[[25,2],[80,1],[61,2],[12,1],[52,1],[33,4],[56,1],[5,2]],'admittedly':[[49,1]],'counters':[[51,3],[80,3],[6,1],[77,9],[12,1],[11,1]],'looped':[[61,1],[77,1]],'highly':[[63,2]],'typically':[[77,2],[80,1],[69,1],[39,2]],'pbrate':[[76,2]],'u%_':[[79,1]],'cycles|':[[80,1]],'0007':[[76,1]],'padding':[[5,1]],'par':[[41,1]],'holder':[[76,1]],'large':[[63,1],[61,1],[51,1],[14,1],[80,1]],'x00fd':[[44,1]],'j0`zgx':[[79,1]],'porst':[[3,1]],'ghz':[[36,1]],'objects':[[28,1],[80,15],[60,1],[58,1]],'06ff':[[69,1]],'ale':[[80,2]],'sufficient':[[81,1]],'airman':[[80,1]],'informative':[[8,1]],'skipping':[[28,1],[12,1],[13,1]],'count':[[9,1],[80,3],[44,3],[4,2],[61,5],[72,1],[20,1],[77,33],[79,1],[8,2]],'lagcount':[[61,1],[12,1]],'rst':[[51,2]],'applications':[[79,2],[60,1],[62,3]],'gdscreenshot':[[61,1],[60,1]],'damage':[[41,1]],'see':[[67,1],[61,8],[74,1],[16,1],[77,11],[56,6],[39,1],[49,2],[51,2],[47,1],[54,2],[24,3],[60,3],[4,1],[66,2],[80,5],[82,1],[79,15],[18,1],[55,2],[38,1],[28,3],[44,1],[45,2],[12,8],[13,2],[20,7],[52,1],[69,5],[37,1],[63,3],[81,1],[26,1],[25,2],[41,1],[6,2],[76,5],[72,1],[3,4],[33,1]],'inclusive':[[63,1],[60,1]],'slowest':[[25,1]],'frequencys':[[77,4]],'illegal':[[79,1]],'reduces':[[69,1]],'stripped':[[56,9],[6,1]],'connected':[[77,2],[22,1],[79,1],[80,3]],'fails':[[28,1]],'uint64':[[72,1]],'%xh`':[[79,1]],'600':[[79,3]],'0x100':[[74,1]],'allows':[[38,2],[30,1],[28,2],[31,3],[44,1],[50,5],[16,1],[61,1],[67,1],[39,1],[63,1],[21,1],[23,1],[25,1],[41,2],[49,1],[51,2],[54,4],[60,1],[32,1],[10,1],[33,1],[58,2]],'esper':[[9,1]],'indiana':[[7,1]],'000c':[[76,1]],'clears':[[79,3]],'lae':[[79,1]],'fd%j':[[79,1]],'bot':[[63,22],[61,2],[48,2],[16,2],[67,1],[58,2]],'warcraft':[[60,1]],'hundred':[[62,1]],'emulators':[[9,1],[24,1],[6,1],[61,1],[10,2],[8,1],[37,1]],'ended':[[63,2]],'031x':[[69,1]],'ideal':[[77,1],[67,1]],'altered':[[24,1]],'crossings':[[79,3]],'many':[[74,1],[16,2],[56,2],[9,1],[49,1],[54,1],[80,1],[2,1],[60,1],[4,2],[10,1],[79,5],[7,2],[55,1],[53,1],[30,1],[44,2],[12,3],[42,1],[8,1],[5,1],[63,1],[64,1],[22,2],[69,1],[41,1],[76,1],[6,3],[43,1],[3,2],[33,1]],'toggled':[[37,1],[16,1],[7,1],[28,4]],'raised':[[63,2],[80,2]],'alter':[[52,1],[68,1]],'19ff':[[69,1]],'dffa':[[51,1]],'7000':[[76,1]],'0a000h':[[76,1]],'qfox':[[3,1],[60,1]],'act':[[67,1]],'happen':[[77,1],[79,1],[82,1]],'improbably':[[63,1]],'desire':[[55,1],[77,1]],'_f_':[[79,1]],'uses':[[1,1],[46,1],[44,1],[81,1],[61,4],[12,1],[16,3],[77,2],[56,1],[8,1],[39,1],[17,1],[63,2],[26,1],[49,1],[41,2],[66,1],[60,2],[69,1],[76,13],[72,4],[80,2],[3,1],[79,3]],'microphone':[[8,3],[31,4]],'routines':[[55,1],[56,1],[50,1],[79,1]],'tecgraf':[[62,3]],'inspection':[[51,1]],'nnnn':[[56,1],[51,3]],'floppy':[[22,2]],'agree':[[81,1]],'anytime':[[24,1],[5,1]],'knew':[[49,1]],'mirrors':[[69,1]],'flop':[[80,1]],'vbl':[[51,1]],'patent':[[80,1]],'seen':[[69,1],[67,1],[16,1]],'primary':[[80,9]],'cheats':[[50,1],[44,2],[61,4],[12,5],[8,1],[5,3],[9,4],[29,2],[41,19],[6,2],[60,1],[4,1]],'combine':[[56,7],[51,1],[79,1]],'variables':[[63,6],[59,2],[55,1],[76,2],[60,3],[4,1],[74,1],[11,1]],'installation':[[49,1]],'embedded':[[61,1]],'asymmetery':[[77,1]],'bitmaps':[[80,3]],'readbyteunsigned':[[61,2]],'inside':[[4,1],[61,4],[13,1],[51,1],[80,3]],'25th':[[80,2]],'watched':[[44,1]],'last':[[73,1],[61,6],[74,3],[16,4],[77,2],[56,1],[39,11],[49,2],[51,2],[54,2],[80,2],[24,1],[4,1],[79,6],[28,4],[44,1],[81,1],[12,1],[20,1],[36,2],[69,2],[37,3],[41,5],[6,1],[3,4],[11,2]],'oninputstart':[[63,3]],'polls':[[61,1]],'rol':[[79,11]],'x_functions':[[64,1]],'4bit':[[76,4]],'discrete':[[80,1]],'starting':[[30,1],[67,2],[61,4],[77,2],[8,1],[51,5],[76,7],[80,2],[72,1],[79,1],[11,1],[18,1]],'spra':[[74,1]],'prevention':[[12,1]],'red':[[54,1],[60,1],[28,1],[61,7],[33,1],[11,1],[5,1]],'zd`92r%_':[[79,1]],'04bx':[[69,1]],'8th':[[79,2],[80,1]],'carrying':[[80,1]],'document':[[77,4],[74,2],[79,2],[80,6],[39,3]],'kanji':[[49,5]],'minimize':[[12,1],[16,1]],'deterministic':[[24,1]],'prints':[[9,1],[14,1],[79,2]],'001c':[[44,2]],'conclusion':[[77,1]],'brothers':[[69,2]],'somewhat':[[73,1],[41,1],[76,2],[60,1],[80,3],[77,1],[74,2]],'lsb_first':[[13,1]],'try':[[63,1],[59,1],[49,2],[55,1],[53,1],[60,1],[66,1],[61,6],[56,1],[57,1],[79,2]],'0310':[[69,2]],'easily':[[63,2],[54,2],[51,3],[80,3],[61,2],[42,1],[79,1]],'blobs':[[72,1]],'referred':[[73,1],[74,1],[3,1],[24,1]],'disksys':[[22,2],[29,2],[66,2]],'latches':[[79,2],[80,1]],'support':[[62,3],[61,1],[12,2],[13,1],[16,2],[77,1],[8,2],[9,1],[14,4],[41,1],[49,2],[6,3],[54,1],[76,2],[3,2],[7,1],[11,2]],'seconds':[[79,2],[39,2]],'opposed':[[49,1],[41,1],[80,4]],'selections':[[49,4]],'hold':[[81,1],[16,2],[36,1],[80,1],[31,9],[67,1]],'00xx':[[69,1]],'possibly':[[63,1],[49,1],[56,1],[8,1],[60,1]],'select':[[46,3],[31,5],[28,1],[44,3],[61,2],[8,1],[63,1],[22,1],[23,6],[41,1],[49,5],[24,9],[54,1],[60,2],[34,1],[72,5],[80,8],[79,1],[18,4]],'loops':[[61,1],[60,2]],'faults':[[7,1]],'coordinates':[[61,2],[69,5],[80,1]],'prioritized':[[80,4]],'hell':[[80,1]],'displayed':[[53,2],[50,1],[28,1],[44,1],[61,1],[12,1],[20,2],[8,1],[37,1],[5,1],[51,4],[54,1],[41,2],[80,1],[24,1],[72,4],[57,1]],'vrom':[[6,1],[74,1]],'frameadvance':[[63,1],[59,2],[61,2],[25,2],[60,5]],'orange':[[61,3]],'quiz':[[31,1]],'smb':[[52,1],[12,1],[20,16],[64,7]],'easy':[[72,1],[54,1],[76,1],[56,1],[60,1],[80,1]],'lagged':[[61,1],[12,1]],'accurate':[[77,1],[79,1]],'b000':[[76,1]],'pfpixel':[[80,1]],'completing':[[67,1]],'speeds':[[25,1],[14,1]],'041x':[[69,1]],'kicked':[[61,2]],'distinguish':[[51,1],[54,1],[4,1],[61,1],[56,2],[8,1],[79,1]],'good':[[63,1],[41,1],[80,4]],'007bh':[[76,1]],'october':[[79,1]],'carry':[[61,1],[77,3],[79,17]],'watches':[[7,1]],'outside':[[76,1],[80,1],[8,1],[69,1]],'03xx':[[69,1]],'9030':[[76,1]],'among':[[42,1],[43,1]],'bi&':[[79,4]],'indicate':[[59,1],[80,1]],'underlaps':[[80,1]],'~diego':[[62,1]],'257':[[61,1]],'price':[[80,1]],'dance':[[12,1]],'thus':[[79,1],[61,2],[80,1],[56,1],[60,1],[37,1]],'ignores':[[13,1]],'|07':[[77,2]],'look':[[73,1],[61,2],[13,2],[36,1],[8,1],[64,1],[63,1],[59,1],[49,3],[14,1],[29,1],[66,1],[60,1],[76,1],[80,5],[3,1],[79,1]],'1000000':[[76,1]],'old':[[55,1],[28,5],[61,1],[77,4],[68,2],[5,3],[14,1],[66,3],[6,1],[80,1],[4,3],[79,2],[11,1]],'5206':[[76,4]],'f22':[[61,1]],'fairy':[[79,1]],'04ex':[[69,1]],'light':[[56,2],[54,2]],'9th':[[79,1]],'104':[[80,1]],'colored':[[36,1],[80,1],[54,2]],'60fps':[[66,1],[35,1],[28,1]],'squeeze':[[49,1]],'certainly':[[58,1]],'ought':[[79,1]],'firing':[[61,4],[80,1]],'marko':[[79,4]],'zip':[[20,2],[19,4],[8,1],[33,1]],'built':[[59,1],[3,1],[57,2],[7,1],[64,2]],'readonly':[[61,4],[20,7]],'emulates':[[22,1],[25,3],[70,1],[31,2]],'comes':[[63,1],[26,1],[49,1],[41,1],[66,1],[80,1],[28,1],[33,1],[79,3]],'override':[[31,1],[28,1],[44,1],[61,2],[13,1],[12,3],[16,1],[8,1],[27,1],[29,1],[41,1],[66,1],[34,1]],'fceuxd':[[4,1],[26,1],[3,8],[66,1],[2,1]],'ends':[[63,2],[72,1],[51,1],[79,2],[8,1]],'icoa':[[74,1]],'7f2':[[77,1]],'07ff':[[51,1],[69,8],[7,1]],'exe':[[59,1],[66,2],[28,1]],'vba':[[43,1],[42,1],[8,1],[37,1]],'pads':[[31,2]],'pane':[[61,1],[6,1]],'parantheses':[[60,1]],'toggling':[[9,1],[80,2],[24,1],[28,1],[31,2],[12,2],[16,2],[3,1],[7,1],[11,1]],'numpad4':[[61,1]],'imposed':[[67,1]],'2a03':[[77,13],[69,4]],'4002':[[77,5]],'comparisons':[[79,2]],'kh#f1':[[79,1]],'damn':[[80,1]],'c150':[[79,1]],'paddle':[[61,1],[31,3],[72,1]],'fffc':[[51,1],[69,1]],'interpreter':[[60,1]],'immaterial':[[80,1]],'execute':[[59,1],[51,5],[77,1],[55,1],[79,1]],'perhaps':[[61,1],[49,1],[79,1]],'gate':[[77,2]],'removed':[[56,1],[69,1],[80,2],[6,1],[12,1],[16,2],[3,1],[10,1],[36,1],[5,1]],'highlights':[[54,1]],'technique':[[67,2]],'choices':[[16,1],[19,1],[8,1],[33,1]],'missing':[[4,1],[9,1],[13,1]],'method':[[41,2],[80,2],[28,1],[61,3],[77,1],[36,2],[79,2]],'8ch':[[76,1]],'radiobuttons':[[6,1]],'pen':[[49,1]],'calculations':[[61,1]],'erroneous':[[8,1],[12,1]],'indexed':[[79,13],[80,1]],'game':[[19,2],[50,9],[67,5],[61,12],[74,1],[16,1],[56,13],[39,7],[9,3],[14,2],[49,10],[51,6],[24,9],[54,9],[4,1],[60,1],[66,8],[80,7],[10,2],[57,16],[18,3],[7,1],[55,3],[53,3],[30,4],[28,21],[31,3],[44,4],[12,3],[20,3],[36,2],[52,1],[64,3],[5,3],[17,1],[63,1],[22,3],[68,8],[25,1],[41,9],[6,2],[69,9],[76,1],[72,1],[3,1],[33,5]],'initial':[[79,2],[5,1]],'tons':[[76,1]],'lacked':[[77,1]],'toolkit':[[62,2]],'clipping':[[20,1]],'arcade':[[25,1],[76,1]],'xx00':[[79,2]],'clipsides':[[20,2]],'specifically':[[63,1],[69,2],[14,1],[24,1],[61,1],[64,1],[58,1]],'acknowledge':[[79,8]],'boundary':[[61,1],[79,20]],'xresolution':[[5,1]],'restart':[[63,1],[61,1],[18,1],[30,1]],'booklet':[[79,1]],'2009':[[10,1],[11,1],[12,1]],'misplaced':[[61,1]],'getnote':[[61,1]],'split':[[80,1],[69,1]],'changes':[[49,2],[54,2],[80,1],[6,2],[60,2],[77,1],[12,1],[16,1],[3,1],[10,1],[79,2]],'knowing':[[64,1]],'fans':[[68,1]],'goemon':[[9,2]],'numbering':[[61,2],[12,2],[8,1]],'test':[[49,2],[51,3],[80,1],[24,1],[79,10],[18,1],[11,3]],'desyncs':[[66,1],[24,1]],'addressed':[[57,1]],'desmume':[[43,1],[8,1],[42,1]],'plays':[[8,1],[76,1],[24,1],[20,2],[56,1],[69,1],[39,2]],'rightclicks':[[6,1]],'hue':[[33,1],[80,1]],'eof':[[72,1],[77,1],[76,1],[80,1]],'255':[[9,1],[21,9],[41,1],[80,1],[61,7],[74,1],[33,1],[79,4]],'completely':[[63,1],[80,1],[24,1],[6,1],[45,1],[61,4],[12,1],[79,2],[7,1]],'trainer':[[31,1]],'writebyte':[[61,1],[60,1]],'snd':[[74,2]],'dd9d':[[79,1]],'zxcvzxcv@netzero':[[81,2],[82,2]],'blurred':[[66,1]],'wide':[[54,1]],'wish':[[59,1],[51,3],[46,1],[23,1],[38,1],[54,1],[55,1],[57,1],[64,1]],'pcejin':[[42,1],[43,1]],'slightly':[[61,1],[77,1],[76,1],[82,1]],'individuals':[[77,2]],'track':[[61,1],[54,1],[10,1],[56,3],[69,1],[44,1]],'lost':[[49,1],[16,1],[14,2],[54,1],[24,1]],'are':[[61,19],[77,27],[56,8],[29,6],[47,2],[80,39],[24,2],[82,1],[79,38],[28,2],[44,1],[81,5],[12,9],[20,1],[36,2],[68,3],[64,4],[5,1],[37,1],[63,9],[21,3],[22,1],[41,8],[69,7],[43,2],[33,1],[11,1],[19,3],[67,3],[74,5],[16,2],[39,3],[59,4],[9,2],[14,2],[49,17],[51,15],[54,7],[60,16],[4,1],[66,2],[10,1],[18,1],[55,1],[62,3],[42,2],[8,2],[76,10],[6,2],[34,1],[72,13],[58,1]],'syncronization':[[77,1],[80,2]],'others':[[77,2],[68,1],[47,1],[56,1],[6,1],[79,1]],'music':[[77,1],[49,1],[76,12],[69,3]],'multiples':[[36,1],[77,1]],'2006':[[81,4],[74,1],[3,4],[80,2],[82,1]],'notes':[[79,10],[82,1],[61,6],[72,1],[77,2],[56,1],[69,1],[5,1]],'cancelled':[[67,1]],'reloading':[[77,2],[11,1]],'layers':[[62,1]],'claims':[[79,1]],'getcurrentbranch':[[61,1]],'naturally':[[77,1],[80,2]],'modulus':[[42,1],[43,1]],'vic20':[[79,2]],'q_s8':[[79,1]],'agrees':[[81,1]],'112':[[61,4]],'holding':[[58,1],[25,2],[24,1],[5,1]],'|03':[[77,1]],'tadd':[[74,1]],'load':[[19,2],[61,6],[77,10],[16,3],[56,1],[39,3],[9,4],[29,1],[49,4],[51,3],[24,1],[54,1],[60,11],[66,1],[48,1],[79,5],[18,4],[30,3],[28,5],[44,4],[12,1],[13,2],[20,4],[8,2],[5,1],[37,3],[63,1],[22,1],[26,1],[41,3],[64,3],[76,13],[33,2],[11,1]],'setselection':[[61,1]],'unf':[[19,1]],'skip':[[14,2],[47,1],[28,2],[61,1],[12,2],[16,1],[64,1]],'collected':[[1,1]],'obtain':[[56,1]],'reflect':[[11,1]],'paused':[[61,3],[54,1],[51,3],[6,2]],'listings':[[38,1]],'villigust':[[76,1]],'weapon':[[47,1],[69,2]],'enough':[[49,1],[80,2],[69,1],[64,1]],'skips':[[60,1]],'chapters':[[27,1],[70,1],[1,1]],'prevents':[[24,1],[16,1]],'260':[[80,1],[51,1]],'11111111':[[81,1]],'aki':[[79,1]],'01ah':[[76,1]],'sei':[[79,2]],'build':[[49,1],[14,2],[6,2],[12,2],[13,3],[3,1],[11,1],[5,1]],'enlist':[[6,1]],'backspace':[[61,1]],'run':[[50,1],[28,1],[67,2],[61,6],[12,2],[81,1],[36,2],[64,3],[63,4],[59,7],[51,7],[47,1],[66,1],[60,2],[3,2],[79,9]],'interface':[[80,1],[9,2],[3,2],[41,1],[30,1],[62,1]],'inputs':[[63,2],[14,3],[80,1],[31,1],[67,1],[61,2],[18,1],[58,1]],'indicating':[[61,1],[80,1]],'happily':[[79,1]],'tar':[[19,1]],'groups':[[11,1],[28,1]],'f21':[[61,1]],'densetsu':[[6,1]],'three':[[63,2],[49,2],[51,4],[54,1],[80,1],[31,1],[60,1],[74,1],[36,2],[79,3]],'random':[[63,13],[77,14],[49,1],[79,2],[69,1]],'rarely':[[55,1],[79,1],[69,1]],'127':[[61,5],[79,1]],'2400|':[[69,1]],'relevant':[[56,1],[51,1],[74,1]],'aware':[[60,1]],'okcancel':[[61,1]],'distributed':[[68,1]],'redesign':[[5,1]],'processtable':[[60,2]],'getscreenpixel':[[61,3],[8,1]],'rio':[[62,3]],'forward':[[74,1]],'strobed':[[77,1],[80,1]],'oddities':[[79,1]],'&6':[[79,1]],'129':[[80,1]],'5ff7':[[76,2]],'hypershot':[[31,1]],'clearmarker':[[61,1]],'0x60':[[79,1]],'immediate':[[51,1],[79,9],[8,1]],'shakes':[[11,1]],'patching':[[51,1],[14,1],[41,1],[19,3],[50,1]],'numpad1':[[61,1]],'fceu_setrenderplanes':[[12,1]],'designated':[[77,1]],'j3c0b%a@':[[79,1]],'nintendo':[[22,2],[3,2],[80,6],[18,1],[69,2]],'compressed':[[19,2],[16,1]],'lda':[[56,1],[79,46]],'goto':[[41,3],[8,2]],'advancing':[[6,1],[16,1]],'hexified':[[72,1]],'#228844':[[61,1]],'numlock':[[61,1]],'patient':[[76,1]],'exram':[[76,3],[80,1]],'newname1':[[51,2]],'anywhere':[[77,1],[79,2]],'abbreviation':[[79,1]],'notation':[[60,3]],'reverses':[[61,1]],'tracking':[[67,1]],'somewhere':[[49,2],[51,1]],'solutions':[[63,1]],'lagging':[[28,2]],'false':[[63,5],[80,1],[60,2],[61,28],[12,1],[72,1],[10,1]],'things':[[54,1],[76,1],[80,1],[30,1],[60,1],[61,1],[77,2],[56,3],[64,1]],'dffc':[[51,1]],'overcome':[[67,2]],'tells':[[56,1],[59,1],[61,1]],'waveforms':[[77,1]],'txs':[[79,4]],'transition':[[28,1]],'002e':[[76,1]],'obviously':[[79,1],[82,1]],'ideally':[[80,1]],'hereon':[[77,1],[80,1]],'organization':[[12,1]],'tint':[[33,1],[80,1]],'mamiya':[[76,3]],'optional':[[9,1],[51,2],[41,1],[76,1],[60,2],[61,3],[13,1],[72,9],[11,2]],'man':[[41,5]],'escape':[[61,1],[12,1]],'hexfreezecolorg':[[21,1]],'makers':[[67,1]],'0200':[[51,1],[69,2]],'cfg':[[15,1],[14,3],[21,2],[28,2],[12,2],[13,1],[20,4],[8,1],[11,2]],'mode':[[30,3],[28,1],[61,8],[12,2],[13,1],[20,1],[36,7],[8,6],[5,1],[37,3],[39,1],[69,1],[14,1],[25,2],[76,3],[24,8],[60,1],[4,1],[34,1],[77,20],[80,1],[79,34],[7,1],[11,1]],'duty':[[61,2],[77,11]],'producing':[[77,2]],'0be':[[77,1]],'zelda':[[56,1],[31,1],[80,1]],'welcome':[[1,1]],'gui':[[7,4],[30,2],[62,1],[61,45],[12,2],[16,1],[36,1],[8,5],[5,2],[27,1],[59,1],[9,7],[63,2],[6,3],[60,9],[3,1],[10,1],[11,2],[18,1]],'per':[[28,2],[61,6],[12,2],[20,2],[36,1],[77,1],[22,1],[49,1],[76,2],[80,8],[60,1],[33,1]],'uncompressed':[[16,1]],'whitespace':[[49,1]],'n#l':[[79,1]],'after':[[73,2],[61,4],[74,1],[20,2],[36,1],[56,1],[77,5],[37,3],[5,1],[63,4],[22,1],[14,1],[23,1],[41,1],[49,1],[51,2],[60,4],[72,3],[76,4],[80,14],[79,19]],'clicking':[[51,6],[54,2],[41,5],[31,2],[24,2],[61,1],[52,1],[16,2],[10,1],[36,1],[18,1],[57,1]],'mismatch':[[13,1]],'palettes':[[26,4],[52,2],[33,4],[66,1],[80,1]],'requirement':[[64,1],[58,1]],'desyncing':[[63,1]],'speedometeronly':[[64,1]],'expose':[[80,1]],'should':[[31,1],[61,4],[13,2],[74,1],[36,3],[56,1],[8,1],[64,1],[63,6],[59,1],[49,7],[51,2],[47,1],[54,2],[60,1],[76,11],[77,2],[72,3],[80,7],[82,1],[3,1],[33,1],[79,6]],'updating':[[6,1],[12,1]],'usage':[[49,1],[14,1],[76,1],[62,3],[44,1],[61,7],[3,1],[56,1]],'brings':[[69,1],[61,2],[41,1],[7,1],[39,1]],'white':[[61,4],[21,1]],'e000':[[76,4],[56,1]],'noisey':[[77,1]],'00ff':[[51,1],[41,1],[69,2]],'preferably':[[61,2]],'famicom':[[31,10],[77,1],[17,2],[22,7],[14,1],[25,2],[29,1],[2,1],[41,2],[70,1],[72,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':[[80,2],[61,1],[77,2],[68,2],[79,2],[69,3]],'nrom':[[12,2]],'continue':[[63,1],[77,1],[80,1],[33,1],[67,1],[28,3]],'patch':[[13,1],[51,6],[41,2],[50,1]],'smb2u':[[64,1]],'#ce_2gpl`ki7rbp':[[79,1]],'converted':[[77,1],[46,1],[66,1],[24,1]],'define':[[61,1],[49,1],[74,1],[25,1],[5,1]],'alu':[[79,2]],'components':[[61,3],[51,1],[77,1],[41,1]],'2746924':[[11,1]],'timed':[[67,1]],'discard':[[69,1]],'4001':[[77,2]],'sai`':[[79,2]],'wavelength':[[77,28]],'%02x':[[61,1]],'operational':[[79,6]],'030f':[[69,1]],'acknowledgement':[[80,1]],'actions':[[24,1]],'branches':[[51,1],[54,1],[66,1],[2,1],[4,1],[16,2],[3,1],[56,1]],'turn':[[31,1],[28,2],[30,1],[34,1],[61,1],[24,1],[79,1]],'occur':[[28,1],[77,1],[79,5],[80,3],[44,1]],'decodes':[[79,1]],'raster':[[79,4],[51,1]],'odd':[[47,1],[80,4],[76,1],[82,1],[77,1],[79,6],[11,1]],'thingy':[[49,6]],'parse':[[6,1]],'indeterminate':[[79,1]],'bad':[[63,1],[49,2],[51,2],[76,1],[66,1]],'16k':[[51,3]],'pick':[[23,1],[8,1],[14,1]],'graphics':[[21,2],[80,5],[62,1],[28,2],[4,1],[68,1],[36,1],[56,2],[27,1]],'33554432':[[79,1]],'depends':[[61,1],[72,1],[79,2]],'tunes':[[76,7]],'mutant':[[47,1],[69,1]],'undo':[[79,1],[51,1],[54,2],[24,1],[28,1],[43,1],[67,2],[12,2],[42,1],[57,1],[18,6],[39,8]],'likely':[[77,1],[49,1],[55,1],[64,1]],'equivelant':[[80,1]],'sre':[[79,13]],'theme':[[30,1]],'syntax':[[59,1],[60,2],[58,1]],'mean':[[41,1],[49,1]],'exclusive':[[4,1],[63,1],[77,2],[79,2],[80,2]],'whether':[[63,7],[49,2],[51,1],[55,5],[24,1],[6,1],[61,3],[20,4],[56,8],[69,1],[37,2]],'sub':[[27,2],[29,1],[25,1],[28,3]],'differing':[[76,1]],'acknowledges':[[79,2]],'november':[[13,1],[3,3],[10,1],[6,1]],'werefolf':[[7,1]],'visualization':[[55,1],[6,1],[62,1]],'|_____|_____|':[[69,2]],'able':[[49,2],[80,1],[31,1],[61,1],[77,1],[16,1],[8,1]],'arred':[[79,1]],'cpuc':[[74,2]],'jsr':[[4,1],[51,3],[79,2]],'@xcey':[[79,1]],'0x8000':[[74,2]],'dance2000':[[4,1]],'amount':[[55,2],[80,3],[34,1],[77,2],[16,1],[36,2],[57,1],[69,1],[79,2]],'all':[[19,2],[61,8],[74,2],[16,2],[77,10],[39,1],[49,7],[14,1],[29,1],[47,1],[2,2],[24,2],[51,5],[54,2],[60,4],[80,16],[10,2],[57,1],[7,1],[18,1],[79,12],[46,1],[38,2],[31,1],[81,2],[12,5],[20,1],[36,1],[8,1],[64,2],[17,1],[63,3],[21,1],[69,12],[25,1],[41,9],[6,2],[76,5],[72,2],[3,1],[11,2]],'displays':[[51,3],[14,1],[53,1],[50,1],[44,2],[6,1],[24,1],[61,3],[10,1]],'stripping':[[56,1]],'joined':[[3,1],[73,1]],'lazy':[[80,1],[12,1]],'chirps':[[12,1]],'delete':[[41,2],[61,1],[51,1]],'adelikat':[[72,1],[1,2],[3,2],[69,1]],'beq':[[79,2]],'near':[[41,1],[77,1]],'assignments':[[77,4],[38,1],[31,2],[27,2]],'depths':[[61,1]],'pipelined':[[80,1]],'minimum':[[33,1],[8,1],[12,1]],'them':[[19,1],[50,1],[81,1],[61,3],[13,1],[77,1],[36,1],[56,1],[64,5],[63,5],[9,1],[26,1],[41,4],[49,5],[51,3],[76,2],[80,4],[57,1],[79,5],[65,1]],'hellraiser':[[80,1]],'08fffh':[[76,2]],'instruction':[[51,10],[55,4],[56,2],[69,1],[79,62]],'%03d':[[72,2]],'retain':[[55,1]],'dlljjbbb':[[73,1]],'readimmediate':[[61,1]],'piano':[[5,1]],'variety':[[7,1],[12,1]],'lives&hpdisplay':[[64,1]],'0077h':[[76,3]],'lasts':[[79,1]],'musical':[[77,1]],'least':[[73,1],[49,1],[76,1],[80,1],[60,2],[61,2],[74,1],[36,1],[33,1],[79,3],[39,1]],'resetinstructionscount':[[4,1],[61,1]],'purposes':[[77,1],[79,1],[69,1],[80,1]],'redirecting':[[79,1]],'bit3':[[72,2],[77,2]],'factors':[[36,1],[5,1]],'directly':[[77,3],[51,2],[21,1],[16,3],[54,5],[80,1]],'enableoppositedirectional':[[6,1]],'change':[[73,1],[61,4],[77,5],[39,4],[9,1],[14,2],[49,1],[54,2],[24,1],[80,1],[57,3],[79,5],[38,1],[31,2],[28,3],[44,6],[53,1],[12,2],[36,3],[8,1],[69,1],[21,1],[22,1],[76,3],[33,1],[11,1]],'scripts':[[62,1],[61,2],[13,1],[16,1],[64,12],[5,1],[63,1],[59,1],[9,2],[15,2],[29,2],[6,1],[4,1],[10,1]],'renders':[[77,1],[80,3]],'fortunate':[[79,1]],'followings':[[19,1]],'9_s8':[[79,1]],'sending':[[62,1]],'status':[[53,3],[28,1],[61,4],[52,1],[20,5],[74,2],[77,17],[69,1],[39,4],[8,1],[37,1],[51,2],[80,3],[24,4],[79,3]],'complete':[[23,1],[76,2],[67,2],[81,1],[61,1],[56,1],[79,1]],'fatratknight':[[10,1],[64,1],[1,1]],'attempts':[[63,10],[36,1],[56,1]],'iterate':[[60,1]],'intruction':[[79,1]],'array':[[61,2],[51,2]],'russian':[[79,1]],'flags':[[51,4],[76,3],[80,1],[12,1],[79,25],[8,1],[11,1]],'rolling':[[63,1],[77,1]],'jopi':[[79,7]],'remains':[[79,3],[80,2]],'inservice':[[80,1]],'remembers':[[12,4],[16,2]],'banks':[[51,1],[74,2],[76,4],[57,1],[6,1]],'resource':[[58,1],[16,1]],'luabot':[[63,11]],'our':[[79,1],[64,1]],'best':[[63,5],[36,1],[55,2],[2,1],[80,1]],'punchoutstats':[[64,1]],'traditionally':[[79,1],[67,1]],'multitude':[[11,1],[12,1]],'mapped':[[22,2],[51,1],[25,1],[54,1],[24,2],[28,4],[77,1],[56,1],[18,1],[69,1]],'bvs':[[79,2]],'kernal':[[79,2]],'everywhere':[[80,1]],'preceding':[[79,1],[51,1]],'recompileable':[[56,1]],'0006':[[76,1]],'handler':[[77,1],[79,5],[69,3]],'video':[[12,2],[20,2],[36,2],[52,2],[68,2],[27,2],[63,1],[5,1],[14,1],[23,5],[66,1],[6,2],[80,11],[4,1],[79,2],[18,1]],'backlash':[[24,1]],'dd08':[[79,2]],'integrated':[[58,1],[77,1],[80,1],[67,1],[62,1]],'snes9x':[[37,1],[60,4],[61,1],[43,1],[8,1]],'opened':[[9,1],[14,1],[21,1],[19,1],[29,1],[51,2],[16,2]],'routed':[[80,1],[31,1]],'interfaces':[[62,1]],'checking':[[63,1],[9,1],[31,1],[61,1],[12,1],[36,3],[56,1]],'046x':[[69,1]],'equals':[[77,1],[49,3],[80,3],[60,1]],'stretched':[[36,4]],'solid':[[61,2]],'preserves':[[79,1]],'jsrs':[[55,1]],'considered':[[61,1],[72,2],[80,3],[60,1]],'remaining':[[72,3],[74,1],[80,1],[69,3]],'schemes':[[80,1]],'pausing':[[8,1]],'message':[[9,1],[14,1],[22,3],[6,3],[61,14],[12,3],[16,1],[72,1],[79,2],[5,1]],'types':[[19,4],[62,1],[61,1],[74,1],[77,2],[8,1],[63,1],[22,2],[47,1],[72,3],[79,2],[18,1]],'undocumented':[[77,1],[79,7]],'prompts':[[6,1]],'arrays':[[60,3]],'display':[[61,1],[15,1],[14,2],[47,1],[49,1],[24,4],[51,5],[4,1],[80,1],[79,2],[7,2],[53,9],[28,15],[44,4],[12,1],[13,1],[20,2],[36,1],[8,6],[5,1],[37,1],[52,2],[21,1],[64,1],[6,5]],'c004#newname2#':[[51,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],[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,27],[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]],'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],[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':[[65,1],[8,1],[28,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]],'kind':[[78,2],[48,4],[79,1],[50,1]],'070h':[[75,2]],'syncronous':[[76,1]],'dcp':[[78,14]],'registerauto':[[60,1]],'themselves':[[63,3]],'05xx':[[68,1]],'initalized':[[75,1]],'76h':[[75,1]],'`c`':[[78,1]],'behavior':[[44,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,31],[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],[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]],'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],[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]],'eor':[[78,15]],'crossing':[[78,11]],'memo':[[71,1]],'registerrun':[[60,1]],'square2':[[60,1]],'|bits':[[76,2]],'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]],'n@3':[[78,1]],'occurrence':[[78,1]],'permanent':[[56,1]],'007c':[[75,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':[[52,1],[12,3],[79,9],[50,3]],'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],[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':[[76,1],[8,1],[60,2]],'assistance':[[66,1]],'fffe':[[78,3],[68,1],[50,1]],'swap':[[56,1],[51,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':[[65,1],[12,2],[79,1],[60,1],[50,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,21],[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]],'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':[[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],[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]],'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],[79,14],[7,1]],'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],[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]],'controlling':[[50,2]],'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]],'restriction':[[79,1]],'narrowed':[[68,1]],'cycles':[[78,12],[54,1],[76,7],[60,4],[6,2],[4,2],[50,3],[79,9]],'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,18],[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]],'rates':[[79,1],[28,1]],'goroh':[[76,2]],'absolute':[[78,16],[8,1],[62,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]],'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],[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]],'wikipedia':[[66,1],[68,1]],'bilinear':[[65,1]],'inclined':[[67,1]],'miscellaneous':[[71,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]],'wants':[[76,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':[[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,1],[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,44],[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,28],[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,2],[48,1],[11,1]],'thing':[[41,2],[66,1],[76,1],[48,5],[79,2],[65,1]],'slowdown':[[6,1],[24,1]],'highlighted':[[53,3],[11,1]],'yesno':[[60,3]],'defeated':[[63,1]],'00h':[[75,7]],'diagrams':[[79,1]],'#256':[[79,1]],'circuit':[[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,2],[54,1],[48,16],[60,32],[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,2],[12,2],[5,1]],'|10':[[76,1]],'mirrored':[[79,1]],'frontend':[[3,1],[62,1],[58,1]],'maximum':[[59,1],[78,1],[76,2],[60,1],[62,1],[72,1],[75,1],[33,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]],'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]],'behaves':[[78,1]],'joe':[[48,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],[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]],'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]],'serialize':[[79,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]],'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,13],[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,1],[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]],'private':[[55,1]],'fall':[[79,1],[62,1]],'treated':[[78,1]],'512':[[79,1]],'f24':[[60,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,3],[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]],'#100':[[50,1]],'stopping':[[60,2]],'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]],'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]],'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],[33,1],[56,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':[[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]],'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':[[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':[[78,5],[22,2],[14,2],[55,1],[76,3],[24,3],[6,1],[48,1],[36,1],[79,18],[8,2]],'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':[[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':[[8,2],[63,1],[78,2],[50,1],[6,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],[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,10],[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,6],[12,22],[13,13],[20,2],[36,8],[68,22],[5,1],[63,7],[22,3],[41,19],[43,1],[33,5],[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],[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':[[79,1],[75,1],[55,1],[76,7],[60,1],[62,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]],'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':[[21,1],[54,1],[41,1],[55,1],[31,1],[6,1],[60,6],[62,1],[75,2],[76,2],[36,1],[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],[10,1],[55,5],[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],[8,1],[5,2],[63,1],[78,5],[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]],'getup':[[9,1],[60,1]],'relative':[[4,1],[78,4],[8,1]],'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':[[41,1],[19,1],[50,1],[44,1],[66,1],[71,1],[12,1],[16,1],[10,1],[75,1],[76,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]],'expand':[[68,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]],'string':[[73,3],[59,3],[71,4],[60,41],[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':[[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,2],[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,2],[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]],'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],[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,79],[44,46],[81,8],[12,27],[13,6],[20,19],[36,36],[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,13],[60,376],[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,5],[25,22],[70,3],[6,19],[76,367],[34,17],[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,1],[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]],'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,35],[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,56]],'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]],'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],[79,2],[7,1],[28,2]],'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':[[48,4]],'8157':[[4,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,2],[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,1],[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,1]],'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,7],[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],[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,8],[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]],'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,1],[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,35],[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':[[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],[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,2],[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,5],[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],[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],[69,1],[78,6],[41,3],[76,2],[6,1],[43,1],[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],[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],[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,26],[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':[[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':[[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],[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],[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]],'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]],'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]],'unzipped':[[58,1]],'int16':[[73,1]],'07ffh':[[75,2]],'sounddisplay':[[6,1]],'applies':[[73,2],[52,1],[33,1],[60,6]],'developed':[[78,2]],'k0z':[[78,1]],'schematics':[[79,1]],'idle':[[50,1]],'applyinputchanges':[[60,1]],'amplitude':[[73,1],[76,1],[79,1]],'played':[[55,2],[71,1],[66,1],[31,1],[28,2],[75,2],[20,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]],'pageup':[[60,1]],'composite':[[79,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':[[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,5],[12,1],[20,2],[8,1],[37,2]],'flashing':[[7,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,13],[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,1],[75,2],[3,1],[11,2]],'displaced':[[66,1]],'05ff9h':[[75,2]],'parameter':[[78,10],[41,1],[60,1],[62,2]],'colors':[[65,1],[59,1],[79,1],[53,1],[60,14],[12,1],[33,1],[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],[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],[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]],'glitchy':[[34,1]],'scale':[[76,3]],'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,2]],'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],[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,2],[20,7],[36,4],[8,1],[5,1],[26,9],[71,2],[6,1],[2,1],[75,12],[10,1],[33,5],[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],[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],[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]],'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]],'cannot':[[78,2],[55,1],[53,1],[60,1],[71,1],[16,1],[79,1]],'encountered':[[78,1],[60,1]],'knows':[[13,1]],'dummy':[[72,3],[79,4]],'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':[[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,5],[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,13],[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]],'decreased':[[41,2]],'block':[[48,1],[68,24],[14,1],[79,1]],'cccvvvv':[[75,1]],'049x':[[68,1]],'timestamp':[[72,4]],'newlines':[[71,2]],'halted':[[76,2]],'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]],'v%_0ah':[[78,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]],'hardwired':[[79,1]],'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]],'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],[28,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,2],[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],[3,3],[55,2],[76,1],[82,2]],'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,1],[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]],'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],[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],[45,1],[12,3],[42,1],[68,1],[8,2],[78,10],[22,6],[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]],'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,19],[82,1],[48,3],[79,9],[65,1],[30,1],[31,6],[44,3],[62,5],[13,1],[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]],'val':[[76,2],[78,5]],'decoded':[[76,1],[60,2]],'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,4],[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],[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],[11,5]],'cpu':[[73,3],[50,8],[77,2],[16,1],[68,6],[8,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,5],[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],[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]],'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,1],[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],[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],[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':[[12,1],[58,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]],'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,4],[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],[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]],'assumed':[[75,1]],'bottom':[[28,1],[59,2],[60,3],[78,1],[50,1],[44,2]],'hooks':[[60,1]],'0@9':[[78,3]],'2j1t892n%':[[78,1]],'6th':[[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]],'marks':[[48,4],[82,1]],'getreadonly':[[12,1],[60,2]],'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,6],[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':[[79,5],[38,1],[31,9],[44,1],[50,1],[62,1],[16,1],[68,4],[59,1],[78,1],[25,2],[41,2],[6,1],[24,5],[4,2],[34,2],[60,3],[71,3],[3,1],[33,1],[75,1],[76,9]],'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],[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],[32,1]],'referenced':[[50,1]],'event':[[53,1],[66,1],[72,1]],'capacity':[[22,1]],'manipulate':[[59,1]],'simulates':[[60,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],[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],[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,3],[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],[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]],'cycle':[[73,2],[59,2],[78,20],[14,1],[25,1],[41,1],[60,1],[76,14],[79,24]],'playfields':[[79,3]],'pseudo':[[76,5],[78,1],[62,1]],'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]],'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]],'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],[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,21],[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':[[78,10],[55,2],[38,2],[50,2],[6,1],[31,3],[60,4],[48,1],[71,1],[75,4],[79,1],[80,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]],'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,45],[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],[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,11],[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,4],[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],[53,1],[31,1],[6,2],[24,1],[60,1],[66,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],[68,12],[63,7],[21,2],[22,1],[41,24],[43,1],[33,2],[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],[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],[60,6],[62,1],[68,1],[79,5]],'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],[5,1],[59,2],[78,38],[41,2],[71,10],[60,5],[76,73],[34,2],[48,1],[72,1],[75,14],[33,2],[57,1],[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],[65,5]],'pages':[[78,1],[68,2]],'audible':[[76,4]],'recent':[[39,2],[9,1],[6,2],[44,2],[4,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],[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,2],[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':[[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,2],[20,4],[8,3],[5,1]],'generates':[[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],[78,4],[25,2],[41,6],[6,2],[76,12],[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,2],[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,1],[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],[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]],'weird':[[78,2],[60,1]],'programmatically':[[55,3],[53,2]],'figuring':[[33,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,1]],'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]],'afterwards':[[78,1]],'xnor':[[76,4]],'square':[[59,1],[76,31],[4,1],[34,2],[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],[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],[27,1],[29,1],[47,7],[80,5],[2,3],[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,4],[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,3],[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,11],[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,1],[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],[62,3],[24,2],[75,1],[79,4],[8,1]],'|09':[[76,1]],'adding':[[59,1],[78,1],[53,2],[24,1],[82,1],[4,1],[48,1],[3,2],[56,1],[8,1],[5,1]],'menus':[[30,1],[31,1],[6,2],[48,3],[10,1],[11,1],[27,1]],'lagcounter':[[14,1]],'brightness':[[33,1],[26,1],[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]],'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],[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],[48,1],[76,1],[79,2],[60,1]],'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,2]],'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],[59,5],[71,18],[60,28],[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,3],[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,2],[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],[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],[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':[[41,2],[76,1],[2,1],[50,2],[12,1],[3,2],[56,1]],'four':[[73,3],[53,1],[31,3],[68,1],[36,2],[8,1],[5,1],[78,3],[22,1],[72,1],[48,1],[11,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]],'ntsc':[[71,1],[6,1],[24,1],[28,1],[2,1],[60,1],[75,12],[36,4],[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':[[38,2],[30,1],[28,2],[31,3],[44,1],[50,3],[16,1],[53,4],[62,1],[39,1],[59,1],[21,1],[23,1],[25,1],[41,2],[49,5],[54,1],[60,1],[66,1],[48,1],[32,1],[10,1],[33,1],[57,2]],'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,1],[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,1]],'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],[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':[[65,1],[35,1],[28,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':[[65,2],[28,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]],'8ch':[[75,1]],'radiobuttons':[[6,1]],'pen':[[48,1]],'calculations':[[60,1]],'erroneous':[[8,1],[12,1]],'indexed':[[78,13],[79,1]],'game':[[73,1],[19,2],[50,8],[67,8],[16,1],[56,16],[39,7],[59,1],[9,3],[14,2],[49,9],[51,1],[24,9],[54,3],[4,1],[60,12],[48,10],[66,5],[10,2],[71,1],[18,3],[7,1],[65,9],[79,7],[82,3],[55,13],[53,9],[30,4],[28,21],[31,3],[44,4],[12,3],[20,3],[36,2],[52,3],[62,1],[5,3],[17,1],[63,3],[22,3],[68,9],[25,1],[41,9],[6,2],[75,1],[3,1],[33,5]],'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]],'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,1]],'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],[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,2],[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],[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,1],[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':[[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],[59,1],[22,1],[76,1],[60,6],[48,1],[75,2],[79,8],[33,1]],'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],[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]],'@xcey':[[78,1]],'0x8000':[[73,2]],'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],[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],[62,5],[13,1],[36,1],[56,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,3],[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,2],[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],[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 diff --git a/help/toc.html b/help/toc.html index 25279c83..5e45ad41 100644 --- a/help/toc.html +++ b/help/toc.html @@ -498,12 +498,6 @@ target="FrameMain"> Auto Fire Settings -
@@ -1426,11 +1426,11 @@
>
Undo
- |