diff --git a/output/fceux.chm b/output/fceux.chm index ccba53ee..f939c29a 100644 Binary files a/output/fceux.chm and b/output/fceux.chm differ diff --git a/vc/Help/fceux.hnd b/vc/Help/fceux.hnd index 4131cbed..a61630d0 100644 Binary files a/vc/Help/fceux.hnd and b/vc/Help/fceux.hnd differ diff --git a/web/help/FamicomDiskSytem.html b/web/help/FamicomDiskSytem.html new file mode 100644 index 00000000..3439e9b0 --- /dev/null +++ b/web/help/FamicomDiskSytem.html @@ -0,0 +1,302 @@ + + + + + + + + + + + + + + Famicom Disk Sytem + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +

FCEUX Help

+ +
+ + + +
+ +
+
+ + + + + + +

Famicom Disk Sytem

+ +
+ +

+

Famicom Disk System

+


+

The Family Computer Disk System (FDS) was released in 1986 by Nintendo as a peripheral for the Family Computer ("Famicom") console in Japan. It was a unit that used proprietary floppy disks for data storage. It was announced, but never released, for the North American Nintendo Entertainment System.

+


+

The device was connected to the Famicom deck by plugging a modified cartridge known as the RAM Adapter into the system's cartridge port, which attached via a supplied cable to the disk drive. 

+


+

The floppy disks used were double-sided, with a capacity of 64 kilobytes per side. Many games spanned both sides of a disk, requiring the user to switch sides at some point during gameplay. A few games used two full disks (four sides). The Famicom Disk System was capable of running on six C-cell batteries or the supplied AC adapter. The battery option was included due to the likelihood of a standard set of AC sockets already being occupied by a Famicom and a television.

+


+

FDS BIOS ROM

+


+

In order to play any Famicom (.fds) game, you will need the FDS BIOS ROM image and it must be named disksys.rom.

+

It must be in the base FCEU directory unless you specified a path to disksys.rom in the Directory Overrides List. FCEUX will not load FDS games without this file.

+


+

File types

+


+

Two types of FDS disk images are supported: disk images with the FWNES-style header, and disk images with no header. The number of sides on headerless disk images is calculated by the total file size, so don't put extraneous data at the end of the file.

+


+

Writing to disk image

+


+

If a loaded disk image is written to during emulation, FCEUX will store the modified disk image in the save games directory, which is "sav" under the base directory by default (unless changed under the Directory Overrides List).

+


+

Eject/Insert Disk

+


+

Emulates the ejecting of the current disk or the inserting of a new disk.  If a disk image is loaded, this command will eject it.  If a disk is ejected, this will insert a new disk.

+

This command can be mapped to a keyboard/joypad button in the Map Hotkeys Menu.

+


+


+

Switch Disk Side

+


+

When prompted by the game, you can emulate the Switching sides of the FDS disk with the NES -> Switch Disk Side command.

+

This command can be mapped to a keyboard/joypad button in the Map Hotkeys Menu.

+


+

To switch disk side you first have to eject the disk, and after switching sides you have to insert the disk back.

+

Many FDS games ask you to switch disk side before you can proceed from the title screen. So you have to do the following:

+

1) choose NES -> Eject/Insert Disk, the message "Disk 0 Side A Ejected" will appear

+

2) choose NES -> Switch Disk Side, the message "Disk 0 Side B Selected" will appear

+

3) choose NES -> Eject/Insert Disk again, the message "Disk 0 Side B Inserted" will appear, and the game will change from title screen to player select screen.

+


+


+


+

+

Created with the Personal Edition of HelpNDoc: Create help files for the Qt Help Framework

+ +
+ + +
+
+ + + +
+ +
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/help/LuaFunctionsList.html b/web/help/LuaFunctionsList.html index 223d8d23..5327df3a 100644 --- a/web/help/LuaFunctionsList.html +++ b/web/help/LuaFunctionsList.html @@ -339,7 +339,15 @@


You can avoid getting LUA data by putting the data into a function, and feeding the function name to emu.registerbefore.


+

emu.getscreenpixel(int x, int y, bool getemuscreen)


+

Returns the separate RGB components of the given screen pixel, and the 

+


+

emu.exit()

+


+

Closes FCEUX. Useful for run-and-close scripts like automatic screenshots taking.

+


+


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.

diff --git a/web/help/Newtopic.html b/web/help/Newtopic.html index 4fb09d8f..af5ac06e 100644 --- a/web/help/Newtopic.html +++ b/web/help/Newtopic.html @@ -1,330 +1,330 @@ - - - - - - - - - - - - - - What's New? 2.3.0 (changelog) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -

FCEUX Help

- -
- - - -
- -
-
- - - - - - -

What's New? 2.3.0 (changelog)

- -
- -

-

What's New? 2.3.0

-

Released -- 15 December 2020

-


-


-

The 2.3.0 release includes 4 years worth of improvements and bug fixes.

-


-

Common

-
    -
  • 64 bit build support
  • -
-


-

Emulation

-
    -
  • Added Mapper 111 cheapocabra
  • -
  • Added Mapper 190
  • -
  • Added RAM Init Options: default (00 00 00 00 FF FF FF FF as always), all FF, all 00, random.
  • -
  • New UNIF mappers
  • -
-


-

Lua

-
    -
  • Various improvements and bug fixes to pre-existing functions
  • -
  • Fix parsing of lua colors over 0x80000000 on 32bits systems
  • -
  • Lua write callbacks: adding optional third parameter to retrieve the value written, added Sprites.lua script to visualize sprites
  • -
-


-

New Lua functions:

-
    -
  • emu.exit()
  • -
  • rom.getfilename()
  • -
-


-

Win32

-
    -
  • Various GUI improvements and bug fixes
  • -
-


-

Debugger

-
    -
  • Added memory read/write conditional breakpoint capability.
  • -
  • Added illegal opcode support for breakpoints.
  • -
  • Support for 'S' register in conditional debugger breakpoints
  • -
-


-

Trace Logger

-
    -
  • Added bank number log option
  • -
-


-

CDLogger

-
    -
  • Fix Fixed VRAM data logging glitch
  • -
-


-

Hex Editor

-
    -
  • Added OAM view feature
  • -
  • Bookmark fixes for all view region types
  • -
  • Prevent middle mouse button from attempting to "FreezeRam" when not in RAM mode
  • -
-


-

SDL

-
    -
  • GUI completely rewritten using Qt5. Replaces old GTK GUI.
  • -
  • New Qt GUI now contains most of the debug tools that previously only existed in windows version.
  • -
  • Build setup migrated to cmake. Replaces scons build setup.
  • -
-


-

-

Created with the Personal Edition of HelpNDoc: Create help files for the Qt Help Framework

- -
- - -
-
- - - -
- -
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + What's New? 2.3.0 (changelog) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +

FCEUX Help

+ +
+ + + +
+ +
+
+ + + + + + +

What's New? 2.3.0 (changelog)

+ +
+ +

+

What's New? 2.3.0

+

Released -- 15 December 2020

+


+


+

The 2.3.0 release includes 4 years worth of improvements and bug fixes.

+


+

Common

+
    +
  • 64 bit build support
  • +
+


+

Emulation

+
    +
  • Added Mapper 111 cheapocabra
  • +
  • Added Mapper 190
  • +
  • Added RAM Init Options: default (00 00 00 00 FF FF FF FF as always), all FF, all 00, random.
  • +
  • New UNIF mappers
  • +
+


+

Lua

+
    +
  • Various improvements and bug fixes to pre-existing functions
  • +
  • Fix parsing of lua colors over 0x80000000 on 32bits systems
  • +
  • Lua write callbacks: adding optional third parameter to retrieve the value written, added Sprites.lua script to visualize sprites
  • +
+


+

New Lua functions:

+
    +
  • emu.exit()
  • +
  • rom.getfilename()
  • +
+


+

Win32

+
    +
  • Various GUI improvements and bug fixes
  • +
+


+

Debugger

+
    +
  • Added memory read/write conditional breakpoint capability.
  • +
  • Added illegal opcode support for breakpoints.
  • +
  • Support for 'S' register in conditional debugger breakpoints
  • +
+


+

Trace Logger

+
    +
  • Added bank number log option
  • +
+


+

CDLogger

+
    +
  • Fix Fixed VRAM data logging glitch
  • +
+


+

Hex Editor

+
    +
  • Added OAM view feature
  • +
  • Bookmark fixes for all view region types
  • +
  • Prevent middle mouse button from attempting to "FreezeRam" when not in RAM mode
  • +
+


+

SDL

+
    +
  • GUI completely rewritten using Qt5. Replaces old GTK GUI.
  • +
  • New Qt GUI now contains most of the debug tools that previously only existed in windows version.
  • +
  • Build setup migrated to cmake. Replaces scons build setup.
  • +
+


+

+

Created with the Personal Edition of HelpNDoc: Create help files for the Qt Help Framework

+ +
+ + +
+
+ + + +
+ +
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/help/_translations.js b/web/help/_translations.js index 36b7fded..07311c3c 100644 --- a/web/help/_translations.js +++ b/web/help/_translations.js @@ -1,11 +1,11 @@ - -function hnd_ut(a){ -a.TRANSLATIONS['Search term too short'] = "Search term too short"; -a.TRANSLATIONS['No results'] = "No results"; -a.TRANSLATIONS['Please enter 3 or more characters'] = "Please enter 3 or more characters"; -a.TRANSLATIONS['Word list not ready yet. Please wait until the word list is fully downloaded'] = "Word list not ready yet. Please wait until the word list is fully downloaded"; -a.TRANSLATIONS['Incorrect or corrupt search data. Please check your HelpNDoc template'] = "Incorrect or corrupt search data. Please check your HelpNDoc template"; -a.TRANSLATIONS['Related topics...'] = "Related topics..."; -a.TRANSLATIONS['Loading...'] = "Loading..."; -a.TRANSLATIONS['Close'] = "Close"; -} + +function hnd_ut(a){ +a.TRANSLATIONS['Search term too short'] = "Search term too short"; +a.TRANSLATIONS['No results'] = "No results"; +a.TRANSLATIONS['Please enter 3 or more characters'] = "Please enter 3 or more characters"; +a.TRANSLATIONS['Word list not ready yet. Please wait until the word list is fully downloaded'] = "Word list not ready yet. Please wait until the word list is fully downloaded"; +a.TRANSLATIONS['Incorrect or corrupt search data. Please check your HelpNDoc template'] = "Incorrect or corrupt search data. Please check your HelpNDoc template"; +a.TRANSLATIONS['Related topics...'] = "Related topics..."; +a.TRANSLATIONS['Loading...'] = "Loading..."; +a.TRANSLATIONS['Close'] = "Close"; +} diff --git a/web/help/context/0.html b/web/help/context/0.html index 1cf3994a..7d93f36a 100644 --- a/web/help/context/0.html +++ b/web/help/context/0.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Introduction" - - - - - - - - + + + + + + Redirecting to "Introduction" + + + + + + + + diff --git a/web/help/context/1.html b/web/help/context/1.html index 106e1e13..5b95d8ce 100644 --- a/web/help/context/1.html +++ b/web/help/context/1.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "General" - - - - - - - - + + + + + + Redirecting to "General" + + + + + + + + diff --git a/web/help/context/10.html b/web/help/context/10.html index 48e1a3f3..a33716b3 100644 --- a/web/help/context/10.html +++ b/web/help/context/10.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Memory Watch" - - - - - - - - + + + + + + Redirecting to "Memory Watch" + + + + + + + + diff --git a/web/help/context/11.html b/web/help/context/11.html index 0bd437cd..006cf438 100644 --- a/web/help/context/11.html +++ b/web/help/context/11.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Lua Scripting" - - - - - - - - + + + + + + Redirecting to "Lua Scripting" + + + + + + + + diff --git a/web/help/context/12.html b/web/help/context/12.html index 126d706e..a28c71c8 100644 --- a/web/help/context/12.html +++ b/web/help/context/12.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Getting Started" - - - - - - - - + + + + + + Redirecting to "Getting Started" + + + + + + + + diff --git a/web/help/context/13.html b/web/help/context/13.html index 52c23404..c22774af 100644 --- a/web/help/context/13.html +++ b/web/help/context/13.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Auto Fire Settings" - - - - - - - - + + + + + + Redirecting to "Auto Fire Settings" + + + + + + + + diff --git a/web/help/context/14.html b/web/help/context/14.html index 3df806a1..8520e7bd 100644 --- a/web/help/context/14.html +++ b/web/help/context/14.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Debugger" - - - - - - - - + + + + + + Redirecting to "Debugger" + + + + + + + + diff --git a/web/help/context/15.html b/web/help/context/15.html index 0229fade..776604e0 100644 --- a/web/help/context/15.html +++ b/web/help/context/15.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Hex Editor" - - - - - - - - + + + + + + Redirecting to "Hex Editor" + + + + + + + + diff --git a/web/help/context/16.html b/web/help/context/16.html index 559c93d2..12e7d292 100644 --- a/web/help/context/16.html +++ b/web/help/context/16.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "PPU Viewer" - - - - - - - - + + + + + + Redirecting to "PPU Viewer" + + + + + + + + diff --git a/web/help/context/17.html b/web/help/context/17.html index 4cd92b40..d34a2c14 100644 --- a/web/help/context/17.html +++ b/web/help/context/17.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Name Table Viewer" - - - - - - - - + + + + + + Redirecting to "Name Table Viewer" + + + + + + + + diff --git a/web/help/context/18.html b/web/help/context/18.html index 1d9d12ec..31966279 100644 --- a/web/help/context/18.html +++ b/web/help/context/18.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "RAM Search" - - - - - - - - + + + + + + Redirecting to "RAM Search" + + + + + + + + diff --git a/web/help/context/19.html b/web/help/context/19.html index 3aba801b..428ec968 100644 --- a/web/help/context/19.html +++ b/web/help/context/19.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "FAQ / Guides" - - - - - - - - + + + + + + Redirecting to "FAQ / Guides" + + + + + + + + diff --git a/web/help/context/2.html b/web/help/context/2.html index 0476dba3..61291b04 100644 --- a/web/help/context/2.html +++ b/web/help/context/2.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Overview" - - - - - - - - + + + + + + Redirecting to "Overview" + + + + + + + + diff --git a/web/help/context/20.html b/web/help/context/20.html index 8e6527bf..36443028 100644 --- a/web/help/context/20.html +++ b/web/help/context/20.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Tool Assisted Speedruns" - - - - - - - - + + + + + + Redirecting to "Tool Assisted Speedruns" + + + + + + + + diff --git a/web/help/context/21.html b/web/help/context/21.html index 80f9f390..ed1a4918 100644 --- a/web/help/context/21.html +++ b/web/help/context/21.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "ROM Hacking" - - - - - - - - + + + + + + Redirecting to "ROM Hacking" + + + + + + + + diff --git a/web/help/context/22.html b/web/help/context/22.html index 23dc33d8..8ab178ea 100644 --- a/web/help/context/22.html +++ b/web/help/context/22.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "What's New? 2.0.0" - - - - - - - - + + + + + + Redirecting to "What's New? 2.0.0" + + + + + + + + diff --git a/web/help/context/23.html b/web/help/context/23.html index 049fe6db..394de444 100644 --- a/web/help/context/23.html +++ b/web/help/context/23.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Technical Information" - - - - - - - - + + + + + + Redirecting to "Technical Information" + + + + + + + + diff --git a/web/help/context/24.html b/web/help/context/24.html index 57968b5e..69dcc1a6 100644 --- a/web/help/context/24.html +++ b/web/help/context/24.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Movie & Savestate formats" - - - - - - - - + + + + + + Redirecting to "Movie & Savestate formats" + + + + + + + + diff --git a/web/help/context/25.html b/web/help/context/25.html index 3bc32fb8..a1b6fb08 100644 --- a/web/help/context/25.html +++ b/web/help/context/25.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to ".fm2" - - - - - - - - + + + + + + Redirecting to ".fm2" + + + + + + + + diff --git a/web/help/context/26.html b/web/help/context/26.html index 1264910e..d8991ac5 100644 --- a/web/help/context/26.html +++ b/web/help/context/26.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to ".fcm" - - - - - - - - + + + + + + Redirecting to ".fcm" + + + + + + + + diff --git a/web/help/context/27.html b/web/help/context/27.html index 133b973d..323ac319 100644 --- a/web/help/context/27.html +++ b/web/help/context/27.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Savestate (.fcs)" - - - - - - - - + + + + + + Redirecting to "Savestate (.fcs)" + + + + + + + + diff --git a/web/help/context/28.html b/web/help/context/28.html index a1b91d7c..01b33cf3 100644 --- a/web/help/context/28.html +++ b/web/help/context/28.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Sound" - - - - - - - - + + + + + + Redirecting to "Sound" + + + + + + + + diff --git a/web/help/context/29.html b/web/help/context/29.html index d75682b8..4c602c51 100644 --- a/web/help/context/29.html +++ b/web/help/context/29.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "NSF Format" - - - - - - - - + + + + + + Redirecting to "NSF Format" + + + + + + + + diff --git a/web/help/context/3.html b/web/help/context/3.html index b3a39aa0..a518bc96 100644 --- a/web/help/context/3.html +++ b/web/help/context/3.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "FCE Ultra Version History" - - - - - - - - + + + + + + Redirecting to "FCE Ultra Version History" + + + + + + + + diff --git a/web/help/context/30.html b/web/help/context/30.html index df9766cf..2afceb61 100644 --- a/web/help/context/30.html +++ b/web/help/context/30.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "NES Sound" - - - - - - - - + + + + + + Redirecting to "NES Sound" + + + + + + + + diff --git a/web/help/context/31.html b/web/help/context/31.html index 645f7457..144f78e9 100644 --- a/web/help/context/31.html +++ b/web/help/context/31.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "NES Processing" - - - - - - - - + + + + + + Redirecting to "NES Processing" + + + + + + + + diff --git a/web/help/context/32.html b/web/help/context/32.html index 1a1d74d8..1868aed0 100644 --- a/web/help/context/32.html +++ b/web/help/context/32.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "CPU - 6502" - - - - - - - - + + + + + + Redirecting to "CPU - 6502" + + + + + + + + diff --git a/web/help/context/33.html b/web/help/context/33.html index ae6ca58a..5d7eeff6 100644 --- a/web/help/context/33.html +++ b/web/help/context/33.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "PPU - 2C02" - - - - - - - - + + + + + + Redirecting to "PPU - 2C02" + + + + + + + + diff --git a/web/help/context/34.html b/web/help/context/34.html index b434083a..8aafb944 100644 --- a/web/help/context/34.html +++ b/web/help/context/34.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "NES Scrolling 1" - - - - - - - - + + + + + + Redirecting to "NES Scrolling 1" + + + + + + + + diff --git a/web/help/context/35.html b/web/help/context/35.html index 69f17194..4fa9463f 100644 --- a/web/help/context/35.html +++ b/web/help/context/35.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "NES Scrolling 2" - - - - - - - - + + + + + + Redirecting to "NES Scrolling 2" + + + + + + + + diff --git a/web/help/context/36.html b/web/help/context/36.html index f1a7ce19..f59d107d 100644 --- a/web/help/context/36.html +++ b/web/help/context/36.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "NES RAM (Mapping/Finding Values)" - - - - - - - - + + + + + + Redirecting to "NES RAM (Mapping/Finding Values)" + + + + + + + + diff --git a/web/help/context/37.html b/web/help/context/37.html index 6e52beb0..3d4da967 100644 --- a/web/help/context/37.html +++ b/web/help/context/37.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Debug" - - - - - - - - + + + + + + Redirecting to "Debug" + + + + + + + + diff --git a/web/help/context/38.html b/web/help/context/38.html index 7cfe9b76..f07f06ee 100644 --- a/web/help/context/38.html +++ b/web/help/context/38.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Trace Logger" - - - - - - - - + + + + + + Redirecting to "Trace Logger" + + + + + + + + diff --git a/web/help/context/39.html b/web/help/context/39.html index 67833dbb..a51afd52 100644 --- a/web/help/context/39.html +++ b/web/help/context/39.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Code/Data Logger" - - - - - - - - + + + + + + Redirecting to "Code/Data Logger" + + + + + + + + diff --git a/web/help/context/4.html b/web/help/context/4.html index 35fbfde2..873ca308 100644 --- a/web/help/context/4.html +++ b/web/help/context/4.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Getting Started" - - - - - - - - + + + + + + Redirecting to "Getting Started" + + + + + + + + diff --git a/web/help/context/40.html b/web/help/context/40.html index 5667ae51..836ee19d 100644 --- a/web/help/context/40.html +++ b/web/help/context/40.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Game Genie Encoder/Decoder" - - - - - - - - + + + + + + Redirecting to "Game Genie Encoder/Decoder" + + + + + + + + diff --git a/web/help/context/41.html b/web/help/context/41.html index 44face0b..30e2cfe8 100644 --- a/web/help/context/41.html +++ b/web/help/context/41.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Config" - - - - - - - - + + + + + + Redirecting to "Config" + + + + + + + + diff --git a/web/help/context/42.html b/web/help/context/42.html index 21df67a0..01fa5921 100644 --- a/web/help/context/42.html +++ b/web/help/context/42.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Input" - - - - - - - - + + + + + + Redirecting to "Input" + + + + + + + + diff --git a/web/help/context/43.html b/web/help/context/43.html index dec41dfa..9fafd880 100644 --- a/web/help/context/43.html +++ b/web/help/context/43.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Directories" - - - - - - - - + + + + + + Redirecting to "Directories" + + + + + + + + diff --git a/web/help/context/44.html b/web/help/context/44.html index 6df1f15c..3e44329e 100644 --- a/web/help/context/44.html +++ b/web/help/context/44.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Sound" - - - - - - - - + + + + + + Redirecting to "Sound" + + + + + + + + diff --git a/web/help/context/45.html b/web/help/context/45.html index 7cc12aa3..bcd6f9ff 100644 --- a/web/help/context/45.html +++ b/web/help/context/45.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Video" - - - - - - - - + + + + + + Redirecting to "Video" + + + + + + + + diff --git a/web/help/context/46.html b/web/help/context/46.html index baac4b3b..701b4889 100644 --- a/web/help/context/46.html +++ b/web/help/context/46.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Map Hotkeys" - - - - - - - - + + + + + + Redirecting to "Map Hotkeys" + + + + + + + + diff --git a/web/help/context/47.html b/web/help/context/47.html index ebd4ad7e..dbbf3ab5 100644 --- a/web/help/context/47.html +++ b/web/help/context/47.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "What's New? 2.2.3 (changelog)" - - - - - - - - + + + + + + Redirecting to "What's New? 2.2.3 (changelog)" + + + + + + + + diff --git a/web/help/context/48.html b/web/help/context/48.html index 36c99d3f..beaa4350 100644 --- a/web/help/context/48.html +++ b/web/help/context/48.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "What's New? 2.0.1 (changelog)" - - - - - - - - + + + + + + Redirecting to "What's New? 2.0.1 (changelog)" + + + + + + + + diff --git a/web/help/context/49.html b/web/help/context/49.html index af67d469..3628ae94 100644 --- a/web/help/context/49.html +++ b/web/help/context/49.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "TAS Editor" - - - - - - - - + + + + + + Redirecting to "TAS Editor" + + + + + + + + diff --git a/web/help/context/5.html b/web/help/context/5.html index 652c6cda..9b94971f 100644 --- a/web/help/context/5.html +++ b/web/help/context/5.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Movie Recording" - - - - - - - - + + + + + + Redirecting to "Movie Recording" + + + + + + + + diff --git a/web/help/context/50.html b/web/help/context/50.html index 29ea43ab..c91ad944 100644 --- a/web/help/context/50.html +++ b/web/help/context/50.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Command Line Options" - - - - - - - - + + + + + + Redirecting to "Command Line Options" + + + + + + + + diff --git a/web/help/context/51.html b/web/help/context/51.html index c89abb09..9a3b8b90 100644 --- a/web/help/context/51.html +++ b/web/help/context/51.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Menu Items & Submenus" - - - - - - - - + + + + + + Redirecting to "Menu Items & Submenus" + + + + + + + + diff --git a/web/help/context/52.html b/web/help/context/52.html index a96e0d9b..74c71ae8 100644 --- a/web/help/context/52.html +++ b/web/help/context/52.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Timing" - - - - - - - - + + + + + + Redirecting to "Timing" + + + + + + + + diff --git a/web/help/context/53.html b/web/help/context/53.html index 39881f50..8afb28f2 100644 --- a/web/help/context/53.html +++ b/web/help/context/53.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "GUI" - - - - - - - - + + + + + + Redirecting to "GUI" + + + + + + + + diff --git a/web/help/context/54.html b/web/help/context/54.html index 2239f70f..072c2bb7 100644 --- a/web/help/context/54.html +++ b/web/help/context/54.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Palette" - - - - - - - - + + + + + + Redirecting to "Palette" + + + + + + + + diff --git a/web/help/context/55.html b/web/help/context/55.html index 48f78207..d90a9274 100644 --- a/web/help/context/55.html +++ b/web/help/context/55.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Network Play" - - - - - - - - + + + + + + Redirecting to "Network Play" + + + + + + + + diff --git a/web/help/context/56.html b/web/help/context/56.html index 5beef1a4..d688687e 100644 --- a/web/help/context/56.html +++ b/web/help/context/56.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "NES Menu" - - - - - - - - + + + + + + Redirecting to "NES Menu" + + + + + + + + diff --git a/web/help/context/57.html b/web/help/context/57.html index afb031e7..90914957 100644 --- a/web/help/context/57.html +++ b/web/help/context/57.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Game file compatibility" - - - - - - - - + + + + + + Redirecting to "Game file compatibility" + + + + + + + + diff --git a/web/help/context/58.html b/web/help/context/58.html index 879f638c..56545a5b 100644 --- a/web/help/context/58.html +++ b/web/help/context/58.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Convert fcm" - - - - - - - - + + + + + + Redirecting to "Convert fcm" + + + + + + + + diff --git a/web/help/context/59.html b/web/help/context/59.html index 8a766088..aa71ae90 100644 --- a/web/help/context/59.html +++ b/web/help/context/59.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Introduction" - - - - - - - - + + + + + + Redirecting to "Introduction" + + + + + + + + diff --git a/web/help/context/6.html b/web/help/context/6.html index 5042dfdb..8c061183 100644 --- a/web/help/context/6.html +++ b/web/help/context/6.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "AVI Capturing" - - - - - - - - + + + + + + Redirecting to "AVI Capturing" + + + + + + + + diff --git a/web/help/context/60.html b/web/help/context/60.html index 70c9acde..011b1827 100644 --- a/web/help/context/60.html +++ b/web/help/context/60.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Text Hooker" - - - - - - - - + + + + + + Redirecting to "Text Hooker" + + + + + + + + diff --git a/web/help/context/61.html b/web/help/context/61.html index 7c719d72..5aaa10fe 100644 --- a/web/help/context/61.html +++ b/web/help/context/61.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Using Lua" - - - - - - - - + + + + + + Redirecting to "Using Lua" + + + + + + + + diff --git a/web/help/context/62.html b/web/help/context/62.html index 86675349..36664122 100644 --- a/web/help/context/62.html +++ b/web/help/context/62.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "What's New? 2.0.2 (changelog)" - - - - - - - - + + + + + + Redirecting to "What's New? 2.0.2 (changelog)" + + + + + + + + diff --git a/web/help/context/63.html b/web/help/context/63.html index 4dd937d8..ad67e414 100644 --- a/web/help/context/63.html +++ b/web/help/context/63.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Lua Bot" - - - - - - - - + + + + + + Redirecting to "Lua Bot" + + + + + + + + diff --git a/web/help/context/64.html b/web/help/context/64.html index 714adbc9..3a5b0411 100644 --- a/web/help/context/64.html +++ b/web/help/context/64.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Lua Functions List" - - - - - - - - + + + + + + Redirecting to "Lua Functions List" + + + + + + + + diff --git a/web/help/context/65.html b/web/help/context/65.html index 0a79096f..bcc32d15 100644 --- a/web/help/context/65.html +++ b/web/help/context/65.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "What's New? 2.0.3 (changelog)" - - - - - - - - + + + + + + Redirecting to "What's New? 2.0.3 (changelog)" + + + + + + + + diff --git a/web/help/context/66.html b/web/help/context/66.html index e599d0f3..7997843f 100644 --- a/web/help/context/66.html +++ b/web/help/context/66.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Movie Options" - - - - - - - - + + + + + + Redirecting to "Movie Options" + + + + + + + + diff --git a/web/help/context/67.html b/web/help/context/67.html index 6bf94af1..66fe78a1 100644 --- a/web/help/context/67.html +++ b/web/help/context/67.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "What's New? 2.1 (changelog)" - - - - - - - - + + + + + + Redirecting to "What's New? 2.1 (changelog)" + + + + + + + + diff --git a/web/help/context/68.html b/web/help/context/68.html index 45636678..c4d57a33 100644 --- a/web/help/context/68.html +++ b/web/help/context/68.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Context Menu Items" - - - - - - - - + + + + + + Redirecting to "Context Menu Items" + + + + + + + + diff --git a/web/help/context/69.html b/web/help/context/69.html index 98f80186..6252c1e0 100644 --- a/web/help/context/69.html +++ b/web/help/context/69.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Palette Options" - - - - - - - - + + + + + + Redirecting to "Palette Options" + + + + + + + + diff --git a/web/help/context/7.html b/web/help/context/7.html index da983b3c..5317da6d 100644 --- a/web/help/context/7.html +++ b/web/help/context/7.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Famicom Disk Sytem" - - - - - - - - + + + + + + Redirecting to "Famicom Disk Sytem" + + + + + + + + diff --git a/web/help/context/70.html b/web/help/context/70.html index 41659069..3ca2239d 100644 --- a/web/help/context/70.html +++ b/web/help/context/70.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Troubleshooting" - - - - - - - - + + + + + + Redirecting to "Troubleshooting" + + + + + + + + diff --git a/web/help/context/71.html b/web/help/context/71.html index 2d181ff1..8d48e6df 100644 --- a/web/help/context/71.html +++ b/web/help/context/71.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Customizing through the Config File" - - - - - - - - + + + + + + Redirecting to "Customizing through the Config File" + + + + + + + + diff --git a/web/help/context/72.html b/web/help/context/72.html index dc09d615..20cb0069 100644 --- a/web/help/context/72.html +++ b/web/help/context/72.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "What's New? 2.1.1 (changelog)" - - - - - - - - + + + + + + Redirecting to "What's New? 2.1.1 (changelog)" + + + + + + + + diff --git a/web/help/context/73.html b/web/help/context/73.html index ed12bbee..bd2de28f 100644 --- a/web/help/context/73.html +++ b/web/help/context/73.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "What's New? 2.1.2 (changelog)" - - - - - - - - + + + + + + Redirecting to "What's New? 2.1.2 (changelog)" + + + + + + + + diff --git a/web/help/context/74.html b/web/help/context/74.html index 1fc11711..98cbfc50 100644 --- a/web/help/context/74.html +++ b/web/help/context/74.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "RAM Watch" - - - - - - - - + + + + + + Redirecting to "RAM Watch" + + + + + + + + diff --git a/web/help/context/75.html b/web/help/context/75.html index e38276c3..ee850bc3 100644 --- a/web/help/context/75.html +++ b/web/help/context/75.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "What's New? 2.1.3 (changelog)" - - - - - - - - + + + + + + Redirecting to "What's New? 2.1.3 (changelog)" + + + + + + + + diff --git a/web/help/context/76.html b/web/help/context/76.html index b7237cca..da8db9a7 100644 --- a/web/help/context/76.html +++ b/web/help/context/76.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "What's New? 2.2.1 (changelog)" - - - - - - - - + + + + + + Redirecting to "What's New? 2.2.1 (changelog)" + + + + + + + + diff --git a/web/help/context/77.html b/web/help/context/77.html index e0613194..58c97d47 100644 --- a/web/help/context/77.html +++ b/web/help/context/77.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "What's New? 2.1.4 (changelog)" - - - - - - - - + + + + + + Redirecting to "What's New? 2.1.4 (changelog)" + + + + + + + + diff --git a/web/help/context/78.html b/web/help/context/78.html index 674eb65e..9889978c 100644 --- a/web/help/context/78.html +++ b/web/help/context/78.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "What's New? 2.1.5 (changelog)" - - - - - - - - + + + + + + Redirecting to "What's New? 2.1.5 (changelog)" + + + + + + + + diff --git a/web/help/context/79.html b/web/help/context/79.html index 165278d5..5bce819c 100644 --- a/web/help/context/79.html +++ b/web/help/context/79.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Overview of Included Scripts" - - - - - - - - + + + + + + Redirecting to "Overview of Included Scripts" + + + + + + + + diff --git a/web/help/context/8.html b/web/help/context/8.html index e21a82f0..a1fa9f8f 100644 --- a/web/help/context/8.html +++ b/web/help/context/8.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Tools" - - - - - - - - + + + + + + Redirecting to "Tools" + + + + + + + + diff --git a/web/help/context/80.html b/web/help/context/80.html index 0d7a8674..899f673f 100644 --- a/web/help/context/80.html +++ b/web/help/context/80.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "What's New? 2.2.0 (changelog)" - - - - - - - - + + + + + + Redirecting to "What's New? 2.2.0 (changelog)" + + + + + + + + diff --git a/web/help/context/81.html b/web/help/context/81.html index 0905e6e5..f46951f8 100644 --- a/web/help/context/81.html +++ b/web/help/context/81.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "LuaPerks" - - - - - - - - + + + + + + Redirecting to "LuaPerks" + + + + + + + + diff --git a/web/help/context/82.html b/web/help/context/82.html index 4d67f7ba..55c9a26c 100644 --- a/web/help/context/82.html +++ b/web/help/context/82.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "What's New? 2.2.2 (changelog)" - - - - - - - - + + + + + + Redirecting to "What's New? 2.2.2 (changelog)" + + + + + + + + diff --git a/web/help/context/83.html b/web/help/context/83.html index 7bf5b51c..1f7e28aa 100644 --- a/web/help/context/83.html +++ b/web/help/context/83.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to ".nl files format" - - - - - - - - + + + + + + Redirecting to ".nl files format" + + + + + + + + diff --git a/web/help/context/84.html b/web/help/context/84.html index dcf75712..abf4fe5b 100644 --- a/web/help/context/84.html +++ b/web/help/context/84.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "What's New? 2.3.0 (changelog)" - - - - - - - - + + + + + + Redirecting to "What's New? 2.3.0 (changelog)" + + + + + + + + diff --git a/web/help/context/9.html b/web/help/context/9.html index bec6086c..36256168 100644 --- a/web/help/context/9.html +++ b/web/help/context/9.html @@ -1,14 +1,14 @@ - - - - - - Redirecting to "Cheat Search" - - - - - - - - + + + + + + Redirecting to "Cheat Search" + + + + + + + + diff --git a/web/help/css/hnd.content.css b/web/help/css/hnd.content.css index 1f3c88b0..e83d7682 100644 --- a/web/help/css/hnd.content.css +++ b/web/help/css/hnd.content.css @@ -1,755 +1,755 @@ -/* ========== Text Styles ========== */ -hr { color: #000000} -.main-content, .main-content table span.rvts0 /* Normal text */ -{ - font-size: 10pt; - font-family: 'Arial', 'Helvetica', sans-serif; - font-style: normal; - font-weight: normal; - color: #000000; - text-decoration: none; -} -span.rvts1 /* Heading */ -{ - font-weight: bold; - color: #0000ff; -} -span.rvts2 /* Subheading */ -{ - font-weight: bold; - color: #000080; -} -span.rvts3 /* Keywords */ -{ - font-style: italic; - color: #800000; -} -a.rvts4, span.rvts4 /* Jump 1 */ -{ - color: #008000; - text-decoration: underline; -} -a.rvts5, span.rvts5 /* Jump 2 */ -{ - color: #008000; - text-decoration: underline; -} -span.rvts6 -{ -} -span.rvts7 -{ - font-weight: bold; - color: #0000ff; -} -span.rvts8 -{ - font-weight: bold; - color: #000080; -} -span.rvts9 -{ - font-style: italic; - color: #800000; -} -a.rvts10, span.rvts10 -{ - color: #008000; - text-decoration: underline; -} -span.rvts11 -{ - color: #a0a0a0; -} -span.rvts12 -{ - font-size: 15pt; - font-family: 'Tahoma', 'Geneva', sans-serif; - font-weight: bold; - color: #696969; -} -span.rvts13 -{ - font-weight: bold; - color: #a0a0a0; -} -span.rvts14 -{ - font-style: italic; - color: #a0a0a0; -} -span.rvts15 -{ - font-size: 12pt; -} -a.rvts16, span.rvts16 -{ - font-size: 12pt; - color: #0000ff; - text-decoration: underline; -} -a.rvts16:hover -{ - color: #0000ff; -} -span.rvts17 -{ - font-size: 18pt; -} -span.rvts18 /* Font Style */ -{ - font-family: 'Tahoma', 'Geneva', sans-serif; - font-style: italic; - color: #c0c0c0; -} -a.rvts19, span.rvts19 /* Font Style */ -{ - font-family: 'Tahoma', 'Geneva', sans-serif; - font-style: italic; - color: #6666ff; - text-decoration: underline; -} -span.rvts20 -{ - text-decoration: underline; -} -span.rvts21 -{ - font-size: 14pt; -} -span.rvts22 -{ - font-size: 24pt; - text-decoration: underline; -} -a.rvts23, span.rvts23 -{ - color: #0000ff; - text-decoration: underline; -} -a.rvts23:hover -{ - color: #0000ff; -} -a.rvts24, span.rvts24 -{ - color: #0000ff; - text-decoration: underline; -} -a.rvts24:hover -{ - color: #0000ff; -} -span.rvts25 -{ - font-size: 12pt; - text-decoration: underline; -} -span.rvts26 -{ - font-size: 18pt; - text-decoration: underline; -} -span.rvts27 -{ - color: #000000; -} -span.rvts28 -{ - font-size: 16pt; - color: #000000; -} -span.rvts29 -{ - font-size: 14pt; - color: #000000; -} -span.rvts30 -{ - font-size: 12pt; - color: #000000; -} -span.rvts31 -{ - font-size: 12pt; - font-family: 'Times New Roman', 'Times', serif; - color: #000000; -} -span.rvts32 -{ -} -span.rvts33 -{ - font-size: 14pt; -} -span.rvts34 -{ - font-size: 16pt; -} -a.rvts35, span.rvts35 -{ - color: #0000ff; - text-decoration: underline; -} -a.rvts35:hover -{ - color: #0000ff; -} -a.rvts36, span.rvts36 -{ - color: #0000ff; - text-decoration: underline; -} -a.rvts36:hover -{ - color: #0000ff; -} -span.rvts37 -{ - font-size: 16pt; -} -a.rvts38, span.rvts38 -{ - color: #0000ff; - text-decoration: underline; -} -a.rvts38:hover -{ - color: #0000ff; -} -span.rvts39 -{ - font-family: 'Lucida Console', 'Monaco', monospace; -} -span.rvts40 -{ - font-style: italic; -} -a.rvts41, span.rvts41 -{ - color: #0000ff; - text-decoration: underline; -} -a.rvts41:hover -{ - color: #0000ff; -} -span.rvts42 -{ - font-family: 'Times New Roman', 'Times', serif; -} -span.rvts43 -{ - font-size: 11pt; - font-family: 'Courier New', 'Courier', monospace; -} -a.rvts44, span.rvts44 -{ - color: #0000ff; - text-decoration: underline; -} -a.rvts44:hover -{ - color: #0000ff; -} -span.rvts45 -{ - font-weight: bold; -} -a.rvts46, span.rvts46 -{ - color: #0000ff; - text-decoration: underline; -} -a.rvts46:hover -{ - color: #0000ff; -} -a.rvts47, span.rvts47 -{ - color: #0000ff; - text-decoration: underline; -} -a.rvts47:hover -{ - color: #0000ff; -} -span.rvts48 -{ - font-size: 16pt; - text-decoration: underline; -} -a.rvts49, span.rvts49 -{ - color: #0000ff; - text-decoration: underline; -} -a.rvts49:hover -{ - color: #0000ff; -} -span.rvts50 -{ - font-size: 24pt; -} -a.rvts51, span.rvts51 -{ - color: #0000ff; - text-decoration: underline; -} -a.rvts51:hover -{ - color: #0000ff; -} -span.rvts52 -{ - font-size: 14pt; - text-decoration: underline; -} -span.rvts53 -{ - font-family: 'Courier New', 'Courier', monospace; -} -span.rvts54 -{ - font-size: 9pt; -} -a.rvts55, span.rvts55 -{ - font-size: 9pt; - color: #0000ff; - text-decoration: underline; -} -a.rvts55:hover -{ - color: #0000ff; -} -span.rvts56 -{ - font-family: 'Courier New', 'Courier', monospace; -} -a.rvts57, span.rvts57 -{ - color: #0000ff; - text-decoration: underline; -} -a.rvts57:hover -{ - color: #0000ff; -} -a.rvts58, span.rvts58 -{ - color: #0000ff; - text-decoration: underline; -} -a.rvts58:hover -{ - color: #0000ff; -} -a.rvts59, span.rvts59 -{ - color: #0000ff; - text-decoration: underline; -} -a.rvts59:hover -{ - color: #0000ff; -} -span.rvts60 -{ - font-size: 12pt; - font-weight: bold; -} -a.rvts61, span.rvts61 -{ - color: #0000ff; - text-decoration: underline; -} -a.rvts61:hover -{ - color: #0000ff; -} -a.rvts62, span.rvts62 -{ - color: #0000ff; - text-decoration: underline; -} -a.rvts62:hover -{ - color: #0000ff; -} -a.rvts63, span.rvts63 -{ - color: #0000ff; - text-decoration: underline; -} -a.rvts63:hover -{ - color: #0000ff; -} -a.rvts64, span.rvts64 -{ - color: #0000ff; - text-decoration: underline; -} -a.rvts64:hover -{ - color: #0000ff; -} -a.rvts65, span.rvts65 -{ - color: #0000ff; - text-decoration: underline; -} -a.rvts65:hover -{ - color: #0000ff; -} -a.rvts66, span.rvts66 -{ - color: #0000ff; - text-decoration: underline; -} -a.rvts66:hover -{ - color: #0000ff; -} -a.rvts67, span.rvts67 -{ - color: #0000ff; - text-decoration: underline; -} -a.rvts67:hover -{ - color: #0000ff; -} -span.rvts68 -{ - font-size: 12pt; - font-weight: bold; - text-decoration: underline; -} -a.rvts69, span.rvts69 -{ - color: #0000ff; - text-decoration: underline; -} -a.rvts69:hover -{ - color: #0000ff; -} -a.rvts70, span.rvts70 -{ - color: #0000ff; - text-decoration: underline; -} -a.rvts70:hover -{ - color: #0000ff; -} -a.rvts71, span.rvts71 -{ - color: #0000ff; - text-decoration: underline; -} -a.rvts71:hover -{ - color: #0000ff; -} -span.rvts72 -{ - font-size: 11pt; - font-weight: bold; -} -span.rvts73 -{ - font-size: 8pt; -} -a.rvts74, span.rvts74 -{ - color: #0000ff; - text-decoration: underline; -} -a.rvts74:hover -{ - color: #0000ff; -} -a.rvts75, span.rvts75 -{ - color: #0000ff; - text-decoration: underline; -} -a.rvts75:hover -{ - color: #0000ff; -} -span.rvts76 -{ - color: #0000ff; -} -span.rvts77 -{ - color: #00cc00; -} -span.rvts78 -{ - color: #ff0000; -} -span.rvts79 -{ - color: #00be00; -} -span.rvts80 -{ - color: #a08c00; -} -span.rvts81 -{ - color: #0000c3; -} -span.rvts82 -{ - color: #0082a0; -} -span.rvts83 -{ - color: #d2be00; -} -span.rvts84 -{ - color: #0a0aff; -} -span.rvts85 -{ - color: #05ff05; -} -span.rvts86 -{ - font-size: 22pt; - text-decoration: underline; -} -a.rvts87, span.rvts87 -{ - color: #0000ff; - text-decoration: underline; -} -a.rvts87:hover -{ - color: #0000ff; -} -a.rvts88, span.rvts88 -{ - color: #0000ff; - text-decoration: underline; -} -a.rvts88:hover -{ - color: #0000ff; -} -a.rvts89, span.rvts89 -{ - color: #0000ff; - text-decoration: underline; -} -a.rvts89:hover -{ - color: #0000ff; -} -span.rvts90 -{ - font-size: 18pt; - font-weight: bold; -} -a.rvts91, span.rvts91 -{ - color: #0000ff; - text-decoration: underline; -} -a.rvts91:hover -{ - color: #0000ff; -} -a.rvts92, span.rvts92 -{ - color: #0000ff; - text-decoration: underline; -} -a.rvts92:hover -{ - color: #0000ff; -} -span.rvts93 -{ - font-size: 12pt; - font-family: 'Courier New', 'Courier', monospace; - font-weight: bold; -} -span.rvts94 -{ - font-size: 14pt; - font-weight: bold; -} -span.rvts95 -{ - font-size: 12pt; - font-family: 'Courier New', 'Courier', monospace; - color: #000080; -} -span.rvts96 -{ - font-size: 12pt; - font-family: 'Courier New', 'Courier', monospace; - color: #333399; -} -span.rvts97 -{ - font-family: 'Courier New', 'Courier', monospace; - color: #000080; -} -span.rvts98 -{ - font-size: 16pt; - font-family: 'Courier New', 'Courier', monospace; - font-weight: bold; -} -span.rvts99 -{ - font-size: 11pt; - font-family: 'Courier New', 'Courier', monospace; - font-weight: bold; -} -span.rvts100 -{ - font-family: 'Courier New', 'Courier', monospace; - font-weight: bold; -} -span.rvts101 -{ - font-size: 12pt; - font-family: 'Courier New', 'Courier', monospace; - color: #000080; -} -a.rvts102, span.rvts102 -{ - font-family: 'Courier New', 'Courier', monospace; - color: #0000ff; - text-decoration: underline; -} -a.rvts102:hover -{ - color: #0000ff; -} -span.rvts103 -{ - font-size: 14pt; - font-weight: bold; -} -span.rvts104 -{ - font-family: 'Courier New', 'Courier', monospace; - font-weight: bold; - text-decoration: underline; -} -span.rvts105 -{ - font-size: 12pt; - font-family: 'Courier New', 'Courier', monospace; - color: #00007f; -} -span.rvts106 -{ - font-size: 14pt; - font-family: 'Courier New', 'Courier', monospace; -} -span.rvts107 -{ - font-size: 12pt; - font-family: 'Courier New', 'Courier', monospace; -} -span.rvts108 -{ - font-size: 12pt; - font-family: 'Courier New', 'Courier', monospace; - color: #00007f; -} -span.rvts109 -{ - font-family: 'Courier New', 'Courier', monospace; - color: ; -} -span.rvts110 -{ - font-family: 'Lucida Console', 'Monaco', monospace; - text-decoration: underline; -} -span.rvts111 -{ - font-weight: bold; - text-decoration: underline; -} -span.rvts112 -{ - font-size: 11pt; - text-decoration: underline; -} -span.rvts113 -{ - font-size: 5pt; -} -span.rvts114 -{ - font-size: 5pt; - font-weight: bold; -} -/* ========== Para Styles ========== */ -p,ul,ol /* Paragraph Style */ -{ - text-align: left; - text-indent: 0px; - padding: 0px 0px 0px 0px; - margin: 0px 0px 0px 0px; -} -.rvps1 /* Centered */ -{ - text-align: center; -} -.rvps2 -{ -} -.rvps3 -{ - text-align: center; -} -.rvps4 /* Paragraph Style */ -{ - text-align: center; - border-color: #c0c0c0; - border-style: solid; - border-width: 1px; - border-right: none; - border-left: none; - padding: 2px 0px 2px 0px; - margin: 7px 0px 7px 0px; -} -.rvps5 -{ - background: #ffffff; -} -.rvps6 -{ - text-indent: 48px; -} -.rvps7 -{ - text-indent: 48px; - margin: 0px 0px 0px 48px; -} -/* ========== Lists ========== */ -.list0 {text-indent: 0px; padding: 0; margin: 0 0 0 24px; list-style-position: outside; list-style-type: disc;} -.list1 {text-indent: 0px; padding: 0; margin: 0 0 0 24px; list-style-position: outside; list-style-type: circle;} -.list2 {text-indent: 0px; padding: 0; margin: 0 0 0 24px; list-style-position: outside; list-style-type: square;} -.list3 {text-indent: 0px; padding: 0; margin: 0 0 0 48px; list-style-position: outside; list-style-type: circle;} -.list4 {text-indent: 0px; padding: 0; margin: 0 0 0 48px; list-style-position: outside; list-style-type: square;} -.list5 {text-indent: 0px; padding: 0; margin: 0 0 0 48px; list-style-position: outside; list-style-type: disc;} -.list6 {text-indent: 0px; padding: 0; margin: 0 0 0 24px; list-style-position: outside;} -.list7 {text-indent: 0px; padding: 0; margin: 0 0 0 36px; list-style-position: outside; list-style-type: circle;} +/* ========== Text Styles ========== */ +hr { color: #000000} +.main-content, .main-content table span.rvts0 /* Normal text */ +{ + font-size: 10pt; + font-family: 'Arial', 'Helvetica', sans-serif; + font-style: normal; + font-weight: normal; + color: #000000; + text-decoration: none; +} +span.rvts1 /* Heading */ +{ + font-weight: bold; + color: #0000ff; +} +span.rvts2 /* Subheading */ +{ + font-weight: bold; + color: #000080; +} +span.rvts3 /* Keywords */ +{ + font-style: italic; + color: #800000; +} +a.rvts4, span.rvts4 /* Jump 1 */ +{ + color: #008000; + text-decoration: underline; +} +a.rvts5, span.rvts5 /* Jump 2 */ +{ + color: #008000; + text-decoration: underline; +} +span.rvts6 +{ +} +span.rvts7 +{ + font-weight: bold; + color: #0000ff; +} +span.rvts8 +{ + font-weight: bold; + color: #000080; +} +span.rvts9 +{ + font-style: italic; + color: #800000; +} +a.rvts10, span.rvts10 +{ + color: #008000; + text-decoration: underline; +} +span.rvts11 +{ + color: #a0a0a0; +} +span.rvts12 +{ + font-size: 15pt; + font-family: 'Tahoma', 'Geneva', sans-serif; + font-weight: bold; + color: #696969; +} +span.rvts13 +{ + font-weight: bold; + color: #a0a0a0; +} +span.rvts14 +{ + font-style: italic; + color: #a0a0a0; +} +span.rvts15 +{ + font-size: 12pt; +} +a.rvts16, span.rvts16 +{ + font-size: 12pt; + color: #0000ff; + text-decoration: underline; +} +a.rvts16:hover +{ + color: #0000ff; +} +span.rvts17 +{ + font-size: 18pt; +} +span.rvts18 /* Font Style */ +{ + font-family: 'Tahoma', 'Geneva', sans-serif; + font-style: italic; + color: #c0c0c0; +} +a.rvts19, span.rvts19 /* Font Style */ +{ + font-family: 'Tahoma', 'Geneva', sans-serif; + font-style: italic; + color: #6666ff; + text-decoration: underline; +} +span.rvts20 +{ + text-decoration: underline; +} +span.rvts21 +{ + font-size: 14pt; +} +span.rvts22 +{ + font-size: 24pt; + text-decoration: underline; +} +a.rvts23, span.rvts23 +{ + color: #0000ff; + text-decoration: underline; +} +a.rvts23:hover +{ + color: #0000ff; +} +a.rvts24, span.rvts24 +{ + color: #0000ff; + text-decoration: underline; +} +a.rvts24:hover +{ + color: #0000ff; +} +span.rvts25 +{ + font-size: 12pt; + text-decoration: underline; +} +span.rvts26 +{ + font-size: 18pt; + text-decoration: underline; +} +span.rvts27 +{ + color: #000000; +} +span.rvts28 +{ + font-size: 16pt; + color: #000000; +} +span.rvts29 +{ + font-size: 14pt; + color: #000000; +} +span.rvts30 +{ + font-size: 12pt; + color: #000000; +} +span.rvts31 +{ + font-size: 12pt; + font-family: 'Times New Roman', 'Times', serif; + color: #000000; +} +span.rvts32 +{ +} +span.rvts33 +{ + font-size: 14pt; +} +span.rvts34 +{ + font-size: 16pt; +} +a.rvts35, span.rvts35 +{ + color: #0000ff; + text-decoration: underline; +} +a.rvts35:hover +{ + color: #0000ff; +} +a.rvts36, span.rvts36 +{ + color: #0000ff; + text-decoration: underline; +} +a.rvts36:hover +{ + color: #0000ff; +} +span.rvts37 +{ + font-size: 16pt; +} +a.rvts38, span.rvts38 +{ + color: #0000ff; + text-decoration: underline; +} +a.rvts38:hover +{ + color: #0000ff; +} +span.rvts39 +{ + font-family: 'Lucida Console', 'Monaco', monospace; +} +span.rvts40 +{ + font-style: italic; +} +a.rvts41, span.rvts41 +{ + color: #0000ff; + text-decoration: underline; +} +a.rvts41:hover +{ + color: #0000ff; +} +span.rvts42 +{ + font-family: 'Times New Roman', 'Times', serif; +} +span.rvts43 +{ + font-size: 11pt; + font-family: 'Courier New', 'Courier', monospace; +} +a.rvts44, span.rvts44 +{ + color: #0000ff; + text-decoration: underline; +} +a.rvts44:hover +{ + color: #0000ff; +} +span.rvts45 +{ + font-weight: bold; +} +a.rvts46, span.rvts46 +{ + color: #0000ff; + text-decoration: underline; +} +a.rvts46:hover +{ + color: #0000ff; +} +a.rvts47, span.rvts47 +{ + color: #0000ff; + text-decoration: underline; +} +a.rvts47:hover +{ + color: #0000ff; +} +span.rvts48 +{ + font-size: 16pt; + text-decoration: underline; +} +a.rvts49, span.rvts49 +{ + color: #0000ff; + text-decoration: underline; +} +a.rvts49:hover +{ + color: #0000ff; +} +span.rvts50 +{ + font-size: 24pt; +} +a.rvts51, span.rvts51 +{ + color: #0000ff; + text-decoration: underline; +} +a.rvts51:hover +{ + color: #0000ff; +} +span.rvts52 +{ + font-size: 14pt; + text-decoration: underline; +} +span.rvts53 +{ + font-family: 'Courier New', 'Courier', monospace; +} +span.rvts54 +{ + font-size: 9pt; +} +a.rvts55, span.rvts55 +{ + font-size: 9pt; + color: #0000ff; + text-decoration: underline; +} +a.rvts55:hover +{ + color: #0000ff; +} +span.rvts56 +{ + font-family: 'Courier New', 'Courier', monospace; +} +a.rvts57, span.rvts57 +{ + color: #0000ff; + text-decoration: underline; +} +a.rvts57:hover +{ + color: #0000ff; +} +a.rvts58, span.rvts58 +{ + color: #0000ff; + text-decoration: underline; +} +a.rvts58:hover +{ + color: #0000ff; +} +a.rvts59, span.rvts59 +{ + color: #0000ff; + text-decoration: underline; +} +a.rvts59:hover +{ + color: #0000ff; +} +span.rvts60 +{ + font-size: 12pt; + font-weight: bold; +} +a.rvts61, span.rvts61 +{ + color: #0000ff; + text-decoration: underline; +} +a.rvts61:hover +{ + color: #0000ff; +} +a.rvts62, span.rvts62 +{ + color: #0000ff; + text-decoration: underline; +} +a.rvts62:hover +{ + color: #0000ff; +} +a.rvts63, span.rvts63 +{ + color: #0000ff; + text-decoration: underline; +} +a.rvts63:hover +{ + color: #0000ff; +} +a.rvts64, span.rvts64 +{ + color: #0000ff; + text-decoration: underline; +} +a.rvts64:hover +{ + color: #0000ff; +} +a.rvts65, span.rvts65 +{ + color: #0000ff; + text-decoration: underline; +} +a.rvts65:hover +{ + color: #0000ff; +} +a.rvts66, span.rvts66 +{ + color: #0000ff; + text-decoration: underline; +} +a.rvts66:hover +{ + color: #0000ff; +} +a.rvts67, span.rvts67 +{ + color: #0000ff; + text-decoration: underline; +} +a.rvts67:hover +{ + color: #0000ff; +} +span.rvts68 +{ + font-size: 12pt; + font-weight: bold; + text-decoration: underline; +} +a.rvts69, span.rvts69 +{ + color: #0000ff; + text-decoration: underline; +} +a.rvts69:hover +{ + color: #0000ff; +} +a.rvts70, span.rvts70 +{ + color: #0000ff; + text-decoration: underline; +} +a.rvts70:hover +{ + color: #0000ff; +} +a.rvts71, span.rvts71 +{ + color: #0000ff; + text-decoration: underline; +} +a.rvts71:hover +{ + color: #0000ff; +} +span.rvts72 +{ + font-size: 11pt; + font-weight: bold; +} +span.rvts73 +{ + font-size: 8pt; +} +a.rvts74, span.rvts74 +{ + color: #0000ff; + text-decoration: underline; +} +a.rvts74:hover +{ + color: #0000ff; +} +a.rvts75, span.rvts75 +{ + color: #0000ff; + text-decoration: underline; +} +a.rvts75:hover +{ + color: #0000ff; +} +span.rvts76 +{ + color: #0000ff; +} +span.rvts77 +{ + color: #00cc00; +} +span.rvts78 +{ + color: #ff0000; +} +span.rvts79 +{ + color: #00be00; +} +span.rvts80 +{ + color: #a08c00; +} +span.rvts81 +{ + color: #0000c3; +} +span.rvts82 +{ + color: #0082a0; +} +span.rvts83 +{ + color: #d2be00; +} +span.rvts84 +{ + color: #0a0aff; +} +span.rvts85 +{ + color: #05ff05; +} +span.rvts86 +{ + font-size: 22pt; + text-decoration: underline; +} +a.rvts87, span.rvts87 +{ + color: #0000ff; + text-decoration: underline; +} +a.rvts87:hover +{ + color: #0000ff; +} +a.rvts88, span.rvts88 +{ + color: #0000ff; + text-decoration: underline; +} +a.rvts88:hover +{ + color: #0000ff; +} +a.rvts89, span.rvts89 +{ + color: #0000ff; + text-decoration: underline; +} +a.rvts89:hover +{ + color: #0000ff; +} +span.rvts90 +{ + font-size: 18pt; + font-weight: bold; +} +a.rvts91, span.rvts91 +{ + color: #0000ff; + text-decoration: underline; +} +a.rvts91:hover +{ + color: #0000ff; +} +a.rvts92, span.rvts92 +{ + color: #0000ff; + text-decoration: underline; +} +a.rvts92:hover +{ + color: #0000ff; +} +span.rvts93 +{ + font-size: 12pt; + font-family: 'Courier New', 'Courier', monospace; + font-weight: bold; +} +span.rvts94 +{ + font-size: 14pt; + font-weight: bold; +} +span.rvts95 +{ + font-size: 12pt; + font-family: 'Courier New', 'Courier', monospace; + color: #000080; +} +span.rvts96 +{ + font-size: 12pt; + font-family: 'Courier New', 'Courier', monospace; + color: #333399; +} +span.rvts97 +{ + font-family: 'Courier New', 'Courier', monospace; + color: #000080; +} +span.rvts98 +{ + font-size: 16pt; + font-family: 'Courier New', 'Courier', monospace; + font-weight: bold; +} +span.rvts99 +{ + font-size: 11pt; + font-family: 'Courier New', 'Courier', monospace; + font-weight: bold; +} +span.rvts100 +{ + font-family: 'Courier New', 'Courier', monospace; + font-weight: bold; +} +span.rvts101 +{ + font-size: 12pt; + font-family: 'Courier New', 'Courier', monospace; + color: #000080; +} +a.rvts102, span.rvts102 +{ + font-family: 'Courier New', 'Courier', monospace; + color: #0000ff; + text-decoration: underline; +} +a.rvts102:hover +{ + color: #0000ff; +} +span.rvts103 +{ + font-size: 14pt; + font-weight: bold; +} +span.rvts104 +{ + font-family: 'Courier New', 'Courier', monospace; + font-weight: bold; + text-decoration: underline; +} +span.rvts105 +{ + font-size: 12pt; + font-family: 'Courier New', 'Courier', monospace; + color: #00007f; +} +span.rvts106 +{ + font-size: 14pt; + font-family: 'Courier New', 'Courier', monospace; +} +span.rvts107 +{ + font-size: 12pt; + font-family: 'Courier New', 'Courier', monospace; +} +span.rvts108 +{ + font-size: 12pt; + font-family: 'Courier New', 'Courier', monospace; + color: #00007f; +} +span.rvts109 +{ + font-family: 'Courier New', 'Courier', monospace; + color: ; +} +span.rvts110 +{ + font-family: 'Lucida Console', 'Monaco', monospace; + text-decoration: underline; +} +span.rvts111 +{ + font-weight: bold; + text-decoration: underline; +} +span.rvts112 +{ + font-size: 11pt; + text-decoration: underline; +} +span.rvts113 +{ + font-size: 5pt; +} +span.rvts114 +{ + font-size: 5pt; + font-weight: bold; +} +/* ========== Para Styles ========== */ +p,ul,ol /* Paragraph Style */ +{ + text-align: left; + text-indent: 0px; + padding: 0px 0px 0px 0px; + margin: 0px 0px 0px 0px; +} +.rvps1 /* Centered */ +{ + text-align: center; +} +.rvps2 +{ +} +.rvps3 +{ + text-align: center; +} +.rvps4 /* Paragraph Style */ +{ + text-align: center; + border-color: #c0c0c0; + border-style: solid; + border-width: 1px; + border-right: none; + border-left: none; + padding: 2px 0px 2px 0px; + margin: 7px 0px 7px 0px; +} +.rvps5 +{ + background: #ffffff; +} +.rvps6 +{ + text-indent: 48px; +} +.rvps7 +{ + text-indent: 48px; + margin: 0px 0px 0px 48px; +} +/* ========== Lists ========== */ +.list0 {text-indent: 0px; padding: 0; margin: 0 0 0 24px; list-style-position: outside; list-style-type: disc;} +.list1 {text-indent: 0px; padding: 0; margin: 0 0 0 24px; list-style-position: outside; list-style-type: circle;} +.list2 {text-indent: 0px; padding: 0; margin: 0 0 0 24px; list-style-position: outside; list-style-type: square;} +.list3 {text-indent: 0px; padding: 0; margin: 0 0 0 48px; list-style-position: outside; list-style-type: circle;} +.list4 {text-indent: 0px; padding: 0; margin: 0 0 0 48px; list-style-position: outside; list-style-type: square;} +.list5 {text-indent: 0px; padding: 0; margin: 0 0 0 48px; list-style-position: outside; list-style-type: disc;} +.list6 {text-indent: 0px; padding: 0; margin: 0 0 0 24px; list-style-position: outside;} +.list7 {text-indent: 0px; padding: 0; margin: 0 0 0 36px; list-style-position: outside; list-style-type: circle;} diff --git a/web/help/css/layout.min.css b/web/help/css/layout.min.css index 5efef0ea..abaf0f95 100644 --- a/web/help/css/layout.min.css +++ b/web/help/css/layout.min.css @@ -1,5 +1,5 @@ -/*! - * HelpNDoc HTML template - * Copyright (C) IBE Software - All rights reserved. - * Can only be used in documentation generated by HelpNDoc: http://www.helpndoc.com +/*! + * HelpNDoc HTML template + * Copyright (C) IBE Software - All rights reserved. + * Can only be used in documentation generated by HelpNDoc: http://www.helpndoc.com */.unselectable{-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.element-invisible{position:absolute !important;clip:rect(1px, 1px, 1px, 1px);overflow:hidden;height:1px}body{background-color:#fff}@media screen and (max-width: 768px){body.sm-nav-expanded{overflow:hidden}}@media screen and (max-width: 768px){body.sm-nav-expanded nav{left:0;opacity:1}}@media screen and (max-width: 768px){body.sm-nav-expanded .mask{visibility:visible;opacity:0.5}}@media screen and (max-width: 768px){body.sm-nav-expanded .header-up nav{margin-top:0}}@media screen and (min-width: 769px){body.md-nav-expanded div#main{margin-left:350px}}@media screen and (min-width: 769px){body.md-nav-expanded header{padding-left:364px}}@media screen and (min-width: 769px){body.md-nav-expanded nav{left:0;opacity:1}}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#285f8f;text-decoration:underline}header{background-color:#fff;border-bottom:1px solid #d9d9d9;box-shadow:0 1px 5px rgba(0,0,0,0.1);padding:10px 14px;position:fixed;top:0;left:0;right:0;height:64px;min-height:64px;z-index:2;display:flex;flex-wrap:nowrap;align-content:flex-start;align-items:center}@media screen and (max-width: 768px){header.slideUp.headroom--not-bottom{box-shadow:none;top:-64px}}header .hnd-toggle{background-color:transparent;border-color:transparent;margin-right:10px;padding:9px}@media screen and (min-width: 769px){header .hnd-toggle{display:none}}header .hnd-toggle .icon-bar{background-color:#666;display:block;width:22px;height:2px;border-radius:1px}header .hnd-toggle .icon-bar+.icon-bar{margin-top:4px}header h1{margin:0;flex-grow:1;font-size:19px;font-weight:500;line-height:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}header .logo{margin-left:10px;max-height:44px}nav{background-color:#f7f7f7;border:0;opacity:0;position:fixed;top:0;left:-350px;bottom:0;width:350px;z-index:3;overflow:hidden;display:flex;flex-direction:column;flex-wrap:nowrap}@media screen and (max-width: 768px){nav{box-shadow:1px 0 5px rgba(0,0,0,0.1);left:-90%;width:90% !important;margin-top:0;z-index:5}}nav .tab-tabs{border-bottom:1px solid #d9d9d9;box-shadow:0 1px 5px rgba(0,0,0,0.1);display:flex;justify-content:space-around;align-items:stretch;height:64px;min-height:64px;margin:0;padding:0}nav .tab-tabs .hnd-toggle{background-color:#eaeaea;margin:0 16px 0 14px;padding:6px 13px}nav .tab-tabs .hnd-toggle:hover{background-color:#f7f7f7}@media screen and (min-width: 769px){nav .tab-tabs .hnd-toggle{display:none}}nav .tab-tabs li{font-size:16px;height:100%;list-style:none;overflow:hidden;position:relative;text-align:center;float:none;margin-bottom:0}nav .tab-tabs li a{min-height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;align-content:stretch;text-overflow:ellipsis;cursor:pointer !important;border:0 !important;border-color:transparent !important;border-radius:0 !important;margin:0 !important;padding:0 !important;line-height:initial !important}nav .tab-tabs li .glyphicon{margin-bottom:5px}nav .tab-tabs li#nav-close{align-self:center;height:auto;min-width:70px}@media screen and (min-width: 769px){nav .tab-tabs li#nav-close{min-width:0}}nav .tab-tabs li+li{flex-grow:1}nav .tab-tabs>li>a,nav .tab-tabs>li.active>a,nav .tab-tabs>li.active>a:focus,nav .tab-tabs>li.active>a:hover{color:#666}nav .tab-tabs>li.active>a{background-color:#ddd;color:#337ab7}nav .tab-tabs>li>a:focus,nav .tab-tabs>li>a:hover,nav .tab-tabs>li.active>a:focus,nav .tab-tabs>li.active>a:hover{background-color:#eaeaea;color:#337ab7}nav .tab-tabs>li.tab::after{content:"";background:#337ab7;height:2px;position:absolute;width:100%;left:0;bottom:0;transform:scale(0)}nav .tab-tabs>li.tab.active::after,nav .tab-tabs>li.tab:hover::after{transform:scale(1)}nav .tab-tabs>li.active>a{background-color:#f2f2f2}nav .tab-content{flex-grow:1;overflow:auto}nav .search-input{margin:7px}@media screen and (max-width: 768px){nav .search-input #input-search{font-size:16px}}nav #search-info{border-left:2px solid #ddd;display:none;margin:7px;padding:5px}@media screen and (max-width: 768px){nav #search-info{font-size:16px}}#hnd-splitter{background-color:transparent;position:fixed;top:0;left:-100px;width:8px;height:100%;touch-action:none;user-select:none;z-index:10}#hnd-splitter:hover{background-color:#ddd}@media screen and (max-width: 768px){#hnd-splitter{display:none}}.mask{background-color:#000;visibility:hidden;opacity:0;position:fixed;top:0;left:0;right:0;bottom:0;z-index:4}div#main{margin:64px 0 0 0;z-index:1}div#main>article{padding:14px}div#main>article mark{background-color:#ffff7b;padding:0}div#main>article .navigation{border-bottom:2px solid #f2f2f2;display:flex;margin-bottom:20px}div#main>article .navigation:empty{border:0}div#main>article .navigation .breadcrumb{background-color:transparent;border-radius:0;flex-grow:1;margin-bottom:0;padding:0 0 5px 0}div#main>article .navigation .breadcrumb>li::after{padding:0 5px;color:#d9d9d9;content:"/"}div#main>article .navigation .breadcrumb>li+li::before{content:none;padding:0}div#main>article .navigation .nav-arrows{flex-shrink:0;margin-bottom:4px}div#main>article .navigation .nav-arrows a{border:0;background-color:transparent;color:#333;padding:1px 6px}div#main>article .navigation .nav-arrows a:hover,div#main>article .navigation .nav-arrows a:focus:hover{color:#337ab7}div#main>article #topic_footer{margin-top:14px}#topic-content{padding:0}#topic-content table{border-collapse:separate}#topic-content img{max-width:100%;height:auto;vertical-align:baseline}.jstree .jstree-anchor{text-shadow:inherit}.jstree .jstree-node .jstree-clicked{background:#ddd;border-color:#aaa}.jstree .jstree-node .jstree-hovered{background:#eaeaea;border-color:#b7b7b7}.jstree .jstree-node.jstree-closed>.jstree-icon.jstree-ocl,.jstree .jstree-node.jstree-open>.jstree-icon.jstree-ocl{background-color:transparent;background-image:none;background-position:0 0}.jstree .jstree-node.jstree-closed>.jstree-icon.jstree-ocl:before,.jstree .jstree-node.jstree-open>.jstree-icon.jstree-ocl:before{content:"\e250";color:#666;font-family:'Glyphicons Halflings';font-style:normal;font-size:10px}@media screen and (max-width: 768px){.jstree .jstree-node.jstree-closed>.jstree-icon.jstree-ocl:before,.jstree .jstree-node.jstree-open>.jstree-icon.jstree-ocl:before{font-size:16px}}.jstree .jstree-node.jstree-closed>.jstree-icon.jstree-ocl:hover:before,.jstree .jstree-node.jstree-open>.jstree-icon.jstree-ocl:hover:before{color:#337ab7}.jstree .jstree-node.jstree-open>.jstree-icon.jstree-ocl:before{content:"\e252"}.jstree .jstree-node.jstree-open>.jstree-anchor>.icon-default{background:transparent url(../vendors/helpndoc-5/icons/1.png) no-repeat center center !important}.jstree .jstree-node.jstree-closed>.jstree-anchor>.icon-default{background:transparent url(../vendors/helpndoc-5/icons/0.png) no-repeat center center !important}.jstree .jstree-node .icon-default{background:transparent url(../vendors/helpndoc-5/icons/8.png) no-repeat center center !important}.jstree .jstree-node .icon-0{background:transparent url(../vendors/helpndoc-5/icons/0.png) no-repeat center center !important}.jstree .jstree-node .icon-1{background:transparent url(../vendors/helpndoc-5/icons/1.png) no-repeat center center !important}.jstree .jstree-node .icon-2{background:transparent url(../vendors/helpndoc-5/icons/2.png) no-repeat center center !important}.jstree .jstree-node .icon-3{background:transparent url(../vendors/helpndoc-5/icons/3.png) no-repeat center center !important}.jstree .jstree-node .icon-4{background:transparent url(../vendors/helpndoc-5/icons/4.png) no-repeat center center !important}.jstree .jstree-node .icon-5{background:transparent url(../vendors/helpndoc-5/icons/5.png) no-repeat center center !important}.jstree .jstree-node .icon-6{background:transparent url(../vendors/helpndoc-5/icons/6.png) no-repeat center center !important}.jstree .jstree-node .icon-7{background:transparent url(../vendors/helpndoc-5/icons/7.png) no-repeat center center !important}.jstree .jstree-node .icon-8{background:transparent url(../vendors/helpndoc-5/icons/8.png) no-repeat center center !important}.jstree .jstree-node .icon-9{background:transparent url(../vendors/helpndoc-5/icons/9.png) no-repeat center center !important}.jstree .jstree-node .icon-10{background:transparent url(../vendors/helpndoc-5/icons/10.png) no-repeat center center !important}.jstree .jstree-node .icon-11{background:transparent url(../vendors/helpndoc-5/icons/11.png) no-repeat center center !important}.jstree .jstree-node .icon-12{background:transparent url(../vendors/helpndoc-5/icons/12.png) no-repeat center center !important}.jstree .jstree-node .icon-13{background:transparent url(../vendors/helpndoc-5/icons/13.png) no-repeat center center !important}.jstree .jstree-node .icon-14{background:transparent url(../vendors/helpndoc-5/icons/14.png) no-repeat center center !important}.jstree .jstree-node .icon-15{background:transparent url(../vendors/helpndoc-5/icons/15.png) no-repeat center center !important}.jstree .jstree-node .icon-16{background:transparent url(../vendors/helpndoc-5/icons/16.png) no-repeat center center !important}.jstree .jstree-node .icon-17{background:transparent url(../vendors/helpndoc-5/icons/17.png) no-repeat center center !important}.jstree .jstree-node .icon-18{background:transparent url(../vendors/helpndoc-5/icons/18.png) no-repeat center center !important}.jstree .jstree-node .icon-19{background:transparent url(../vendors/helpndoc-5/icons/19.png) no-repeat center center !important}.jstree .jstree-node .icon-20{background:transparent url(../vendors/helpndoc-5/icons/20.png) no-repeat center center !important}.jstree .jstree-node .icon-21{background:transparent url(../vendors/helpndoc-5/icons/21.png) no-repeat center center !important}.jstree .jstree-node .icon-22{background:transparent url(../vendors/helpndoc-5/icons/22.png) no-repeat center center !important}.jstree .jstree-node .icon-23{background:transparent url(../vendors/helpndoc-5/icons/23.png) no-repeat center center !important}.jstree .jstree-node .icon-24{background:transparent url(../vendors/helpndoc-5/icons/24.png) no-repeat center center !important}.jstree .jstree-node .icon-25{background:transparent url(../vendors/helpndoc-5/icons/25.png) no-repeat center center !important}.jstree .jstree-node .icon-26{background:transparent url(../vendors/helpndoc-5/icons/26.png) no-repeat center center !important}.jstree .jstree-node .icon-27{background:transparent url(../vendors/helpndoc-5/icons/27.png) no-repeat center center !important}.jstree .jstree-node .icon-28{background:transparent url(../vendors/helpndoc-5/icons/28.png) no-repeat center center !important}.jstree .jstree-node .icon-29{background:transparent url(../vendors/helpndoc-5/icons/29.png) no-repeat center center !important}.jstree .jstree-node .icon-30{background:transparent url(../vendors/helpndoc-5/icons/30.png) no-repeat center center !important}.jstree .jstree-node .icon-31{background:transparent url(../vendors/helpndoc-5/icons/31.png) no-repeat center center !important}.jstree .jstree-node .icon-32{background:transparent url(../vendors/helpndoc-5/icons/32.png) no-repeat center center !important}.jstree .jstree-node .icon-33{background:transparent url(../vendors/helpndoc-5/icons/33.png) no-repeat center center !important}.jstree .jstree-node .icon-34{background:transparent url(../vendors/helpndoc-5/icons/34.png) no-repeat center center !important}.jstree .jstree-node .icon-35{background:transparent url(../vendors/helpndoc-5/icons/35.png) no-repeat center center !important}.jstree .jstree-node .icon-36{background:transparent url(../vendors/helpndoc-5/icons/36.png) no-repeat center center !important}.jstree .jstree-node .icon-37{background:transparent url(../vendors/helpndoc-5/icons/37.png) no-repeat center center !important}.jstree .jstree-node .icon-38{background:transparent url(../vendors/helpndoc-5/icons/38.png) no-repeat center center !important}.jstree .jstree-node .icon-39{background:transparent url(../vendors/helpndoc-5/icons/39.png) no-repeat center center !important}.jstree .jstree-node .icon-40{background:transparent url(../vendors/helpndoc-5/icons/40.png) no-repeat center center !important}.jstree .jstree-node .icon-41{background:transparent url(../vendors/helpndoc-5/icons/41.png) no-repeat center center !important}.modal-body .relative-list{margin:0;padding:5px}.modal-body .relative-list li{list-style:none;margin:0;padding:0}@media screen and (max-width: 768px){.modal-body .relative-list li{font-size:1.1em;font-weight:700}}.modal-body .relative-list li a{color:#333;display:block;padding:5px}@media screen and (max-width: 768px){.modal-body .relative-list li a{padding:10px}}.modal-body .relative-list li a:hover{background-color:#f2f2f2;text-decoration:none} diff --git a/web/help/css/print.min.css b/web/help/css/print.min.css index 630764a7..e5ec892a 100644 --- a/web/help/css/print.min.css +++ b/web/help/css/print.min.css @@ -1,5 +1,5 @@ -/*! - * HelpNDoc HTML template - * Copyright (C) IBE Software - All rights reserved. - * Can only be used in documentation generated by HelpNDoc: http://www.helpndoc.com +/*! + * HelpNDoc HTML template + * Copyright (C) IBE Software - All rights reserved. + * Can only be used in documentation generated by HelpNDoc: http://www.helpndoc.com */header,nav,footer{display:none}div#main{margin:0}div#main>article .navigation{border-bottom:1px solid #aaa}div#main>article .navigation .nav-arrows{display:none} diff --git a/web/help/css/theme-dark-blue.min.css b/web/help/css/theme-dark-blue.min.css index eb58d757..e659f722 100644 --- a/web/help/css/theme-dark-blue.min.css +++ b/web/help/css/theme-dark-blue.min.css @@ -1,5 +1,5 @@ -/*! - * HelpNDoc HTML template - * Copyright (C) IBE Software - All rights reserved. - * Can only be used in documentation generated by HelpNDoc: http://www.helpndoc.com +/*! + * HelpNDoc HTML template + * Copyright (C) IBE Software - All rights reserved. + * Can only be used in documentation generated by HelpNDoc: http://www.helpndoc.com */a{color:#3598dc}a:focus,a:hover{color:#1d6fa7}header{background-color:#333;border-bottom-color:#1a1a1a;color:#eee}header .hnd-toggle .icon-bar{background-color:#fff}header .hnd-toggle.active,header .hnd-toggle:active,header .hnd-toggle.focus,header .hnd-toggle:focus,header .hnd-toggle:active:focus,header .hnd-toggle:hover{background-color:#292929;border-color:#0f0f0f}header .hnd-toggle.active .icon-bar,header .hnd-toggle:active .icon-bar,header .hnd-toggle.focus .icon-bar,header .hnd-toggle:focus .icon-bar,header .hnd-toggle:active:focus .icon-bar,header .hnd-toggle:hover .icon-bar{background-color:#3598dc}nav{background-color:#333}nav .tab-tabs{border-bottom-color:#1a1a1a}nav .tab-tabs .hnd-toggle{background-color:#2e2e2e;border-color:#1a1a1a;color:#eee}nav .tab-tabs .hnd-toggle.active,nav .tab-tabs .hnd-toggle:active,nav .tab-tabs .hnd-toggle.focus,nav .tab-tabs .hnd-toggle:focus,nav .tab-tabs .hnd-toggle:active:focus,nav .tab-tabs .hnd-toggle:hover{background-color:#292929;border-color:#0f0f0f;color:#3598dc}nav .tab-tabs>li>a,nav .tab-tabs>li.active>a,nav .tab-tabs>li.active>a:focus,nav .tab-tabs>li.active>a:hover{color:#eee}nav .tab-tabs>li.active>a{background-color:#2e2e2e;color:#3598dc}nav .tab-tabs>li>a:focus,nav .tab-tabs>li>a:hover,nav .tab-tabs>li.active>a:focus,nav .tab-tabs>li.active>a:hover{background-color:#292929;color:#3598dc}nav .tab-tabs>li.tab::after{background:#3598dc}nav #search-info{border-left-color:#eee;color:#eee}.jstree .jstree-anchor{color:#eee}.jstree .jstree-node .jstree-clicked{background-color:#1f1f1f;border-color:#121212}.jstree .jstree-node .jstree-hovered{background-color:#141414;border-color:#080808}.jstree .jstree-node.jstree-closed>.jstree-icon.jstree-ocl:before,.jstree .jstree-node.jstree-open>.jstree-icon.jstree-ocl:before{color:#eee}.jstree .jstree-node.jstree-closed>.jstree-icon.jstree-ocl:hover:before,.jstree .jstree-node.jstree-open>.jstree-icon.jstree-ocl:hover:before{color:#3598dc}div#main>article .navigation{border-bottom-color:#f2f2f2}div#main>article .navigation .breadcrumb>li::after{color:#ccc}div#main>article .navigation .nav-arrows a{color:#333}div#main>article .navigation .nav-arrows a:hover,div#main>article .navigation .nav-arrows a:focus:hover{color:#3598dc} diff --git a/web/help/css/theme-dark-green.min.css b/web/help/css/theme-dark-green.min.css index 2da23282..08e293d4 100644 --- a/web/help/css/theme-dark-green.min.css +++ b/web/help/css/theme-dark-green.min.css @@ -1,5 +1,5 @@ -/*! - * HelpNDoc HTML template - * Copyright (C) IBE Software - All rights reserved. - * Can only be used in documentation generated by HelpNDoc: http://www.helpndoc.com +/*! + * HelpNDoc HTML template + * Copyright (C) IBE Software - All rights reserved. + * Can only be used in documentation generated by HelpNDoc: http://www.helpndoc.com */a{color:#82b440}a:focus,a:hover{color:#597c2c}header{background-color:#333;border-bottom-color:#1a1a1a;color:#eee}header .hnd-toggle .icon-bar{background-color:#fff}header .hnd-toggle.active,header .hnd-toggle:active,header .hnd-toggle.focus,header .hnd-toggle:focus,header .hnd-toggle:active:focus,header .hnd-toggle:hover{background-color:#292929;border-color:#0f0f0f}header .hnd-toggle.active .icon-bar,header .hnd-toggle:active .icon-bar,header .hnd-toggle.focus .icon-bar,header .hnd-toggle:focus .icon-bar,header .hnd-toggle:active:focus .icon-bar,header .hnd-toggle:hover .icon-bar{background-color:#82b440}nav{background-color:#333}nav .tab-tabs{border-bottom-color:#1a1a1a}nav .tab-tabs .hnd-toggle{background-color:#2e2e2e;border-color:#1a1a1a;color:#eee}nav .tab-tabs .hnd-toggle.active,nav .tab-tabs .hnd-toggle:active,nav .tab-tabs .hnd-toggle.focus,nav .tab-tabs .hnd-toggle:focus,nav .tab-tabs .hnd-toggle:active:focus,nav .tab-tabs .hnd-toggle:hover{background-color:#292929;border-color:#0f0f0f;color:#82b440}nav .tab-tabs>li>a,nav .tab-tabs>li.active>a,nav .tab-tabs>li.active>a:focus,nav .tab-tabs>li.active>a:hover{color:#eee}nav .tab-tabs>li.active>a{background-color:#2e2e2e;color:#82b440}nav .tab-tabs>li>a:focus,nav .tab-tabs>li>a:hover,nav .tab-tabs>li.active>a:focus,nav .tab-tabs>li.active>a:hover{background-color:#292929;color:#82b440}nav .tab-tabs>li.tab::after{background:#82b440}nav #search-info{border-left-color:#eee;color:#eee}.jstree .jstree-anchor{color:#eee}.jstree .jstree-node .jstree-clicked{background-color:#1f1f1f;border-color:#121212}.jstree .jstree-node .jstree-hovered{background-color:#141414;border-color:#080808}.jstree .jstree-node.jstree-closed>.jstree-icon.jstree-ocl:before,.jstree .jstree-node.jstree-open>.jstree-icon.jstree-ocl:before{color:#eee}.jstree .jstree-node.jstree-closed>.jstree-icon.jstree-ocl:hover:before,.jstree .jstree-node.jstree-open>.jstree-icon.jstree-ocl:hover:before{color:#82b440}div#main>article .navigation{border-bottom-color:#f2f2f2}div#main>article .navigation .breadcrumb>li::after{color:#ccc}div#main>article .navigation .nav-arrows a{color:#333}div#main>article .navigation .nav-arrows a:hover,div#main>article .navigation .nav-arrows a:focus:hover{color:#82b440} diff --git a/web/help/css/theme-dark-orange.min.css b/web/help/css/theme-dark-orange.min.css index ce791959..be57e213 100644 --- a/web/help/css/theme-dark-orange.min.css +++ b/web/help/css/theme-dark-orange.min.css @@ -1,5 +1,5 @@ -/*! - * HelpNDoc HTML template - * Copyright (C) IBE Software - All rights reserved. - * Can only be used in documentation generated by HelpNDoc: http://www.helpndoc.com +/*! + * HelpNDoc HTML template + * Copyright (C) IBE Software - All rights reserved. + * Can only be used in documentation generated by HelpNDoc: http://www.helpndoc.com */a{color:#f40}a:focus,a:hover{color:#b33000}header{background-color:#333;border-bottom-color:#1a1a1a;color:#eee}header .hnd-toggle .icon-bar{background-color:#fff}header .hnd-toggle.active,header .hnd-toggle:active,header .hnd-toggle.focus,header .hnd-toggle:focus,header .hnd-toggle:active:focus,header .hnd-toggle:hover{background-color:#292929;border-color:#0f0f0f}header .hnd-toggle.active .icon-bar,header .hnd-toggle:active .icon-bar,header .hnd-toggle.focus .icon-bar,header .hnd-toggle:focus .icon-bar,header .hnd-toggle:active:focus .icon-bar,header .hnd-toggle:hover .icon-bar{background-color:#f40}nav{background-color:#333}nav .tab-tabs{border-bottom-color:#1a1a1a}nav .tab-tabs .hnd-toggle{background-color:#2e2e2e;border-color:#1a1a1a;color:#eee}nav .tab-tabs .hnd-toggle.active,nav .tab-tabs .hnd-toggle:active,nav .tab-tabs .hnd-toggle.focus,nav .tab-tabs .hnd-toggle:focus,nav .tab-tabs .hnd-toggle:active:focus,nav .tab-tabs .hnd-toggle:hover{background-color:#292929;border-color:#0f0f0f;color:#f40}nav .tab-tabs>li>a,nav .tab-tabs>li.active>a,nav .tab-tabs>li.active>a:focus,nav .tab-tabs>li.active>a:hover{color:#eee}nav .tab-tabs>li.active>a{background-color:#2e2e2e;color:#f40}nav .tab-tabs>li>a:focus,nav .tab-tabs>li>a:hover,nav .tab-tabs>li.active>a:focus,nav .tab-tabs>li.active>a:hover{background-color:#292929;color:#f40}nav .tab-tabs>li.tab::after{background:#f40}nav #search-info{border-left-color:#eee;color:#eee}.jstree .jstree-anchor{color:#eee}.jstree .jstree-node .jstree-clicked{background-color:#1f1f1f;border-color:#121212}.jstree .jstree-node .jstree-hovered{background-color:#141414;border-color:#080808}.jstree .jstree-node.jstree-closed>.jstree-icon.jstree-ocl:before,.jstree .jstree-node.jstree-open>.jstree-icon.jstree-ocl:before{color:#eee}.jstree .jstree-node.jstree-closed>.jstree-icon.jstree-ocl:hover:before,.jstree .jstree-node.jstree-open>.jstree-icon.jstree-ocl:hover:before{color:#f40}div#main>article .navigation{border-bottom-color:#f2f2f2}div#main>article .navigation .breadcrumb>li::after{color:#ccc}div#main>article .navigation .nav-arrows a{color:#333}div#main>article .navigation .nav-arrows a:hover,div#main>article .navigation .nav-arrows a:focus:hover{color:#f40} diff --git a/web/help/css/theme-dark-purple.min.css b/web/help/css/theme-dark-purple.min.css index 3e3eb127..5cdd8e3d 100644 --- a/web/help/css/theme-dark-purple.min.css +++ b/web/help/css/theme-dark-purple.min.css @@ -1,5 +1,5 @@ -/*! - * HelpNDoc HTML template - * Copyright (C) IBE Software - All rights reserved. - * Can only be used in documentation generated by HelpNDoc: http://www.helpndoc.com +/*! + * HelpNDoc HTML template + * Copyright (C) IBE Software - All rights reserved. + * Can only be used in documentation generated by HelpNDoc: http://www.helpndoc.com */a{color:#D400FF}a:focus,a:hover{color:#9400b3}header{background-color:#333;border-bottom-color:#1a1a1a;color:#eee}header .hnd-toggle .icon-bar{background-color:#fff}header .hnd-toggle.active,header .hnd-toggle:active,header .hnd-toggle.focus,header .hnd-toggle:focus,header .hnd-toggle:active:focus,header .hnd-toggle:hover{background-color:#292929;border-color:#0f0f0f}header .hnd-toggle.active .icon-bar,header .hnd-toggle:active .icon-bar,header .hnd-toggle.focus .icon-bar,header .hnd-toggle:focus .icon-bar,header .hnd-toggle:active:focus .icon-bar,header .hnd-toggle:hover .icon-bar{background-color:#D400FF}nav{background-color:#333}nav .tab-tabs{border-bottom-color:#1a1a1a}nav .tab-tabs .hnd-toggle{background-color:#2e2e2e;border-color:#1a1a1a;color:#eee}nav .tab-tabs .hnd-toggle.active,nav .tab-tabs .hnd-toggle:active,nav .tab-tabs .hnd-toggle.focus,nav .tab-tabs .hnd-toggle:focus,nav .tab-tabs .hnd-toggle:active:focus,nav .tab-tabs .hnd-toggle:hover{background-color:#292929;border-color:#0f0f0f;color:#D400FF}nav .tab-tabs>li>a,nav .tab-tabs>li.active>a,nav .tab-tabs>li.active>a:focus,nav .tab-tabs>li.active>a:hover{color:#eee}nav .tab-tabs>li.active>a{background-color:#2e2e2e;color:#D400FF}nav .tab-tabs>li>a:focus,nav .tab-tabs>li>a:hover,nav .tab-tabs>li.active>a:focus,nav .tab-tabs>li.active>a:hover{background-color:#292929;color:#D400FF}nav .tab-tabs>li.tab::after{background:#D400FF}nav #search-info{border-left-color:#eee;color:#eee}.jstree .jstree-anchor{color:#eee}.jstree .jstree-node .jstree-clicked{background-color:#1f1f1f;border-color:#121212}.jstree .jstree-node .jstree-hovered{background-color:#141414;border-color:#080808}.jstree .jstree-node.jstree-closed>.jstree-icon.jstree-ocl:before,.jstree .jstree-node.jstree-open>.jstree-icon.jstree-ocl:before{color:#eee}.jstree .jstree-node.jstree-closed>.jstree-icon.jstree-ocl:hover:before,.jstree .jstree-node.jstree-open>.jstree-icon.jstree-ocl:hover:before{color:#D400FF}div#main>article .navigation{border-bottom-color:#f2f2f2}div#main>article .navigation .breadcrumb>li::after{color:#ccc}div#main>article .navigation .nav-arrows a{color:#333}div#main>article .navigation .nav-arrows a:hover,div#main>article .navigation .nav-arrows a:focus:hover{color:#D400FF} diff --git a/web/help/css/theme-light-blue.min.css b/web/help/css/theme-light-blue.min.css index 795008c7..625e4188 100644 --- a/web/help/css/theme-light-blue.min.css +++ b/web/help/css/theme-light-blue.min.css @@ -1,5 +1,5 @@ -/*! - * HelpNDoc HTML template - * Copyright (C) IBE Software - All rights reserved. - * Can only be used in documentation generated by HelpNDoc: http://www.helpndoc.com +/*! + * HelpNDoc HTML template + * Copyright (C) IBE Software - All rights reserved. + * Can only be used in documentation generated by HelpNDoc: http://www.helpndoc.com */a{color:#337ab7}a:focus,a:hover{color:#22527b}header{background-color:#fff;border-bottom-color:#e6e6e6;color:#222}header .hnd-toggle .icon-bar{background-color:#6f6f6f}header .hnd-toggle.active,header .hnd-toggle:active,header .hnd-toggle.focus,header .hnd-toggle:focus,header .hnd-toggle:active:focus,header .hnd-toggle:hover{background-color:#f5f5f5;border-color:#dbdbdb}header .hnd-toggle.active .icon-bar,header .hnd-toggle:active .icon-bar,header .hnd-toggle.focus .icon-bar,header .hnd-toggle:focus .icon-bar,header .hnd-toggle:active:focus .icon-bar,header .hnd-toggle:hover .icon-bar{background-color:#337ab7}nav{background-color:#f7f7f7}nav .tab-tabs{border-bottom-color:#dedede}nav .tab-tabs .hnd-toggle{background-color:#f2f2f2;border-color:#dedede;color:#666}nav .tab-tabs .hnd-toggle.active,nav .tab-tabs .hnd-toggle:active,nav .tab-tabs .hnd-toggle.focus,nav .tab-tabs .hnd-toggle:focus,nav .tab-tabs .hnd-toggle:active:focus,nav .tab-tabs .hnd-toggle:hover{background-color:#ededed;border-color:#d3d3d3;color:#337ab7}nav .tab-tabs>li>a,nav .tab-tabs>li.active>a,nav .tab-tabs>li.active>a:focus,nav .tab-tabs>li.active>a:hover{color:#666}nav .tab-tabs>li.active>a{background-color:#f2f2f2;color:#337ab7}nav .tab-tabs>li>a:focus,nav .tab-tabs>li>a:hover,nav .tab-tabs>li.active>a:focus,nav .tab-tabs>li.active>a:hover{background-color:#ededed;color:#337ab7}nav .tab-tabs>li.tab::after{background:#337ab7}nav #search-info{border-left-color:#666;color:#666}.jstree .jstree-anchor{color:#666}.jstree .jstree-node .jstree-clicked{background-color:#e3e3e3;border-color:#d6d6d6}.jstree .jstree-node .jstree-hovered{background-color:#d8d8d8;border-color:#ccc}.jstree .jstree-node.jstree-closed>.jstree-icon.jstree-ocl:before,.jstree .jstree-node.jstree-open>.jstree-icon.jstree-ocl:before{color:#666}.jstree .jstree-node.jstree-closed>.jstree-icon.jstree-ocl:hover:before,.jstree .jstree-node.jstree-open>.jstree-icon.jstree-ocl:hover:before{color:#337ab7}div#main>article .navigation{border-bottom-color:#f2f2f2}div#main>article .navigation .breadcrumb>li::after{color:#ccc}div#main>article .navigation .nav-arrows a{color:#222}div#main>article .navigation .nav-arrows a:hover,div#main>article .navigation .nav-arrows a:focus:hover{color:#337ab7} diff --git a/web/help/css/theme-light-green.min.css b/web/help/css/theme-light-green.min.css index 7e7bbe97..495fed9d 100644 --- a/web/help/css/theme-light-green.min.css +++ b/web/help/css/theme-light-green.min.css @@ -1,5 +1,5 @@ -/*! - * HelpNDoc HTML template - * Copyright (C) IBE Software - All rights reserved. - * Can only be used in documentation generated by HelpNDoc: http://www.helpndoc.com +/*! + * HelpNDoc HTML template + * Copyright (C) IBE Software - All rights reserved. + * Can only be used in documentation generated by HelpNDoc: http://www.helpndoc.com */a{color:#6f9a37}a:focus,a:hover{color:#466223}header{background-color:#fff;border-bottom-color:#e6e6e6;color:#222}header .hnd-toggle .icon-bar{background-color:#6f6f6f}header .hnd-toggle.active,header .hnd-toggle:active,header .hnd-toggle.focus,header .hnd-toggle:focus,header .hnd-toggle:active:focus,header .hnd-toggle:hover{background-color:#f5f5f5;border-color:#dbdbdb}header .hnd-toggle.active .icon-bar,header .hnd-toggle:active .icon-bar,header .hnd-toggle.focus .icon-bar,header .hnd-toggle:focus .icon-bar,header .hnd-toggle:active:focus .icon-bar,header .hnd-toggle:hover .icon-bar{background-color:#6f9a37}nav{background-color:#f7f7f7}nav .tab-tabs{border-bottom-color:#dedede}nav .tab-tabs .hnd-toggle{background-color:#f2f2f2;border-color:#dedede;color:#666}nav .tab-tabs .hnd-toggle.active,nav .tab-tabs .hnd-toggle:active,nav .tab-tabs .hnd-toggle.focus,nav .tab-tabs .hnd-toggle:focus,nav .tab-tabs .hnd-toggle:active:focus,nav .tab-tabs .hnd-toggle:hover{background-color:#ededed;border-color:#d3d3d3;color:#6f9a37}nav .tab-tabs>li>a,nav .tab-tabs>li.active>a,nav .tab-tabs>li.active>a:focus,nav .tab-tabs>li.active>a:hover{color:#666}nav .tab-tabs>li.active>a{background-color:#f2f2f2;color:#6f9a37}nav .tab-tabs>li>a:focus,nav .tab-tabs>li>a:hover,nav .tab-tabs>li.active>a:focus,nav .tab-tabs>li.active>a:hover{background-color:#ededed;color:#6f9a37}nav .tab-tabs>li.tab::after{background:#6f9a37}nav #search-info{border-left-color:#666;color:#666}.jstree .jstree-anchor{color:#666}.jstree .jstree-node .jstree-clicked{background-color:#e3e3e3;border-color:#d6d6d6}.jstree .jstree-node .jstree-hovered{background-color:#d8d8d8;border-color:#ccc}.jstree .jstree-node.jstree-closed>.jstree-icon.jstree-ocl:before,.jstree .jstree-node.jstree-open>.jstree-icon.jstree-ocl:before{color:#666}.jstree .jstree-node.jstree-closed>.jstree-icon.jstree-ocl:hover:before,.jstree .jstree-node.jstree-open>.jstree-icon.jstree-ocl:hover:before{color:#6f9a37}div#main>article .navigation{border-bottom-color:#f2f2f2}div#main>article .navigation .breadcrumb>li::after{color:#ccc}div#main>article .navigation .nav-arrows a{color:#222}div#main>article .navigation .nav-arrows a:hover,div#main>article .navigation .nav-arrows a:focus:hover{color:#6f9a37} diff --git a/web/help/css/theme-light-orange.min.css b/web/help/css/theme-light-orange.min.css index a754af0f..055dd8d2 100644 --- a/web/help/css/theme-light-orange.min.css +++ b/web/help/css/theme-light-orange.min.css @@ -1,5 +1,5 @@ -/*! - * HelpNDoc HTML template - * Copyright (C) IBE Software - All rights reserved. - * Can only be used in documentation generated by HelpNDoc: http://www.helpndoc.com +/*! + * HelpNDoc HTML template + * Copyright (C) IBE Software - All rights reserved. + * Can only be used in documentation generated by HelpNDoc: http://www.helpndoc.com */a{color:#B23000}a:focus,a:hover{color:#661b00}header{background-color:#fff;border-bottom-color:#e6e6e6;color:#222}header .hnd-toggle .icon-bar{background-color:#6f6f6f}header .hnd-toggle.active,header .hnd-toggle:active,header .hnd-toggle.focus,header .hnd-toggle:focus,header .hnd-toggle:active:focus,header .hnd-toggle:hover{background-color:#f5f5f5;border-color:#dbdbdb}header .hnd-toggle.active .icon-bar,header .hnd-toggle:active .icon-bar,header .hnd-toggle.focus .icon-bar,header .hnd-toggle:focus .icon-bar,header .hnd-toggle:active:focus .icon-bar,header .hnd-toggle:hover .icon-bar{background-color:#B23000}nav{background-color:#f7f7f7}nav .tab-tabs{border-bottom-color:#dedede}nav .tab-tabs .hnd-toggle{background-color:#f2f2f2;border-color:#dedede;color:#666}nav .tab-tabs .hnd-toggle.active,nav .tab-tabs .hnd-toggle:active,nav .tab-tabs .hnd-toggle.focus,nav .tab-tabs .hnd-toggle:focus,nav .tab-tabs .hnd-toggle:active:focus,nav .tab-tabs .hnd-toggle:hover{background-color:#ededed;border-color:#d3d3d3;color:#B23000}nav .tab-tabs>li>a,nav .tab-tabs>li.active>a,nav .tab-tabs>li.active>a:focus,nav .tab-tabs>li.active>a:hover{color:#666}nav .tab-tabs>li.active>a{background-color:#f2f2f2;color:#B23000}nav .tab-tabs>li>a:focus,nav .tab-tabs>li>a:hover,nav .tab-tabs>li.active>a:focus,nav .tab-tabs>li.active>a:hover{background-color:#ededed;color:#B23000}nav .tab-tabs>li.tab::after{background:#B23000}nav #search-info{border-left-color:#666;color:#666}.jstree .jstree-anchor{color:#666}.jstree .jstree-node .jstree-clicked{background-color:#e3e3e3;border-color:#d6d6d6}.jstree .jstree-node .jstree-hovered{background-color:#d8d8d8;border-color:#ccc}.jstree .jstree-node.jstree-closed>.jstree-icon.jstree-ocl:before,.jstree .jstree-node.jstree-open>.jstree-icon.jstree-ocl:before{color:#666}.jstree .jstree-node.jstree-closed>.jstree-icon.jstree-ocl:hover:before,.jstree .jstree-node.jstree-open>.jstree-icon.jstree-ocl:hover:before{color:#B23000}div#main>article .navigation{border-bottom-color:#f2f2f2}div#main>article .navigation .breadcrumb>li::after{color:#ccc}div#main>article .navigation .nav-arrows a{color:#222}div#main>article .navigation .nav-arrows a:hover,div#main>article .navigation .nav-arrows a:focus:hover{color:#B23000} diff --git a/web/help/css/theme-light-purple.min.css b/web/help/css/theme-light-purple.min.css index f4bb2c60..421cb31f 100644 --- a/web/help/css/theme-light-purple.min.css +++ b/web/help/css/theme-light-purple.min.css @@ -1,5 +1,5 @@ -/*! - * HelpNDoc HTML template - * Copyright (C) IBE Software - All rights reserved. - * Can only be used in documentation generated by HelpNDoc: http://www.helpndoc.com +/*! + * HelpNDoc HTML template + * Copyright (C) IBE Software - All rights reserved. + * Can only be used in documentation generated by HelpNDoc: http://www.helpndoc.com */a{color:#9400B2}a:focus,a:hover{color:#540066}header{background-color:#fff;border-bottom-color:#e6e6e6;color:#222}header .hnd-toggle .icon-bar{background-color:#6f6f6f}header .hnd-toggle.active,header .hnd-toggle:active,header .hnd-toggle.focus,header .hnd-toggle:focus,header .hnd-toggle:active:focus,header .hnd-toggle:hover{background-color:#f5f5f5;border-color:#dbdbdb}header .hnd-toggle.active .icon-bar,header .hnd-toggle:active .icon-bar,header .hnd-toggle.focus .icon-bar,header .hnd-toggle:focus .icon-bar,header .hnd-toggle:active:focus .icon-bar,header .hnd-toggle:hover .icon-bar{background-color:#9400B2}nav{background-color:#f7f7f7}nav .tab-tabs{border-bottom-color:#dedede}nav .tab-tabs .hnd-toggle{background-color:#f2f2f2;border-color:#dedede;color:#666}nav .tab-tabs .hnd-toggle.active,nav .tab-tabs .hnd-toggle:active,nav .tab-tabs .hnd-toggle.focus,nav .tab-tabs .hnd-toggle:focus,nav .tab-tabs .hnd-toggle:active:focus,nav .tab-tabs .hnd-toggle:hover{background-color:#ededed;border-color:#d3d3d3;color:#9400B2}nav .tab-tabs>li>a,nav .tab-tabs>li.active>a,nav .tab-tabs>li.active>a:focus,nav .tab-tabs>li.active>a:hover{color:#666}nav .tab-tabs>li.active>a{background-color:#f2f2f2;color:#9400B2}nav .tab-tabs>li>a:focus,nav .tab-tabs>li>a:hover,nav .tab-tabs>li.active>a:focus,nav .tab-tabs>li.active>a:hover{background-color:#ededed;color:#9400B2}nav .tab-tabs>li.tab::after{background:#9400B2}nav #search-info{border-left-color:#666;color:#666}.jstree .jstree-anchor{color:#666}.jstree .jstree-node .jstree-clicked{background-color:#e3e3e3;border-color:#d6d6d6}.jstree .jstree-node .jstree-hovered{background-color:#d8d8d8;border-color:#ccc}.jstree .jstree-node.jstree-closed>.jstree-icon.jstree-ocl:before,.jstree .jstree-node.jstree-open>.jstree-icon.jstree-ocl:before{color:#666}.jstree .jstree-node.jstree-closed>.jstree-icon.jstree-ocl:hover:before,.jstree .jstree-node.jstree-open>.jstree-icon.jstree-ocl:hover:before{color:#9400B2}div#main>article .navigation{border-bottom-color:#f2f2f2}div#main>article .navigation .breadcrumb>li::after{color:#ccc}div#main>article .navigation .nav-arrows a{color:#222}div#main>article .navigation .nav-arrows a:hover,div#main>article .navigation .nav-arrows a:focus:hover{color:#9400B2} diff --git a/web/help/js/hndsd.min.js b/web/help/js/hndsd.min.js index cb9111cd..aee0f356 100644 --- a/web/help/js/hndsd.min.js +++ b/web/help/js/hndsd.min.js @@ -1 +1 @@ -var aTl=[['Intro.html','Introduction'],['Introduction.html','Introduction'],['Overview.html','Overview'],['FCEUltraVersionHistory.html','FCE%20Ultra%20Version%20History'],['Newtopic.html','What%27s%20New%3F%202%2E3%2E0%20%28changelog%29'],['WhatsNew223.html','What%27s%20New%3F%202%2E2%2E3%20%28changelog%29'],['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=['pointer',[[56,1],[6,2],[81,1],[80,18],[75,1],[8,1],[11,1],[52,1]],' e0',[[80,1]],'community',[[69,1],[66,2],[2,2]],'cheating',[[43,2]],'really',[[62,1],[81,1],[57,1],[50,4],[64,1],[80,3],[78,1],[82,1]],' chrominance',[[81,1]],'sconsruct',[[16,1]],'z80',[[81,1]],'max',[[38,1],[14,1]],'develop',[[81,1]],'base64',[[73,1]],'addhealthpoints',[[52,2]],'1400h',[[77,1]],'cli',[[78,2],[80,1]],'defines',[[84,3],[75,1],[27,2]],'init',[[77,12],[4,1],[52,2]],'intensive',[[61,1]],'fix',[[6,4],[81,1],[16,3],[15,6],[17,2],[28,1],[8,1],[9,2],[38,2],[4,1],[10,6],[80,6],[77,1],[5,3],[51,1],[14,3],[13,1],[11,4],[12,1]],'presskeyx',[[64,3]],'accelerators',[[7,1]],'tar',[[21,1]],'commonly',[[68,1],[41,1],[50,1],[14,1],[63,1]],'mexr',[[75,1]],'c64',[[77,1],[80,3]],'executable',[[3,1],[80,2],[63,1],[70,2]],'handling',[[18,2],[57,1],[8,1],[9,1],[5,1]],'highlight',[[50,1],[48,1],[55,1],[6,2]],'control',[[62,6],[81,1],[33,1],[80,1],[61,6],[77,2],[78,5],[59,1],[14,3],[13,1],[36,2]],'gun',[[33,1],[65,1]],'reduce',[[81,2],[38,1],[36,1]],'autofire',[[17,2],[18,1],[49,12]],'identically',[[62,1]],'moving',[[62,1],[53,1],[64,1]],'0500',[[70,1]],'video',[[22,2],[53,2],[81,11],[69,2],[16,1],[67,1],[8,2],[38,3],[29,2],[80,2],[64,1],[25,5],[5,2],[7,1],[14,2],[20,1],[6,1]],'lagged',[[62,1],[14,1]],'opacity',[[62,2]],'needle',[[78,1]],'lead',[[78,2]],'references',[[84,1],[81,1],[80,1]],'immed',[[80,2]],'phases',[[81,4]],'nsfs',[[35,1],[6,1]],'anyway',[[78,1],[65,1]],'iny',[[80,1]],'everytime',[[81,1]],'|extra',[[81,1]],'0111000000000000',[[82,1]],'microprocessors',[[80,2]],'md5',[[73,1]],'introduction',[[43,1],[53,1],[54,1],[56,1],[57,1],[61,1],[25,1],[78,1],[0,3],[26,1],[1,2],[52,1]],'cycling',[[53,1],[81,2]],'overcome',[[68,2]],'resolved',[[34,1],[67,2],[5,1]],'dumb',[[50,1]],'ease',[[19,1],[8,1],[62,1]],'spot',[[26,1],[81,1],[55,1],[70,1]],'hides',[[30,1]],'4010h',[[77,1]],'rol',[[80,11]],'keeps',[[62,2],[57,2],[50,1]],'messagebox',[[61,1]],'drastic',[[62,1]],'king',[[33,1]],'completely',[[62,4],[81,1],[4,1],[80,2],[64,1],[26,1],[14,1],[8,1],[9,1],[47,1]],'f19',[[62,1]],'#100',[[52,1]],'manners',[[61,1]],'reset',[[46,2],[73,4],[18,2],[27,4],[74,1],[81,2],[15,2],[8,2],[43,5],[52,3],[62,4],[10,1],[57,3],[80,7],[70,1],[78,9],[26,3],[14,2],[12,1],[6,1]],'uncheck',[[35,1],[33,1],[50,1],[38,2]],'0000001111100000',[[82,1]],'dpad',[[11,1]],' left',[[31,1]],'desired',[[78,1],[33,1],[58,3],[77,4],[51,1]],' after',[[81,4],[80,1],[74,1],[78,1]],'visualization',[[8,1],[63,1],[56,1]],'trainer',[[33,1]],'before',[[56,2],[81,5],[68,2],[41,1],[50,2],[39,1],[9,1],[43,1],[3,1],[24,1],[52,4],[32,1],[57,2],[61,2],[62,12],[5,1],[64,5],[77,1],[78,5],[80,9],[11,1],[20,1]],'normal',[[36,1],[62,2],[27,1],[57,1],[60,1],[61,2],[49,1],[9,1],[43,1]],'false',[[62,28],[81,1],[61,2],[64,5],[12,1],[73,1]],'continuously',[[52,1]],'fixes',[[6,2],[18,1],[16,4],[15,3],[17,1],[8,2],[9,1],[4,4],[10,3],[5,2],[14,6],[7,2],[13,6],[11,4],[12,3]],'change',[[46,6],[35,1],[33,2],[53,1],[54,1],[58,3],[81,1],[38,4],[40,1],[62,4],[80,5],[70,1],[78,5],[55,2],[13,1],[41,4],[50,1],[16,2],[74,1],[24,1],[10,1],[30,3],[77,3],[23,1],[26,1],[14,2],[11,1]],'scale2x',[[38,4]],'04ff',[[70,1]],'cracle',[[67,1]],' bit1',[[80,1]],'unmodified',[[80,2]],'redirecting',[[80,1]],'patent',[[81,1]],'including',[[3,2],[54,1],[18,1],[62,1],[81,1],[16,1],[78,1],[75,1],[67,1],[13,1]],'timeline',[[8,1]],'unpause',[[25,1],[52,1],[62,1],[50,1],[12,1],[43,1]],'sony',[[28,1]],'dmcseed',[[62,1]],'controls',[[33,4],[61,1],[77,4],[78,6],[19,1],[14,1],[13,2],[52,1]],'subroutine',[[6,1],[56,1],[80,2],[8,1],[52,2]],'hit',[[52,3],[6,1],[56,1],[62,1],[64,1],[70,1],[7,1],[8,1],[11,1],[43,1]],'anothervalue',[[61,1]],'restarting',[[62,1]],'greenzone',[[9,1],[7,2]],' __________________________________________',[[70,1]],' 40',[[80,1]],'shinydoofy',[[15,1]],'slash',[[30,1],[62,1]],'recently',[[41,5]],'cancelled',[[68,1]],'visual',[[10,1],[32,2],[57,1],[38,1],[70,1]],'fix fixed',[[4,1]],' |08',[[78,2]],'int8',[[75,1]],'slo',[[80,2]],' lsr',[[80,2]],'yield',[[81,2]],'driven',[[81,1]],'after',[[22,2],[81,10],[50,1],[74,1],[16,1],[75,1],[39,3],[38,1],[52,3],[24,1],[43,1],[57,1],[62,4],[61,4],[64,4],[25,1],[77,4],[78,4],[80,18],[7,1],[73,3]],'predictable',[[26,1],[81,1]],'impulse',[[81,1]],'redundancy',[[3,1]],'sq1',[[78,10]],'having',[[81,2],[18,1],[33,1],[50,1],[21,1],[65,1],[43,1],[62,2],[10,1],[80,1],[64,1],[78,1],[14,1]],' 3f9',[[78,1]],'whitespaces',[[52,1]],'elimination',[[43,1]],'lda',[[57,1],[80,45]],'drawrect',[[62,1]],'latest',[[18,2],[14,1],[8,1],[16,1]],' before',[[80,1]],'lock',[[16,1]],'pauseframe',[[13,1]],'truecolor',[[62,1]],'msb',[[81,1],[78,4]],'counter|',[[81,1]],'huge',[[81,1]],'anew',[[3,1]],'rockwell',[[80,1]],'brothers',[[70,2]],' shs',[[80,1]],'https',[[63,1]],'thru',[[77,2],[81,5],[82,1]],'00111111',[[82,1]],'planes',[[62,1]],'extent',[[62,1]],' zero',[[70,3]],'frontend',[[3,1],[64,1],[60,1]],'timings',[[81,1],[37,1],[7,1]],'wish',[[56,1],[40,1],[60,1],[58,1],[25,1],[55,1],[48,1],[65,1],[52,2]],'indicate',[[81,1],[60,1]],'raised',[[64,2],[81,2]],'assumes',[[81,1]],'opened',[[18,2],[16,1],[21,1],[23,1],[31,1],[11,1],[52,2]],'edited',[[52,1],[26,1],[1,1],[43,1]],'information',[[81,8],[60,1],[66,3],[82,1],[72,1],[43,1],[3,1],[62,6],[80,1],[71,2],[70,1],[51,3],[78,8],[1,6],[50,2],[69,1],[16,1],[67,1],[52,3],[79,1],[57,3],[30,1],[64,1],[77,3],[5,1],[0,1],[26,2],[14,1],[59,1],[20,2]],'poll',[[30,1],[62,2]],'frequency',[[62,10],[81,1],[80,2],[77,4],[78,19],[5,1],[6,1]],'mid',[[53,1],[11,1]],'170th',[[81,1]],'jetpack',[[65,1]],'secrets',[[57,1]],'silly',[[21,1]],'registerexec',[[62,1]],'fdsr',[[75,1]],'extracted',[[81,1]],'changed',[[46,1],[11,2],[81,1],[84,1],[16,1],[15,1],[8,1],[43,3],[24,1],[80,1],[55,1],[14,1],[7,3],[13,2],[6,1]],'potentially',[[62,1]],' vram',[[75,1]],'pressed',[[36,1],[62,2],[10,1],[73,5],[61,1],[64,7],[49,1],[26,1],[14,1],[43,2]],'existed',[[62,1],[4,1]],'listing',[[16,1]],'major',[[81,1],[18,1],[77,1],[15,1],[14,5],[13,1],[8,1],[55,1]],'description ',[[43,1]],' emu',[[60,1]],'enable',[[22,2],[81,1],[33,1],[16,3],[58,1],[67,3],[38,1],[52,2],[57,1],[32,1],[30,1],[80,3],[78,9],[7,3],[11,2]],'kanji',[[50,5]],'bfff',[[57,1]],' lua',[[59,1]],'already',[[24,1],[62,3],[68,1],[50,1],[81,4],[58,1],[70,1],[65,1],[56,1]],'content',[[61,1]],'cursor',[[54,1],[53,2],[7,3],[8,1],[38,2],[43,1]],'haystack',[[78,1]],'hacked',[[21,1]],'notebook',[[50,1]],'young',[[9,1]],'taps',[[78,1]],'asr',[[80,1]],'160',[[81,1]],'tue',[[83,1],[82,1]],'troubleshooting',[[66,1],[67,2]],'incrementally',[[84,1]],'x_functions',[[65,1]],'tbl',[[55,1],[50,1]],'obsoletes',[[55,1]],'schemes',[[81,1]],'stores',[[10,1],[80,3],[77,1],[73,1]],'solaris',[[3,1]],'tatakai',[[11,1]],'experience',[[65,1],[67,1],[66,1],[51,1]],'have',[[22,1],[36,1],[18,1],[33,4],[60,2],[58,1],[68,1],[81,10],[48,2],[8,1],[43,6],[62,5],[80,13],[61,6],[70,1],[78,10],[55,3],[13,1],[84,2],[73,6],[50,16],[74,1],[17,1],[65,1],[67,1],[52,3],[24,3],[10,3],[30,1],[64,9],[77,2],[5,2],[49,3],[14,1],[20,2],[56,1]],'resolution',[[78,2],[7,1],[38,2],[5,1]],'commontricks',[[68,1]],'thinks',[[81,1]],'auxiliary',[[65,1]],'accidental',[[8,1]],'improvement',[[8,1]],'botting',[[64,1]],'context',[[43,2],[10,2],[32,3],[30,2],[41,4],[26,1],[59,1],[14,5],[13,2],[8,2],[6,1]],'prints',[[16,1],[11,1],[80,2]],'restriction',[[81,1]],'gtk2',[[3,1],[9,1]],' 11',[[57,1],[78,2]],'00xx',[[70,1]],'40000h',[[77,1]],'assembled',[[52,2]],' 2kb',[[75,1]],'steps',[[81,2],[78,2]],'top',[[43,1],[62,4],[29,1],[81,1],[30,1],[61,1],[9,1],[52,2]],'mappable',[[26,1],[14,4]],'chart',[[78,1]],'sine',[[81,1],[43,1]],'rar',[[21,1]],'required',[[22,1],[73,7],[57,1],[81,5],[78,1],[7,1],[31,1],[12,1],[43,1]],'snaps',[[8,1]],' |0d',[[78,2]],'although',[[81,2],[80,3],[69,1],[52,1]],'corrupt',[[57,1]],'forcing',[[62,1]],'specifications',[[71,1],[76,1],[79,1]],'ripsubs',[[13,1]],'features',[[6,1],[81,1],[18,3],[50,5],[68,4],[16,2],[15,1],[69,2],[8,1],[3,5],[44,1],[10,2],[45,1],[80,2],[78,2],[5,1],[0,1],[26,1],[14,4],[13,1],[7,1],[1,1],[12,1]],' count',[[78,2]],'overlap',[[80,1]],' regardless',[[81,1]],'9003',[[77,1]],'006e',[[77,2]],'monitored',[[46,1]],'opaque',[[62,4]],'7fff ',[[77,1],[70,1]],'enter',[[55,1],[62,1],[27,1],[67,1],[64,1],[58,5],[81,1],[14,1],[13,1],[7,1],[38,5],[52,2]],'colors',[[62,14],[35,2],[4,1],[10,3],[61,1],[81,1],[14,1],[13,1],[55,1],[67,1]],'f16',[[62,1]],'seeking',[[7,1]],'tests',[[80,7],[7,1],[82,1],[78,1]],' 01',[[57,1],[80,1]],'canvas',[[63,1]],'incomplete',[[75,2]],'conditions',[[78,5],[52,4]],'pcl',[[80,15]],' interrupted',[[80,1]],'endless',[[61,1],[62,2],[81,1]],'65c02',[[80,1]],'mail',[[77,1]],' upon',[[20,1]],'0011111100000000',[[82,1]],'namelist',[[84,1]],'detection',[[33,1],[5,1]],'resizing',[[38,2],[7,1]],'separator',[[73,1]],'restart',[[62,1],[32,1],[64,1],[20,1]],'definite',[[78,1]],' unusual',[[80,1]],'skip',[[62,1],[18,1],[30,2],[16,2],[49,1],[14,2],[65,1]],'bmf',[[28,3]],'issegmentend',[[64,3]],'alter',[[69,1],[53,1]],'v%_0ah',[[80,2]],'extensive',[[19,1]],'curly',[[61,1]],'subtitles',[[41,6],[26,5],[14,2],[13,2],[39,4],[65,1],[73,2]],'glory',[[50,1]],' 8kb',[[75,2]],'made',[[12,1],[81,7],[18,3],[33,1],[50,3],[15,1],[67,1],[82,1],[9,2],[3,2],[10,7],[78,1],[5,1],[26,5],[13,3],[20,2],[11,2]],'76h',[[77,1]],'specially',[[60,1]],'constitute',[[73,1]],'relivant',[[81,1]],'playern',[[61,2]],'seemed',[[50,1]],'00a5#mic',[[84,1]],'hexforecolorb',[[23,1]],'ranges',[[81,3],[27,1],[52,1]],'2007',[[75,1],[57,1],[81,3],[82,1],[70,1]],'description',[[46,1],[62,1],[80,35],[77,2],[78,3],[59,1],[75,4],[52,2]],'consistently',[[11,1]],'stateful',[[62,1]],'10000',[[22,1]],'translator',[[50,3]],' interrupt',[[80,2]],'alive',[[62,1]],'ntsc',[[62,1],[35,5],[10,1],[81,8],[30,3],[77,12],[5,1],[26,1],[2,1],[8,1],[38,7],[73,1]],'04xx',[[77,1],[70,1]],'bne',[[80,4]],'distortion',[[81,1]],'expand',[[70,1]],'same',[[54,1],[35,1],[27,1],[33,2],[60,1],[6,1],[68,1],[81,8],[48,1],[8,1],[38,1],[43,4],[62,11],[80,11],[61,5],[70,4],[78,2],[55,1],[84,2],[73,1],[41,11],[50,4],[21,1],[74,2],[28,1],[65,1],[52,4],[10,1],[57,2],[64,4],[77,2],[26,1],[12,1],[56,1]],'described',[[58,1],[78,2],[81,4]],'compose',[[62,1]],'emphasize',[[53,1]],'400e',[[78,3]],' disk',[[75,1]],'bero',[[3,1]],'parsecolor',[[62,2],[11,1],[7,1]],'sed',[[70,1],[80,1]],'offsets',[[77,3],[81,1],[84,1],[8,1],[21,1],[52,2]],'incremented',[[83,1],[81,1],[80,4]],'dcfc',[[80,3]],'aspect',[[78,1],[7,1],[14,1],[8,1],[38,6],[6,1]],'batteries',[[24,1]],' volume',[[78,2]],'8kb',[[17,1],[75,1],[5,1]],'april',[[11,1]],'results',[[62,1],[56,1],[57,1],[80,3],[81,1],[78,9],[65,2],[43,1]],'408',[[81,1]],'influence',[[80,1]],'layers',[[63,1]],'coordinate',[[61,2],[62,4],[81,6]],'iphone',[[9,1],[80,1]],'mЉkelЉ',[[80,1]],'ejects',[[27,1]],'vic',[[80,4]],' non',[[16,1],[75,2]],'via',[[24,1],[53,1],[33,1],[72,1],[30,1],[81,6],[78,3],[26,1],[52,1]],'snapshot',[[26,1],[20,1]],'260',[[81,1],[52,1]],'emulation',[[22,3],[35,2],[27,13],[37,1],[6,2],[68,1],[8,3],[38,2],[43,1],[62,6],[29,1],[61,2],[25,3],[78,1],[7,3],[1,1],[41,2],[16,2],[39,1],[67,1],[52,2],[24,1],[79,1],[4,1],[10,1],[30,1],[5,2],[26,5],[20,2],[36,1]],'static',[[64,1],[6,1]],'digital',[[63,1]],'specialized',[[69,1]],'0xff',[[80,1]],'repeated',[[81,3]],'obsolete',[[8,1]],'organized',[[70,1]],'conflict',[[8,2]],'desktop',[[7,1],[6,1]],'programs',[[59,1],[81,1],[80,3],[50,1]],'irritating',[[62,1]],'uint64',[[73,1]],'accurate',[[78,1],[80,1]],'toolset',[[8,1]],'any',[[54,1],[53,1],[18,2],[33,1],[56,3],[11,1],[60,1],[81,12],[8,2],[38,2],[43,4],[3,3],[62,11],[63,1],[80,18],[61,4],[25,1],[70,2],[78,10],[55,2],[84,1],[73,4],[50,2],[17,1],[65,3],[52,8],[24,1],[10,2],[57,1],[30,2],[64,3],[77,1],[23,1],[49,1],[26,6],[20,1],[6,5]],'decrease',[[78,3]],' flubba',[[78,1]],'rumored',[[81,1]],'limitations',[[68,2],[50,1]],'skill',[[68,3]],'clicking',[[56,2],[53,1],[18,2],[33,2],[12,1],[58,1],[38,1],[43,5],[52,7],[62,1],[26,2],[55,2],[84,1],[20,1],[6,6]],'observe',[[57,1],[52,1]],'drop',[[6,1],[46,1],[10,1],[33,2],[14,2],[13,1],[43,1]],'consists',[[62,1],[73,4],[81,4],[55,1],[74,1],[43,1]],' pull',[[80,6]],'extreme',[[64,1]],'hits',[[81,1],[8,1],[11,1],[56,1]],'appeared',[[3,1],[81,1],[83,1]],' if',[[18,1],[33,1],[21,1],[75,1],[31,1],[39,1],[38,1],[24,2],[62,1],[10,1],[32,1],[30,2],[77,8],[70,1],[49,1],[78,1],[26,7],[80,5],[55,1],[36,1]],'hexadecimal',[[43,1],[80,1],[84,1],[70,1],[52,5]],'blacker',[[81,1]],'instruction',[[52,10],[57,2],[80,62],[70,1],[56,4]],'scan',[[15,1],[38,2]],'ef43',[[73,1]],'unnecessary',[[80,1]],'specification',[[77,1],[60,1]],'vrcvii',[[77,3]],'deactivating',[[80,1]],'dehacked',[[61,3]],'who',[[61,1],[64,1],[78,2]],'contained',[[78,1]],'savescreenshotas',[[62,1],[9,1]],'ontop',[[81,1]],'drawing',[[54,1],[53,1],[62,9],[81,2],[82,1],[14,1],[7,2],[8,1],[38,1],[65,1]],'botloop',[[64,3]],'breakpoints',[[52,21],[62,1],[4,2],[8,7],[16,2],[6,1]],'capturing',[[19,2],[25,6],[14,1]],' scanline',[[81,1]],'atx',[[13,1]],'many',[[46,2],[35,1],[18,2],[54,1],[56,1],[12,1],[81,1],[75,1],[2,1],[8,3],[9,2],[43,1],[3,2],[44,1],[45,1],[32,1],[61,1],[80,5],[70,1],[7,1],[55,1],[50,1],[65,1],[24,2],[10,1],[57,2],[64,1],[77,1],[14,3],[11,1],[6,1]],'describes',[[81,2],[28,1],[67,1],[41,1]],'replace',[[62,1],[81,1],[33,2],[50,1],[78,1]],' accumulator',[[75,1]],'raster',[[80,4],[52,1]],'initialized',[[8,1],[78,1],[80,1]],'narrow',[[52,1]],' 1fc',[[78,1]],'separated',[[53,1],[57,1],[2,1]],'overridden',[[31,1]],'lacking',[[44,1],[45,1]],'changing',[[52,1],[81,1],[80,4],[55,1],[14,1],[7,1],[39,1],[12,1]],'notepad',[[84,1]],'xxx1',[[77,1]],'compete',[[81,1]],' |30',[[78,1]],'0000000011111111',[[82,1]],'books',[[10,1],[2,1],[31,1],[23,1]],'quiche',[[80,1]],' for',[[62,1],[10,2],[60,1],[70,6],[49,3],[26,1],[65,1],[43,1]],'j0`zgx',[[80,1]],'size',[[16,1],[75,5],[67,1],[8,1],[38,7],[52,2],[24,1],[44,1],[45,1],[57,1],[62,10],[77,2],[70,1],[23,2],[14,3],[84,4],[73,5]],' |14',[[78,1]],'flop',[[81,1]],'xh8',[[80,1]],'configured',[[14,1]],'17ff',[[70,1]],'matt',[[78,1]],'checked',[[18,2],[37,1],[50,1],[15,1],[39,6],[38,6],[43,2],[52,1],[62,3],[25,1],[78,1],[13,1],[36,3]],'digit',[[70,1],[80,1]],'places',[[77,1]],'savestate',[[22,1],[12,6],[18,7],[11,2],[41,23],[16,2],[15,4],[68,3],[73,7],[75,1],[31,1],[39,6],[8,1],[72,4],[62,28],[10,10],[30,5],[61,10],[26,15],[14,3],[13,1],[20,12],[6,3]],'valid',[[22,1],[62,2],[18,1],[73,1],[74,1],[21,2],[80,1],[81,4],[14,1],[8,1],[9,1],[43,1]],'individual',[[62,2],[81,2],[14,1],[78,2],[36,3]],'savestates',[[6,1],[18,2],[41,2],[16,3],[15,2],[39,2],[67,3],[8,3],[62,3],[10,1],[30,6],[61,3],[5,1],[26,2],[59,1],[14,1],[13,1],[20,1],[11,2]],'240',[[81,1],[83,1],[78,3],[52,1]],'ripper',[[77,1],[57,2]],'sits',[[77,1]],'heard',[[78,1]],' increment',[[80,9]],'previously',[[62,3],[4,1],[55,1]],'amoung',[[78,1]],'indirectly',[[57,2],[78,1]],'coin',[[73,2],[27,2],[6,1]],' disksys',[[31,1]],'theme',[[32,1]],'null',[[75,2],[61,1],[8,1],[16,1],[77,4]],'executing',[[62,1],[80,4],[52,1]],'emrwxf',[[52,2]],'reassemblable',[[57,1]],'former',[[80,1]],'hardly',[[34,1],[81,1],[37,1]],'fly',[[54,1]],'less',[[43,3],[62,2],[10,1],[50,2],[80,3],[16,1],[77,1],[78,4],[81,2],[75,1],[11,1],[52,1]],'sdl ',[[15,1],[14,1]],'specify',[[46,1],[62,1],[77,1],[6,1]],' dmc',[[75,3],[78,2]],'disappear',[[80,1],[16,1],[14,2]],'254',[[62,1]],'sounds',[[77,1]],'call',[[62,4],[81,1],[61,2],[64,2],[77,5],[78,1],[82,1]],'hexified',[[73,1]],'09ff',[[70,1]],'123',[[80,4]],'bot',[[62,2],[59,2],[18,2],[68,1],[64,22]],'had',[[62,1],[81,3],[80,1],[77,1],[15,1],[78,1],[28,1],[2,1],[67,1]],'throw',[[81,1],[80,6]],'publically',[[78,1]],'work',[[22,2],[81,2],[50,4],[16,1],[15,1],[75,2],[65,2],[38,1],[43,2],[3,1],[62,2],[57,1],[80,3],[30,1],[61,1],[78,2],[49,1],[13,1],[12,1],[56,2]],'atop',[[81,1]],'saner',[[16,1]],'commercially',[[3,1]],' various',[[3,1]],'function',[[11,1],[12,1],[41,2],[50,1],[16,1],[9,1],[62,71],[10,1],[61,11],[64,13],[77,1],[51,1],[20,2],[6,1]],'doubly',[[62,1]],'contained ',[[75,1]],'related',[[35,1],[18,1],[37,1],[41,1],[17,1],[28,1],[39,1],[82,1],[9,2],[29,4],[32,1],[80,1],[70,1],[51,1],[14,2],[1,1],[13,1],[6,1]],'corrupts',[[57,1]],'than',[[22,2],[46,2],[18,3],[33,1],[50,2],[21,1],[15,1],[81,6],[75,1],[38,8],[43,5],[52,1],[62,7],[80,14],[30,3],[64,2],[77,2],[49,1],[78,5],[59,1],[14,2],[7,1],[73,1]],'radd',[[75,1]],'dey',[[80,1]],'switches',[[22,2],[30,1],[27,1]],'autopause',[[7,1]],'encoder',[[3,1],[52,1],[30,1],[58,7],[69,1],[51,1]],'environment',[[60,1],[16,1],[12,1],[71,1]],'cyan',[[62,1],[57,1],[55,1]],'certainly',[[59,1]],' si_gamepad',[[73,2]],' 4th',[[78,1]],'parasyte',[[3,1]],'excess',[[50,1]],' |24',[[78,1]],'pull',[[36,1],[33,1],[78,1],[40,1]],'&bh',[[80,2]],'256bytes',[[70,1]],'bpl',[[80,10]],' essentially',[[81,1]],'keep',[[46,1],[81,2],[33,1],[37,1],[60,1],[21,1],[52,1],[62,3],[57,1],[80,1],[64,1],[78,1],[56,1]],'attempts',[[64,10],[38,1],[57,1]],'rolledback',[[64,1]],'filters',[[62,1],[16,1],[56,1]],'vbuf',[[75,1]],'back',[[6,1],[81,2],[68,1],[41,1],[24,1],[62,1],[80,9],[30,1],[61,1],[64,3],[77,2],[26,6],[20,1],[73,1]],'equals',[[81,3],[50,3],[61,1],[78,1]],'t2p',[[80,1]],'exwram',[[17,1]],'programming',[[59,1],[60,1],[65,2],[61,1],[70,1]],'cover',[[81,1]],'spanned',[[24,1]],'228',[[7,1]],'introduces',[[8,1]],'websites',[[50,2]],'outside',[[81,1],[10,1],[70,1],[5,1]],'pgen',[[75,1]],'frames',[[46,1],[81,3],[18,1],[50,1],[74,1],[16,1],[15,1],[62,10],[30,4],[64,5],[78,1],[49,2],[26,1],[14,1],[73,1]],' enabling',[[37,1]],'feeding',[[62,1]],'shame',[[81,1]],'blurry',[[38,1]],' action',[[78,1]],'ijc',[[80,8]],'slowdown',[[8,1],[26,1]],'distribute',[[57,1]],'declare',[[60,1]],'fed',[[81,3],[78,5]],'speedrunning',[[8,1],[68,1]],'hexi',[[46,1]],'8x16',[[5,1]],'eh8813a',[[5,1]],'115',[[8,1],[7,1]],' luabot',[[64,2]],'yellow',[[62,1],[57,2],[55,2]],'deemed',[[64,4]],'invalidate',[[9,1]],'precision',[[26,2],[68,1],[81,1]],'subdirectory',[[43,1]],'hitting',[[43,1]],'command',[[22,6],[18,1],[74,2],[15,1],[43,1],[3,1],[24,4],[10,1],[80,4],[19,3],[26,1],[14,2],[20,1],[6,4]],'siren',[[9,1]],'ispoweron',[[62,2],[10,1]],'laptop',[[14,1]],'whole',[[81,3],[80,1],[38,2],[6,1]],'zeros',[[57,1]],'experienced',[[61,1]],'sample',[[62,3],[57,1],[37,1],[78,1],[36,1]],'doesn',[[35,1],[81,1],[50,1],[75,1],[65,1],[8,1],[38,1],[62,2],[10,3],[80,1],[78,1],[49,1],[7,1],[13,2],[11,1]],'never',[[24,1],[81,4],[57,1],[60,1],[80,2]],' duty',[[78,2]],'icon',[[22,3],[30,1],[62,5]],'providing',[[81,1],[11,1]],'inspecting',[[52,1]],'power',[[62,1],[73,4],[27,4],[33,4],[64,1],[16,1],[15,2],[70,1],[26,2],[8,2],[43,1]],'antony',[[12,1]],'hard',[[18,1],[27,1],[50,1],[57,2],[26,1],[14,1],[73,2]],'parodius',[[69,1],[71,1]],'adequately',[[12,1]],'isolate',[[51,1]],'rightbracket',[[62,1]],'desyncing',[[64,1]],'170',[[81,3]],'fm2',[[22,12],[18,5],[41,2],[16,3],[15,2],[42,1],[31,1],[39,3],[48,4],[65,1],[67,3],[72,1],[10,1],[25,2],[19,1],[26,9],[14,4],[13,3],[11,2],[73,3]],'5206',[[77,4]],'rule',[[80,1]],'no8lim',[[22,2],[16,1]],'nesdev@onelist',[[83,2],[82,2]],'ddt',[[75,1]],'suggest',[[62,1],[8,1],[39,1]],'strmode',[[61,1]],'encountered',[[62,1],[80,1]],'customization',[[8,1]],'generic',[[64,2]],'phase',[[81,11],[80,1]],'tapanim',[[80,1]],'rmw',[[80,2]],'ddfd',[[80,2]],'ampl',[[75,1]],'obscure',[[3,1],[6,1]],'over',[[34,1],[53,2],[18,1],[41,3],[50,2],[54,1],[68,2],[81,3],[75,1],[65,1],[52,2],[4,1],[29,1],[30,1],[61,2],[64,1],[49,1],[80,1],[14,1]],'serves',[[64,1],[81,1]],' current',[[75,1]],'conf',[[8,2]],'happening',[[62,1],[16,1],[81,1]],'good',[[64,1],[81,4],[43,1]],'triggered',[[62,1],[78,1]],'timed',[[68,1]],'weapon',[[70,2],[49,1]],'1800',[[70,2]],' 043x',[[70,1]],'rips',[[77,2]],'fans',[[69,1]],'oversights',[[17,1]],'formats',[[18,1],[1,1],[21,5],[63,1],[72,2]],' uint16',[[75,4]],' |07',[[78,2]],'dragging',[[38,2]],'receives',[[61,1],[62,1]],'0&&4ka',[[80,1]],'entirely',[[62,1]],'rgp',[[80,2]],'scaler',[[10,1],[38,2]],'kh%61',[[80,1]],'msmakela@kruuna',[[80,1]],'j1rb',[[75,1]],'fill',[[16,1],[38,2],[58,1]],'experiments',[[78,1]],'cartridge',[[24,2],[81,2],[33,1],[70,1],[43,1]],'terminated',[[75,1],[77,3],[73,1]],'return',[[62,6],[33,1],[60,1],[61,3],[64,11],[78,2],[80,2],[26,1],[14,2],[55,2],[52,2]],'looks',[[54,1],[53,1],[61,2],[43,1]],'myself',[[61,1]],'highlights',[[55,1]],' prehaps',[[81,1]],'begin',[[62,1],[73,1],[57,1],[68,1],[80,9],[25,1],[26,4],[52,2]],'2002',[[3,2],[81,5],[82,1]],'indexing',[[80,3]],'yet',[[62,1],[52,1],[57,1],[80,1],[61,1],[81,1],[70,2],[13,1],[43,2]],'inversion',[[81,4]],' instead',[[10,1]],'agree',[[82,1]],'directory',[[22,1],[35,2],[18,1],[46,1],[16,1],[15,2],[21,1],[31,6],[67,4],[43,1],[24,5],[62,1],[29,1],[30,2],[64,1],[5,1],[14,3],[84,1],[12,1],[20,1]],' updated',[[75,1]],'stx',[[80,11]],'key',[[73,11],[18,1],[27,2],[68,2],[15,1],[8,1],[40,1],[62,1],[32,1],[30,9],[61,1],[25,1],[5,1],[49,1],[26,10],[78,3],[55,2],[56,1]],'source',[[3,3],[57,2],[80,1],[78,2],[84,2],[38,1],[73,1]],'continue',[[35,1],[68,1],[81,1],[30,3],[64,1],[78,1]],'sweeping',[[78,4]],'likely',[[65,1],[50,1],[78,1],[56,1]],'stopped',[[62,2],[18,1],[80,2],[78,1]],'smallest',[[62,1],[81,1],[78,2]],'attr',[[16,1]],'long',[[3,1],[81,2],[18,1],[33,1],[50,1],[68,1],[78,6],[80,1],[67,1],[8,1],[56,1]],'onfinish',[[64,1]],'ldy',[[80,8]],'rla',[[80,6]],'gens',[[44,1],[10,1],[45,1],[13,1],[12,2],[11,1]],'right',[[22,2],[46,1],[33,5],[53,1],[6,4],[58,1],[81,2],[8,1],[38,1],[43,7],[62,6],[32,2],[61,1],[80,6],[78,2],[55,4],[84,3],[73,3],[50,3],[67,2],[52,9],[30,3],[64,3],[26,1],[14,2],[20,2],[56,2]],'locations',[[77,1]],'dcfa',[[80,3]],'people',[[62,1],[81,1],[57,1],[50,1],[78,1],[66,1],[43,1]],'standard',[[24,1],[46,1],[62,3],[41,1],[50,2],[61,1],[77,2],[78,1],[73,1]],'advances',[[61,1],[68,1]],'xxxx',[[6,1]],'|__________________________________________|',[[70,9]],'cht',[[31,2],[43,5],[7,1]],'fme',[[77,2]],'fetches',[[81,10],[80,7]],'fullscreen',[[38,2],[7,3],[13,1],[8,1],[16,1],[32,2]],'cdlogger',[[4,1],[7,2],[10,1],[5,1]],'complete',[[62,1],[57,1],[68,2],[77,2],[25,1],[82,1]],'sony_cxa2025as_us',[[28,1],[5,1]],'microphone',[[10,3],[33,4]],'okay',[[50,1]],'reduced',[[46,1]],'official',[[77,1],[60,1],[80,2]],'006fh',[[77,2]],'tone',[[77,3]],' 008',[[78,1]],'resetting',[[8,1],[78,1]],'enhancements|',[[81,1]],'substraction',[[80,1]],'serial',[[81,1]],'meta',[[26,1]],' slo',[[80,11]],'textual',[[69,1]],' inside',[[81,1]],'released',[[6,1],[81,1],[18,1],[16,1],[15,1],[17,1],[8,1],[9,1],[3,10],[24,2],[4,1],[10,2],[30,1],[64,2],[5,1],[14,1],[7,1],[13,1],[11,1],[12,1]],'skipfirst',[[62,4]],'halves',[[80,1]],'transparency',[[62,8],[81,2]],' reading',[[82,1]],'unzipping',[[16,1]],'hexrowheightborder',[[23,1]],'figured',[[52,1],[50,1]],'browse',[[26,1],[60,1],[56,1]],'backcolor',[[62,3]],'00a2',[[43,1]],'transport',[[63,1]],'complain',[[64,1]],'universally',[[67,1]],' later',[[80,1]],'megamanii',[[65,1]],'dffe',[[52,1]],'readwordsigned',[[62,1],[6,1]],'cleanup',[[14,1],[64,1],[8,2],[9,1],[16,2]],'easy',[[22,1],[46,1],[27,1],[54,1],[81,1],[21,1],[28,1],[82,1],[9,1],[57,1],[61,1],[77,1],[70,1],[55,2],[1,1],[20,1],[73,1]],'development',[[3,1],[68,1],[80,1]],'especially',[[75,1]],'filenames',[[8,1],[11,1],[18,1]],'ports',[[3,1],[53,1],[33,2],[8,1]],'mysterious',[[13,1],[8,1]],'yelling',[[33,1]],' 27th',[[81,1]],'c0a8',[[52,1]],' |18',[[78,1]],'off',[[22,8],[73,1],[27,1],[33,1],[37,1],[50,1],[81,3],[75,2],[8,1],[9,1],[43,3],[62,2],[10,3],[80,2],[30,5],[64,1],[70,1],[49,8],[78,2],[26,1],[14,6],[13,2],[55,1],[36,1]],'not ',[[77,1]],'truncate',[[10,1],[39,1]],'exp',[[80,1]],'which',[[46,1],[35,1],[27,1],[33,1],[54,3],[6,2],[15,1],[58,2],[60,6],[81,28],[8,1],[82,1],[3,3],[62,6],[80,16],[61,2],[70,3],[51,1],[78,15],[7,1],[1,1],[55,7],[84,4],[73,13],[50,1],[69,1],[16,4],[74,3],[31,1],[52,12],[24,2],[10,5],[57,15],[30,1],[64,5],[77,3],[5,1],[26,1],[14,1],[56,6]],'scanning',[[15,1]],' arr',[[80,1]],'transferred',[[78,1],[51,1]],'airman',[[81,1]],'avi',[[63,1],[18,3],[16,1],[15,1],[25,9],[19,2],[14,2],[31,2],[8,1],[9,1],[39,2]],'similar',[[62,2],[81,1],[10,2],[80,2],[77,2],[70,2],[59,1],[39,1],[7,1],[67,1],[43,1]],'preserved',[[68,2],[73,1]],'0x100',[[75,1]],' 19',[[80,1]],'japanese',[[50,16]],'price',[[81,1]],'totally',[[80,1]],'loopy',[[83,2],[82,2]],'subroutines',[[57,1]],'illustrates',[[80,1]],'controllers',[[30,1],[29,1],[33,4]],'relation',[[50,1],[43,1]],'web',[[27,1],[67,1],[47,1],[9,1]],'unavailable',[[68,1]],'tiff',[[63,1]],'port',[[12,1],[81,2],[33,7],[9,2],[3,3],[24,1],[10,1],[57,1],[77,4],[78,1],[5,1],[13,1],[11,2],[73,3]],'contexts',[[10,1]],'enabling',[[10,1],[14,1],[30,1],[38,1],[78,2]],'preferred',[[62,1],[81,1],[30,1],[43,1]],'square',[[36,3],[81,1],[61,1],[78,24],[13,2],[38,1],[6,1]],'damn',[[81,1]],'sufficient',[[82,1]],'range ',[[70,1]],'clarify',[[80,1]],'alternatively',[[38,1],[52,1],[53,1],[57,1],[20,1],[43,1]],'ever',[[81,3],[78,1]],'jpeg',[[63,1]],'1000',[[73,2],[27,2],[70,2]],'following',[[81,3],[38,1],[63,1],[24,1],[62,5],[72,1],[52,2],[61,2],[77,1],[70,1],[78,2],[80,10],[1,1],[84,1],[20,1],[73,4]],'developed',[[28,1],[80,2]],'readbyte',[[61,2],[62,2],[14,2]],'simulates',[[62,1],[35,1],[38,1]],'generate',[[62,2],[81,1],[37,1],[57,1],[64,1],[77,1],[78,7],[19,1]],'positive',[[46,1],[62,2],[50,1],[80,2],[78,1]],'far',[[81,1],[80,1],[50,1],[78,1]],'numpad4',[[62,1]],'ejecting',[[24,1]],' expansion',[[70,1]],'d2n@3y',[[80,1]],'mmc3',[[81,4]],'presettable',[[78,2]],'optional',[[52,2],[62,3],[4,1],[73,9],[61,2],[77,1],[15,1],[5,1],[13,2],[84,2],[11,1],[43,1]],'anymore',[[8,2]],'metroid',[[8,1],[77,2]],'wider',[[38,1]],'approprite',[[81,1]],'archived',[[6,1]],'proprietary',[[24,1],[8,1]],'reading',[[81,2],[57,1],[80,1],[30,1],[61,1],[78,2],[51,1],[13,2],[82,1],[6,1]],'furthermore',[[54,1],[57,2]],'pec',[[6,1],[5,1]],'yesno',[[62,3]],'split',[[81,1],[70,1]],'rotate',[[80,2]],'exclamationmark',[[61,1]],'slader',[[50,1]],'serialized',[[81,1]],'zxcvzxcv@netzero',[[83,2],[82,2]],' ppu',[[75,3]],'occur',[[46,1],[81,3],[80,5],[30,1],[78,1]],'updated',[[43,2],[81,3],[50,3],[74,1],[77,3],[78,4],[5,1],[14,1],[1,1],[8,3],[13,2],[6,1]],'windowed',[[38,2],[32,1],[15,1],[6,1]],'problem',[[81,1],[80,2],[77,2],[15,1]],'fired',[[81,1]],'significant',[[62,2],[75,1]],'shown',[[53,1],[61,1],[8,1],[84,4],[43,1]],'weed',[[43,1]],'tie',[[64,5]],'calculating',[[80,1]],'left',[[22,2],[46,1],[18,1],[33,4],[56,2],[73,3],[8,3],[38,3],[43,3],[52,10],[62,12],[80,4],[30,1],[61,2],[64,1],[77,1],[14,2],[13,1],[6,1]],'subtract',[[80,2]],'grab',[[6,1]],'just',[[46,1],[81,6],[50,3],[16,1],[75,1],[65,2],[8,1],[38,1],[52,5],[43,1],[44,1],[45,1],[57,1],[30,1],[61,4],[62,4],[23,1],[51,1],[64,3],[78,1],[80,11],[84,1],[56,1]],'tbl1',[[61,3]],'cpuc',[[75,2]],'contents',[[53,1],[81,3],[8,1],[66,1],[52,3],[43,1],[82,1],[64,3],[77,1],[70,1],[51,3],[78,1],[26,1],[55,1],[84,1],[6,1]],'poking',[[51,1]],'port0',[[73,7]],'ordering',[[73,1]],'miscellanious',[[81,1],[78,2]],'c100',[[80,1]],'configfile',[[16,2]],'prerender',[[52,1]],'newtext',[[62,1]],'dcfd',[[80,2]],'unl',[[14,1],[8,1],[5,2]],' immediate',[[80,1]],'optimal',[[62,1]],'comparisons',[[80,2]],'movement',[[54,1]],'revert',[[13,1],[43,1]],'worlds',[[2,1]],'dependency',[[5,1]],'different',[[81,2],[18,2],[37,1],[50,2],[74,1],[67,2],[8,2],[38,2],[43,1],[62,3],[10,2],[80,9],[30,2],[77,1],[70,1],[78,3],[83,1],[26,1],[55,2],[84,1],[12,1],[20,1]],'inserts',[[27,1]],'say',[[46,1],[62,1],[81,1],[32,1],[50,1],[77,1],[43,2]],'ending',[[73,1]],'distorted',[[81,1]],'smb2u',[[65,1]],'later',[[3,1],[43,1],[60,1],[50,1],[62,1],[80,1],[81,2],[20,1],[56,1]],'fceu_setrenderplanes',[[14,1]],'3w@`',[[80,1]],'quirk|',[[81,1]],'remains',[[81,2],[80,3]],'buttons',[[33,3],[74,1],[52,3],[62,4],[43,2],[10,3],[29,1],[61,1],[64,2],[49,1],[26,1],[14,2],[12,1],[73,3]],'record',[[62,3],[73,10],[41,2],[30,2],[16,1],[25,2],[26,9],[14,1],[39,1],[12,1],[6,1]],'encompasses',[[77,1]],'gameinfo',[[35,1]],'bigger',[[50,1],[64,7],[80,3],[38,4]],'someone',[[57,2]],'bbitmaster',[[3,1]],'will',[[22,8],[46,8],[27,2],[33,8],[56,5],[68,2],[12,1],[75,1],[48,2],[82,1],[38,9],[32,7],[61,16],[78,68],[7,1],[34,1],[74,1],[52,33],[57,3],[64,13],[83,1],[49,3],[26,23],[59,1],[14,1],[36,4],[54,5],[35,4],[18,4],[37,2],[53,4],[58,9],[15,1],[42,1],[60,10],[81,22],[40,1],[43,21],[62,45],[80,45],[25,1],[70,13],[55,5],[84,2],[73,3],[41,2],[50,17],[16,3],[21,4],[31,15],[39,11],[65,2],[67,3],[24,9],[10,1],[30,22],[77,9],[20,3],[11,1]],'systems',[[81,1],[4,1],[67,1],[21,1]],'stated',[[3,1]],'object',[[62,10],[81,51],[10,1],[61,2],[70,4]],'0600',[[83,1],[82,1],[70,1]],'your',[[46,1],[81,4],[33,2],[50,19],[60,2],[58,1],[65,1],[67,2],[63,1],[52,3],[62,18],[32,1],[61,4],[64,4],[70,4],[77,1],[80,8],[26,1],[55,3],[84,3]],'rgb',[[62,1],[35,1],[10,1],[13,1],[23,1]],'resizable',[[55,1]],'rdy',[[80,1]],'blurred',[[67,1]],'whereby',[[55,1]],'clock',[[81,26],[78,28],[80,2]],'pads',[[33,2]],'registerexit',[[62,1]],'arrives',[[81,1],[78,1]],'#256',[[81,1]],'rpgs',[[50,1]],'six',[[24,1]],'colorful',[[8,1]],'throttling',[[22,3],[37,3],[14,2]],'default_nitsuja',[[28,1]],'adjustment',[[28,1],[78,1]],'modifying',[[80,1],[55,1],[13,1],[69,1],[78,1],[23,1]],'funny',[[77,1],[80,1]],'64k',[[84,1],[5,1]],'world',[[61,3],[33,1]],'plp',[[80,4]],'setmarker',[[62,1]],'needing',[[50,1]],'multiplexer',[[81,7]],'continuing',[[68,2]],'bit3',[[73,2]],'theory',[[80,2]],'shifted',[[81,1],[78,1]],'kj0',[[80,1]],'1986',[[24,1]],'forward',[[75,1]],'these',[[81,5],[27,1],[33,3],[68,1],[38,4],[43,1],[62,3],[44,1],[29,1],[45,1],[61,2],[71,2],[70,6],[78,7],[80,5],[13,1],[84,2],[73,1],[41,1],[50,2],[21,1],[28,2],[65,8],[52,3],[10,1],[30,1],[64,6],[77,3],[23,1],[49,1],[26,2]],'been',[[81,7],[18,2],[68,1],[43,2],[3,3],[44,1],[45,1],[62,1],[61,1],[64,4],[77,1],[5,1],[78,6],[80,4],[13,1],[56,2]],'7000',[[77,1]],'running',[[53,1],[37,1],[60,2],[38,2],[52,4],[24,1],[62,5],[57,1],[32,2],[61,2],[64,2],[80,3],[19,1],[55,3],[11,1],[6,2]],'things',[[62,1],[81,1],[57,3],[32,1],[61,1],[77,1],[78,2],[55,1],[65,1]],'constantly',[[75,1],[78,1]],'heavy',[[62,2],[10,1],[37,1],[78,1]],'jump',[[81,2],[80,7]],' logging',[[56,1]],'03ff',[[70,1]],'74ls373',[[81,1]],'signed',[[62,4],[44,1],[45,1],[80,2],[61,1],[77,2],[75,3]],'kh%r1',[[80,1]],'newname4',[[84,4]],'mygame',[[84,6]],'upon',[[62,1],[81,1],[57,1],[32,1],[68,1],[78,5]],'sight',[[80,1]],'getrecordermode',[[62,1]],'elements',[[69,1],[8,1],[2,1]],'mis',[[8,1]],'111',[[4,1]],'useability',[[13,1]],' mirror',[[70,4]],'libgd',[[5,2]],'around',[[62,2],[78,2],[80,1],[77,1],[70,1],[51,1]],'folders',[[31,1]],' decimal',[[80,1]],'0000h',[[77,3]],'tay',[[80,1]],'wait',[[67,1],[61,2],[14,1],[80,2]],'place',[[62,1],[81,3],[18,1],[33,2],[50,1],[16,1],[21,1],[64,1],[77,1],[78,2],[80,4],[13,1]],'win98',[[50,1]],'pipe',[[73,3]],'picked',[[3,1],[5,1]],'core',[[71,1],[60,1],[13,2],[30,1],[12,1],[63,1]],'rldutsba',[[73,1]],'hereon',[[81,1],[78,1]],'ends',[[73,1],[10,1],[80,2],[64,2],[52,1]],'comprised',[[50,1]],'gone',[[78,1]],'values',[[46,6],[81,4],[68,1],[75,1],[38,2],[40,1],[43,11],[44,1],[45,1],[80,6],[61,7],[62,14],[78,4],[70,19],[51,1],[55,3],[13,4],[73,6],[50,1],[52,2],[77,4],[23,3],[5,1],[14,3],[11,2]],'space',[[43,3],[62,3],[33,1],[73,1],[64,1],[58,2],[77,6],[5,1],[75,1],[55,2],[52,1]],'04dx',[[70,1]],'transfers',[[81,1]],' |0f',[[78,1]],'proves',[[80,5]],' normally',[[30,1]],'disassembly',[[6,2],[56,3],[57,1],[84,5],[8,3],[52,12]],'triplet',[[35,1]],'computers',[[80,1],[37,1],[67,1]],' program',[[75,1]],'merge',[[3,1],[2,1]],'homebrew',[[17,1],[16,1],[84,1]],'capture',[[18,1],[28,1],[57,2],[25,6],[9,1]],'mechanism',[[62,1],[64,1]],'exception',[[70,1],[80,1]],'loss',[[61,1],[14,1]],'9010',[[77,1]],'personal',[[22,1],[46,1],[27,1],[33,1],[12,1],[20,1],[56,1],[68,1],[75,1],[48,1],[8,1],[9,1],[38,1],[63,1],[66,1],[72,1],[32,1],[61,1],[71,1],[78,1],[82,1],[76,1],[7,1],[1,1],[13,1],[34,1],[74,1],[47,1],[52,1],[4,1],[57,1],[64,1],[83,1],[5,1],[19,1],[0,1],[26,1],[14,1],[49,1],[59,1],[36,1],[54,1],[35,1],[18,1],[37,1],[53,1],[58,1],[15,1],[42,1],[60,1],[81,1],[2,1],[40,1],[3,1],[43,1],[29,1],[44,1],[45,1],[62,1],[25,1],[51,1],[70,1],[80,1],[55,1],[84,1],[73,1],[41,1],[50,1],[16,1],[21,1],[69,1],[17,1],[28,1],[31,1],[39,1],[65,1],[67,1],[24,1],[79,1],[10,1],[30,1],[77,1],[23,1],[11,1],[6,1]],'sizes',[[15,1]],'envelope',[[78,27]],'bd2ox',[[80,1]],'backed',[[31,1],[11,1],[14,1]],'154',[[6,1]],'shifting',[[13,1],[81,1],[80,1]],'rewritten',[[8,1],[4,1],[47,1]],'stack',[[52,5],[10,1],[80,27],[77,1],[8,2],[11,1],[56,3]],'turned',[[62,1],[73,1],[30,1],[43,1]],'performs',[[62,2],[80,3]],'tecgraf',[[63,3]],'solutions',[[64,1]],'booleans',[[73,1]],'syntax',[[61,2],[59,1],[60,1]],'layout',[[70,2],[8,1],[66,1],[6,1]],'regular',[[16,1],[68,1]],'bfff ',[[70,1]],' tile',[[75,1],[81,1]],'mv#b@3',[[80,1]],'a13',[[81,7]],'m3y',[[80,1]],'triply',[[62,1]],'finally',[[55,1],[80,3],[52,1]],'uses',[[46,1],[81,2],[18,3],[50,1],[28,1],[67,1],[48,1],[82,1],[43,2],[3,1],[62,4],[10,1],[57,1],[61,2],[64,2],[70,1],[77,13],[19,1],[78,2],[80,3],[14,1],[1,1],[84,1],[73,4]],'2009',[[13,1],[12,1],[14,1]],'executes',[[62,2],[56,1]],'jan',[[81,1]],'commandline',[[13,2],[9,1]],'dmc',[[13,1],[78,11]],'disassembled',[[84,1],[57,1],[52,1]],'consume',[[56,1]],'lxa',[[80,3]],'bxj',[[80,1]],'jumpingfceuxwindow',[[63,1],[7,1]],' to',[[46,1],[33,2],[32,1],[30,1],[64,1],[25,1],[49,1],[77,2],[78,1],[80,1],[65,1],[40,1]],'buzzers',[[33,1]],'greatly',[[36,1],[14,1]],'portion',[[78,1],[70,1],[43,1]],'processors',[[80,7],[14,1]],' fire',[[62,1]],' is',[[75,1],[80,1]],'disables',[[22,2],[78,1],[43,1]],'sub',[[27,1],[29,2],[30,3],[31,1]],' |0b',[[78,1]],'fourth',[[80,1]],'snow',[[65,1]],'divided',[[81,1]],' last',[[75,2]],'onscreen',[[62,1],[8,1],[5,1]],'conveniently',[[52,1]],'item',[[9,1],[43,1],[57,1],[41,7],[50,2],[16,1],[7,1],[13,7],[14,3],[12,2],[11,1]],'drive',[[24,1]],'direct',[[59,1],[28,1],[80,1]],'0319',[[80,1]],' very',[[77,1]],'days',[[61,1]],'duty',[[62,2],[5,1],[78,9],[36,2]],' used',[[74,1]],'advancing',[[8,1],[18,1]],'pipelining',[[80,2]],'north',[[24,1]],'approved',[[64,1]],'grammar',[[52,1]],'ch2',[[77,2]],'dynamically',[[8,1]],'makedata',[[57,1]],'0310',[[70,2]],' each',[[75,1],[77,1],[78,1]],' |0c',[[78,2]],' |01',[[78,1]],'ips',[[16,1],[21,9]],'m159',[[8,1]],'fba',[[44,1],[45,1]],' pc',[[80,60]],'wrapper',[[16,1]],'internal',[[62,3],[5,1],[81,3],[80,2],[78,7],[73,4]],'ddr',[[80,1]],'156',[[8,1]],'reads',[[62,2],[10,1],[80,5]],'uuencoded',[[80,1]],' jams',[[80,1]],' write',[[80,24]],'largely',[[65,1]],'mnemonics',[[73,1]],'making',[[81,2],[18,2],[50,1],[68,7],[58,1],[69,2],[42,1],[39,1],[47,1],[66,1],[43,2],[62,1],[57,1],[80,1],[30,1],[70,4],[78,1],[26,3]],'#ce_2gpl',[[80,1]],'1900',[[70,1]],'implement',[[81,3]],'palflag',[[16,1],[73,1]],'hexforecolorr',[[23,1]],'setreadonly',[[62,4],[14,1]],'search',[[56,1],[18,2],[50,1],[68,2],[58,1],[69,2],[42,2],[31,1],[8,3],[9,2],[43,26],[44,8],[10,4],[45,4],[30,1],[64,1],[70,6],[5,1],[7,2],[55,2],[12,3],[6,2]],'marko',[[80,4]],'through',[[81,5],[60,1],[50,1],[68,1],[69,1],[15,1],[75,1],[8,2],[52,1],[43,2],[62,1],[57,4],[61,1],[77,2],[70,1],[23,2],[78,2],[26,2],[59,1],[56,1]],'maximize',[[14,1]],'hexforecolorg',[[23,1]],'november',[[3,3],[8,1],[12,1],[15,1]],'okcancel',[[62,1]],'seems',[[81,3],[80,4],[13,1],[78,1]],'unchecked',[[39,3],[38,1],[31,1]],'accesses',[[53,1],[81,2]],'xxx0',[[70,1]],'it ',[[77,1]],'operators',[[61,3],[52,1]],'tons',[[77,1]],' total',[[77,1]],'sbc',[[80,26]],' performing',[[80,1]],'end',[[81,2],[60,3],[50,2],[52,1],[3,1],[24,1],[10,1],[62,6],[61,11],[64,6],[78,1],[80,8],[7,1],[73,1]],'taken',[[3,1],[14,1],[80,3],[78,3]],'series',[[80,6],[20,1],[78,1]],'corner',[[30,2],[62,5],[52,3]],'shadow',[[33,1],[7,1]],'fixedfontheight',[[13,1]],'solid',[[62,2]],'port1',[[73,7]],'scons',[[4,1],[5,1]],'starts',[[81,4],[10,1],[27,1],[32,1],[37,1],[61,1],[64,3],[77,1],[26,2],[80,1],[73,1]],'and',[[22,3],[46,3],[27,3],[33,15],[12,9],[20,7],[56,4],[68,11],[75,9],[48,1],[8,21],[9,5],[38,14],[63,11],[66,4],[72,1],[32,2],[61,25],[71,2],[78,58],[82,5],[7,6],[1,6],[13,9],[34,1],[47,1],[52,26],[4,3],[57,31],[64,31],[83,3],[5,12],[19,1],[0,1],[26,15],[14,16],[49,7],[59,6],[36,3],[54,2],[35,5],[18,10],[37,2],[53,3],[58,14],[15,6],[42,3],[60,6],[81,61],[2,4],[43,28],[3,31],[44,2],[29,1],[45,2],[62,76],[80,167],[25,5],[51,10],[70,18],[55,15],[84,6],[73,16],[41,7],[50,42],[16,7],[21,10],[69,7],[28,5],[31,1],[39,2],[65,3],[67,7],[24,5],[79,3],[10,23],[30,12],[77,56],[23,2],[11,10],[6,6]],'find',[[46,2],[53,1],[60,2],[50,2],[58,1],[31,1],[67,1],[8,1],[43,3],[62,1],[57,2],[80,2],[61,2],[77,1],[70,4],[51,2],[78,1],[26,1],[55,1],[56,1]],'lagcounter',[[16,1]],'borders',[[38,1]],'next',[[81,15],[33,1],[50,2],[58,1],[75,2],[52,5],[62,5],[43,3],[10,1],[80,16],[30,1],[61,3],[64,5],[70,2],[78,4],[7,1],[11,1]],'user',[[81,1],[33,1],[16,1],[15,2],[8,1],[63,2],[3,1],[24,1],[62,18],[30,3],[61,2],[7,1],[13,2],[14,3],[11,1],[84,1]],'holds',[[81,1],[33,2],[64,2],[78,1]],'tilde',[[61,1],[62,1]],'weird',[[62,1],[80,2]],'died',[[64,2]],'smbconfig',[[22,1]],'jukka',[[80,1]],'color',[[35,6],[33,1],[53,1],[81,15],[16,2],[67,2],[8,1],[38,3],[62,23],[10,4],[57,1],[30,2],[61,4],[23,6],[5,1],[55,3],[13,1]],'hashes',[[50,4]],'oneshot',[[62,1]],'opening',[[62,2],[64,1],[16,1],[7,1],[8,1],[9,1],[43,1]],'creating',[[3,1],[5,1],[62,2],[68,2],[47,2],[6,1]],'overwrite',[[61,1],[20,1]],'old',[[6,3],[81,1],[37,1],[69,2],[16,1],[67,4],[8,1],[62,1],[4,1],[80,2],[30,5],[78,3],[7,3],[13,1],[56,1]],'brackets',[[52,1],[43,1]],'token',[[73,1]],'debug',[[52,2],[56,2],[4,1],[16,1],[5,1],[51,3],[7,1],[1,2],[8,1],[84,1],[6,3]],'pcm',[[57,4],[55,1],[25,1],[36,1]],'bar',[[3,1],[53,1],[18,1],[54,3],[81,6],[70,1],[13,1]],'tinker',[[55,1]],'rightclick',[[62,1],[8,1]],'test',[[81,1],[50,2],[80,10],[26,1],[13,3],[84,4],[20,1]],'writable',[[77,2]],' clc',[[80,1]],'ouch',[[43,1]],'getlostplayback',[[62,1]],' affect',[[80,1]],' sources',[[80,1]],'2016',[[5,1]],'speeds',[[16,1],[27,1]],'project',[[3,2],[7,1],[5,1]],'outputting',[[35,1],[25,1]],' 21',[[81,1]],'carry',[[62,1],[78,3],[80,17]],'known',[[3,1],[24,1],[46,1],[53,1],[61,1],[62,1],[77,2],[78,3],[26,1],[67,2],[43,2]],'tab',[[62,1],[18,1]],'sebastian',[[3,1]],'scans',[[57,1]],' rather',[[46,1]],'properties',[[62,1],[80,1]],'directdraw',[[38,2],[67,1]],'luminance',[[81,3]],'relate',[[81,1]],'tricks',[[81,1]],'rotation',[[81,2]],'cause',[[81,1],[37,1],[80,4],[30,1],[16,1],[78,2],[55,1],[65,1],[43,1]],'effect',[[81,1],[10,1],[33,1],[30,1],[41,3],[58,3],[78,3],[80,1],[52,1]],'noconfig',[[14,1]],'2kb',[[75,1]],'framedisplay',[[22,3]],'tabbed',[[56,1]],'sometime',[[41,1]],'middle',[[81,1],[4,1],[55,1],[58,1],[52,2]],'tostring',[[62,1]],'autostart',[[80,1]],'symbols',[[52,2],[5,1]],'attached',[[24,1],[73,5]],'volumes',[[36,1]],'evaluations',[[81,1]],'noted',[[5,1],[81,1],[57,1],[43,1]],'%02x',[[62,1]],'setplayback',[[62,1]],'si_zapper',[[73,2]],'isfromsavestate',[[62,2],[10,1]],'serialize',[[81,1]],'loaded ',[[11,1]],'timer',[[80,8],[70,1],[78,11]],'difficulty',[[60,1],[68,1]],'p`ne',[[80,1]],'note',[[22,3],[35,1],[33,2],[50,3],[53,1],[16,1],[54,1],[56,1],[81,1],[75,1],[82,2],[43,2],[52,2],[62,11],[57,1],[80,8],[30,4],[61,5],[64,3],[49,1],[77,4],[78,1],[55,1],[36,1]],'replayed',[[10,1]],'imbedded',[[73,1],[39,1]],'expect',[[33,2],[80,1]],'assumed',[[77,1]],'semicolon',[[62,1]],'pipeline',[[81,5]],'modulate',[[62,1]],'portability',[[3,1]],'225',[[5,1]],'games',[[54,1],[35,1],[33,4],[53,2],[56,1],[11,1],[68,1],[81,4],[75,2],[8,3],[38,2],[43,4],[62,4],[82,1],[61,2],[70,7],[78,4],[55,1],[50,4],[69,3],[16,1],[21,1],[17,1],[31,2],[65,1],[67,1],[24,5],[57,1],[30,2],[64,2],[77,2],[49,2],[19,2],[14,2],[20,2],[6,1]],'ppu',[[54,4],[35,1],[37,2],[53,10],[12,5],[81,95],[75,6],[82,1],[9,2],[3,1],[70,5],[51,6],[78,1],[55,4],[7,3],[13,5],[73,1],[50,1],[69,2],[67,4],[52,5],[79,2],[10,3],[57,2],[30,9],[83,2],[5,2],[14,3],[11,1],[6,3]],'initialrawdalatch',[[62,1]],'sb#0',[[80,1]],'proceed',[[24,1],[15,1]],'saves',[[30,1],[62,4],[31,1]],'0800',[[70,2]],'8000',[[75,2],[57,1],[55,5],[58,2],[70,1],[77,4]],'checkboxes',[[8,1]],'relatively',[[43,1]],'inserted',[[24,1],[18,1]],'pin',[[81,5],[78,4]],'john@ucc',[[80,1]],'vrcvi',[[77,3]],'cxi',[[80,2]],'2fa9',[[73,1]],'00ff',[[52,1],[70,2],[43,1]],'get',[[20,1],[6,1],[68,1],[81,2],[15,2],[8,1],[9,2],[62,10],[32,1],[61,3],[80,1],[78,2],[50,4],[16,1],[65,1],[67,1],[10,1],[57,1],[64,3],[77,2],[5,1],[59,1],[14,3],[11,2],[56,1]],'wanting',[[70,1]],' compatible',[[21,1]],'eor',[[80,15]],'palettes',[[35,4],[28,4],[53,1],[67,1],[81,1],[5,2]],'tht',[[50,3],[14,1]],'gdimage',[[62,1]],'relating',[[1,1],[31,1]],'guaranteed',[[75,1]],'iiii',[[52,1]],'searchspace',[[64,1]],'reload',[[52,2],[41,1],[13,1],[8,1],[16,1],[5,1]],'target',[[62,1],[81,1],[68,1],[5,1]],'somewhat',[[81,3],[74,1],[61,1],[77,2],[78,1],[75,2],[43,1]],'ties',[[78,1]],'dincsbc',[[80,4]],'demo',[[57,2]],'shownotes',[[8,1]],'corresponds',[[81,2],[70,1],[73,1]],'240p@50fps',[[30,1]],'patch',[[43,2],[52,6],[15,1],[51,1]],'every',[[73,2],[35,1],[81,13],[41,2],[50,2],[15,2],[75,1],[67,1],[62,4],[57,4],[80,5],[30,5],[64,2],[77,1],[49,3],[78,3],[14,1],[84,1],[56,4]],'pepper',[[3,1]],'familiar',[[60,1],[61,1],[77,1],[78,1]],'qwerty',[[62,1]],'readonly',[[22,7],[62,4]],'emulate',[[24,1],[33,1],[30,1],[77,2]],' also',[[15,1],[11,1],[14,2]],'198',[[7,1]],'preset',[[62,1],[33,3],[80,1]],'switchy',[[62,1]],'lasereyes',[[65,1]],' 80',[[80,1]],'collector',[[80,1]],'remainder',[[73,1]],'machrider',[[65,1]],'doings',[[81,1]],'surface',[[63,2]],' 1024',[[70,3]],'_will_',[[64,1]],' alot',[[81,1]],'1984',[[80,1]],'jamm',[[75,1]],'bmp',[[63,1]],'accumulator',[[77,2],[80,27]],'of_',[[80,1]],'routines',[[51,1],[57,1],[80,1],[56,1]],'explanation',[[58,1],[80,1]],'progress',[[62,1]],'flicker',[[81,2]],'aforementioned',[[81,1],[78,1],[52,1]],'adventure',[[70,1]],'design',[[8,1],[47,1],[78,1]],'prompt',[[10,1],[61,1],[12,1],[9,1]],'4bit',[[77,4]],'acknowledged',[[78,1]],'clipsides',[[22,2]],'deviation',[[70,1]],'xnor',[[78,4]],'dynamic',[[59,1],[6,1]],'19th',[[78,1]],'according',[[62,1],[81,1],[60,1],[80,3],[7,1],[38,1],[6,1]],'comment',[[73,5],[26,2],[80,2],[61,1],[84,9],[52,1]],'169',[[81,1]],'dream',[[10,1],[11,1]],'stops',[[62,4],[10,1],[61,1],[78,1]],'z`_d2n@09',[[80,1]],'addressed',[[58,1]],'automation',[[52,1]],'sending',[[63,1]],' dec',[[80,2]],'thus',[[62,2],[81,1],[57,1],[39,1],[61,1],[80,1]],'updates',[[3,1],[10,1],[50,1],[80,1],[5,2],[49,1],[14,3],[8,1],[11,2],[82,1]],'identical',[[62,1],[81,1],[78,1]],'produces',[[81,1],[14,2],[64,1],[78,3]],'together',[[80,1],[64,1],[38,1],[78,2]],'manipulating',[[64,1],[52,1]],'customlagindicator_rvt',[[8,1]],'hhhhllll',[[77,1]],' every',[[78,1]],'recommended',[[62,2],[8,1],[52,1]],'ejected',[[24,2]],'categories',[[40,1]],'jsr',[[6,1],[80,1],[84,2],[52,3]],'planning',[[81,1]],'essentially',[[81,3],[57,1],[50,1],[60,1],[69,1],[78,2],[59,1]],'reader',[[33,1]],'hexfreezecolorr',[[23,1]],'chosenjo',[[33,1]],'vbl',[[52,1]],'%h21cp`ea@',[[80,1]],'logo',[[5,1]],'help',[[12,1],[27,2],[33,1],[75,1],[8,1],[38,2],[63,1],[66,1],[82,1],[61,2],[71,1],[78,2],[13,2],[1,2],[34,1],[74,1],[47,2],[52,1],[4,2],[57,2],[64,1],[5,1],[26,1],[59,1],[14,2],[36,1],[35,2],[18,2],[37,1],[53,1],[60,2],[81,1],[42,1],[40,1],[3,1],[62,1],[29,1],[80,1],[25,1],[55,1],[84,1],[73,1],[41,7],[69,1],[16,1],[67,1],[24,2],[79,1],[30,1],[77,2],[20,1],[11,1]],'besides',[[61,1],[65,1]],' additionally',[[62,1]],'persist',[[62,1]],'graphics',[[63,1],[53,1],[29,1],[57,3],[30,2],[69,1],[81,5],[23,2],[38,1],[6,1]],'dmcloop',[[62,1]],'gif',[[63,1]],'positions',[[81,1],[16,1],[11,2],[70,3]],'05ff8h',[[77,3]],'bit5',[[80,1],[73,2]],'fps',[[30,2],[8,1],[25,1]],'thing',[[81,2],[68,1],[50,5],[67,1],[78,1],[43,2]],'999',[[37,1]],'subtitler',[[65,1]],'sections',[[75,1],[81,2],[50,1]],'4001',[[78,2]],'therefore',[[30,1],[81,1],[78,2]],' size',[[70,1]],'@```',[[80,5]],'frame',[[22,4],[46,1],[18,1],[27,5],[37,1],[53,1],[15,2],[56,2],[60,1],[68,5],[81,8],[48,1],[8,3],[82,1],[43,1],[62,32],[61,6],[25,1],[78,19],[7,1],[13,3],[55,1],[73,5],[41,2],[69,1],[16,2],[74,2],[39,4],[52,6],[10,5],[30,10],[64,6],[49,4],[26,18],[14,7],[36,2]],'loaded',[[22,1],[35,3],[18,1],[46,2],[81,6],[8,1],[38,2],[43,2],[62,22],[32,2],[80,7],[70,5],[51,1],[78,4],[7,1],[13,2],[55,1],[41,10],[16,2],[31,4],[39,4],[65,1],[52,1],[24,2],[10,2],[30,1],[64,2],[77,8],[26,4],[14,4],[11,1],[56,1]],'header',[[24,2],[62,4],[21,1],[77,4],[75,7],[11,1],[73,4]],'boat',[[21,5]],'bankswitch',[[55,1]],'comparison',[[81,3],[80,1],[61,1],[58,1]],'purposes',[[81,1],[80,1],[70,1],[78,1]],'songs',[[77,2]],'hold',[[81,1],[18,2],[33,8],[68,1],[82,1],[38,1]],'periods',[[81,1]],'gtk',[[8,2],[4,1],[11,2]],' 16384',[[70,2]],'unlicensed',[[3,1],[5,1]],'excitingbike',[[65,2]],'multiply',[[77,1]],' includes',[[14,1]],'256x224',[[62,1]],'jajamaru',[[11,1]],'manage',[[64,1]],'comes',[[35,1],[81,1],[50,1],[30,1],[64,1],[80,3],[28,1],[67,1],[43,1]],'knobs',[[35,1]],'base',[[3,1],[22,1],[24,2],[62,1],[30,1],[80,1],[15,1],[78,1],[81,4],[31,2],[43,1]],'4092',[[77,1]],'inverts',[[7,1]],'nor',[[68,1],[80,1]],'times',[[46,1],[62,1],[68,2],[80,1],[64,1],[77,2],[70,1],[78,1],[81,7],[38,4]],'mhz',[[81,12],[78,2],[80,3]],'shape',[[65,1]],'bit4',[[80,1],[73,2]],'6500',[[80,5]],'brief',[[46,1],[59,1],[80,2]],'hasn',[[13,1]],'associated',[[62,1],[81,3],[43,1]],'config',[[11,2],[6,1],[22,7],[33,1],[16,4],[15,3],[28,1],[31,1],[67,5],[8,6],[10,2],[29,3],[30,3],[25,1],[5,2],[23,4],[26,1],[14,3],[13,4],[7,6],[12,3],[1,2]],'constant',[[81,1],[80,2],[13,1],[16,1]],'shx',[[80,4]],' 4800',[[77,1]],'predecrement',[[80,1]],'problematic',[[43,1]],'numlock',[[62,1]],'disrupt',[[77,1]],'operation|',[[78,2]],'exe',[[62,1],[60,1],[67,2],[30,1]],'annoying',[[62,1],[81,1]],'modern',[[3,1]],'unknown',[[81,1],[78,2]],'maxsegments',[[64,1]],'dialog',[[46,5],[11,3],[18,4],[60,2],[15,3],[8,5],[40,1],[43,1],[44,4],[45,4],[32,2],[62,7],[55,1],[7,5],[13,3],[41,4],[16,6],[21,1],[39,2],[67,1],[52,1],[10,4],[5,2],[26,4],[14,12],[12,4],[6,1]],'fails',[[30,1]],'17ff ',[[70,1]],' block',[[70,2]],'pulling',[[33,1],[80,1]],'effects',[[83,1],[81,2],[52,1]],'readdown',[[62,1]],'multiplied',[[77,1]],'dac',[[78,8]],'when',[[22,1],[46,3],[27,1],[68,1],[11,2],[6,14],[75,3],[8,13],[9,4],[38,6],[32,1],[61,12],[78,15],[7,19],[13,4],[74,1],[52,16],[4,1],[57,4],[64,12],[83,1],[5,6],[26,4],[14,10],[36,3],[54,2],[53,2],[18,4],[37,1],[81,20],[15,3],[43,5],[3,1],[62,16],[80,24],[25,1],[70,2],[55,4],[84,3],[73,4],[41,4],[50,4],[16,9],[31,3],[39,5],[67,3],[24,1],[10,6],[30,10],[23,3],[12,2],[56,6]],'wrapping',[[83,2],[8,1],[70,1]],'188',[[80,1]],'cias',[[80,2]],'fceux',[[22,60],[46,1],[27,1],[33,3],[6,3],[68,2],[48,1],[8,3],[38,7],[63,2],[72,2],[32,9],[61,2],[7,1],[13,2],[1,12],[47,2],[52,1],[64,1],[19,2],[0,2],[26,4],[14,4],[59,6],[36,1],[35,1],[18,4],[60,9],[15,2],[42,1],[2,3],[40,1],[3,10],[43,3],[29,1],[44,1],[45,1],[62,22],[25,2],[51,1],[84,3],[73,3],[41,2],[69,2],[16,9],[21,5],[28,3],[31,2],[39,5],[65,5],[67,10],[24,2],[10,1],[30,16],[23,1],[12,1],[20,3]],'logs',[[53,1],[57,1],[7,1],[11,1],[56,3]],'exiting',[[61,1]],' prg',[[70,2]],'controller',[[62,2],[53,1],[10,2],[33,9],[30,1],[70,1],[59,1]],'improper',[[26,1]],'nestopia',[[28,1]],'mirrored',[[81,1]],'count',[[22,1],[46,3],[10,2],[62,5],[73,1],[80,1],[78,31],[81,3],[11,1],[6,2]],'across',[[62,2],[64,1],[80,1]],'pay',[[81,1]],'visit',[[26,1]],'#0t',[[80,8]],'sweet',[[70,1]],'zbq',[[80,1]],'04ax',[[70,1]],'don',[[81,2],[37,1],[50,3],[15,1],[65,4],[8,2],[82,1],[52,2],[24,1],[62,3],[57,1],[80,1],[61,2],[64,3],[78,3],[5,1],[55,2],[13,1],[84,1]],' see',[[75,1],[18,1],[14,1]],'outline',[[62,1]],'flashing',[[9,1]],'match',[[43,2],[62,1],[7,1],[16,1],[11,1],[38,1]],'restores',[[41,6],[36,1]],'bit1|bit0',[[80,1]],'multibyte',[[8,1]],'0070',[[77,2]],'retrieve',[[62,5],[4,1]],'also',[[6,1],[53,1],[18,1],[33,3],[54,1],[56,1],[58,1],[60,1],[68,1],[75,1],[81,7],[8,4],[38,1],[43,2],[3,2],[44,1],[45,1],[32,1],[61,2],[62,10],[63,1],[51,1],[70,4],[78,3],[80,10],[7,1],[13,2],[55,5],[84,5],[73,1],[41,1],[50,1],[16,1],[74,1],[31,1],[67,3],[47,1],[52,12],[10,1],[57,3],[30,7],[64,4],[26,8],[20,1],[36,1]],'designed',[[46,1],[44,1],[45,1],[70,1],[26,1],[28,1],[75,1],[1,1]],'the',[[22,20],[46,46],[27,23],[33,78],[12,10],[20,22],[56,42],[68,35],[75,29],[48,4],[8,20],[9,10],[38,41],[63,9],[66,4],[72,4],[32,10],[61,86],[71,3],[78,335],[82,16],[76,3],[7,20],[1,5],[13,42],[34,3],[74,12],[47,5],[52,185],[4,5],[57,73],[64,130],[83,8],[5,6],[19,1],[0,1],[26,88],[14,28],[49,16],[59,6],[36,19],[54,28],[35,16],[18,21],[37,10],[53,14],[58,49],[15,7],[42,7],[60,25],[81,420],[2,10],[40,11],[3,28],[43,139],[29,7],[44,4],[45,3],[62,389],[25,14],[51,11],[70,64],[80,551],[55,66],[84,45],[73,112],[41,52],[50,118],[16,13],[21,11],[69,8],[17,3],[28,10],[31,16],[39,17],[65,11],[67,22],[24,45],[79,4],[10,39],[30,75],[77,115],[23,14],[11,15],[6,15]],'corners',[[38,1]],'chance',[[62,2],[81,1],[50,1],[64,1]],'somethingglobal',[[61,1]],'_____',[[70,2]],'remind',[[73,1]],'4011',[[78,4]],'uud',[[80,1]],'announced',[[24,1]],' basic',[[64,2]],'multiples',[[38,1],[78,1]],' vector',[[80,1]],' than',[[80,1]],'falling',[[81,2]],'unconditionally',[[81,1]],'map',[[12,1],[18,1],[27,1],[33,1],[40,3],[24,2],[29,1],[30,4],[64,1],[70,15],[51,1],[78,1],[26,4],[55,1],[20,1],[36,1]],'linux',[[3,4],[62,2]],'accessing',[[80,1],[52,1]],'display',[[22,2],[46,4],[53,2],[54,9],[81,1],[15,1],[8,5],[9,2],[38,1],[62,1],[80,2],[7,1],[50,1],[16,2],[17,1],[39,1],[65,1],[52,3],[10,6],[57,1],[30,14],[5,3],[23,1],[26,4],[49,1],[14,1]],'regarding',[[80,1],[1,1],[66,3],[20,1],[72,1]],'int',[[62,138]],'07ff ',[[70,2]],'retrieves',[[81,2]],'increased',[[3,1],[43,1],[18,1],[14,1],[81,1],[36,1]],'peek',[[8,1]],' just',[[74,1]],'loads',[[22,2],[62,6],[81,1],[41,2],[30,1],[77,1],[15,1],[78,1],[80,3],[26,1],[14,1],[6,1]],'16777216',[[80,2]],'occasionally',[[69,1],[80,2]],'not',[[22,5],[46,1],[18,3],[37,1],[53,1],[54,2],[15,1],[56,1],[58,1],[60,1],[68,4],[75,2],[81,13],[8,4],[9,1],[38,1],[43,10],[62,32],[32,2],[61,14],[80,54],[25,1],[70,6],[78,13],[7,2],[55,2],[84,1],[73,6],[41,1],[50,16],[16,4],[21,1],[31,1],[39,3],[65,3],[67,2],[52,5],[24,1],[4,1],[57,4],[30,8],[64,7],[77,13],[49,2],[26,5],[59,1],[14,5],[6,3]],'none',[[62,1]],'normally',[[56,2],[50,1],[80,2],[78,2],[52,2]],'0x8000',[[75,2]],'mapper',[[12,2],[52,2],[4,2],[10,1],[55,1],[16,1],[7,2],[14,1],[8,1],[11,1],[6,1]],'5ff5',[[77,2]],'anonymous',[[61,2],[62,3]],'scientific',[[63,1]],'title',[[24,2],[62,1],[50,1],[64,1]],'realize',[[50,1]],'scripting',[[18,2],[60,1],[61,1],[64,4],[68,1],[5,1],[59,4],[31,1],[65,1]],'sdl',[[16,22],[15,17],[8,4],[9,1],[3,1],[4,1],[10,1],[5,2],[14,12],[7,3],[13,2],[11,3],[6,1]],'mac',[[3,1],[67,1]],'videolog',[[15,1]],'score',[[13,1],[64,3],[33,2]],'alternate',[[49,3],[80,1],[42,1]],'surprise',[[50,1]],'cfg',[[22,4],[10,1],[30,2],[16,3],[15,1],[23,2],[17,1],[14,2],[13,2],[6,2]],'assembly',[[52,4],[51,2]],'statically',[[3,1],[63,1],[6,1]],'worry',[[62,1],[59,1],[81,1],[50,1],[61,2]],'slower',[[37,1],[50,1],[30,1],[67,1]],'dcp',[[80,10]],'reliably',[[80,1]],'2000|',[[70,1]],'loadstate',[[6,1],[22,3],[10,3],[18,2],[30,1],[41,6],[62,1],[26,1],[14,1],[20,7],[9,1]],'5ff6',[[77,1]],'measurements',[[80,1]],'dot',[[80,2],[5,1]],'maintain',[[8,1],[38,1]],'val',[[78,2],[80,5]],'try',[[54,1],[62,6],[57,1],[50,2],[61,1],[58,1],[64,1],[80,2],[67,2],[56,1]],'industry',[[81,1]],'latched',[[81,1]],'fastest',[[64,1],[27,1],[80,1]],'gdstr',[[62,3]],'040x',[[70,1]],'associative',[[61,3]],'decent',[[58,1],[38,1],[81,1]],'colored',[[81,1],[38,1],[55,2]],'3000|',[[70,1]],'rio',[[63,3]],'si_gamepad',[[73,2]],'bitmaps',[[81,3]],'debugged',[[84,1],[52,1]],'compatibility',[[9,1],[11,2],[62,4],[30,2],[21,1],[8,1],[12,2],[20,1]],'ask',[[13,1],[24,1],[32,3]],'paddle',[[62,1],[33,3],[73,1]],'tracing',[[56,1]],'thread',[[37,1]],'absolutely',[[64,1]],'60fps',[[37,1],[67,1]],'0x800',[[75,3]],' |bit7',[[78,2]],'120hz',[[78,1]],'meaningful',[[62,1]],'prevents',[[26,1],[18,1]],'handlers',[[62,1]],'markedframe',[[62,1]],'2nd',[[73,3],[81,1],[14,1],[77,1],[70,1],[12,1]],'rare',[[70,2],[80,1]],'returned',[[62,2],[75,2],[81,2],[80,1],[64,6],[78,1]],'create',[[35,1],[18,2],[27,1],[60,1],[58,2],[15,1],[81,1],[63,1],[40,1],[43,1],[62,7],[29,1],[80,1],[61,5],[51,1],[13,1],[84,1],[74,1],[65,1],[67,1],[52,2],[24,1],[10,1],[4,1],[57,3],[64,2],[23,1],[59,1],[6,1]],'pageup',[[62,1]],'pseudo',[[64,1],[78,5],[80,1]],'0700',[[70,1]],' input',[[70,2]],'thanks',[[78,1],[77,3],[11,1],[15,1]],'increasing',[[14,1],[8,1],[78,1],[36,1]],' sweep',[[78,2]],'1976',[[80,1]],'began',[[3,2]],'determining',[[81,1],[80,1]],'requested',[[81,2]],' notes',[[80,9],[70,1],[78,1]],'adjacent',[[84,1],[38,1]],'ubuntu',[[8,1]],'easter',[[57,1]],'posted',[[78,1]],'documentation',[[22,1],[46,1],[18,1],[37,1],[54,1],[60,1],[15,1],[68,1],[81,2],[48,1],[8,3],[82,1],[43,1],[62,1],[44,1],[45,1],[72,1],[80,4],[71,2],[70,1],[78,1],[55,1],[1,2],[50,1],[21,1],[28,1],[39,1],[26,1],[14,3],[20,1]],'padding',[[7,1]],'saver',[[13,1],[32,2]],'green',[[62,8],[35,2],[57,2],[55,3],[61,1]],'goemon',[[11,2]],'applyinputchanges',[[62,1]],'coming',[[78,1]],'cancel',[[60,1],[37,1],[14,1]],'carrying',[[81,1]],'figure',[[81,1],[50,4]],' chibi',[[78,1]],'implies',[[33,1],[2,1]],'gnu',[[3,1]],'listed',[[52,1],[75,1],[33,3],[14,1],[58,1],[43,1]],'hexbackcolorg',[[23,1]],'radiobuttons',[[8,1]],'exponentially',[[64,1]],'int16',[[75,1]],'each',[[46,1],[35,2],[33,2],[81,7],[36,1],[38,2],[43,3],[62,7],[80,8],[61,1],[70,8],[78,8],[55,1],[84,1],[73,2],[41,1],[28,1],[39,1],[52,2],[57,4],[64,2],[77,1],[23,1],[59,1],[56,1]],' rti',[[80,3]],'boulderdash_amoebaai',[[8,1]],'splicing',[[68,1],[73,1]],'moment',[[62,1],[20,1],[27,2]],'occurrence',[[80,1]],'getpixel',[[61,1],[62,2],[10,1]],'applying',[[52,1]],'variety',[[9,1],[14,1]],'amounts',[[38,1]],'bios',[[24,2],[31,1],[67,2],[77,1],[11,1]],'trouble',[[21,1]],'pairs',[[61,2],[77,1],[73,3]],'exhausts',[[64,1]],'recent',[[6,1],[46,2],[10,2],[18,1],[41,2],[62,1],[14,1],[13,2],[8,2],[12,1],[11,1]],'vrom',[[8,1],[75,1]],' any',[[30,1]],'suffice',[[43,1]],'ikari',[[70,1]],'cpx',[[80,3]],'randomness',[[80,1]],'sourceforge',[[3,2]],'fcuex',[[22,1]],'possibly',[[10,1],[50,1],[57,1],[61,1],[64,1],[52,1]],'p17',[[75,1]],' writes',[[78,1]],' cycle',[[75,1]],'issues',[[15,2],[28,1],[7,2],[14,1],[8,1],[9,2],[67,2]],'0071h',[[77,1]],'bother',[[78,1],[55,1]],'issue',[[34,1],[36,1],[67,2],[80,1],[16,1],[15,3],[14,1],[13,3],[8,1],[9,2],[6,1]],'tablet',[[33,1]],'greater',[[46,1],[26,1],[62,1],[80,3],[30,1],[43,2]],'various',[[18,1],[41,1],[69,1],[31,1],[39,1],[8,2],[38,1],[9,1],[3,2],[40,2],[4,2],[29,1],[30,1],[32,1],[62,1],[64,1],[66,1],[78,2],[7,1],[1,1]],'confirmed',[[62,1],[78,2]],'claims',[[80,1]],'since',[[81,8],[37,1],[50,6],[74,1],[8,2],[43,6],[3,1],[62,6],[57,1],[80,4],[77,4],[78,1],[14,1],[13,1],[55,2],[56,1]],'lose',[[8,1],[80,2]],' then',[[46,1],[26,2],[48,2],[40,1]],'coded',[[80,1],[14,1]],'grows',[[77,1]],'requiring',[[24,1]],'encounters',[[61,1]],'dsiplay',[[13,1]],'cycles',[[52,3],[6,2],[37,2],[56,1],[62,4],[80,12],[78,7],[5,1],[81,9],[8,2],[36,2]],'amazing',[[80,1],[65,1]],'separate',[[62,4],[57,1],[50,1],[80,1],[26,1],[2,1],[84,1]],'ideas',[[47,1]],'informing',[[61,1]],'rp2a03e',[[78,1]],' multi',[[84,1],[68,1]],' clear',[[80,1]],'jammed',[[75,1],[80,1]],'int32',[[75,1],[73,1]],'played',[[22,1],[33,1],[37,1],[30,2],[57,2],[68,1],[77,2],[73,1]],'luau',[[59,1]],'aimlessly',[[18,1]],'mamiya',[[77,3]],'misrepresented',[[81,1]],'c006#newname3#multilinecomment',[[84,1]],'suppport',[[6,1]],'titlebar',[[16,1]],'terminate',[[80,1]],'mapped',[[24,2],[27,1],[57,1],[30,4],[70,1],[78,1],[26,2],[55,1],[20,1],[52,1]],'bankswitching',[[77,5],[57,1],[81,1]],'freeware',[[3,1]],'1fff',[[75,2],[70,1]],'idea',[[77,2],[57,1],[50,1]],'isattemptok',[[64,2]],'collected',[[1,1]],'asm',[[58,1]],'intended',[[62,1],[80,1]],'converted',[[26,1],[67,1],[48,1],[78,1]],'05ff',[[70,1]],'getname',[[62,1],[14,1]],'nestopia_yuv',[[28,1]],'gfce',[[3,1]],'0005',[[77,1],[52,2]],'obtain',[[57,1]],'periodic',[[30,1],[77,1],[43,1]],'buggy',[[51,1]],'movies',[[22,1],[18,4],[68,5],[16,3],[15,1],[42,1],[31,1],[39,3],[8,2],[9,2],[47,1],[62,4],[67,2],[10,7],[70,1],[5,1],[26,3],[12,1],[73,2]],'pins',[[81,3]],'details|',[[81,2]],'regions',[[16,1],[7,1]],'zelda',[[81,1],[33,1],[57,1]],'obj',[[30,1],[81,1]],'fall',[[64,1],[81,1]],'xxx000x1',[[80,1]],'completing',[[68,1]],'hexeditor',[[61,1]],'1999',[[83,1],[77,4],[82,1]],'unlike',[[62,1],[80,2]],'tri',[[78,8]],'blargg',[[13,3]],'compressed',[[21,2],[18,1]],'detrimental',[[57,1]],'inherited',[[80,2]],'four',[[24,1],[10,1],[33,3],[50,1],[74,1],[70,1],[80,2],[75,3],[7,1],[13,1],[55,1]],'imaging',[[63,1]],'speedometeronly',[[65,1]],'nothing',[[81,2],[57,1],[50,1],[61,1],[64,7],[70,1],[7,1]],'yesnocancel',[[62,1]],' int32',[[75,2]],'vrc7',[[77,1],[5,1]],'mistakes',[[26,1],[68,1]],'columns',[[70,2],[43,1]],'rts',[[7,1],[80,3],[8,1],[77,1],[52,2]],' because',[[77,1]],'down',[[46,1],[35,1],[18,1],[27,2],[33,9],[37,1],[36,2],[81,5],[8,1],[40,1],[3,1],[43,2],[62,3],[80,1],[61,1],[70,4],[78,9],[73,3],[52,1],[30,1],[64,1],[77,1],[5,1],[26,5],[6,2]],' old',[[78,1]],'double',[[56,1],[81,1],[18,2],[58,1],[31,1],[8,2],[38,2],[40,1],[24,1],[43,5],[52,4],[32,2],[30,2],[78,1],[49,1],[6,1]],'turning',[[81,1],[27,1],[14,1],[30,2],[43,1]],'something',[[62,2],[60,1],[50,1],[61,6],[64,3],[15,1],[68,1],[77,2],[80,3],[82,1],[56,1]],' pressing',[[26,1],[33,1]],'stay',[[26,1],[38,1],[78,3]],'extensively',[[68,1]],'namco',[[77,4]],'compromised',[[81,1]],'logged',[[56,3],[57,4],[55,1],[8,1],[52,1]],'mega',[[43,4]],'158b',[[5,1]],'scroll',[[54,5],[81,8],[83,4],[70,1],[14,1],[8,1],[52,1]],'numbered',[[77,1]],' but',[[46,1],[81,1],[82,1],[49,1]],'www',[[61,1],[60,1],[63,4]],'implemented',[[3,3],[81,2],[10,2],[14,3],[13,3],[12,1]],'00698089599609375',[[73,1]],'republik',[[80,1]],'hikari',[[33,1]],'11111111',[[82,1]],'4017',[[75,1],[78,16],[5,1]],'takes',[[62,2],[81,3],[80,4],[61,1],[16,1],[64,1],[77,1],[78,1],[55,1],[47,1],[38,1],[52,1]],'esc',[[30,1],[32,1]],'usefully',[[65,1]],'desync',[[10,1]],'gracefully',[[10,1],[15,1]],'preventing',[[10,1],[37,1]],'definition',[[84,1],[50,1]],'submitinsertframes',[[62,1]],'advance',[[36,2],[27,5],[60,1],[68,4],[69,1],[43,2],[52,2],[62,5],[30,3],[64,1],[26,9],[14,1],[7,1],[56,1]],'4011h',[[77,1]],'abbreviations',[[80,1]],'failed',[[64,1],[68,2]],'languages',[[8,1],[59,2]],'take',[[81,2],[33,1],[58,1],[65,1],[43,1],[62,2],[80,4],[30,1],[77,1],[70,1],[78,2],[26,2],[55,2],[6,1]],'banking',[[62,1]],'cleared',[[10,1],[80,9],[64,2],[78,2]],'defaulting',[[12,1]],'remove',[[52,1],[50,1],[13,1],[16,1],[40,1]],'mangling',[[50,1]],'european',[[30,1],[80,1]],'e000',[[77,3],[57,1]],' blocks',[[70,1]],'recognized',[[10,1]],'0100',[[80,20],[70,2],[52,2]],'functions',[[46,1],[12,1],[18,1],[60,4],[8,2],[9,1],[43,2],[3,1],[62,12],[63,1],[80,1],[61,5],[7,1],[13,1],[41,2],[65,2],[4,2],[10,2],[57,1],[64,14],[83,1],[5,2],[59,2],[14,1],[11,1],[6,1]],'producer',[[44,1],[57,1],[32,1],[83,1],[17,1],[39,1],[65,1]],'cleaner',[[57,1]],'coloring',[[57,1],[7,1]],'1000|',[[70,1]],'japanophile',[[50,1]],'generation',[[81,3],[78,4]],'hacking',[[2,1],[1,1],[66,3],[69,11]],' nmi',[[80,1]],'nybbles',[[80,1]],'filehandle',[[61,3]],'blob',[[73,1]],'suggested',[[62,1]],'4013h',[[77,1]],'2406',[[81,1]],'infamous',[[81,1]],'txs',[[80,3]],'combined',[[0,1],[57,1],[80,1],[1,1],[64,2],[81,1]],'counts',[[62,1]],'initialization',[[57,1],[14,1]],'decides',[[61,1],[81,1]],'upward',[[78,1]],'practical',[[80,2]],' depending',[[78,1]],'avoided',[[81,1]],'those',[[81,1],[33,1],[37,1],[8,1],[38,1],[43,1],[62,6],[57,1],[64,1],[77,2],[78,2],[23,1],[56,1]],'windows98',[[32,1]],'brad',[[81,1],[78,1]],'lua51',[[6,2]],' processing',[[80,1]],' |04',[[78,1]],'received',[[64,1]],'getnote',[[62,1]],'2001',[[75,1]],'recording',[[46,1],[73,1],[18,3],[41,3],[68,16],[16,1],[15,2],[31,1],[39,1],[8,1],[9,1],[47,1],[3,2],[62,3],[10,2],[29,1],[30,3],[67,1],[25,1],[19,2],[26,14],[7,1],[12,2],[6,2]],'rewinding',[[12,1],[41,2]],'marginal',[[80,1]],'protections',[[80,1]],'dumps',[[41,1],[5,1]],'usable',[[15,1]],'0300',[[70,4]],'techniques',[[80,1]],'iql2',[[75,1]],'framenumber',[[22,1]],'0078',[[77,1]],'dungeon',[[81,1]],'sequentially',[[77,1],[81,1]],'oe_',[[80,2]],'erroneous',[[10,1],[14,1]],'3d2n@8',[[80,1]],'traditionally',[[68,1],[80,1]],'objpri',[[81,1]],'barely',[[67,1]],'appearing',[[81,1],[78,1]],'sachen',[[8,1]],' lower',[[36,1]],'cherished',[[69,1]],'isa',[[81,1]],'8157',[[6,1]],'floppy',[[24,2]],'subsection',[[75,6]],'32k',[[78,2]],'bankswitchable',[[77,1]],'breakpoint',[[6,2],[56,2],[4,1],[62,2],[7,1],[55,2],[8,6],[52,12]],'exec_time',[[62,1]],'johnson',[[81,2]],'hellraiser',[[81,1]],'0000110000000000',[[82,1]],'nutant',[[62,2]],'mainly',[[78,1]],'svgalib',[[3,3]],'decoded',[[62,2],[78,1]],' starting',[[62,1],[77,1],[81,1]],'invertselection',[[8,1]],'essence',[[68,1]],'booting',[[8,2]],'generally',[[62,1],[81,1],[80,2],[69,2],[70,3],[78,2]],'big_time_software@hotmail',[[81,1],[78,1]],'131072',[[80,1]],'examiners',[[80,1]],'aspects',[[71,1]],'increase',[[12,1],[26,1],[78,4],[25,1],[9,1]],'edu',[[80,1]],'registerrun',[[62,1]],'likelihood',[[24,1]],'cia2',[[80,1]],'periodicsaves',[[6,1]],'decode',[[51,1]],' |0a',[[78,2]],'de0d',[[80,1]],'hackers',[[69,1]],'#34053d',[[61,1]],'only ',[[77,1]],'start_address',[[77,1]],'more',[[22,1],[81,3],[18,4],[37,1],[68,2],[15,2],[8,1],[38,3],[43,3],[3,1],[44,1],[45,1],[62,4],[61,3],[63,1],[70,2],[71,1],[78,2],[80,6],[82,1],[7,1],[13,1],[50,4],[69,2],[16,2],[21,1],[28,1],[67,1],[52,7],[10,2],[57,3],[64,1],[77,1],[83,1],[5,2],[26,2],[59,1],[14,4],[11,1],[56,3]],'li#',[[80,2]],'events',[[64,2],[81,1]],'widely',[[21,1]],'quickly',[[26,1],[18,1],[33,1],[55,1],[70,1],[52,2]],' ram',[[70,4]],' octave',[[78,2]],'particularly',[[62,1]],'breaking',[[52,2]],'registerexecute',[[62,2]],'extension',[[35,1],[50,2],[16,2],[21,1],[39,1],[55,1],[63,1]],'bring',[[52,1],[56,1],[6,1]],'square2',[[62,1]],'continuous',[[27,2]],'clicks',[[62,1],[84,1],[52,1]],'playinput',[[5,1]],'navigate',[[26,1],[25,1],[52,1]],'inv',[[62,1]],'luascripts',[[64,1],[63,2],[65,2]],'misplaced',[[62,1]],'friends',[[62,1]],'playfields',[[81,3]],'push',[[64,1],[68,1],[80,1]],'dracula',[[5,1]],' sax',[[80,4]],'2a03',[[70,4],[78,13]],'ca65',[[84,1]],'octave',[[78,1]],'flawed',[[15,1]],'behind',[[62,2],[81,2],[57,1],[2,1],[61,1]],'&b%_3bxi',[[80,1]],'accumulate',[[81,1]],'rerecord',[[62,3],[73,1],[30,3],[5,1]],'#byte',[[80,4]],'spaces',[[10,1]],'programmed',[[81,2],[60,1],[65,1],[64,1]],'hud',[[8,2],[7,1]],'case',[[22,1],[73,1],[81,1],[15,1],[65,1],[52,1],[62,4],[43,2],[57,1],[80,3],[61,2],[64,5],[49,2],[84,1],[6,1]],'2j1t892n%',[[80,1]],'smart',[[57,1],[6,1]],'lagcount',[[62,1],[14,1]],'eeprom',[[8,1]],'dimensions',[[62,1]],'out',[[35,1],[81,8],[50,7],[58,2],[75,1],[8,3],[38,3],[43,1],[52,2],[62,2],[10,1],[80,3],[30,1],[61,1],[77,1],[51,1],[78,6],[26,1],[13,1],[11,2]],'transmission',[[63,1]],'verify',[[82,1],[80,1]],'plus',[[62,1],[81,3],[55,1],[77,1]],'variables',[[62,1],[60,2],[61,3],[64,6],[77,2],[75,1],[13,1],[56,1]],'punchouttraining',[[65,1]],'snes',[[5,2]],'fwnes',[[24,1]],'execute',[[52,5],[60,1],[80,1],[78,1],[56,1]],'disable',[[22,2],[33,2],[37,1],[58,1],[38,1],[43,1],[52,3],[62,1],[10,2],[32,2],[80,4],[78,13],[23,1],[14,1],[13,1],[11,1],[6,2]],'detecting',[[62,1]],'names',[[52,1],[56,1],[84,2],[50,2],[5,1],[7,1],[31,1],[8,2],[12,1],[6,1]],'desmume',[[44,1],[10,1],[45,1]],'presets',[[33,3],[18,1],[31,3],[68,1]],'implied',[[80,4]],'sort',[[81,1],[80,2],[61,1],[43,1]],'debugging',[[69,2],[16,1],[15,1],[8,2],[9,1],[52,9],[3,3],[10,1],[57,1],[61,1],[5,1],[51,1],[84,1],[6,1]],'2000',[[3,1],[75,2],[81,8],[77,3],[70,3],[82,2]],'returning',[[62,2]],'knowledge',[[59,1],[81,1],[50,2],[80,1],[58,1],[70,1]],'pushed',[[80,4]],'resumed',[[7,1]],'plot',[[61,2]],'65c816',[[80,1]],'large',[[62,1],[81,1],[64,1],[16,1],[52,1]],'remappable',[[13,1]],'indices',[[80,1]],'somthing',[[81,2]],'info|',[[81,1]],'objctr',[[62,3]],'identifier',[[73,2]],'exram',[[77,3],[81,1]],'saturation',[[81,1]],'substitute',[[43,2]],' |03',[[78,1]],'lowest',[[64,1],[70,1],[80,1]],'irqc',[[75,2]],'indeterminate',[[80,1]],' note',[[81,1],[18,1],[80,6],[16,1],[70,1],[78,6]],'reach',[[68,1]],'tens',[[68,1]],'compiling',[[14,1]],'inspect',[[52,1]],'classics',[[81,1]],'bypass',[[81,1]],'sync',[[14,1],[67,1],[8,1],[38,4]],'onto',[[81,2],[70,5]],'posting',[[78,1]],'silence',[[78,1]],'g8r',[[80,1]],'vsprintf',[[16,1]],'alongside',[[52,1]],'forces',[[62,2]],'mask',[[53,2],[57,2],[6,1]],'shared',[[81,1],[78,1]],'revolutionizes',[[18,1]],'coder',[[81,1]],' outside',[[77,1]],'clearing',[[8,1],[78,1]],'persistent',[[62,6]],'4015',[[78,9]],'dc0d',[[80,4]],'0000',[[52,1],[77,1],[70,7],[75,2],[55,1],[9,1],[43,1]],' watching',[[70,1]],'shorthand',[[82,1]],'tint',[[35,1],[81,1]],'crashes',[[62,1],[14,2],[7,1],[8,1],[16,3],[61,1]],'strict',[[52,1]],'competitionrecorder',[[65,1]],'soon',[[80,1],[50,2]],'woes',[[16,1]],'disksys',[[24,2],[67,2],[31,1]],' sram',[[70,1]],'cool',[[50,2]],' 010',[[78,1]],'traditional',[[33,1]],'naming',[[84,1],[41,1],[7,1],[14,1],[8,1],[39,1],[6,3]],'sum',[[52,3]],'omitted',[[62,1]],'onattemptend',[[64,1]],'illustration',[[80,1]],'log',[[6,3],[56,9],[4,1],[57,6],[73,12],[80,2],[7,1],[14,2],[8,9],[52,1]],'maxframes',[[64,4]],' jopi',[[80,7]],'powersave',[[13,1]],'joystick',[[75,2],[33,1],[74,3]],'solely',[[70,1]],' during',[[78,1]],'nospritelim',[[16,1]],'230',[[62,1]],'definitions',[[75,3],[50,1]],'saved',[[41,3],[50,5],[16,1],[75,1],[31,5],[39,1],[43,1],[52,1],[62,2],[30,1],[64,3],[13,1],[20,1],[6,2]],'60th',[[26,1]],'ntar',[[75,1]],'decreasing',[[78,2]],'correct',[[62,6],[10,1],[80,1],[13,4],[16,1],[38,2]],'lavelle',[[12,1]],'uwa',[[80,1]],' 2048',[[70,3]],'entry',[[62,4],[81,4],[50,1],[30,1],[77,2],[80,1],[5,1],[8,1],[43,1]],'arr',[[80,5]],'tweaked',[[28,1],[7,1]],'online',[[26,1],[61,1],[66,1],[70,1],[36,1]],'hq3x',[[38,2]],'assigns',[[29,1]],'poorly',[[34,1],[38,2]],'taller',[[38,1]],' dcp',[[80,4]],'navigation',[[3,1],[52,2]],'random',[[4,1],[50,1],[64,13],[80,2],[70,1],[78,13]],'ling',[[7,1]],'nesm',[[77,1]],'certain',[[33,1],[65,1],[67,1],[52,1],[62,1],[57,3],[64,4],[78,4],[49,1],[51,1],[59,1],[55,1],[56,1]],'launch',[[8,1]],'didn',[[62,1],[81,1],[50,1],[8,1],[16,1],[43,2]],'configurations',[[71,1],[18,1]],'opcodes',[[80,5],[52,1]],'useable',[[34,1],[59,1],[14,1]],'noisey',[[78,1]],'blank',[[50,1]],'smb3',[[65,1]],'512',[[81,1],[5,1]],'mess',[[64,1],[81,1]],'truth',[[80,1]],'amd',[[14,1]],'07ff',[[70,6],[9,1],[52,1]],'compress',[[30,1],[11,1]],'directories',[[29,1],[31,1]],'drawpixel',[[62,1]],'psin',[[75,1]],'nes_basecycles',[[77,2]],'jmp',[[57,1],[80,8]],'block',[[81,1],[50,1],[16,1],[70,22]],'257',[[62,2]],'newline',[[73,1]],'dual',[[77,3]],'implements',[[84,1]],'tied',[[78,1]],'damage',[[43,1]],'crashing',[[65,1],[16,1],[11,1],[15,2]],'becomes',[[57,2],[50,1],[8,1],[78,1]],'stopframe',[[22,2]],'corruptor',[[57,2]],'numpad6',[[62,1]],'would',[[35,1],[81,19],[50,3],[16,3],[15,2],[21,1],[43,1],[62,2],[57,5],[80,4],[30,1],[77,1],[70,6],[5,1],[49,1],[78,2],[7,1],[13,1],[84,1],[6,1]],'elseif',[[61,1]],'scheme',[[81,1],[74,1],[13,1],[23,1]],'helpndoc',[[22,1],[46,1],[27,1],[33,1],[12,1],[20,1],[56,1],[68,1],[75,1],[48,1],[8,1],[9,1],[38,1],[63,1],[66,1],[72,1],[32,1],[61,1],[71,1],[78,1],[82,1],[76,1],[7,1],[1,1],[13,1],[34,1],[74,1],[47,1],[52,1],[4,1],[57,1],[64,1],[83,1],[5,1],[19,1],[0,1],[26,1],[14,1],[49,1],[59,1],[36,1],[54,1],[35,1],[18,1],[37,1],[53,1],[58,1],[15,1],[42,1],[60,1],[81,1],[2,1],[40,1],[3,1],[43,1],[29,1],[44,1],[45,1],[62,1],[25,1],[51,1],[70,1],[80,1],[55,1],[84,1],[73,1],[41,1],[50,1],[16,1],[21,1],[69,1],[17,1],[28,1],[31,1],[39,1],[65,1],[67,1],[24,1],[79,1],[10,1],[30,1],[77,1],[23,1],[11,1],[6,1]],'clang',[[8,1]],'toggled',[[18,1],[39,1],[30,4],[9,1]],'looping',[[78,4]],'setselection',[[62,1]],'340',[[81,1]],'iup',[[63,3]],'read',[[22,5],[53,1],[18,1],[81,12],[15,1],[75,4],[8,2],[9,1],[43,4],[3,1],[62,19],[80,17],[61,6],[70,1],[78,5],[55,4],[13,3],[41,13],[16,2],[39,4],[52,5],[4,1],[10,4],[57,6],[64,1],[77,3],[49,1],[26,12],[14,1],[11,2]],'increases',[[78,2],[11,1],[12,1]],'udp',[[63,1]],' binary',[[80,1]],'lowmost',[[80,3]],'indeed',[[65,1]],'hl2n@',[[80,1]],'kevin',[[77,1]],'fortunate',[[80,1]],'ch8',[[77,2]],'offset',[[81,5],[80,1],[61,1],[77,1],[42,1],[49,3],[75,1],[55,2],[84,1],[82,2]],'copying',[[80,1],[50,1]],'n@3',[[80,1]],'&z0',[[80,1]],'isb',[[80,9]],'translate',[[50,3]],'bulletproof',[[10,1]],'courier',[[23,2]],'street',[[14,1]],'joypad',[[24,2],[62,15],[10,1],[27,1],[29,1],[61,3],[15,1],[73,2],[14,3],[8,1],[11,3],[12,1]],'event',[[74,1],[68,1],[55,1]],'using',[[6,2],[46,2],[53,1],[54,2],[56,2],[12,1],[20,3],[42,4],[58,3],[60,1],[81,3],[48,1],[8,1],[38,2],[43,3],[62,13],[63,1],[80,5],[61,5],[70,1],[78,2],[7,2],[55,3],[84,2],[50,3],[69,1],[28,1],[31,1],[65,1],[67,3],[52,2],[4,1],[10,1],[57,3],[64,1],[26,1],[59,2],[11,1],[36,2]],'instead',[[6,2],[81,3],[50,2],[17,1],[52,4],[62,4],[10,1],[57,2],[30,1],[61,1],[64,1],[49,1],[78,2],[80,5],[83,1],[55,2],[13,4],[84,1],[12,2],[36,1]],'emulua',[[61,1],[16,1]],'television',[[24,1],[35,1],[28,1],[33,1]],' resetting',[[43,1]],'241',[[81,1],[52,1]],'interpreter',[[61,1]],' which',[[77,1],[80,1]],'begins',[[13,1],[74,1],[50,2]],'flakes',[[8,1]],'audio',[[78,1],[57,2],[55,1],[77,2],[25,7],[36,1]],'separately',[[12,1]],'inconvenience',[[78,1]],'years',[[3,1],[81,1],[4,1]],'resurrected',[[3,1]],'affected',[[80,6],[58,1],[49,1]],'officially',[[50,1]],'|commands|rldutsba|rldutsba|rldutsba|rldutsba|port2|',[[73,1]],'allow',[[22,3],[62,1],[10,1],[33,3],[64,1],[73,1],[81,2],[14,1],[8,2],[38,2],[52,2]],'kiji',[[11,1]],'alias',[[62,5]],' 1000000',[[77,1]],'hop',[[78,1]],'conclusion',[[78,1]],'connection',[[80,1]],'playfield',[[81,28]],'nogui',[[7,1]],'experiment',[[81,1]],'task',[[13,1]],' file',[[35,1]],' type',[[75,6]],'maru',[[50,4]],'worth',[[81,2],[4,1]],'displaced',[[68,1]],'r65c00',[[80,2]],'swapped',[[35,1],[36,1]],'per',[[22,2],[35,1],[37,1],[50,1],[81,8],[38,1],[24,1],[62,6],[30,2],[61,1],[77,2],[5,1],[78,1],[14,2]],'inspection',[[52,1]],'perfectly',[[81,1]],'collision',[[81,1]],'invisible',[[81,1]],'gyp#8',[[80,1]],'dozens',[[81,1]],'profit',[[81,1]],'original',[[3,2],[52,2],[58,1],[78,1],[5,1],[28,1],[2,1],[14,1],[43,2]],'2013',[[7,1],[6,1]],'fourscore',[[16,1],[73,6]],'instance',[[81,1],[43,1],[10,1],[32,2],[30,1],[61,2],[64,3],[49,1],[70,3],[77,1],[80,2],[84,1],[20,1],[6,1]],'maintains',[[6,1]],'bigbad',[[35,2]],'composition',[[81,1]],'kid',[[70,1]],'dump',[[56,1],[14,2],[41,1],[5,1]],'canceling',[[14,1]],'older',[[3,1],[62,3],[60,1],[78,1],[36,1]],'vram',[[4,1],[55,1],[83,1],[82,4],[70,1]],'cycle',[[62,1],[81,24],[27,1],[80,20],[61,2],[16,1],[78,14],[75,1],[43,1]],'empty',[[52,3],[18,1],[80,1],[61,3],[8,1],[38,1],[73,1]],'accessed',[[6,1],[53,1],[57,5],[81,5],[70,1],[75,1],[55,1],[56,2]],'memwatch',[[22,1],[10,1],[14,2]],'recovery',[[16,1],[15,1]],'contain',[[73,1],[35,1],[57,1],[74,1],[61,1],[16,1],[70,2],[78,2],[26,3],[75,2],[31,1],[52,1]],'adv',[[30,1],[16,2]],'current',[[54,2],[35,1],[27,2],[33,3],[53,1],[36,1],[15,1],[68,2],[81,3],[8,2],[38,2],[43,6],[3,1],[62,20],[82,1],[80,4],[70,1],[51,2],[78,12],[7,1],[55,1],[73,2],[69,1],[28,1],[39,1],[52,5],[24,1],[10,1],[57,1],[30,1],[64,9],[77,1],[26,2],[14,3],[56,1]],'show',[[46,1],[53,2],[54,1],[50,1],[81,1],[16,1],[65,1],[8,1],[38,1],[62,2],[80,2],[61,1],[78,1],[5,1],[7,1],[14,1],[11,1],[56,1]],'fc0',[[22,2]],'anytime',[[26,1],[7,1]],'inputdisplay',[[22,3]],'allowing',[[62,1],[14,1],[39,1],[8,1],[38,1],[73,1]],'but',[[46,1],[81,10],[27,1],[33,2],[60,1],[68,2],[82,1],[38,1],[43,2],[3,1],[62,13],[80,15],[61,4],[70,1],[78,4],[13,2],[84,1],[41,1],[50,12],[21,2],[67,1],[52,2],[24,1],[57,4],[64,5],[77,2],[83,1],[49,1],[59,2],[56,3]],'weren',[[53,1],[57,2],[78,1],[52,1]],'modify',[[62,1],[55,3],[80,8],[58,1]],'ungzipping',[[16,1]],'precise',[[61,1],[81,1],[80,1]],'adds',[[3,2],[12,1],[10,2],[31,1],[62,1],[80,2],[5,1],[7,1],[13,1],[8,1],[11,2],[6,1]],' 1536 ',[[70,1]],'0000|',[[70,1]],'screens',[[81,1],[70,2]],'romchecksum',[[73,1]],'symbolic',[[56,2],[6,5],[5,2],[7,2],[84,2],[8,2],[52,7]],'xoff',[[75,1]],'patchlevel',[[80,1]],'joysticks',[[74,1]],' easily',[[80,1]],'eaters',[[80,1]],'diagrams',[[81,1]],'motherboard',[[81,1]],'0x0000',[[62,2],[84,1]],'serializers',[[81,2]],'march',[[3,1],[14,1],[7,1],[74,1]],'hooker',[[3,1],[14,1],[50,18],[42,1]],'irqs',[[75,1]],'rate',[[81,2],[37,1],[77,2],[78,14],[36,2]],'xdsp',[[3,1]],'gfceux',[[15,4]],' lda',[[80,1]],'vd`d2n0q',[[80,1]],'listening',[[57,1]],'launched',[[5,1]],'0123456789abcdef',[[52,2]],'home',[[62,1],[63,1],[5,1]],'onattemptstart',[[64,2]],'gives',[[62,1],[81,1],[33,1],[32,1],[37,1],[70,4],[13,1]],'simultaneously',[[30,1],[80,3],[49,1]],'throws',[[62,6],[80,1]],'memo',[[73,1]],'253',[[12,1],[8,1],[11,1],[6,1]],'densetsu',[[8,1]],'wram',[[16,1],[75,2]],'level',[[54,3],[73,2],[43,4],[81,3],[78,3],[59,1],[84,1],[38,1],[36,1]],'iql1',[[75,2]],'artist',[[77,3]],'forced',[[81,1],[78,1]],'probability',[[64,1]],'0400fh',[[77,1]],'float',[[62,3]],'easily',[[81,3],[18,1],[15,1],[31,1],[67,1],[63,1],[40,1],[52,3],[44,1],[10,1],[29,1],[45,1],[62,2],[64,3],[23,1],[80,1],[55,2],[84,1],[6,1]],'fully',[[62,2],[10,2],[18,1],[77,1]],'compile',[[64,1],[59,1]],'copy',[[62,1],[10,1],[32,1],[50,6],[80,3],[51,1],[39,1],[55,3]],'nreg',[[75,1]],'bcd',[[80,16]],'resolutions',[[5,1]],'latches',[[81,1],[80,2]],'states',[[62,4],[31,1],[80,2],[73,1]],'border',[[38,1]],'unf',[[21,1]],'mmc',[[81,3]],'lines',[[54,1],[52,1],[57,1],[50,1],[73,1],[77,1],[70,1],[80,1],[81,3],[14,3],[84,5],[56,4]],'remain',[[46,1],[81,1],[80,1]],'aspiring',[[50,1]],'3f00',[[70,1]],' processor',[[75,1]],'happen',[[83,1],[78,1],[80,1]],'sax',[[80,6]],'processed',[[61,1],[80,1]],'considering',[[81,1]],'046x',[[70,1]],'pointed',[[33,1]],'scrolling',[[54,2],[79,2],[81,4],[83,2],[82,3],[38,1],[6,2]],'tbl3',[[61,2]],'0x0200',[[62,2]],'yes',[[64,4]],' odd',[[80,2]],' it',[[46,1],[54,1],[68,1],[41,3],[69,1],[74,1],[81,4],[75,2],[28,1],[31,1],[67,1],[43,1],[62,1],[44,1],[45,1],[80,1],[30,2],[64,1],[70,1],[83,1],[59,1],[55,1]],'reverse',[[57,1],[69,1],[78,3],[5,1],[70,1],[84,1],[6,1]],'0x0263',[[62,1]],'adequate',[[50,1]],'closely',[[56,1],[16,1],[43,1]],'replay',[[62,1],[10,3],[41,1],[16,1],[25,1],[15,2],[26,2],[39,1],[13,1],[8,4],[43,1]],'0677fc51543b',[[73,1]],'corruption',[[70,1]],'nrom',[[14,2]],'guard',[[62,1]],'pha',[[80,1]],'5fff ',[[70,1]],'employs',[[64,1],[14,2]],'reminding',[[16,1]],'readbyterange',[[62,1],[16,1]],'represent',[[73,3],[78,3],[55,1]],'fact',[[80,1],[65,1]],'gray',[[62,1]],'acceptable',[[62,1]],'time',[[54,2],[11,1],[33,2],[60,1],[68,1],[36,1],[81,23],[2,1],[43,3],[3,1],[62,11],[80,14],[70,3],[78,7],[7,1],[55,2],[50,2],[74,1],[39,1],[65,1],[67,1],[52,5],[30,4],[77,1],[14,1],[12,1],[56,5]],'characteristic',[[70,1]],'outputted',[[78,1]],'slow',[[27,1],[37,1],[50,1],[61,1],[68,3],[80,2],[26,2],[67,5],[43,1]],'autohold',[[10,4]],' php',[[80,2]],'warned',[[61,1]],'our',[[80,1],[65,1]],'strobe',[[78,3]],'explaination',[[77,1]],'comecon',[[80,1]],'f12',[[62,1]],'containers',[[41,1]],'medium',[[62,2]],' 002',[[78,1]],'bandwith',[[81,1]],'latching',[[78,2]],'eliminate',[[70,1]],' from',[[80,1],[43,1]],'kicked',[[62,2]],' amplitude',[[75,1]],'tod',[[80,5]],'d`h#v1',[[80,1]],'jones',[[9,1]],'detected',[[21,1],[33,1]],' since',[[81,4]],'adelikat',[[3,2],[1,2],[70,1],[73,1]],'ppc',[[15,1]],'lags',[[46,2]],'248',[[8,1]],'taseditor',[[62,25],[8,9],[47,2],[5,1]],' boat',[[21,3]],'subpix',[[70,2]],'sec',[[77,2],[80,1]],' some',[[80,1],[36,1]],'0a00',[[70,1]],'cpy',[[80,3]],'ml`',[[80,1]],'sav',[[24,1],[57,1],[31,1],[14,1]],'asq_realityb',[[28,1]],'sbx',[[80,13]],'borrow',[[80,1]],'perform',[[62,2],[57,5],[80,4],[64,1],[77,1],[43,1]],'engineering',[[5,1],[69,1],[84,1],[78,3],[6,1]],'machines',[[13,1],[77,1],[20,1],[36,1]],'enhancing',[[8,1]],'redrawing',[[7,1]],'savestateas',[[9,1]],'third',[[84,2],[4,1],[80,1]],'freeze',[[62,2],[55,2],[13,1],[61,1],[20,2],[80,2]],'mappers',[[3,5],[55,2],[4,1],[16,1],[5,2],[7,2],[14,1],[8,2],[11,3],[6,1]],'keyboard',[[24,2],[62,3],[27,1],[33,1],[15,1],[5,1],[7,1],[14,1]],'chirps',[[14,1]],'cmake',[[4,1]],'listings',[[40,1]],'invoked',[[11,1]],'engineer',[[57,1]],'filling',[[58,1]],'hence',[[61,1],[62,1],[77,1]],'speedmode',[[62,1],[60,1],[14,1],[61,1]],'converting',[[13,1],[48,1],[5,1]],'commenting',[[61,1]],'modifies',[[62,1]],'key1',[[64,3]],'pipelined',[[81,1]],'deletes',[[10,1]],'image',[[24,5],[54,1],[62,9],[50,1],[61,2],[69,1],[80,2],[81,5],[26,1],[67,1],[38,10],[63,4]],'successful',[[80,1]],'bypasses',[[14,1]],'conte',[[78,1]],'play',[[22,1],[20,2],[68,1],[6,1],[81,1],[8,1],[62,2],[29,1],[7,5],[13,1],[34,3],[41,8],[50,2],[69,1],[39,1],[52,2],[24,1],[57,5],[30,3],[64,3],[77,6],[26,4],[14,1],[12,1],[56,1]],'syncronous',[[78,1]],'blur',[[38,1]],' additional',[[3,1]],'interesting',[[57,1]],'smearing',[[38,1]],'automate',[[59,1]],'2b8',[[80,1]],'d019',[[80,5]],'zero',[[54,1],[52,1],[27,1],[80,29],[81,1],[70,2],[78,4],[75,2],[43,1]],'smaller',[[62,1],[80,9],[50,1]],'found',[[44,1],[33,1],[45,1],[60,1],[58,1],[71,1],[78,7],[81,5],[6,1]],'phenomenon',[[78,1]],'preexisting',[[26,1]],'dffc',[[52,1]],'lae',[[80,1]],'gethash',[[5,1]],'mixed',[[81,2],[61,1],[78,1],[6,1]],'enlist',[[8,1]],' preset',[[33,1]],'scales',[[62,2]],' 20',[[81,1],[80,1]],'loop',[[62,4],[37,1],[80,4],[61,3],[78,1]],'u%_',[[80,1]],'attempt',[[3,1],[62,1],[32,1],[64,23],[78,1],[67,1],[52,1]],'activate',[[67,1],[58,1],[43,1]],'specificness',[[75,1]],'signal',[[35,1],[81,12],[80,4],[78,4]],'4800',[[77,2]],'maxvalue',[[64,12]],'optionally',[[62,3],[84,1],[15,1],[5,1]],'nitsujrehtona',[[3,2]],' added',[[14,1]],'instantly',[[81,1]],'works',[[53,1],[81,3],[50,2],[16,1],[52,1],[62,3],[57,1],[80,1],[77,1],[49,1],[14,2],[55,3],[84,1],[6,2]],'point',[[24,1],[81,1],[68,2],[41,1],[74,1],[78,3],[51,1],[26,3],[7,1],[82,1],[20,1],[43,2]],'attention',[[81,1],[55,1]],'rollback',[[64,3]],'messages',[[56,1],[62,1],[10,1],[16,1],[5,1],[14,1],[8,4],[11,1],[9,1]],'monitor',[[46,2],[81,5],[80,1],[14,1],[13,1],[67,1],[43,1]],'upscales',[[38,1]],'shops',[[50,1]],'decoder',[[3,1],[81,1],[30,1],[58,7],[69,1],[51,1]],'external',[[62,1],[35,1],[57,4],[81,5],[64,1],[78,1],[5,1],[67,1],[6,1]],'contributed',[[78,1]],'human',[[34,1],[68,2],[52,1]],'earlier',[[62,1],[10,1],[28,1],[68,1],[9,1],[6,1]],'m#nd',[[80,2]],'expose',[[81,1]],'wrote',[[3,1],[81,1],[41,3]],'purpose',[[3,1],[62,1],[65,3],[78,1]],'116',[[8,1]],'second',[[81,3],[68,1],[16,1],[15,1],[75,1],[82,3],[62,4],[10,1],[32,1],[64,1],[77,3],[80,2],[26,1],[84,2],[56,1]],'anyways',[[64,1]],'isrunend',[[64,1]],'resource',[[59,1],[18,1]],'shortcuts',[[14,1]],'vsnprintf',[[16,1]],'arrow',[[46,1],[33,2]],'099822938442230224609375',[[73,1]],' read',[[80,42]],'still',[[50,2],[39,1],[43,2],[62,4],[80,1],[30,1],[61,1],[25,1],[77,1],[78,3],[83,1],[14,1],[13,2]],'latter',[[80,3]],'exceeds',[[8,2]],'choppy',[[16,1]],'unified',[[3,1]],'manpage',[[8,1],[5,1]],'bad',[[50,2],[64,1],[67,1],[77,1],[52,2]],'customize',[[13,1],[56,1],[55,1]],'watched',[[46,1]],'half',[[81,4],[80,2],[61,1],[70,1],[78,2]],'renders',[[81,3],[78,1]],'multiplexed',[[81,1]],'tested',[[3,1],[81,1],[57,1],[50,3],[80,1],[78,1],[13,1]],'jl`@h',[[80,1]],' uses',[[41,1]],'understanding',[[81,1],[82,1]],'could',[[46,1],[62,2],[57,3],[50,2],[68,1],[77,1],[80,4],[81,7],[55,1],[67,1]],'relocated',[[77,2]],'deselected',[[50,1]],'c000#newname1#comment1',[[84,1]],'addresses',[[46,3],[54,1],[81,1],[58,1],[8,1],[9,2],[52,7],[43,12],[62,2],[77,1],[70,5],[51,1],[78,1],[55,4],[14,4],[13,2],[84,4],[6,1]],'elapsed',[[62,1]],'prompted',[[24,1],[26,2],[50,1]],'workflow',[[84,1],[6,1]],' reset',[[80,1],[74,1]],'arcade',[[77,1],[27,1]],'ninja',[[70,1],[49,1]],'delay',[[62,1],[81,1],[27,2],[7,1],[78,4],[49,1]],'parsed',[[73,2]],'registerwrite',[[62,1]],'viewer',[[54,4],[53,4],[69,1],[16,1],[3,2],[57,4],[5,1],[51,3],[7,1],[14,1],[55,1],[11,1],[6,1]],'deeper',[[61,1]],'setrenderplanes',[[62,1]],'micro',[[13,1]],'referenced',[[52,1]],'steady',[[37,1]],'refills',[[52,1],[43,1]],'referencing',[[84,1],[52,1]],'input3',[[16,1]],'luabot_front',[[64,1]],'tasing',[[68,1]],'rules',[[60,1]],'called',[[81,2],[60,1],[41,4],[68,1],[3,1],[62,10],[80,4],[30,1],[61,3],[64,14],[14,1],[84,2],[20,1],[6,1]],'preview',[[44,1],[45,1]],'parameters',[[62,2],[9,1],[43,2]],'reopen',[[62,2]],' sifc_none',[[73,1]],'252',[[8,1]],'lost',[[26,1],[18,1],[50,1],[55,1],[16,2]],' be',[[77,2]],'viewer ',[[14,1]],'truly',[[80,1]],'katakana',[[50,1]],'x0p',[[80,1]],'|miscellanious',[[81,1]],'send',[[80,1],[43,1]],'order',[[35,2],[53,1],[50,2],[68,2],[81,7],[31,1],[48,1],[65,1],[52,1],[24,1],[62,1],[57,2],[64,1],[70,1],[78,2],[26,2],[73,1]],'removes',[[62,1],[43,1]],'draws',[[62,5],[81,1],[83,1]],'invalid',[[62,1],[14,1],[7,1],[8,1],[15,1],[80,13]],'docs',[[6,1]],'suspending',[[7,1]],'extra',[[22,1],[56,1],[33,1],[37,2],[81,7],[75,3],[62,2],[10,1],[80,2],[77,1],[78,1],[13,1],[84,1],[73,1]],'registered',[[62,10]],'presskeya1',[[64,1]],'sp`0',[[80,1]],'japenese',[[50,1]],'kept',[[64,2],[81,1],[52,1]],'047x',[[70,1]],'anywhere',[[78,1],[80,2]],' 1994',[[80,4]],'xodnizel',[[3,2]],' 2005',[[82,1]],'regression',[[13,1]],'corrected',[[10,1],[28,1]],'nicely',[[49,1]],'commodore',[[80,5]],'beat',[[70,2]],'zd#',[[80,1]],'readability',[[62,1]],'trigger',[[62,3],[33,3],[55,2],[80,1]],'explosion',[[14,1]],'dc0c',[[80,1]],'bilinear',[[67,1]],'timing|',[[81,1]],'decoration',[[52,1]],'disposal',[[50,1]],'villigust',[[77,1]],'parameterstack',[[61,1]],'assignments',[[29,2],[33,2],[78,4],[40,1]],'crackling',[[36,1]],'parentheses',[[52,1]],'width',[[38,2],[14,1]],'inputcfg',[[11,1],[15,1]],'stop',[[22,2],[81,1],[60,2],[41,6],[50,1],[52,1],[3,1],[62,6],[10,1],[80,3],[64,4],[25,3],[78,1],[13,2]],'cable',[[24,1]],'04015h',[[77,1]],'dead',[[62,1],[64,1],[81,2]],' all',[[81,2],[80,1],[48,1],[82,1],[78,1],[23,1]],'best',[[81,1],[2,1],[64,5],[38,1],[56,2]],'writeable',[[62,2]],'5c00',[[77,2]],' unknown',[[78,2]],'appliciable',[[81,1]],'nmi3',[[52,1]],'list',[[35,2],[18,1],[33,2],[58,4],[75,1],[8,4],[40,2],[43,8],[62,1],[80,1],[61,2],[78,1],[55,1],[7,2],[13,1],[50,1],[21,1],[67,1],[52,6],[24,2],[10,4],[59,2],[14,1],[11,1],[6,1]],'fceu',[[34,2],[46,1],[18,6],[16,1],[28,6],[2,5],[31,5],[8,2],[67,4],[72,1],[3,12],[24,1],[29,1],[32,1],[61,1],[62,4],[25,1],[64,1],[71,1],[14,8],[55,1],[12,2],[20,1]],'upgrades',[[18,1]],'kinds',[[61,1],[80,2],[50,1]],'headerless',[[24,1]],'schematics',[[81,1]],'segments',[[64,6]],'die',[[70,1]],'icarus',[[70,1]],' 8192',[[70,1]],' quietust',[[78,1]],'warrior',[[31,1]],'flipped',[[77,1]],'effectively',[[81,1],[33,1],[55,1],[80,3],[78,2]],'enters',[[62,2],[84,1]],' and',[[80,8],[77,1],[14,1]],'unity',[[6,1]],'put',[[22,1],[24,1],[18,1],[35,1],[46,3],[50,4],[62,3],[64,1],[70,1],[81,4],[39,1],[56,2]],'flaws',[[28,1]],'numpad2',[[62,1]],'convert',[[62,1],[10,1],[18,1],[16,2],[78,1],[42,2],[48,4],[72,1]],'local',[[61,9],[62,4],[63,1]],'loadstates',[[10,1]],'generator',[[22,1],[54,1],[37,1],[41,1],[50,1],[21,1],[58,1],[68,1],[81,2],[28,1],[48,1],[47,1],[8,1],[43,1],[30,1],[77,1],[25,1],[70,2],[78,16],[14,1],[55,1],[11,1],[56,1]],'squeeze',[[50,1]],'048x',[[70,1]],'port2',[[73,3]],'inx',[[80,2]],'rising',[[81,1]],'00fh',[[77,1]],'rowheightborder',[[13,1]],'pasting',[[64,1],[50,1]],'dosomething',[[61,1]],'shs',[[80,2]],'eight',[[64,1],[38,2],[73,1]],'deals',[[72,1]],'lazy',[[81,1],[14,1]],'shift',[[6,1],[62,1],[81,13],[80,1],[16,1],[78,11],[7,1],[14,1],[48,1],[38,1],[20,1]],'getselection',[[62,1]],'trim',[[50,1]],'composed',[[75,1],[63,1]],'stage',[[81,8],[78,1],[80,1]],'tale',[[80,1]],'squares',[[51,1]],'setlagflag',[[62,1],[8,1]],'18ff',[[70,1]],' false',[[14,1]],'paste',[[51,1],[55,3],[50,2]],'coordinates',[[62,2],[81,1],[70,5]],'one',[[46,3],[35,1],[18,1],[33,6],[53,1],[60,3],[15,1],[68,2],[81,9],[43,3],[3,1],[62,20],[32,1],[61,8],[80,20],[25,1],[51,1],[70,4],[78,5],[7,1],[13,2],[84,1],[50,3],[21,1],[28,1],[67,1],[52,7],[10,1],[30,1],[64,5],[77,4]],'holding',[[26,1],[27,2],[7,1],[59,1]],'appendix',[[62,1]],'#rrggbbaa',[[62,1]],'cross',[[59,1],[74,1],[2,1],[80,1]],'decided',[[77,1],[68,1],[50,2]],'whyandhow',[[68,1]],'bryan',[[80,1]],' list',[[75,2]],'counters',[[81,3],[14,1],[13,1],[8,1],[78,9],[52,5]],'tsx',[[80,2]],'initalizing',[[77,1]],'locate',[[58,1]],'stumble',[[57,1]],'bullethell',[[65,1]],'ignored',[[27,1],[50,1],[61,1],[80,5],[78,2],[73,2]],'switching',[[24,2],[57,1],[83,1],[58,1],[15,1]],'missed',[[62,1]],' on',[[81,2],[78,4],[80,1]],'picture',[[53,1],[38,1],[67,1]],'narrowed',[[70,1]],'translations',[[50,1]],'undo',[[44,1],[45,1],[41,8],[30,1],[58,1],[68,2],[80,1],[26,1],[14,2],[55,2],[20,6],[52,1]],'exits',[[62,1],[64,1]],'self',[[61,1],[80,1]],'happily',[[80,1]],'willing',[[77,1]],'statistical',[[64,2]],'qbe',[[80,1]],'discussed',[[81,1]],'xh%&q',[[80,1]],'xxx2',[[77,1]],'dpcm',[[62,1],[12,1],[5,1]],'program',[[62,2],[81,1],[80,14],[61,1],[64,2],[69,1],[77,2],[78,1],[65,5],[67,1],[52,6]],'sites',[[67,1],[9,1],[27,1]],'x00fd',[[46,1]],'grayed',[[13,2],[14,1]],'single',[[6,2],[81,4],[68,1],[2,1],[8,1],[52,2],[62,1],[10,1],[32,1],[80,1],[77,2],[78,2],[51,1],[26,2],[13,1],[73,1]],'directly',[[23,1],[81,1],[18,3],[55,5],[78,3],[52,2]],'cell',[[24,1]],'nulled',[[75,1]],'click',[[60,2],[50,3],[58,4],[48,2],[8,3],[38,2],[40,1],[43,5],[52,16],[62,1],[32,4],[30,1],[55,3],[14,3],[20,1]],'june',[[3,1],[10,1],[80,1],[9,1]],'pictures',[[30,1]],'tracer',[[8,1],[56,2]],'hexeditorfontsize',[[23,1],[6,1]],'llvm',[[8,1]],'dlljjbbb',[[74,1]],'04000',[[77,1]],' probably',[[80,2]],'new',[[46,2],[12,8],[18,10],[56,1],[81,5],[58,1],[15,3],[42,1],[48,1],[8,10],[9,4],[43,1],[3,3],[62,2],[80,7],[61,2],[78,8],[7,9],[13,6],[84,1],[73,2],[50,2],[69,2],[16,7],[17,2],[28,1],[67,1],[47,2],[24,2],[4,5],[10,8],[30,6],[57,1],[64,8],[5,8],[77,1],[26,1],[14,8],[11,4],[6,6]],'though',[[53,1],[57,1],[80,2],[61,2],[81,1],[78,1],[55,1],[43,1]],'pain',[[75,1]],'laws',[[10,1]],'turtles',[[70,1],[49,1]],'scale3x',[[38,2]],'from',[[56,2],[20,1],[27,3],[33,3],[68,4],[6,6],[75,4],[8,9],[38,1],[72,1],[82,2],[61,5],[78,17],[7,3],[13,5],[74,1],[47,1],[52,8],[4,1],[57,3],[64,2],[83,9],[19,1],[26,12],[14,6],[35,2],[18,8],[37,2],[53,1],[58,2],[15,2],[60,2],[81,17],[2,1],[43,4],[3,4],[62,29],[80,74],[25,1],[70,2],[55,5],[73,4],[41,7],[50,6],[16,5],[21,3],[17,1],[31,1],[67,1],[24,2],[10,4],[30,2],[77,5],[12,5],[11,1]],'assume',[[62,1],[80,1],[61,1],[77,2]],'numpad9',[[62,1]],' bits',[[81,1],[77,2],[78,3],[82,2]],'automagically',[[80,1]],'calculation',[[52,1],[78,1],[6,1]],'internet',[[34,1],[18,1],[29,1],[60,2],[69,1],[63,1]],'much',[[62,3],[81,2],[10,1],[50,3],[30,2],[57,3],[60,1],[61,1],[78,1],[59,2],[80,5],[38,1]],'method',[[62,3],[81,2],[37,1],[80,2],[30,1],[78,1],[38,2],[43,2]],'farcry',[[61,1]],'blocking',[[62,1]],' w1',[[70,1]],'buffing',[[36,1]],'blobs',[[73,1]],'otion',[[6,1]],'ported',[[3,3],[12,1],[44,2],[45,2],[11,1],[6,1]],' press',[[30,1]],'choices',[[35,1],[10,1],[18,1],[21,1]],' windows',[[12,1]],'shoddy',[[50,1]],'index',[[62,2],[75,3],[81,6],[80,15],[61,1]],'blitting',[[62,1]],'341',[[81,4]],'turns',[[22,6],[14,1],[80,2],[9,1]],'castlevania',[[77,1]],'initial',[[80,2],[7,1]],'studying',[[78,1]],'scope',[[61,2],[60,1]],'enabled',[[22,5],[35,1],[33,1],[41,6],[50,1],[81,1],[8,3],[9,1],[38,2],[52,2],[82,2],[10,3],[32,8],[30,9],[64,1],[77,1],[5,1],[78,7],[7,2],[13,2],[14,1],[55,1],[36,1]],'crashed',[[55,1]],'prepared',[[62,1]],' snowbro',[[78,1]],'strange',[[80,1]],'documents',[[40,1],[18,1],[29,1],[64,1],[84,1],[63,1],[52,1]],'226',[[11,1]],'sends',[[26,1],[18,2]],'monitors',[[46,2],[81,2]],'critical',[[64,1],[26,1]],' bit',[[75,2],[80,2],[77,10],[78,3]],'`c`',[[80,1]],'smb0',[[22,15]],'radikus',[[8,1]],'1000000th',[[77,2]],'temporary',[[3,1],[62,1],[81,8],[80,1]],'altering',[[80,1]],'request',[[81,1]],'manual',[[61,1],[47,1],[62,2]],'imagine',[[81,1]],'turbo ',[[10,1]],'segment',[[62,1],[26,1],[68,4],[55,2],[64,27]],'10#newname4#',[[84,1]],'successfully',[[80,2]],'actions',[[26,1]],'registerload',[[62,1],[12,2]],'intruction',[[80,1]],'programmatically',[[57,3],[55,2]],' an',[[81,2]],'lame',[[81,1]],'replaces',[[58,1],[4,2]],'joe',[[50,1]],'5000',[[77,1]],'producing',[[78,2]],'accel',[[14,1]],'headers',[[75,1],[10,1]],'followings',[[21,1]],' pha',[[80,1]],'junk',[[62,1]],'r0j0',[[80,1]],'opposed',[[50,1],[81,4],[43,1]],'vic20',[[80,2]],'playing',[[11,1],[18,3],[68,6],[21,2],[43,1],[62,2],[29,2],[57,2],[30,2],[64,1],[25,1],[70,1],[19,2],[26,6],[77,1],[7,1],[14,1],[20,1],[12,1]],'else',[[62,3],[68,1],[65,1],[61,3],[64,3],[43,1]],'punchoutchallenge',[[65,1]],'substitutions',[[50,1]],'characters',[[18,1],[16,1],[70,1],[77,1],[55,1],[84,1],[8,1],[73,1]],'confirmation',[[9,1],[32,1]],'upper',[[81,1],[80,6],[30,1],[70,1],[52,1]],'cld',[[70,1],[80,1]],'menu',[[11,3],[12,2],[18,7],[27,4],[33,1],[36,2],[15,1],[42,1],[46,3],[8,4],[9,1],[40,1],[43,5],[62,2],[29,6],[32,4],[25,4],[51,2],[7,1],[1,6],[13,6],[55,2],[41,20],[50,2],[16,2],[17,1],[31,1],[67,1],[24,2],[10,4],[30,16],[5,1],[26,8],[14,18],[20,3],[6,1]],'intention',[[59,1]],'supply',[[61,1]],' bankswitch',[[77,1]],' absolute',[[80,4]],'going',[[62,1],[81,2],[50,4]],' 040x',[[70,1]],' 10',[[78,3]],'nmos',[[80,9]],'mapping',[[3,1],[16,1],[70,3],[7,1],[1,1],[14,2],[66,2]],'religion_mode_on',[[80,1]],'macros',[[68,1]],'appropriate',[[62,3],[81,7],[80,1],[78,4]],'august',[[3,4],[17,1],[18,1],[16,1]],'0070h',[[77,3]],'visualize',[[4,1]],'acquired',[[78,1]],'boards',[[7,1]],'others',[[57,1],[80,1],[69,1],[8,1],[78,2],[49,1]],' among',[[44,1],[45,1]],'whatever',[[54,1],[62,2],[57,1],[64,2],[78,2]],'emulator',[[20,2],[35,2],[60,3],[68,4],[81,1],[15,2],[75,6],[2,3],[8,2],[38,2],[3,3],[62,18],[29,1],[32,2],[61,9],[80,1],[25,3],[7,2],[73,6],[50,4],[69,1],[52,6],[10,1],[30,1],[77,1],[23,1],[26,2],[59,1],[11,2],[56,2]],'necessarily',[[80,1]],'seven',[[80,1]],'interprets',[[62,1],[81,1]],'paiting',[[61,1]],'resistors',[[78,1]],'n#bm#l',[[80,1]],'prescale3x',[[38,2]],'reg#3',[[5,1]],'deemphasis',[[5,1]],'lastkey3',[[64,1]],'wikipedia',[[68,1],[70,1]],'readbytesigned',[[61,1],[62,2],[14,1]],'slows',[[27,1]],'romfilename',[[73,1]],'conjunction',[[22,1],[57,1],[56,1]],'left ',[[75,1]],'booklet',[[80,1]],'ticks',[[77,2]],'actually',[[62,7],[81,5],[37,1],[57,1],[64,1],[80,1],[70,1],[78,3],[65,1]],'0080',[[77,2]],' length',[[78,11]],'kh#f1',[[80,1]],'clockline',[[81,1]],'regulate',[[78,1]],'0x10',[[84,1]],'registerafter',[[62,1]],'finds',[[50,1]],'that',[[22,1],[46,1],[33,3],[20,3],[12,3],[68,9],[75,2],[8,1],[9,2],[38,3],[63,4],[82,3],[32,1],[61,12],[78,29],[13,5],[47,1],[52,14],[4,1],[57,13],[64,19],[83,1],[49,1],[26,9],[59,3],[14,9],[36,1],[54,3],[35,3],[18,3],[53,5],[60,2],[58,1],[81,40],[42,1],[2,2],[43,24],[3,5],[44,1],[45,1],[62,51],[80,43],[70,12],[51,2],[55,12],[84,7],[73,7],[41,8],[50,19],[16,2],[21,1],[17,1],[28,1],[31,1],[65,7],[67,2],[24,1],[10,7],[30,4],[77,8],[23,2],[11,1],[56,7]],'document',[[75,2],[81,6],[41,3],[80,2],[78,4]],'presses',[[68,2],[14,1]],'family',[[24,2],[33,2],[80,2]],'opcode',[[4,1],[80,59],[13,1],[52,1]],'key3',[[64,1]],'playmoviefrombeginning',[[10,1]],'prescale4x',[[38,2]],'region',[[22,2],[4,1],[30,2],[5,2]],'f11',[[62,1]],'customizable',[[5,1]],'3f00|',[[70,1]],'4009',[[78,1]],'fatratknight',[[1,1],[12,1],[65,1]],'unsaturated',[[28,1],[5,1]],'variable',[[62,8],[81,1],[61,1],[64,7],[5,1],[75,3],[73,2]],' f7',[[62,1]],'bugsbunnybirthdayblowout',[[65,1]],'8192',[[67,1]],'while',[[6,1],[81,2],[18,1],[27,1],[33,2],[37,2],[60,1],[68,1],[8,1],[9,1],[38,1],[62,7],[44,1],[32,2],[61,5],[80,11],[78,3],[7,2],[55,3],[84,2],[41,1],[50,4],[39,1],[65,1],[67,1],[52,4],[57,6],[30,3],[77,4],[26,3],[14,2],[11,1],[56,3]],'invert',[[62,6],[12,1],[38,1]],'broad',[[60,1]],'win32',[[6,1],[16,2],[15,12],[8,1],[9,1],[63,1],[4,1],[10,3],[5,1],[14,1],[7,1],[13,1],[11,2],[12,1]],'goroh',[[78,1]],'pal',[[22,8],[35,6],[28,11],[2,1],[8,1],[38,4],[10,1],[30,3],[77,11],[5,3],[7,1],[13,3],[12,1],[73,2]],'sf_',[[80,1]],'triangle',[[62,1],[78,28],[36,1]],'criterion',[[68,2]],'reduces',[[70,1]],'pfpixel',[[81,1]],'skinny',[[82,1]],'playstation',[[3,1]],'move',[[62,1],[57,4],[64,1],[70,1]],'audible',[[78,4]],'madara',[[77,1]],'2020',[[22,1],[46,1],[27,1],[33,1],[12,1],[20,1],[56,1],[68,1],[75,1],[48,1],[8,1],[9,1],[38,1],[63,1],[66,1],[72,1],[32,1],[61,1],[71,1],[78,1],[82,1],[76,1],[7,1],[1,1],[13,1],[34,1],[74,1],[47,1],[52,1],[4,2],[57,1],[64,1],[83,1],[5,1],[19,1],[0,1],[26,1],[14,1],[49,1],[59,1],[36,1],[54,1],[35,1],[18,1],[37,1],[53,1],[58,1],[15,1],[42,1],[60,1],[81,1],[2,1],[40,1],[3,1],[43,1],[29,1],[44,1],[45,1],[62,1],[25,1],[51,1],[70,1],[80,1],[55,1],[84,1],[73,1],[41,1],[50,1],[16,1],[21,1],[69,1],[17,1],[28,1],[31,1],[39,1],[65,1],[67,1],[24,1],[79,1],[10,1],[30,1],[77,1],[23,1],[11,1],[6,1]],'fine',[[81,5],[27,2]],'hex',[[46,4],[68,2],[58,2],[8,1],[9,1],[43,11],[62,2],[3,1],[44,1],[45,1],[61,2],[70,3],[51,1],[7,1],[13,5],[55,11],[84,1],[73,1],[50,1],[69,3],[52,3],[4,1],[10,3],[57,3],[5,2],[23,4],[14,3],[6,2]],'reporting',[[10,1]],'focus',[[30,3]],'biggest',[[50,1]],'scoring',[[64,1]],'00h',[[77,7]],'behaving',[[39,1]],'machine',[[80,5],[8,1],[52,1]],'produce',[[56,2],[73,1],[10,1],[45,1],[81,1],[58,2],[78,4],[26,1],[31,1],[13,1],[66,1],[36,2]],' this',[[34,1],[46,1],[18,1],[33,2],[41,8],[60,1],[81,6],[75,3],[43,1],[3,1],[44,1],[45,1],[32,1],[30,2],[62,1],[25,1],[49,2],[19,1],[26,6],[70,5],[78,7],[13,1],[80,1],[83,2]],'c022',[[52,2]],'#l&',[[80,1]],'2010',[[10,2],[11,1]],'anded',[[80,1]],'inital',[[77,2]],'crossings',[[80,3]],'giorgio',[[3,1]],'5th',[[80,1]],'bitmap',[[81,13]],' e000',[[77,1]],' otherwise',[[80,1]],'arithmetic',[[80,8]],'pad',[[3,1],[33,6],[5,1]],' four',[[80,1]],'example',[[46,2],[54,2],[60,1],[50,3],[81,1],[75,1],[63,2],[43,3],[62,10],[52,3],[10,1],[57,4],[80,5],[77,1],[70,5],[49,1],[84,6],[73,2]],'bginput',[[22,3]],'p7f',[[62,1]],' same',[[41,5]],'msg',[[62,1]],'deselect',[[10,1],[50,1]],'exceptions',[[80,2]],'icoa',[[75,1]],'only',[[22,3],[35,2],[18,1],[33,1],[37,1],[53,4],[15,3],[56,5],[68,2],[75,1],[81,14],[8,3],[9,2],[38,2],[3,4],[40,1],[43,2],[32,1],[61,8],[62,29],[25,3],[78,18],[80,22],[55,1],[13,2],[84,3],[41,7],[50,3],[16,2],[21,2],[74,1],[17,1],[39,4],[47,1],[52,7],[4,1],[10,2],[57,6],[64,3],[77,12],[23,1],[26,10],[14,1],[11,1],[6,1]],'negative',[[62,2],[80,12],[83,1],[78,3]],'potential',[[8,1],[10,1],[67,1]],'coolboy',[[5,1]],'c150',[[80,1]],'c002##comment2',[[84,1]],'zeromus',[[3,1]],'appear',[[20,1],[81,2],[41,2],[58,2],[31,1],[8,1],[52,5],[24,3],[62,2],[78,1],[14,2],[11,1],[56,1]],'nnnn',[[57,1],[52,4]],'complicated',[[80,3]],'coincides',[[81,1]],'around ',[[77,1]],'files',[[46,3],[35,2],[18,4],[27,1],[33,1],[60,2],[15,1],[42,1],[48,5],[8,4],[63,2],[43,3],[72,1],[29,1],[25,4],[55,2],[13,3],[84,11],[41,2],[50,3],[16,3],[21,5],[74,1],[28,1],[31,13],[65,1],[52,4],[24,1],[4,1],[10,3],[57,5],[5,1],[19,1],[26,5],[59,1],[14,4],[12,1],[6,3]],'008',[[78,1]],'correction',[[78,1],[38,1],[14,1]],'grapical',[[38,1]],'plugged',[[33,2]],'polling',[[30,1]],'surrounding',[[81,1]],'512k',[[6,1]],' indexed',[[80,2]],'op`b@`',[[80,1]],'processtable',[[61,2]],'jeopardy',[[70,1]],' will',[[16,2]],'tasks',[[64,1],[59,1]],'allowudlr',[[22,3]],'latch',[[75,4],[81,5],[80,2],[78,1]],' scale',[[78,1]],'writepixel',[[62,1]],'ongoing',[[62,1]],'maximus',[[3,2]],'filter',[[46,1],[35,1],[18,1],[68,1],[69,1],[42,2],[67,1],[40,1],[3,1],[44,2],[45,2],[70,2],[5,2],[12,1],[56,3]],' stack',[[75,1],[70,4]],'exnr',[[75,1]],'snapshots',[[28,1]],'complements',[[8,1]],'poweron',[[62,3],[14,1]],'sorta',[[77,1]],'lacked',[[78,1]],'644',[[80,6]],' occurs',[[80,1]],'shot',[[61,1],[62,2]],'selections',[[50,4]],'speedrun',[[64,1],[68,2],[2,1]],'decreased',[[43,2]],'broken',[[81,1],[57,1],[70,2],[5,1],[15,1],[12,1],[52,1]],'5015',[[77,1]],'sweep',[[78,22]],'pulses',[[81,2],[78,1]],'equally',[[64,1]],'applicable',[[81,2]],'buffering',[[36,3]],'400c',[[78,4]],'nybble',[[80,34]],'fcm',[[18,2],[74,6],[16,4],[15,1],[42,2],[67,2],[48,6],[72,2],[10,2],[5,1],[26,2],[14,1],[13,1],[73,1]],'launches',[[12,1]],'warcraft',[[61,1]],'hotkeys',[[11,1],[36,2],[18,2],[27,1],[33,2],[16,1],[8,2],[40,5],[24,2],[44,2],[10,1],[29,1],[30,3],[5,1],[26,4],[7,1],[14,4],[20,1],[12,1]],'generation|',[[81,1]],'readimmediate',[[62,1]],'128',[[81,2],[80,7],[14,2],[52,2]],'previous',[[46,1],[73,1],[18,2],[41,9],[48,1],[8,1],[43,4],[62,1],[72,1],[10,1],[64,5],[70,1],[78,1],[26,1],[59,1],[14,1],[11,1],[20,1]],'requests',[[62,1]],'brute',[[62,1]],' fceux',[[33,1]],' 030',[[78,1]],'accuracy',[[13,1],[30,1],[62,1]],'8ch',[[77,1]],'minimize',[[18,1],[14,1]],'emulators',[[62,1],[10,1],[26,1],[39,1],[8,1],[11,1],[12,2]],'python',[[3,3],[59,1]],'getscreenpixel',[[62,3],[10,1]],'sunsoft',[[77,4]],'4002',[[78,5]],'compresses',[[30,1]],'swap1p2p',[[8,1]],'poke',[[10,1],[43,3]],' 17d',[[78,1]],'result',[[62,4],[35,1],[68,1],[80,22],[81,5],[77,1],[78,4],[55,1]],'future',[[34,1],[65,1],[50,1],[67,2],[77,1],[80,1]],'suitable',[[57,1]],'combines',[[57,1]],'l&xj8',[[80,1]],'ratio',[[78,1],[14,1],[8,1],[38,5],[6,1]],'adjusted',[[80,1]],' ah',[[80,3]],'playingbest',[[64,1]],'receive',[[30,1],[62,1],[50,1]],'print',[[62,1],[80,1],[61,1],[5,1]],'hq2x',[[38,4]],'tetris',[[65,1]],'within',[[54,1],[62,1],[57,1],[81,1],[75,1],[7,1],[38,2],[52,1]],'linking',[[6,1]],'01ah',[[77,1]],'differing',[[77,1]],'quit',[[7,1],[61,1],[6,1]],' txs',[[80,1]],'vsbx',[[80,3]],' internal',[[80,1]],'bitwise',[[61,3],[62,1]],'disassembler',[[57,5]],'possible',[[81,1],[68,2],[41,2],[50,1],[58,2],[75,1],[28,1],[62,1],[10,1],[57,2],[64,3],[80,4],[70,1],[26,1],[84,1],[20,1]],' flags',[[77,1]],' jmp',[[80,1]],'getfilename',[[62,1],[4,1],[10,1]],'030f',[[70,1]],'displaying',[[62,2],[59,1],[81,1],[30,1],[8,1],[51,2]],'handy',[[61,1],[70,1],[50,1]],'feos',[[3,1]],'clearinputchanges',[[62,1]],'depends',[[62,1],[37,1],[80,2],[73,1]],'abbr',[[81,1]],'lagging',[[30,2]],'functional',[[3,1],[18,1],[11,1],[12,1]],'consistency',[[14,1],[12,1],[5,1]],'recieve',[[78,1]],'components',[[62,3],[43,1],[78,1],[52,1]],'lag',[[46,2],[62,11],[18,3],[37,1],[30,8],[16,1],[15,2],[5,1],[49,1],[14,2],[8,1],[6,1]],'action',[[78,5],[12,1],[43,2]],'affect',[[62,1],[14,1],[80,2],[38,1],[43,2]],'unpauses',[[62,1],[11,1]],'neg',[[78,1]],'modes',[[80,6],[30,1],[61,1],[70,1],[78,1],[38,2],[43,1]],'75%',[[62,2]],'forbid',[[16,1],[52,2]],'eraser',[[50,1]],'equivelant',[[81,1]],'reference',[[52,1],[61,6],[50,3]],'gradius',[[65,1]],'remained',[[3,2],[5,1]],'tables',[[54,2],[53,1],[81,2],[50,3],[61,2],[80,2],[83,1],[13,1]],' both',[[26,2]],'luaperks',[[59,1],[63,2]],'3f1f',[[70,1]],'explains',[[19,1],[27,1],[29,1],[30,1],[83,1],[70,1]],'animation',[[70,1],[43,1]],'playmovie',[[22,12]],'indicating',[[62,1],[81,1]],' sequence',[[78,1],[80,1]],'coinciding',[[81,1]],'snap',[[16,1],[58,1],[50,3]],'maximum',[[62,1],[35,1],[37,1],[74,1],[61,1],[64,1],[77,1],[78,2],[80,1]],'differrences',[[78,1]],'binary',[[3,1],[62,3],[57,1],[80,9],[73,6]],'indexes',[[81,1]],'2005',[[83,2],[75,1],[82,2]],'programmer',[[59,1],[78,1],[81,2]],'frkfunctions',[[65,1]],'breathe',[[69,1]],'technique',[[68,2]],'trying',[[62,1],[10,1],[57,1],[64,1],[16,1],[70,1],[78,1],[80,2],[7,1],[8,1],[38,2]],'oldversion',[[75,2]],' writable',[[77,2]],'rti',[[78,1],[80,8]],'done',[[81,8],[18,1],[37,1],[68,2],[69,1],[67,1],[43,2],[3,1],[57,1],[80,1],[30,1],[61,3],[64,1],[23,1],[77,4],[78,1],[55,1]],'intend',[[25,1]],' memblers',[[78,1]],'gameplay',[[24,1],[69,2],[37,1]],'acts',[[81,1],[80,1]],'rippers',[[57,1]],'getting',[[54,1],[62,1],[60,1],[41,1],[64,1],[19,1],[59,1],[14,2],[8,1],[20,2]],'bit',[[73,10],[35,3],[37,2],[50,1],[74,1],[81,30],[75,5],[38,1],[43,2],[52,3],[62,5],[4,1],[57,2],[61,2],[77,4],[78,70],[80,36],[83,3],[59,1],[7,1],[36,2]],'halted',[[78,2]],'plugging',[[24,1]],'cah4e3',[[3,2],[16,1]],'getreadonly',[[62,2],[14,1]],'analog',[[38,1],[78,3]],'retain',[[56,1]],'arithmetical',[[57,1]],'addresslow',[[62,5]],'dakuten',[[50,5]],' 8184',[[70,1]],'vectors',[[10,1]],' adds',[[14,1]],'recovering',[[15,1]],'seeing',[[26,1],[81,3],[80,1]],'messageboards',[[78,1]],'undefined',[[80,3]],'bmc',[[5,3]],'clouds',[[81,3]],' well',[[81,1]],'opponent',[[34,1]],'01xx',[[70,1]],' except',[[77,1]],'branch',[[3,4],[80,9],[2,1]],'goto',[[10,2],[43,3]],'8_47',[[80,1]],'basic',[[18,1],[50,1],[60,2],[68,4],[63,1],[29,1],[57,1],[61,1],[64,1],[70,2],[77,1],[78,1],[0,1],[59,2],[1,1],[11,1],[20,1]],'statement',[[80,1],[52,2]],'module',[[62,1],[63,1]],'pram',[[75,1]],'65500',[[75,1]],'esper2',[[77,1]],'conditionally',[[78,1]],'dmcaddress',[[62,1]],'editor',[[46,3],[18,1],[60,1],[68,4],[58,2],[42,1],[8,4],[9,1],[43,7],[3,1],[62,4],[72,1],[61,1],[70,4],[51,2],[55,12],[13,5],[7,3],[1,1],[84,1],[50,1],[69,3],[47,4],[52,4],[4,1],[10,3],[57,3],[49,1],[5,2],[23,5],[0,1],[26,1],[14,3],[6,3]],' byte',[[80,2]],'textcolor',[[62,3]],'element',[[62,1],[81,5]],'subsequent',[[62,2],[73,1]],'holder',[[77,1]],'argument',[[22,1],[62,7],[80,8],[61,1],[16,1],[15,1],[9,1]],'multi',[[73,1],[10,1],[41,1],[68,1],[84,2],[47,1],[12,1],[11,1]],'112',[[62,4]],'bible',[[69,1]],'4bits',[[77,1]],'treated',[[80,1]],'cannot',[[62,1],[81,1],[57,1],[18,1],[80,2],[55,1],[73,1]],'rectangle',[[62,2]],' object',[[81,1]],'perhaps',[[62,1],[80,1],[50,1]],'f23',[[62,1]],' routine',[[77,1],[80,1]],'smtp',[[63,1]],'took',[[81,1],[50,1]],'globally',[[62,1]],'frozen',[[46,2],[10,2],[14,3],[23,1]],'association',[[80,1]],'indexed',[[81,1],[80,11]],'plain',[[73,2],[43,1]],'capability',[[4,1],[57,1],[16,2],[70,1]],'signficantly',[[9,1]],'subs',[[50,2]],'v`a%_',[[80,1]],'randomly',[[81,1]],'problems',[[10,1],[14,1],[67,1],[66,1],[80,1]],'seem',[[81,2],[80,3]],'0@9',[[80,3]],'assigning',[[7,1]],'vtoggle5',[[6,1]],'claimed',[[80,1]],'accessible',[[41,2],[14,1],[61,1],[52,2]],'part1',[[84,1]],'scaling',[[81,2],[14,1],[16,1],[38,1]],'waiting',[[62,1]],'truthvalue',[[62,1]],'setting',[[54,1],[56,1],[27,2],[33,2],[81,2],[42,1],[80,2],[30,3],[77,1],[78,1],[49,2],[19,1],[26,1],[7,2],[13,1],[14,1],[6,1]],'error',[[18,2],[50,1],[16,2],[15,1],[28,1],[8,1],[9,1],[62,13],[10,2],[80,1],[64,2],[5,1],[14,2],[13,1],[11,1]],'multiplier',[[77,1],[38,1]],'cartridges',[[33,1],[6,1]],'ram',[[46,4],[56,1],[18,1],[68,4],[81,10],[42,2],[75,9],[8,5],[9,4],[43,9],[3,1],[44,4],[45,4],[62,7],[61,1],[66,3],[70,22],[51,4],[55,10],[13,1],[7,3],[1,1],[84,5],[69,1],[52,5],[24,1],[4,2],[10,3],[57,2],[64,1],[77,11],[5,1],[14,4],[12,4],[6,5]],'emblem',[[11,2]],'ball',[[12,1],[78,1]],'submenus',[[30,1]],'50fps',[[37,1]],'granular',[[5,1]],'createfromgdstr',[[61,1],[62,1]],'transfer',[[77,1],[80,1]],'labeled',[[10,2],[33,1]],'how',[[46,2],[81,7],[50,6],[58,2],[75,1],[31,1],[65,2],[66,1],[67,2],[43,1],[62,1],[57,1],[80,9],[64,4],[71,1],[70,2],[78,4],[83,1],[59,3],[1,2],[56,1]],'printing',[[7,1]],'configable',[[11,1]],'getregister',[[62,3],[12,1]],'word',[[62,2],[50,8],[77,8],[73,2]],'hint',[[52,1]],'0xffff',[[62,2]],'sounding',[[78,3]],'ldx',[[80,15]],'see',[[22,6],[35,1],[27,2],[46,1],[53,1],[6,1],[15,2],[68,1],[81,5],[8,2],[82,1],[40,1],[3,4],[43,1],[62,8],[80,15],[61,3],[70,5],[78,11],[55,2],[73,1],[41,1],[50,2],[28,1],[39,1],[67,2],[47,2],[52,3],[57,6],[30,2],[64,3],[77,5],[49,1],[83,1],[26,3],[14,7],[20,1],[56,3]],'ultimately',[[81,1],[50,1]],'refers',[[62,1],[84,1],[70,1]],'stats',[[70,4]],'contrast',[[28,1]],'chips',[[77,1],[81,1]],'finding',[[43,1],[57,1],[68,2],[64,1],[70,5],[51,1],[56,2]],'homepage',[[3,3],[60,1]],'unhide',[[30,1],[41,1],[32,1]],'pro',[[43,1]],'esper',[[11,1]],'memw',[[46,1]],'fffa',[[80,2],[70,1],[52,1]],'must ',[[77,1]],'mirrors',[[70,1]],'tasedit',[[14,1],[9,1],[11,2]],'stopmovie',[[22,3]],'alt',[[62,1],[14,2],[13,3],[38,1],[5,1]],'createfrompng',[[62,1]],'shell',[[62,1]],'crash',[[55,2],[16,3],[15,2],[17,1],[8,2],[9,2],[62,2],[10,3],[57,1],[5,2],[51,1],[14,3],[7,3],[13,1],[11,1],[6,1]],'minute',[[80,1]],'sign',[[62,2],[80,2],[50,3]],'b@`',[[80,1]],'recordbackwards',[[8,1]],'ohm',[[78,1]],'dd0c',[[80,10]],'dependent',[[80,1]],'dragon',[[81,1],[30,2],[77,1],[49,1],[31,2],[8,1],[12,1]],' topics',[[81,1]],'possibility',[[57,1]],'hooking',[[42,1]],'isolated',[[81,1]],'allocated',[[70,1]],'testing',[[80,1]],'are',[[22,1],[46,1],[56,1],[68,3],[11,2],[6,1],[75,5],[8,2],[38,3],[63,3],[82,5],[61,16],[78,27],[7,1],[13,1],[52,9],[57,9],[64,9],[83,1],[5,3],[49,2],[26,2],[59,1],[14,9],[36,1],[35,1],[18,2],[37,1],[60,4],[81,39],[43,8],[62,19],[44,2],[45,2],[80,38],[70,7],[55,7],[84,9],[73,13],[41,3],[50,17],[16,2],[21,3],[69,3],[31,6],[39,1],[65,4],[67,1],[24,1],[10,2],[30,2],[77,10],[23,3],[12,1],[20,1]],'game',[[22,3],[35,5],[18,1],[27,1],[33,3],[37,4],[12,2],[6,1],[46,4],[53,1],[54,3],[56,3],[58,16],[8,2],[9,1],[38,2],[3,1],[43,9],[62,12],[32,4],[61,1],[68,5],[70,8],[51,9],[75,1],[81,7],[7,3],[55,9],[84,3],[73,1],[41,7],[50,10],[16,2],[21,2],[69,8],[65,3],[67,9],[52,8],[24,3],[57,13],[30,20],[64,1],[77,1],[19,1],[26,9],[14,3],[20,3],[11,3]],'fonts',[[6,1]],'press',[[46,1],[27,1],[33,5],[50,6],[52,1],[62,3],[40,2],[57,2],[32,1],[30,1],[64,3],[55,1],[20,3]],'archive',[[62,2],[18,2],[50,1],[69,1],[21,1],[16,3],[15,2],[6,1]],'kids',[[33,1]],'f14',[[62,1]],'typically',[[81,1],[41,2],[78,2],[70,1]],'decide',[[81,1],[70,1]],'discovered',[[78,1],[80,1]],'subtracting',[[78,1],[80,2]],'migrated',[[4,1]],'bookmarked',[[55,1],[10,2],[52,2]],'x64',[[80,1]],'cmos',[[80,3]],' as',[[81,4],[60,1],[2,1],[83,1],[82,1]],'freezeram',[[4,1]],'restricting',[[62,2]],'russian',[[80,1],[5,1]],'last',[[22,1],[46,1],[18,4],[81,2],[75,1],[8,1],[38,2],[43,5],[3,4],[62,6],[82,1],[80,6],[70,2],[78,2],[55,2],[13,2],[84,1],[41,11],[50,2],[74,1],[39,3],[52,1],[57,1],[30,4],[26,1],[14,1],[6,1]],'interfaces',[[63,1]],'situations',[[41,2],[30,1],[14,1],[64,2],[49,1]],'040h',[[78,1]],'odds',[[64,1]],'foundation',[[69,1]],'php',[[80,2]],'warn',[[64,1]],'continued',[[3,1]],'verbose',[[7,1]],' |50',[[78,1]],'condiition',[[52,1]],'starting',[[81,1],[68,2],[52,2],[62,3],[10,1],[32,1],[80,1],[77,6],[78,2],[13,1],[84,3],[20,1],[73,1]],'0x80000000',[[4,1]],'9001',[[77,1]],'reason',[[62,1],[81,3],[57,1],[50,1],[78,1]],'sb200',[[5,1]],'arrays',[[61,3]],'2c02',[[79,1],[70,3],[81,3]],'77h',[[77,1]],' gave',[[13,1]],'override',[[22,1],[46,1],[18,1],[33,1],[15,1],[31,1],[67,1],[43,1],[62,2],[10,1],[29,1],[30,1],[14,3],[36,1]],'chrominance',[[81,5]],'0x863c',[[62,1]],'anyone',[[59,1],[50,1]],'mix',[[61,1]],'attain',[[78,1]],'into',[[46,2],[81,16],[18,2],[33,3],[60,2],[58,3],[2,2],[48,1],[63,2],[43,1],[3,1],[62,4],[32,1],[61,1],[80,4],[25,2],[70,5],[78,5],[55,2],[50,7],[69,1],[16,1],[31,1],[39,4],[52,3],[24,1],[10,2],[57,3],[64,4],[77,13],[5,1],[19,1],[59,2],[14,1]],'scrolls',[[8,1]],'dance2000',[[6,1]],'slightly',[[62,1],[83,1],[77,1],[78,1]],'replaced',[[81,1],[50,1],[14,1],[80,1],[78,1],[84,1]],'c006',[[84,1]],'multiple',[[62,2],[81,3],[10,1],[57,1],[75,1],[48,1],[84,1],[9,2],[6,1]],'located',[[62,1],[50,1],[80,2],[70,1],[7,1],[55,2],[67,1],[43,1]],'argus_',[[57,1]],'freebsd',[[3,1]],'drag&drop',[[8,2]],'resulted',[[14,1]],'matching',[[48,1],[43,1]],'somethingelseistrue',[[61,1]],' contain',[[77,1]],' rla',[[80,7]],'vrc',[[77,1]],'reorganize',[[17,1]],'comparing',[[55,1],[51,1]],'bots',[[62,1]],'papers',[[81,1]],'dll',[[63,1],[60,2],[12,1],[6,3]],'8x8',[[16,1]],'console',[[24,1],[62,1],[33,1],[37,1],[68,1],[26,1],[28,1],[55,1],[8,2],[11,2],[38,1]],'enableoppositedirectional',[[8,1]],'19ff',[[70,1]],'stream',[[81,1],[74,1]],' |02',[[78,1]],'history',[[3,2],[0,1],[7,1],[1,1]],'stuck',[[15,1],[50,1]],'excite',[[50,1]],' |28',[[78,1]],'individuals',[[78,2]],'enables',[[22,1],[10,1],[80,3],[30,1],[8,1],[43,1]],'refused',[[80,1]],'overriding',[[62,1]],' aspiringsquire',[[28,1]],'0000000000011111',[[82,1]],'b000',[[77,1]],'lax',[[80,10]],'clv',[[80,3]],'resizeable',[[16,1]],'hexfreezecolorg',[[23,1]],'030x',[[70,1]],'rightclicks',[[8,1]],'resolve',[[36,1]],'what',[[12,2],[35,2],[18,2],[33,1],[53,1],[54,1],[15,3],[56,3],[58,1],[68,1],[75,1],[81,9],[8,2],[9,2],[66,1],[62,4],[80,7],[78,3],[51,1],[7,2],[13,2],[1,1],[55,1],[50,13],[69,2],[16,2],[17,2],[31,1],[67,1],[4,2],[10,2],[57,2],[64,1],[77,1],[5,2],[0,1],[26,1],[14,2],[59,1],[11,2],[6,2]],'quiz',[[33,1]],'7fffh',[[77,2]],'sta',[[80,42]],'d8t`2i',[[80,1]],'playable',[[11,1],[12,1]],'eggs',[[57,1]],'developing',[[50,1]],'consider',[[81,1],[78,1],[80,1]],'set',[[22,1],[35,1],[27,4],[33,1],[37,1],[46,1],[15,2],[20,1],[54,2],[56,1],[60,3],[68,2],[75,1],[81,6],[38,1],[43,3],[62,11],[63,1],[80,41],[61,2],[78,14],[7,2],[73,1],[41,1],[50,2],[74,2],[31,1],[39,1],[52,4],[24,1],[10,1],[57,1],[30,2],[64,10],[77,16],[5,3],[19,1],[26,2],[49,4],[14,5],[83,1],[12,1],[36,1]],' pla',[[80,1]],'raw',[[62,11],[21,1],[25,1],[51,1]],' goroh',[[78,1]],'reloading',[[13,1],[78,2]],'height',[[14,2],[13,1],[7,1],[38,2]],'parts',[[57,2],[50,1],[64,1],[75,1],[55,1],[84,2],[63,1],[73,1]],'promptly',[[65,1]],'sre',[[80,6]],'moviefilenames',[[16,1]],' playfield',[[81,1]],'dictates',[[62,1]],'handler',[[80,5],[70,3],[78,1]],'framework',[[24,1],[35,1],[4,1],[13,1],[64,2]],'041x',[[70,1]],'because',[[54,1],[53,1],[33,1],[41,1],[81,7],[21,1],[67,1],[38,1],[3,1],[62,7],[57,1],[80,3],[61,2],[77,2],[78,3],[26,3],[55,1],[6,1]],'leftclick',[[62,1]],'counterbreak',[[62,2]],'open',[[18,3],[41,2],[50,3],[16,4],[21,1],[31,1],[39,2],[48,1],[65,2],[43,1],[52,6],[67,1],[57,1],[32,2],[30,3],[80,1],[5,2],[26,3],[14,4],[20,2],[11,1]],'snapped',[[58,1]],' unused',[[78,4]],'fairy',[[80,1]],'selector',[[81,1]],'said',[[54,1],[81,1],[65,1],[78,1]],'github',[[63,1]],'timing',[[22,1],[81,8],[29,2],[37,2],[30,1],[80,3],[78,4],[14,1],[13,1],[20,1],[73,1]],'period',[[62,1],[81,3],[30,1],[78,1],[26,1],[55,1],[43,1]],'outputs',[[81,3],[78,6],[51,1]],' 045x',[[70,1]],' hardware',[[80,1]],'sockets',[[24,1]],'pi#x7',[[80,4]],'nes',[[22,22],[35,5],[27,5],[33,3],[53,1],[54,1],[58,3],[60,1],[68,2],[81,14],[2,1],[66,2],[38,4],[43,3],[3,1],[62,2],[82,3],[61,1],[71,2],[25,1],[70,10],[78,10],[76,2],[7,1],[1,2],[13,1],[55,5],[84,13],[50,2],[69,1],[21,5],[28,1],[67,1],[52,6],[24,4],[79,6],[57,6],[30,3],[77,4],[83,2],[5,1],[26,1],[20,1],[56,1]],'001f',[[52,1]],'message',[[24,3],[62,14],[18,1],[80,2],[16,1],[7,1],[14,3],[8,3],[11,1],[73,1]],'nonsensical',[[21,1]],'modal',[[62,2]],'halt',[[78,2],[52,2]],'available',[[35,1],[18,1],[41,4],[68,1],[21,1],[47,1],[63,2],[62,2],[32,1],[80,4],[70,1],[5,1],[19,1],[59,1],[78,5],[7,1],[56,1]],'06xx',[[70,1]],'accounts',[[11,1]],'dots',[[80,2]],'activated',[[81,3]],'lua ',[[63,1]],'rests',[[81,1]],'hash',[[73,1],[50,1]],'“cherry',[[50,1]],' 16',[[80,2]],'addgamegenie',[[62,2],[10,1]],'opengl',[[5,1]],'rra',[[80,7]],'evaluation',[[64,2],[59,1],[81,5]],'paused',[[62,3],[55,1],[8,2],[52,4]],'select',[[46,3],[6,2],[33,5],[50,5],[73,5],[81,8],[48,3],[43,1],[24,1],[62,2],[10,1],[80,1],[30,1],[61,2],[25,6],[64,1],[26,9],[55,1],[20,4],[36,1]],' contains',[[65,1]],'kremer',[[80,1]],'usual',[[81,2],[37,1],[80,1],[77,1],[6,1]],'abbreviation',[[80,1]],'common',[[81,1],[68,2],[66,1],[43,1],[44,1],[4,1],[32,1],[61,2],[77,1],[80,3],[5,1],[13,1],[20,1]],'inits',[[77,1]],'support',[[18,2],[50,2],[16,4],[15,1],[8,3],[9,1],[43,1],[3,2],[62,1],[4,3],[10,2],[63,3],[77,2],[78,1],[5,6],[14,2],[13,2],[55,1],[11,1],[6,2]],'logging',[[6,1],[4,1],[10,1],[57,5],[7,3],[12,1],[56,4]],'vtoggle',[[6,1]],'f15',[[62,1]],'sorry',[[13,1],[82,1],[11,1]],'folder',[[46,3],[60,1],[65,2],[67,1],[31,2],[48,1],[52,1],[62,2],[8,1],[63,1],[43,1],[30,2],[84,1]],'60hz',[[77,1]],'unclear',[[81,1]],'stripped',[[8,1],[57,9],[5,1]],'suited',[[81,1]],'100%',[[27,2],[5,1]],'without',[[81,4],[60,1],[50,3],[68,1],[16,1],[15,2],[8,2],[24,1],[62,10],[10,2],[80,1],[64,1],[77,1],[70,1],[78,1],[83,1],[14,2],[6,1]],'positioning',[[7,1]],'dumping',[[8,1],[25,1]],'bmf_final2',[[28,1]],'placing',[[54,1],[63,1]],'decremented',[[81,1]],'pretty',[[62,1],[77,1],[81,2]],'address',[[46,6],[53,2],[54,1],[56,4],[81,22],[58,12],[75,5],[8,4],[82,5],[43,16],[52,46],[62,32],[10,3],[80,169],[61,5],[77,28],[70,3],[5,2],[23,1],[83,1],[14,1],[55,2],[84,7],[6,8]],'requires',[[81,1],[32,1],[67,2],[16,1],[38,1]],' 5c00',[[77,1]],'struct',[[11,1]],'sequential',[[81,4]],'rolling',[[64,1],[78,1]],'alpha',[[62,9],[8,1]],'fffb ',[[70,1]],'lastkey1',[[64,1]],'earliest',[[81,1]],'8910',[[77,2]],'reserve',[[70,1]],'peripheral',[[24,1]],'distributed',[[69,1]],'often',[[68,1],[60,1],[50,3],[80,1],[70,3]],'july',[[13,1],[5,1]],'connect',[[52,3]],'evolution',[[2,1]],'gui',[[20,1],[18,1],[60,1],[8,3],[9,4],[38,1],[3,1],[62,45],[4,4],[10,5],[29,1],[32,2],[61,9],[5,1],[63,1],[64,2],[14,2],[7,2],[13,2],[12,1],[11,7]],'low',[[62,1],[81,3],[80,44],[16,1],[78,1],[59,1],[36,1]],'denotes',[[80,4],[61,1],[77,1],[43,3]],'feature',[[56,2],[53,2],[33,8],[50,1],[16,1],[15,1],[8,1],[52,1],[3,1],[4,1],[10,1],[30,2],[57,1],[78,2],[59,1],[7,1],[13,1],[55,7],[11,1],[6,3]],'disks',[[24,3],[33,1]],'05xx',[[70,1]],'tearing',[[8,1],[38,2]],'differences',[[30,1],[78,1],[80,1]],'horizontal',[[54,1],[75,1],[81,9],[83,1],[70,1]],'discarding',[[56,1]],'j2x@to',[[80,1]],'representations',[[62,1]],'colorburst',[[81,6]],'percents',[[27,1]],'duration',[[33,1]],'unique',[[26,1],[73,1]],'care',[[62,1],[78,1],[80,1]],'impa',[[63,1]],'displays',[[46,2],[54,1],[62,3],[16,1],[51,1],[26,1],[8,1],[12,1],[52,3]],'code',[[6,2],[53,2],[58,24],[15,1],[8,3],[43,3],[3,6],[62,16],[80,10],[70,2],[51,4],[78,2],[55,4],[7,2],[13,1],[73,4],[69,2],[16,1],[67,2],[52,13],[10,2],[57,38],[64,3],[77,3],[14,1],[12,1],[56,6]],'007bh',[[77,1]],'believed',[[80,1]],'400f',[[78,4]],'captures',[[51,1],[31,1]],'pack',[[64,1],[60,1]],' below',[[78,1]],'addresshigh',[[62,4]],'render',[[81,7],[37,1],[38,1],[6,1]],'abstract',[[63,1]],'jams',[[80,1]],' multiple',[[81,1]],'attrib',[[83,1]],'bit1',[[73,2]],'waits',[[10,1]],'|commands|port0|port1|port2|',[[73,1]],'rpg',[[64,1],[50,1]],'intellivision',[[77,1]],'downloading',[[63,1]],'processing',[[35,1],[37,1],[53,1],[79,2],[14,1],[63,1],[36,1]],'improves',[[13,1],[14,1]],'leftbracket',[[62,1]],'fast',[[68,2]],'feb',[[81,2]],'org',[[61,1],[60,1],[68,5]],'unchanged',[[62,3]],'lsb_first',[[15,1]],'stripping',[[57,1]],'1ch',[[77,1]],'wired',[[80,1]],'loses',[[65,1]],'for',[[22,2],[56,14],[27,1],[33,5],[20,2],[6,4],[68,7],[75,3],[8,10],[9,2],[38,9],[63,7],[66,1],[82,4],[32,2],[61,21],[78,38],[76,2],[7,1],[1,2],[13,9],[74,1],[52,17],[4,4],[57,15],[64,22],[5,12],[19,6],[26,10],[49,3],[14,22],[59,3],[36,2],[54,3],[35,7],[18,6],[53,2],[60,3],[58,2],[15,13],[42,4],[81,62],[2,2],[43,18],[3,9],[44,1],[45,1],[62,45],[80,38],[25,4],[51,8],[70,16],[55,5],[84,7],[73,8],[41,4],[50,19],[16,10],[21,4],[69,4],[28,1],[31,2],[65,6],[67,4],[24,4],[79,1],[10,11],[30,8],[77,17],[11,6],[12,4]],'relocate',[[77,1]],'even',[[81,4],[38,1],[3,1],[62,12],[80,8],[61,2],[64,1],[70,1],[49,1],[77,1],[26,1],[78,2],[14,3],[55,2],[20,1]],'splitting',[[61,1]],'prioritized',[[81,4]],'revolutionary',[[18,1]],'ks7017',[[5,1]],'reached',[[54,2],[81,1],[64,2],[52,1]],'myimage',[[62,1]],'extended',[[3,2]],'recommend',[[81,1]],'throughout',[[50,1]],'5205',[[77,4]],'reformats',[[18,1]],'swap',[[5,2],[35,1],[53,1],[58,1],[36,1]],'battletoads',[[70,1]],'jsrs',[[56,1]],'waves',[[81,2]],'resulting',[[35,1],[57,1],[68,1]],'oninputend',[[64,1]],'jumping',[[80,4]],'4th',[[73,1],[81,2],[49,1]],'txa',[[80,2]],'parantheses',[[61,1]],'notation',[[61,3]],'|history|',[[81,1]],'inputtable',[[61,1]],'adjust',[[81,1],[6,1]],'powerful',[[18,1],[55,1],[57,1],[8,1],[47,1],[64,2]],' represent',[[78,2]],'configuration',[[49,1],[29,2],[33,5],[8,2],[38,1],[36,2]],'makes',[[62,4],[53,1],[10,1],[57,2],[80,3],[81,2],[55,1],[20,1],[43,1]],'deb',[[52,3],[8,1],[12,1],[6,1]],'stepping',[[12,1],[68,1]],'rarely',[[80,1],[70,1],[56,1]],'simulation',[[62,1]],'blue',[[46,1],[35,1],[57,2],[62,7],[61,1],[23,1],[14,1],[55,3]],'precisely',[[70,1]],'filename',[[22,3],[41,1],[16,1],[15,1],[21,1],[39,1],[8,1],[62,4],[10,1],[25,1],[7,1],[14,4],[11,1]],'bunch',[[50,1],[81,1],[5,1]],'enemy',[[70,19]],'04x0',[[70,1]],' not',[[62,1],[80,1]],'sytem',[[24,1]],' irq',[[75,3],[78,2]],'hardware',[[81,6],[21,1],[67,1],[38,6],[52,1],[62,2],[80,5],[71,2],[77,1],[78,23],[7,1],[1,1],[6,2]],'coding',[[61,1],[51,1]],'tenten',[[50,6]],'rounder',[[38,1]],'boundary',[[62,1],[80,20]],' 48',[[78,1]],'ftp',[[63,1]],'arriving',[[78,1]],'changelog',[[6,1],[16,1],[15,1],[17,1],[8,1],[9,1],[3,5],[4,1],[10,1],[5,1],[14,1],[7,1],[13,1],[11,1],[12,1]],'|bits',[[78,2]],' 00',[[80,1]],' random',[[78,1]],'usually',[[68,3],[80,3],[69,2],[58,1],[70,3],[77,1],[78,2],[55,2]],'mc650x',[[80,1]],'128d',[[80,1]],'backgrounds',[[30,2],[81,1],[23,1]],'adapter',[[24,2],[33,1]],'sometimes',[[62,1],[81,2],[50,1],[30,1],[80,3],[78,1]],'r6502',[[80,1]],'|scanline',[[81,1]],'limits',[[81,2],[68,2],[5,1]],'approx',[[14,1]],' mega',[[43,1]],'hertz',[[62,5],[77,1]],'form',[[62,2],[52,3],[81,3],[61,1],[77,1],[26,1],[55,1],[84,1],[73,2]],'evaluates',[[64,4],[81,1],[52,1]],' al',[[80,3]],'part',[[79,2],[68,3],[50,2],[64,1],[58,1],[74,1],[80,4],[81,3],[65,1],[55,1],[84,4],[52,1]],'argment',[[14,1]],'microprocessor',[[80,1]],'getcyclescount',[[62,1],[6,1]],'active',[[35,1],[81,1],[58,1],[31,1],[43,7],[52,1],[62,1],[10,1],[80,1],[78,1],[7,1],[14,2],[11,2],[12,1]],'automatic',[[14,1],[7,1],[21,2],[78,1],[52,1]],'shu',[[14,1]],'flattering',[[81,1]],'586',[[6,1],[5,1]],'pipelines',[[81,2]],'getplaybacktarget',[[62,1]],'synchronized',[[52,1]],'prevented',[[8,1],[12,1]],'blossom”',[[50,1]],'type',[[46,1],[50,1],[21,1],[58,1],[8,2],[52,6],[62,8],[43,2],[61,1],[78,3],[7,1],[13,1],[55,1],[73,4]],'converter',[[26,1],[14,1],[67,1],[16,1],[78,4]],' izumi',[[78,1]],'enthusiast',[[78,1]],'oring',[[13,1]],'closed',[[30,1],[16,1]],'features ',[[68,1]],'champion',[[3,1]],'install',[[62,1]],'escape',[[62,1],[14,1]],'debugger',[[46,1],[56,4],[68,1],[12,2],[58,4],[15,3],[8,3],[9,1],[3,4],[62,8],[51,2],[55,1],[13,1],[1,1],[84,2],[69,3],[16,4],[52,14],[4,2],[10,4],[57,1],[5,3],[23,2],[14,3],[11,2],[6,7]],'wheel',[[52,1],[56,1],[6,1]],'delgamegenie',[[62,2],[10,1]],'vtog',[[75,1]],'free',[[34,1],[53,1],[37,1],[50,1],[60,1],[16,1],[68,1],[42,1],[17,1],[81,1],[39,1],[48,1],[8,1],[65,1],[3,1],[44,1],[57,1],[32,1],[83,1],[71,1],[12,1]],'helpful',[[57,1],[50,1]],'describe',[[78,3]],'researching',[[80,1]],'cycles|',[[81,1]],' generally',[[81,1]],'convience',[[81,1]],'methods',[[62,2],[80,1]],' savestates',[[18,1]],'limitation',[[38,1]],'deal',[[61,1],[71,1],[63,1],[6,1]],'represents',[[62,1],[35,1],[57,1],[58,1],[78,1],[55,1],[43,2]],'bak',[[39,1]],'pertain',[[78,1]],' sha',[[80,2]],'complimentery',[[81,1]],'resembles',[[50,1]],'hadn',[[56,1]],' description',[[75,6],[80,5]],'getemuscreen',[[62,3]],'concepts',[[1,1],[66,1],[81,1]],'newer',[[3,1]],'types',[[21,4],[75,1],[63,1],[24,2],[62,1],[4,1],[10,1],[57,1],[64,1],[78,2],[49,1],[80,2],[20,1],[73,3]],'ipad',[[2,1]],'prescale2x',[[38,3]],' triangle',[[78,3]],'distinquished',[[80,1]],'update',[[54,2],[18,1],[50,1],[68,1],[74,3],[52,1],[62,1],[43,3],[10,1],[77,1],[78,3],[7,3],[13,3],[55,1],[56,2]],'aki',[[80,1]],'simulate',[[35,1]],'polls',[[62,1]],'disk',[[24,32],[62,2],[27,6],[33,1],[73,5],[21,1],[19,2],[31,1],[12,1],[20,1]],'fcs',[[73,1],[75,3],[31,1],[74,1],[16,1],[72,1]],'undesired',[[65,2]],'kage',[[8,1]],'5ff7',[[77,2]],'bvs',[[80,2]],'176',[[8,1]],'whitespace',[[50,1]],'revision',[[80,11]],'copyright',[[77,3],[80,1]],'overflows',[[80,3]],'unused',[[53,1],[10,1],[57,6],[80,1],[70,1],[78,2],[75,2],[8,1],[6,1]],' rra',[[80,7]],'dcfb',[[80,1]],'w0fvb',[[80,1]],'kind',[[81,1],[80,2],[50,4],[52,1]],' data',[[80,6]],'dd05',[[80,4]],'intact',[[81,1]],'pulled',[[81,1]],'accessable',[[81,1]],'faults',[[9,1]],'checking',[[62,1],[33,1],[57,1],[64,1],[14,1],[11,1],[38,3]],'musical',[[78,1]],'dd08',[[80,2]],'demonstrate',[[81,1]],'passage',[[68,1]],'2007 ',[[70,1]],'with',[[22,3],[46,1],[27,2],[33,3],[12,3],[20,4],[56,6],[68,5],[75,1],[48,1],[8,11],[9,3],[38,2],[63,3],[66,1],[72,3],[32,2],[61,11],[71,2],[78,18],[82,3],[76,1],[7,1],[1,1],[13,5],[34,1],[74,1],[47,1],[52,11],[4,1],[57,11],[64,6],[83,1],[5,3],[19,2],[0,1],[26,6],[14,4],[49,2],[59,2],[36,1],[54,1],[35,2],[18,2],[37,1],[53,3],[58,2],[15,2],[42,1],[60,3],[81,31],[2,1],[40,1],[3,8],[43,11],[29,1],[44,1],[45,1],[62,21],[25,1],[51,3],[70,8],[80,30],[55,5],[84,7],[73,8],[41,2],[50,7],[16,2],[21,7],[69,1],[17,1],[28,3],[31,1],[39,2],[65,4],[67,6],[24,5],[79,1],[10,8],[30,2],[77,2],[23,1],[11,8],[6,9]],'arbitrary',[[43,2]],'want',[[46,1],[81,1],[33,1],[60,2],[58,2],[38,1],[52,1],[43,3],[62,8],[57,1],[80,2],[61,1],[64,3],[49,1],[55,1],[13,1],[84,1],[56,2]],'numpad3',[[62,1]],'1a00',[[70,1]],'04cx',[[70,1]],'0x7fff',[[84,1]],'ways',[[73,1],[35,1],[37,1],[57,1],[61,1],[81,1],[65,1],[56,1]],'maskable',[[78,2],[70,1],[52,4]],'getscore',[[64,1]],'reside',[[70,2]],'topmost',[[80,2]],'counting',[[62,1],[5,1],[81,1],[77,2],[78,5],[52,1]],'rp2c03',[[5,1]],'resume',[[52,1],[26,1],[7,4],[30,1],[6,1]],'segfault',[[8,3],[16,1]],'speedruns',[[3,1],[26,2],[68,7],[47,1],[66,2],[70,1]],'stored',[[74,1],[75,4],[31,3],[67,2],[43,3],[62,4],[52,1],[80,3],[30,1],[77,1],[70,1],[14,2],[13,2],[84,1],[73,3]],'reverses',[[62,1]],' kentaro',[[78,1]],'overclock',[[37,1]],'calculated',[[24,1],[80,1],[78,5],[52,1]],'character',[[62,1],[55,1],[50,3],[84,2],[70,3],[73,1]],'readme',[[80,1],[5,2]],'alternative',[[58,1]],'ishihara',[[78,1]],'showfps',[[8,1]],'specifies',[[22,5],[62,4]],' details',[[81,1]],'ebook',[[22,1],[54,1],[37,1],[21,1],[49,1],[51,1],[0,1],[28,1],[7,1],[55,1],[72,1]],'rename',[[30,1],[16,1],[52,1]],'2eff',[[70,1]],'tells',[[62,1],[57,1],[60,1]],'goes',[[62,1],[81,1],[80,2],[64,1],[16,1],[78,2],[70,1],[77,2]],'pbrate',[[77,2]],'t2p9d`pyd`',[[80,1]],'roms',[[22,2],[18,1],[50,1],[30,1],[16,1],[57,1],[7,3],[31,2],[8,1],[11,1],[6,3]],'&a%_',[[80,2]],'xmouse',[[62,1]],'onsegmentend',[[64,1]],'6000h',[[77,1]],'output',[[6,1],[56,1],[62,1],[81,5],[25,1],[70,2],[78,26],[31,1],[8,1],[9,1],[36,1]],'1st',[[46,2],[81,1],[77,1],[70,1],[73,3]],'luapack',[[60,1]],'passes',[[13,1]],'si_none',[[73,2]],'c16',[[80,2]],'treats',[[62,1]],'knowing',[[65,1]],'dwedit',[[11,1]],'bytes ',[[70,11]],'0320',[[70,1]],'refresh',[[78,5],[12,1],[14,4]],'immediately',[[62,6],[81,2],[10,1],[64,1],[58,1],[70,1],[78,4],[39,1],[13,1],[55,1]],'legal',[[80,1]],'drag',[[10,1],[14,2],[13,1],[50,2],[11,1],[43,1]],'epub',[[50,1],[39,1],[2,1],[48,1],[65,1],[62,1],[44,1],[57,1],[32,1],[23,1],[14,1],[1,1],[56,1]],'part2',[[84,1]],'007c',[[77,1]],'copied',[[81,1],[80,5],[48,1],[50,1]],'mmc1',[[5,1]],'faster',[[70,1],[10,1],[18,1],[25,1],[38,1]],'noise',[[36,1],[62,1],[13,3],[8,1],[78,31],[5,1]],'comprehend',[[62,1],[80,1]],'obviously',[[83,1],[80,1]],'unpredictable',[[81,1],[80,3]],'numpad8',[[62,1]],'inputdisplay_for_selection',[[8,1]],'below',[[43,1],[75,1],[80,7],[61,1],[78,1],[52,5]],'keyrecording1',[[64,1]],'werefolf',[[9,1]],'tobitstring',[[6,1]],'should',[[35,1],[33,1],[50,7],[60,1],[81,7],[15,2],[75,1],[65,1],[38,3],[52,1],[3,1],[62,4],[10,1],[57,1],[61,1],[64,6],[77,11],[49,1],[78,2],[80,6],[83,1],[55,2],[73,3]],'intensify',[[9,1]],'reverted',[[13,1]],'allows',[[46,1],[35,1],[18,1],[27,1],[33,3],[37,1],[68,1],[38,1],[40,2],[43,2],[62,1],[32,1],[61,1],[25,1],[51,5],[55,4],[34,1],[41,1],[50,1],[52,3],[30,3],[64,1],[23,1],[59,2],[56,1]],'situation',[[41,1],[32,1],[50,1],[49,2]],'equipment',[[33,1]],'redesigned',[[47,1]],'quality',[[36,3],[14,1]],'refer',[[62,2],[61,1],[58,1],[70,4]],'3fff ',[[70,1]],'clocked',[[78,11]],'resize',[[10,1]],'operating',[[3,1],[37,1],[67,1],[21,1]],'049x',[[70,1]],'%1d',[[73,2]],'acknowledge',[[80,8]],' nop',[[80,19]],'experimental',[[13,2],[47,1]],'wch',[[8,2],[6,1]],'chrr',[[75,2]],'sent',[[81,1],[60,1],[50,1],[78,4],[43,1]],'aaaa',[[52,4]],'aop',[[80,1]],'safe',[[7,1],[30,1],[50,1],[43,1]],'nesten',[[3,1]],'sources',[[81,1],[78,1],[80,3]],'sequences',[[8,1],[78,9]],'wraps',[[83,3],[80,1]],' fetch',[[80,78]],' pointer',[[80,10]],'capslock',[[62,1]],'aid',[[81,1],[65,1],[69,1],[50,1]],'abandoned',[[3,1]],'truncating',[[9,1]],'adjustments',[[35,1]],'fetching',[[81,2],[80,1],[82,1],[52,1]],'technically',[[69,1]],'between',[[35,1],[27,1],[33,1],[68,1],[81,7],[15,1],[82,1],[62,4],[57,1],[32,1],[30,1],[64,2],[70,1],[23,1],[51,1],[77,1],[78,5],[80,9],[83,1],[12,1]],'skipping',[[30,1],[15,1],[14,1]],'delete',[[52,1],[62,1],[43,2]],'pspfceultra',[[3,1]],'qfox',[[3,1],[61,1]],' |_____|_____|',[[70,2]],'utfconverter',[[13,1]],'determined',[[81,1],[80,1],[77,3],[73,1]],'typical',[[81,1],[70,1]],'2003',[[75,2]],' only',[[78,1]],' where',[[81,1],[78,2]],'mario',[[70,3]],'job',[[38,1]],'1fff ',[[70,1]],'implementation',[[59,1],[10,2],[81,1],[5,1]],'prefixes',[[46,1]],'rotated',[[80,1]],'crossing',[[80,11]],'won',[[56,1],[62,6],[33,1],[37,1],[50,1],[16,1],[58,1],[80,1],[83,1],[55,1],[8,1],[43,1]],'`je',[[80,1]],'whether',[[22,4],[56,5],[57,8],[50,2],[62,3],[64,7],[70,1],[5,1],[26,1],[39,2],[8,1],[52,1]],'luke',[[3,1]],'horrible',[[81,1]],'7fff',[[75,1],[77,1],[9,1],[43,1]],'music',[[50,1],[77,12],[70,3],[78,1]],'rom',[[22,8],[11,3],[18,2],[53,2],[56,1],[58,7],[15,1],[81,2],[75,1],[2,1],[8,5],[66,4],[43,2],[3,1],[62,11],[32,2],[61,2],[80,1],[70,4],[7,6],[13,3],[1,1],[55,21],[73,1],[84,6],[41,4],[50,3],[16,2],[21,2],[69,12],[31,4],[65,1],[67,8],[52,18],[24,4],[4,1],[10,1],[30,11],[57,27],[77,1],[5,3],[26,2],[14,9],[20,1],[6,2]],'freezing',[[43,2],[61,1],[14,2]],'ideal',[[68,1],[78,1]],'guide',[[73,1],[68,1],[70,2],[42,5],[19,5],[66,2],[43,1]],'tune',[[77,22],[27,2],[57,1]],'cope',[[80,1]],'dff6',[[52,1]],'bounds',[[8,1],[11,2]],'evaluate',[[61,2],[52,1]],'failattempts',[[64,1]],'patched',[[21,1]],'circuit',[[81,1],[28,1]],'school',[[67,1]],'cheat',[[18,2],[68,1],[69,2],[58,4],[42,2],[31,1],[8,4],[43,27],[44,2],[10,9],[45,2],[30,1],[70,3],[55,2],[11,1],[12,1]],'visually',[[51,1]],' 050',[[78,1]],'enhancements',[[3,1],[81,1],[18,4],[16,1],[15,1],[14,2],[13,3],[11,1],[12,1]],'core ',[[76,1]],'bullets',[[65,1]],'perfecting',[[26,1]],'77ac',[[73,1]],'irql',[[75,1]],'cmp',[[80,21]],'currently',[[34,1],[35,2],[33,1],[41,1],[74,1],[81,2],[75,1],[67,1],[82,1],[43,2],[52,3],[62,7],[10,1],[30,1],[64,1],[70,1],[77,1],[78,6],[26,2],[14,2],[55,1],[6,1]],'calculate',[[81,1],[80,5]],'fade',[[78,1],[55,1]],'0318',[[80,3]],'higher',[[35,1],[81,1],[80,1],[64,1],[78,1],[75,1],[56,1]],'104',[[81,1]],'submitdeleteframes',[[62,1]],' other',[[81,1]],'320x239',[[62,1]],' enemy',[[70,2]],'formatted',[[50,1]],'intervals',[[77,1]],'both',[[81,4],[18,2],[33,3],[50,1],[21,1],[8,1],[38,1],[43,1],[24,1],[52,1],[10,1],[57,2],[63,1],[77,3],[78,6],[5,1],[49,1],[80,9],[82,1],[14,1],[55,2],[12,1],[56,2]],' cmos',[[80,7]],' 0be',[[78,1]],'miscellaneous',[[73,1]],'rerecording',[[3,5],[44,1],[10,1],[18,2],[45,1],[68,1],[26,2],[28,2],[2,1],[55,1],[11,1],[12,1]],'check',[[35,1],[33,1],[67,2],[39,1],[38,2],[52,1],[62,2],[10,1],[80,1],[64,1],[51,1],[14,1],[7,1]],'doing',[[62,4],[81,1],[80,1],[64,2],[77,1],[15,1],[55,2],[14,1]],'blocks',[[77,1],[70,3],[78,1]],'big',[[62,1],[14,2],[50,2],[64,2],[6,1]],'braces',[[61,1]],'activity',[[55,1],[80,1],[6,1]],'custom',[[62,2],[35,4],[27,2],[53,1],[57,1],[81,1],[14,1],[7,2]],'important',[[81,1],[68,1],[55,1],[64,1]],'abstraction',[[63,1]],'8bit',[[62,2]],'vars',[[64,1]],'drawn',[[54,1],[53,1],[57,2],[50,1],[81,3],[13,1],[82,1]],' 07f',[[78,1]],'mem',[[81,4]],'welcome',[[1,1]],' by',[[26,1],[77,1],[23,2]],' isb',[[80,7]],'%xh`',[[80,1]],'rerecordcount',[[62,1],[73,1],[14,1]],'amount',[[36,1],[81,3],[18,1],[80,2],[58,1],[70,1],[78,2],[38,2],[56,2]],'nesting',[[8,1],[56,1]],'bi&',[[80,4]],'ing',[[51,1]],' cpu',[[78,1]],' si_none',[[73,2]],'droradc',[[80,2]],'gamepads',[[33,1],[73,1]],'cpu',[[53,2],[18,1],[37,1],[81,12],[75,3],[8,1],[52,8],[62,6],[79,2],[10,1],[80,6],[70,6],[78,8],[13,3]],'idc',[[57,1]],'link',[[6,1],[8,1],[5,1]],'w0dn',[[80,1]],'t%_87',[[80,2]],'~60',[[12,1]],'14915',[[78,1]],'taking',[[59,1],[81,2],[80,2],[78,1]],'application',[[61,1],[62,1],[64,1]],' 60',[[78,1],[80,1]],'binding',[[15,1]],'57%',[[78,1]],' again',[[70,1]],'unsigned',[[62,3],[44,1],[45,1],[43,2],[61,1],[80,3],[52,1]],'eval',[[64,3]],'assisted',[[3,1],[68,13],[64,1],[70,1],[26,3],[2,1],[8,1],[47,1],[66,2]],'room',[[62,1]],'3fff',[[81,1]],'paying',[[81,1]],'programmable',[[78,11]],'final',[[78,1],[25,1],[28,1]],'magenta',[[62,1]],'creation',[[78,1],[18,1],[61,1],[64,1],[15,1],[73,1]],'asl',[[80,6]],'define',[[62,1],[75,1],[27,1],[50,1],[7,1]],'mpby',[[75,1]],'oddities',[[80,1]],'chosen',[[52,1]],'startup',[[22,1],[18,1],[57,1],[30,1],[64,1],[15,1],[14,1]],'choice',[[30,1],[62,2],[81,1]],' complete',[[80,1]],' 256 ',[[70,4]],'lists',[[80,1]],' opcode',[[13,1],[80,2]],'fd%j',[[80,1]],'|ppu',[[81,3]],'build',[[3,1],[4,3],[50,1],[16,2],[15,3],[7,1],[13,1],[8,2],[14,2]],'16k',[[52,3]],'04fx',[[70,1]],'entries',[[81,3]],'feed',[[81,2]],'resets',[[62,2],[43,1],[78,1],[52,1]],'mails',[[63,1]],'rgb32',[[62,1]],'status',[[22,5],[53,1],[54,3],[41,4],[81,3],[75,2],[39,1],[52,2],[62,4],[10,1],[80,3],[30,1],[70,1],[78,17],[26,4]],'expertise',[[78,1]],'was',[[6,2],[56,1],[18,1],[68,3],[81,17],[58,1],[8,2],[9,1],[43,5],[3,22],[44,1],[45,1],[62,7],[61,1],[80,10],[70,1],[78,4],[55,3],[13,2],[73,6],[41,11],[50,1],[16,5],[17,1],[28,1],[67,1],[47,1],[52,2],[24,6],[10,2],[57,12],[30,1],[64,1],[77,1],[26,1],[14,3],[12,1],[20,1]],'dd0e',[[80,8]],'identified',[[73,1]],'nmi',[[52,2],[81,2],[80,18],[78,1],[70,1]],'simulated',[[62,1]],'progression',[[62,1]],'agrees',[[82,1]],'selected',[[24,1],[44,1],[10,2],[50,3],[80,1],[81,8],[26,2],[48,1],[8,1],[43,5]],'loc',[[80,3]],'zip',[[22,2],[35,1],[10,1],[21,4]],'outlet',[[69,1]],'brings',[[43,1],[62,2],[70,1],[41,1],[9,1],[6,1]],'flow',[[61,2]],'drawline',[[62,1]],'overview',[[46,1],[0,1],[2,1],[1,1],[65,2],[77,1]],' once',[[26,1],[20,1],[77,2]],'html',[[62,2],[73,1],[27,1],[68,3],[61,3],[78,1],[8,1],[63,1],[52,1]],'combinations',[[64,1],[81,1],[80,4]],'d011',[[80,2]],'divider',[[78,3]],'sq2',[[78,10]],'getpath',[[5,1]],'paint',[[61,1],[62,4],[50,1]],'everything',[[62,1],[81,1],[57,1],[68,1],[64,1],[80,1],[56,2]],'240hz',[[78,3]],'clears',[[80,3]],'ines',[[75,1],[8,1],[21,4],[52,4]],'website',[[50,3]],'000c',[[77,1]],'eyebrows',[[81,1]],'rip',[[77,1],[57,1]],'drivers',[[8,1],[80,1]],'romfreezecolor',[[13,1]],'destination',[[80,1],[25,1],[57,2]],'private',[[57,1]],'fceultra',[[3,1]],'use',[[22,1],[46,3],[27,1],[33,7],[68,4],[11,1],[6,1],[75,1],[48,2],[8,3],[38,1],[63,1],[32,1],[61,2],[78,1],[7,1],[13,1],[1,2],[34,1],[52,8],[57,2],[64,5],[49,1],[59,3],[14,1],[36,1],[35,2],[53,2],[60,2],[81,7],[58,1],[15,1],[43,5],[3,2],[62,16],[80,15],[25,1],[51,1],[70,5],[55,2],[84,2],[50,13],[69,1],[16,1],[31,1],[65,5],[67,3],[10,2],[30,1],[77,6],[12,1],[56,4]],'p40',[[62,1]],'wealth',[[69,1],[68,1]],'reserved',[[70,2],[80,1]],'visible',[[84,1],[38,1],[52,1]],'add',[[35,1],[33,1],[50,3],[81,2],[16,3],[58,3],[8,4],[63,1],[52,8],[43,3],[10,1],[80,13],[77,1],[51,1],[7,1],[55,1],[84,1]],'selection',[[81,2],[10,1],[50,19],[80,2],[8,1],[9,4]],'uncompressed',[[18,1]],'considered',[[62,1],[81,3],[61,1],[73,2]],'existence',[[78,1],[65,1]],'behaves',[[80,1]],'renamed',[[84,1]],'fceuxd',[[3,8],[28,1],[2,1],[67,1],[6,1]],'occurs',[[81,3],[78,2],[80,9]],'9_s8',[[80,1]],'6502_cpu',[[80,2]],'roll',[[7,1]],'pane',[[62,1],[8,1]],'gdoverlay',[[62,3]],'determine',[[62,1],[81,3],[50,4],[64,3],[77,3],[78,1],[56,1]],'r0j0`fd%j',[[80,1]],'yresolution',[[7,1]],'customizing',[[23,2],[14,1]],'american',[[24,1]],'mmc5',[[81,2],[77,7],[16,3],[5,2],[17,1],[70,1],[6,1]],'fatal',[[80,1]],'upgrade',[[16,1]],'player3',[[73,1]],'fractions',[[16,1],[68,1]],'portions',[[64,1],[81,1],[9,1]],'impossible',[[56,1],[50,1]],'tbl4',[[61,3]],'highly',[[64,2]],'trace',[[6,1],[56,6],[84,1],[69,2],[8,2],[52,2],[3,1],[4,1],[57,1],[5,1],[23,1],[51,1],[14,1],[7,1],[13,1],[12,1],[11,2]],'speedup',[[8,1],[67,1]],'again',[[3,2],[24,1],[57,1],[50,1],[61,1],[62,3],[64,1],[80,4],[81,3],[13,2],[12,1],[56,1]],'bugs',[[11,1],[12,1],[10,3],[14,1],[18,1],[16,1],[5,1],[7,2],[13,1],[8,2],[9,2],[6,2]],'sides',[[22,2],[24,6],[27,1],[50,1],[70,2],[14,1],[38,2]],'they',[[54,2],[81,7],[68,1],[8,1],[62,2],[44,1],[80,9],[61,1],[70,2],[78,1],[13,1],[84,1],[50,1],[69,1],[21,1],[16,1],[31,1],[65,3],[67,1],[52,1],[57,4],[64,1],[77,2],[11,1],[56,2]],'wav',[[25,8]],'prefix',[[46,3],[84,1],[52,1]],'basically',[[81,3],[55,1],[64,1],[50,1]],'defined',[[60,1],[50,2]],'opposite',[[62,3],[57,1],[80,1],[64,1]],'dir',[[15,1]],'07xx',[[70,1]],'lastkey2',[[64,1]],' tmnt',[[70,1]],'tya',[[80,1]],'operand',[[80,6]],'handakuten',[[50,4]],'zenity',[[16,1]],'logger',[[6,2],[53,2],[55,1],[56,9],[69,4],[84,1],[8,2],[52,3],[3,2],[4,1],[57,15],[5,1],[23,1],[51,2],[14,1],[7,2],[13,1],[12,2],[11,2]],'resources',[[62,1],[68,1],[69,1],[63,1],[70,1]],'vector',[[80,11],[63,1],[52,8]],'present',[[54,1],[81,4],[57,1],[77,1],[73,1]],'9fff',[[57,1]],'j2rb',[[75,1]],'run',[[37,1],[60,7],[68,2],[65,3],[67,1],[82,1],[38,2],[52,7],[3,2],[62,6],[80,9],[30,1],[61,2],[64,4],[49,1],[51,1],[14,2]],'inverting',[[78,1]],'redundant',[[12,1],[73,1]],'4006',[[78,3]],'clear',[[73,1],[81,1],[33,3],[50,1],[8,1],[82,1],[52,2],[62,4],[40,2],[57,2],[80,9],[77,4],[6,1]],'smooth',[[81,1]],' set',[[80,1]],'create_avi',[[5,1]],'xii',[[80,2]],'1100000000000000',[[82,1]],'usability',[[3,1],[8,1],[11,1],[12,1]],'packaged',[[28,1],[67,1]],'during',[[24,2],[81,18],[10,2],[37,1],[50,1],[16,2],[57,1],[78,2],[80,5],[26,3],[8,1],[38,1]],'profiling',[[52,1]],'10x1',[[80,1]],'kh%&1',[[80,1]],' xx',[[80,1],[55,1]],'hitboxes',[[65,1]],'graphical',[[3,1],[59,1],[81,4],[63,1]],'unless',[[24,2],[56,1],[62,5],[50,1],[30,1],[73,3],[78,1],[80,1],[81,2],[26,1],[31,1],[52,2]],'ror',[[80,21]],'playbeginning',[[62,1],[14,1]],'popped',[[81,1]],'127',[[62,5],[80,1]],'forceful',[[62,1]],'followed',[[73,2]],'life',[[65,1],[69,1],[43,1]],'complex',[[81,1],[80,1]],'includes',[[62,2],[53,1],[4,1],[41,1],[79,1],[16,1],[15,1],[76,1],[14,2],[13,1],[8,1],[63,1]],'bypassed',[[36,1]],' khorton@iquest',[[77,1]],'input',[[22,6],[12,2],[18,2],[33,11],[6,2],[68,1],[15,1],[8,4],[9,1],[62,23],[29,1],[61,7],[70,1],[78,3],[7,2],[13,1],[73,17],[74,1],[16,3],[31,4],[65,2],[47,1],[10,8],[30,11],[64,4],[5,3],[19,1],[26,3],[49,1],[14,1],[20,1],[36,1]],' changes',[[18,1]],'particular',[[35,1],[53,1],[50,1],[81,3],[77,1],[78,1],[26,2],[8,1],[52,1]],'resetinstructionscount',[[62,1],[6,1]],'prefer',[[38,1],[56,1]],'minimal',[[18,1]],' 32',[[75,2],[70,1],[77,3]],'text',[[18,2],[60,1],[68,1],[15,1],[42,2],[8,2],[38,1],[43,2],[3,1],[62,4],[61,2],[7,2],[1,1],[55,3],[84,2],[73,11],[50,40],[16,1],[65,2],[52,3],[77,5],[5,1],[23,3],[26,1],[14,3],[11,1],[56,3]],'00000011',[[82,1]],'indiana',[[9,1]],' 8160',[[70,1]],'clocks',[[81,3],[78,2]],'mulitple',[[70,1]],' playback',[[78,1]],'devices',[[73,3],[5,1]],'preparations',[[80,3]],'part3',[[84,1]],' a13',[[81,1]],'codes',[[52,1],[80,2],[30,2],[58,4],[69,1],[51,2],[67,2],[43,1]],'minus',[[62,1],[75,1],[81,2],[77,2],[78,1]],' over',[[2,1]],'editing',[[62,2],[18,1],[68,1],[69,3],[23,1],[26,1],[7,1],[55,3],[8,2],[65,1],[73,1]],'metadata',[[26,5],[18,1],[14,1],[41,4]],'management',[[59,1],[18,1],[80,1]],'5x5',[[62,2]],' bigbad',[[35,4]],'uint8',[[75,3]],'caveat',[[77,2],[81,2]],'such',[[46,1],[81,1],[33,2],[37,2],[68,3],[75,1],[66,1],[63,1],[43,3],[3,5],[62,6],[61,1],[70,4],[78,2],[1,1],[13,1],[84,1],[41,1],[50,1],[69,2],[31,2],[65,1],[67,1],[52,4],[57,2],[30,2],[64,3],[26,1],[59,1],[14,2],[11,3],[56,1]],'quite',[[62,1],[81,1],[80,3],[70,1],[56,1]],'cur',[[78,1]],'brightness',[[35,1],[28,2],[81,1]],'report',[[10,1],[80,1]],'force',[[35,1],[61,1],[78,1],[7,1],[8,1],[38,2],[36,1]],'writes',[[81,1],[10,1],[80,2],[64,1],[77,2],[78,3],[55,1],[82,1]],'~50',[[12,1]],'performance',[[68,1],[9,1],[37,1]],'fffe',[[80,3],[70,1],[52,1]],'efficiency',[[8,1]],'144',[[64,1]],'eliminates',[[59,1]],'assembler',[[3,1],[84,1],[52,4]],'2xx',[[77,1]],'164',[[8,1]],'stopping',[[62,2],[6,1]],'strobed',[[81,1],[78,1]],' |09',[[78,1]],'adc',[[80,22]],'8th',[[81,1],[80,2]],'removing',[[81,1],[57,1],[8,1],[9,1]],'ora',[[80,9]],'accurately',[[81,1]],'pix',[[70,2]],'scanlines',[[54,1],[81,9],[37,4],[14,3],[52,3]],'pattern',[[17,1],[53,2],[62,1],[81,21],[70,2],[49,7]],' there',[[41,1],[80,1],[77,1],[78,1],[83,1]],'pick',[[16,1],[10,1],[5,1]],'numpad7',[[62,1]],'fulscreen',[[8,1]],'loading',[[46,2],[6,2],[18,1],[33,1],[68,2],[8,4],[9,1],[62,3],[78,1],[7,2],[13,1],[73,1],[16,2],[21,1],[39,1],[52,1],[10,5],[30,1],[77,1],[19,1],[26,5],[59,1],[14,2],[11,1],[12,1]],'0x60',[[80,1]],'190',[[4,1]],'numpad',[[62,5],[16,1]],'backwards',[[62,3],[75,1],[65,1],[13,1]],'construct',[[59,1]],'dualcore',[[14,1]],'stick',[[77,1],[70,1]],' enable',[[78,5]],'load',[[22,4],[35,2],[18,3],[46,4],[15,2],[43,3],[62,6],[32,3],[61,11],[80,5],[78,8],[7,1],[13,1],[55,1],[41,3],[50,4],[21,2],[28,1],[31,1],[39,3],[65,3],[67,1],[52,3],[24,1],[10,2],[57,1],[30,5],[64,1],[77,11],[5,1],[26,1],[14,1],[11,4],[20,4]],'slight',[[28,1],[30,1],[9,1],[38,1]],'synchronize',[[78,1]],' 1993',[[80,1]],'0900',[[70,1]],'applications',[[26,1],[80,2],[61,1],[66,1],[63,3],[36,1]],'prevent',[[81,1],[37,1],[16,1],[15,1],[52,1],[62,2],[4,1],[10,1],[61,1],[64,1],[80,1],[14,2],[55,1]],' anc',[[80,1]],'2011',[[9,1]],'combine',[[80,1],[57,8],[52,1]],'ours',[[80,1]],' whenever',[[55,1],[39,1]],'glitchy',[[36,1]],'zapper',[[62,8],[10,2],[33,8],[7,2],[14,3],[11,1],[73,5]],'restored',[[12,2],[43,1]],'com',[[81,1],[83,2],[71,1],[78,1],[82,2],[47,1],[63,1]],'themselves',[[65,3]],' toggle',[[75,1]],'0fff',[[70,1]],'termination',[[62,1]],'tas',[[18,5],[68,7],[42,2],[65,1],[66,3],[8,3],[47,5],[62,2],[10,1],[70,3],[7,1],[1,1],[6,1]],'errors',[[62,1],[10,1],[61,2],[64,1],[15,1],[51,1],[7,1]],'dropped',[[13,1],[11,1]],' selecting',[[26,1]],'operations',[[62,3],[55,1],[80,10],[63,1],[52,1]],'fetched',[[81,12],[80,9]],'@x&#cey',[[80,1]],' 042x',[[70,1]],'16kb',[[5,2]],' 065',[[78,1]],'average',[[30,1]],'checks',[[57,1],[11,1],[6,1]],'little',[[62,2],[50,1],[13,1],[64,1],[80,1]],'necessary',[[36,1],[62,2],[57,1],[49,1]],'position',[[6,1],[62,6],[18,2],[50,1],[61,1],[73,4],[70,4],[78,1],[14,5],[43,1]],'comma',[[30,1],[62,1]],'getimmediate',[[62,1],[8,1]],'linear',[[62,1],[81,1],[77,1],[78,22]],'generating',[[62,1],[81,1],[77,1],[78,1]],'4020',[[70,1]],' brk',[[80,7]],'`28',[[80,1]],'postings',[[78,1]],' iiiiiiiiiiiii',[[52,1]],'clipboard',[[55,1],[63,1],[50,1]],' attempt',[[77,1]],'aborted',[[15,1]],'ymouse',[[62,1]],'west',[[80,1]],' writing',[[78,1]],'mutually',[[81,1],[78,1]],'now',[[11,8],[81,4],[18,4],[68,1],[15,4],[75,1],[8,11],[43,2],[62,1],[80,2],[61,4],[78,7],[7,4],[13,4],[73,1],[50,1],[16,10],[17,1],[47,1],[52,1],[4,1],[10,4],[64,3],[77,2],[26,2],[14,14],[12,6],[6,1]],'sensitive',[[22,1],[62,2],[61,1],[64,1]],'outlinecolor',[[62,4]],'rewinder',[[65,1]],'built',[[3,1],[60,1],[65,2],[58,2],[9,1]],' generic',[[75,4]],'further',[[3,1],[50,1]],'latency',[[36,1]],'tutorials',[[61,1],[50,1]],'dark',[[57,1],[55,1]],'patient',[[77,1]],'prelim',[[77,1]],'depths',[[62,1]],'silenced',[[78,4]],'zeropage',[[80,6]],'makers',[[68,1]],'1536',[[81,1]],'boxes',[[46,1],[62,1],[10,1],[32,1],[18,2],[50,2],[58,1],[43,1]],'generictips',[[68,1]],' c0',[[80,1]],'ultra',[[3,18],[73,1],[18,1],[74,1],[75,3],[0,1],[26,1],[2,3],[1,1],[48,1],[55,1],[43,3]],'marks',[[84,1],[50,4]],'itself',[[46,1],[62,4],[81,1],[50,1],[80,1],[78,2],[55,4],[65,1],[84,1]],' specifically',[[64,1]],'automagical',[[80,1]],'reaction',[[20,1]],'pathname',[[22,1]],'filebase',[[31,1]],'away',[[62,1],[81,1],[33,1],[80,6],[52,1]],'callback',[[62,29]],'became',[[68,1]],'w_pm`',[[80,1]],'khz',[[78,3]],'working',[[3,1],[6,2],[27,2],[57,2],[62,2],[77,1],[13,1],[8,1],[63,1],[56,1]],'embedded',[[62,1]],'dex',[[80,3]],'involving',[[10,2]],'getup',[[62,1],[11,1]],'quirks',[[61,1]],'setregister',[[62,2],[12,1]],'inclined',[[69,1]],'bare',[[61,1]],'constants',[[73,1]],'ought',[[80,1]],' naturally',[[81,2]],'exists',[[62,1],[81,1],[18,1],[13,1]],'ans',[[1,2],[3,1]],' 15',[[78,1]],'decodes',[[80,1]],'ale',[[81,2]],'corrupted',[[8,1],[10,1],[50,1]],'rewind',[[65,1],[26,1],[41,2]],'m`0@9',[[80,5]],'october',[[80,1]],'fceu98',[[16,1]],'placed',[[62,1],[70,1],[67,1]],'hear',[[78,1]],'finishes',[[81,2],[80,1]],'interpolation',[[38,1]],'patterns',[[81,1],[78,2],[49,1]],'2400|',[[70,1]],'true',[[62,26],[73,6],[60,1],[80,1],[61,3],[64,7],[81,1],[38,1],[52,1]],'pbin',[[75,1]],'cpus',[[67,1]],'21477270',[[77,1]],'occurence',[[81,1]],'4040',[[77,1]],'decision',[[81,1]],'deck',[[24,1]],'compute',[[62,1]],'row',[[81,1],[50,1],[70,10],[23,1]],'gauntlet',[[70,1]],'demos',[[80,1],[51,1]],' try',[[60,1]],'checkbox',[[11,1],[6,1],[33,1],[43,1],[50,3],[52,3],[39,2],[38,1],[36,2]],'turn',[[62,1],[33,1],[32,1],[30,2],[80,1],[26,1],[36,1]],'ane',[[80,5]],'a000',[[77,1],[57,1]],'sram',[[43,1],[16,1],[31,1]],'restore',[[36,1],[52,2],[57,1],[41,3],[16,4],[14,1],[20,3],[40,1]],'properly',[[6,1],[43,1],[57,1],[30,1],[49,1],[14,3],[8,1],[20,1],[12,1]],'easier',[[62,1],[57,1],[68,1],[69,1],[77,1],[70,1],[80,2],[59,1],[65,2],[82,1],[52,1]],'api',[[60,1],[63,1]],'naturally',[[78,1]],'xxff',[[80,1]],' memory',[[81,4]],'xresolution',[[7,1]],'differs',[[73,1]],'might',[[62,3],[50,1],[64,2],[80,3],[70,1],[49,2],[26,1],[84,1],[6,1]],'decrypt',[[58,1]],'mustrollback',[[64,1]],'decimal',[[46,2],[43,1],[80,27],[61,1],[70,1],[75,1],[73,2]],'timestamp',[[74,4]],'tim',[[80,1]],'comprehension',[[81,1]],'fancy',[[61,1]],'undone',[[68,1]],'warning',[[22,1],[62,3],[50,1]],'fading',[[55,1]],'fullest',[[1,1]],'li#v7',[[80,2]],'health',[[64,1]],'simply',[[46,1],[81,3],[18,1],[68,1],[31,1],[48,1],[52,3],[64,3],[77,4],[26,3],[55,2],[20,1],[73,1]],' even',[[80,1]],'deflate',[[21,1]],'utf',[[15,1]],'inservice',[[81,1]],' nsf',[[77,1]],'oam',[[81,7],[4,1]],'style',[[3,1],[24,1],[27,1],[33,1],[62,1],[13,1],[43,1]],'player2',[[17,2],[73,1]],'finished',[[54,1],[62,1],[10,1],[7,1],[75,1]],'manually',[[62,1],[81,1],[33,1],[50,1],[83,1],[26,1],[52,4]],'sophisticated',[[81,1]],'declaring',[[61,1]],'installation',[[50,1]],'beyond',[[25,1],[55,1]],'translating',[[50,2]],'10ff',[[70,1]],'designation',[[52,1]],'advantage',[[26,1],[59,1],[78,1]],'architecture',[[3,1],[53,1],[81,1],[8,1],[78,1]],'overrides',[[24,2],[14,1],[31,2],[67,1],[20,1],[12,2]],'007b',[[77,1]],'undocumented',[[78,1],[80,7]],'designates',[[52,1]],'tries',[[62,1]],'predefined',[[61,2],[62,6]],'redesign',[[7,1]],'scalar',[[10,1]],'113',[[81,1]],'circuitry',[[81,2]],'newname1',[[84,3]],'exec_count',[[62,1]],'puc',[[63,3]],'unit',[[24,1],[53,1],[60,1],[80,1],[81,1],[78,14]],'vd`d2n0l',[[80,1]],' simply',[[70,1]],' square',[[78,7]],'178',[[8,1],[6,1]],'possibilities',[[81,1],[57,1],[18,3],[70,2],[43,7]],'ret',[[55,1]],' asl',[[80,5]],'dumpinput',[[5,1]],'stuff',[[53,1],[81,1],[50,1],[61,4],[64,2],[77,1],[82,1]],'controlling',[[52,2]],'lesser',[[62,1]],' 04bx',[[70,1]],'inputs',[[62,2],[81,1],[33,1],[68,1],[64,2],[16,3],[59,1],[20,1]],'horton',[[77,1]],'option',[[6,3],[35,1],[18,4],[33,3],[37,1],[54,1],[15,3],[56,4],[8,14],[38,5],[62,2],[44,1],[45,1],[7,6],[13,5],[55,1],[41,16],[16,4],[39,1],[52,3],[24,1],[4,1],[10,5],[30,3],[5,3],[14,5],[20,3],[12,1]],'handled',[[10,1],[80,10]],'lagframe',[[62,1]],'nonsense',[[65,1]],'6fff',[[77,1]],'c000',[[57,1],[84,3],[77,2],[70,1]],'lastkey4',[[64,1]],'212',[[5,1]],'key4',[[64,1]],' still',[[77,1]],'most',[[46,1],[54,1],[33,2],[60,1],[68,1],[81,2],[82,1],[43,1],[62,5],[80,9],[70,1],[78,2],[7,1],[55,1],[41,2],[50,3],[21,1],[69,1],[52,1],[4,1],[57,1],[64,3],[49,1],[26,1],[59,1],[20,1],[6,2]],'kbfe_j',[[80,1]],'installed',[[14,1]],'does',[[46,1],[53,1],[54,1],[50,2],[81,5],[58,1],[15,2],[75,1],[38,1],[52,1],[43,3],[62,4],[57,1],[80,19],[30,2],[61,2],[64,2],[70,2],[77,1],[78,2],[14,2],[7,1],[55,1],[73,1]],'galaxian',[[65,1]],'filled',[[58,2]],' load',[[77,2],[78,2]],'redo',[[14,2],[30,1],[41,4],[20,2]],'sev',[[80,2]],'fairly',[[55,1]],'077h',[[77,1]],'slider',[[14,1]],'desyncs',[[26,1],[67,1]],'googlecode',[[3,1]],'001c',[[46,2]],'expensive',[[61,1],[62,1]],'underlaps',[[81,1]],'terminator',[[77,1]],'points',[[62,1],[81,1],[80,3],[64,1],[8,1]],'substituted',[[52,2]],'polled',[[30,1],[49,1]],'``a',[[80,2]],'2006',[[3,4],[75,1],[81,2],[83,1],[82,4]],'items',[[29,3],[41,3],[30,1],[50,1],[69,1],[70,1],[14,5]],' with',[[49,1]],'faintly',[[81,1]],'keys',[[62,4],[73,4],[29,1],[33,2],[61,2],[64,3],[15,1],[14,2],[20,2],[11,2]],'deleted',[[62,5]],'compliment',[[78,2]],'85xx',[[80,1]],'reply',[[83,1],[82,1]],'able',[[62,1],[81,1],[33,1],[10,1],[18,1],[50,2],[78,1]],'energy',[[81,6],[70,4],[43,5]],' you',[[12,1],[81,1],[60,2],[80,3],[30,2],[77,2],[83,1],[23,1],[26,4],[55,2],[20,2],[36,1]],'converts',[[62,1]],'rgp9',[[80,2]],'regardless',[[62,3],[81,5],[78,1]],'relevant',[[75,1],[57,1],[52,1]],'pass',[[62,1],[81,2],[61,1],[77,1],[56,1]],'approximately',[[80,1]],'waveforms',[[78,1]],'regards',[[81,1],[78,2]],' been',[[80,1]],'wins',[[81,1]],'unisystem',[[35,2],[11,1],[33,1]],'subpixel',[[70,3]],'optimizing',[[68,1]],'fillcolor',[[62,4]],'replicates',[[36,1]],'creative',[[69,1]],'organization',[[14,1]],' movie',[[26,2],[18,1],[39,1]],'mark',[[3,1],[50,3],[30,1],[52,1]],'inflating',[[62,1]],'spec',[[77,3]],'whatsoever',[[81,1]],'describing',[[84,1]],'chapters',[[1,1],[71,1],[29,1]],'appears',[[62,1],[41,3],[80,1],[78,1]],'product',[[52,3]],'once',[[81,1],[33,1],[37,1],[41,2],[50,7],[58,1],[69,1],[39,1],[38,1],[43,1],[62,7],[57,1],[80,1],[30,2],[61,2],[77,2],[78,1],[14,2],[13,1],[7,1],[56,2]],'c008',[[84,2]],'patching',[[51,1],[52,1],[16,1],[21,3],[43,1]],'quicksave',[[12,1]],'activation',[[78,1]],'misbelief',[[80,1]],'rheiny',[[3,1]],'close',[[81,3],[18,1],[33,1],[41,2],[16,1],[50,1],[28,1],[39,2],[62,4],[80,1],[30,1],[14,2],[7,1],[55,1]],'pagedown',[[62,1]],'dd0a',[[80,9]],'noticeable',[[62,1]],'`j@xn',[[80,1]],'device',[[24,1],[81,3],[33,5],[70,1],[78,2],[28,1],[20,1],[73,3]],'ch1',[[77,2]],'comply',[[6,1]],'highlighted',[[13,1],[55,3]],'follows',[[43,1],[81,2],[60,1],[50,1],[77,1],[78,5],[73,1]],'mutlitrack2',[[65,1]],'5fffh',[[77,1]],'flags',[[81,1],[10,1],[80,25],[77,2],[14,1],[13,1],[52,4]],'eject',[[24,5],[27,1]],'crossed',[[80,4]],'compression',[[21,1],[11,1]],' february',[[78,1]],'firing',[[62,4],[81,1]],' nmos',[[80,7]],'qt5',[[4,1]],'operation',[[62,3],[81,5],[80,21],[78,6],[5,1]],'272',[[81,1]],'state',[[22,1],[54,2],[81,1],[15,2],[75,5],[8,1],[62,21],[80,4],[61,2],[78,5],[7,1],[55,1],[73,3],[41,1],[74,2],[16,1],[39,2],[65,1],[52,4],[10,2],[57,1],[30,1],[77,3],[26,6],[20,8],[56,2]],'cheapocabra',[[4,1]],'labels',[[84,2]],'correspond',[[77,1],[70,1]],'damaging',[[81,1]],'indirect',[[80,6],[52,1]],'nearest',[[38,1]],'rp2a03',[[62,1]],'licensed',[[3,1]],'2004',[[3,3],[81,1],[74,1],[13,1],[80,1]],'0200',[[70,2],[52,1]],'equivalent',[[61,3],[59,1]],'switch',[[22,2],[24,6],[27,1],[32,2],[30,1],[35,1],[50,1],[39,1],[55,1],[8,2],[38,1],[43,1]],'unfreeze',[[13,1]],'xor',[[61,1],[62,2],[78,2]],'overhaul',[[81,1],[18,1],[10,1],[14,1],[47,1]],'samples',[[77,1],[37,4]],'shapedefs',[[65,1]],'patcher',[[52,1]],'2746924',[[13,1]],'rotations',[[80,2]],'ugly',[[50,1]],'translation',[[50,6]],'depth',[[62,1]],'seen',[[68,1],[18,1],[70,1],[52,1]],'store',[[24,1],[62,1],[50,1],[80,13],[31,1],[84,1],[56,1]],'vastly',[[8,1]],'01ff',[[80,3],[70,2],[52,2]],'dated',[[80,1]],'sty',[[80,4]],'impose',[[8,1]],'assure',[[80,1]],'successive',[[80,1]],'reworked',[[81,1]],'autoconverts',[[13,1]],'saying',[[84,1],[50,2]],'interrupting',[[62,1]],'indir',[[80,4]],'numbers',[[80,2],[61,2],[64,1],[70,1],[49,2],[77,1],[65,1],[52,1]],'6000',[[43,1],[75,1],[77,5],[70,1],[9,1]],'serializer',[[81,1]],' zeropage',[[80,3]],'helps',[[51,1],[50,1]],'own',[[81,3],[33,1],[18,1],[58,1],[65,1],[47,1],[43,1],[62,1],[10,1],[57,1],[80,2],[78,1],[84,3]],'blip',[[3,1]],'scalers',[[5,1]],'leaves',[[22,2],[8,1]],'emu',[[62,47],[4,1],[10,3],[60,2],[61,7],[5,2],[8,2],[12,1],[11,1]],'equal',[[43,8],[80,1],[61,3],[64,1],[78,2],[52,2]],'location',[[52,2],[36,1],[62,2],[80,3],[58,1],[25,1],[78,2],[26,1],[43,2]],'board',[[70,2]],'transparent',[[62,4],[81,6],[11,1],[78,1]],'106',[[77,2],[81,1]],'abilities',[[78,1]],' shy',[[80,1]],'m09',[[80,1]],'horizontally',[[81,2]],'64kb',[[17,1],[16,1]],'00000111',[[82,2]],'objpixel',[[81,1]],'groups',[[13,1],[30,1]],'767',[[78,2]],'lined',[[49,1]],'format',[[56,1],[35,1],[18,6],[41,1],[68,1],[21,5],[16,2],[42,1],[73,16],[74,5],[75,3],[48,1],[47,1],[8,1],[43,6],[62,3],[72,4],[57,1],[77,5],[26,2],[76,2],[84,2],[11,2],[36,1]],'sounddisplay2',[[8,1]],'recognize',[[14,1]],'authoring',[[34,1],[53,1],[33,1],[60,1],[69,1],[16,1],[42,1],[75,1],[3,1],[79,1],[61,1],[71,1],[5,1],[12,1]],'libraries',[[62,1],[59,1],[61,1],[63,1],[6,1]],'belonging',[[52,1]],'trans',[[62,3]],'pch',[[80,16]],'make',[[35,1],[81,4],[58,1],[38,4],[62,7],[80,1],[32,1],[61,3],[25,1],[51,2],[78,1],[55,2],[13,1],[73,1],[41,1],[50,5],[69,1],[65,1],[52,4],[57,4],[30,2],[64,1],[77,1],[26,2],[20,2]],' fix',[[80,7]],'9th',[[80,1]],'arred',[[80,1]],'were',[[6,1],[53,1],[73,1],[81,2],[16,2],[28,1],[52,1],[3,2],[24,1],[57,4],[62,2],[64,1],[80,1],[78,1],[26,1],[14,1],[55,2],[56,1]],'firebrandx',[[28,1]],'chip',[[77,6],[81,1],[80,2]],'jumps',[[80,4]],'populated',[[10,1]],'written',[[53,1],[81,1],[50,2],[75,4],[65,1],[43,2],[3,2],[24,1],[4,1],[44,1],[45,1],[61,3],[62,3],[70,2],[77,5],[59,1],[78,6],[80,3],[1,1],[12,1]],'nametables',[[70,1]],'gp2x',[[3,1]],'due',[[3,1],[24,1],[62,1],[50,1],[68,1],[80,1],[70,1],[78,3],[81,1],[14,2]],'brk',[[70,1],[80,21]],'08000h',[[77,4]],'11ff',[[70,1]],'noicon',[[22,3]],'global',[[62,4],[35,1],[61,1],[64,1]],'sure',[[62,2],[73,1],[57,1],[50,1],[64,1],[77,1],[25,1],[43,1]],'tracking',[[68,1]],'collapse',[[46,1]],'1f0h',[[77,1]],'assigned',[[26,1],[33,3],[14,1],[44,1]],'onsegmentstart',[[64,2]],'article',[[80,2]],'exact',[[81,2]],'watch',[[46,14],[56,2],[18,8],[68,1],[16,1],[42,2],[31,3],[8,1],[9,1],[43,3],[3,1],[52,4],[10,1],[45,3],[57,1],[62,1],[70,1],[14,6],[13,6],[12,2],[6,2]],'can',[[22,1],[46,2],[27,3],[33,6],[20,2],[6,4],[75,1],[8,3],[38,12],[63,2],[82,2],[61,13],[71,1],[78,8],[7,2],[74,1],[52,24],[57,16],[64,13],[83,2],[5,1],[49,1],[26,22],[59,1],[14,4],[36,4],[35,2],[18,7],[37,2],[53,3],[58,2],[15,1],[60,2],[81,9],[43,9],[3,2],[44,3],[45,1],[62,37],[80,11],[25,2],[51,1],[70,8],[55,17],[84,7],[73,5],[50,14],[16,1],[21,2],[31,1],[65,1],[67,9],[24,4],[10,2],[30,15],[77,5],[23,3],[12,2],[56,7]],'snapping',[[56,1]],'mapinittab',[[11,1]],'turbo',[[22,5],[62,2],[18,4],[27,3],[61,2],[16,1],[15,1],[14,8],[9,2],[36,2]],'intuitive',[[10,1],[55,1]],'messes',[[16,1]],' palette',[[35,1]],'keeping',[[52,1]],'giving',[[65,1]],' |1e',[[78,1]],'too',[[62,4],[81,1],[60,2],[50,2],[30,1],[61,1],[80,4],[8,1],[11,1],[38,1]],'nestopia_rgb',[[28,1]],'wasok',[[64,2]],' proof',[[80,1]],'stderr',[[7,1]],'notable',[[7,1]],'0x5fff',[[8,1]],'slot',[[62,5],[13,2],[61,1],[20,4],[70,5]],'slowest',[[27,1]],'unassigned',[[14,1]],'dec',[[80,9]],'newppu',[[15,1],[73,1],[13,2],[8,3],[11,1],[12,1]],'perfection',[[68,1]],'bit0',[[80,1],[73,2]],'keyword',[[61,1]],'compare',[[52,3],[44,1],[45,1],[8,2],[58,4],[43,5]],'alu',[[80,2]],'gets',[[62,7],[81,1],[10,2],[80,1],[8,1]],'bases',[[81,1]],'netplay',[[67,1],[11,1],[63,1]],'orange',[[62,3]],'primitive',[[52,3]],'version',[[73,4],[81,1],[18,1],[33,2],[75,6],[28,1],[2,1],[67,2],[8,1],[47,1],[3,10],[44,1],[4,1],[45,1],[80,6],[0,1],[59,1],[14,1],[1,1],[6,1]],'permanent',[[58,1]],'lets',[[54,1],[56,1],[55,2],[80,3],[5,1]],'sound',[[22,1],[36,22],[37,3],[16,4],[15,1],[67,3],[8,1],[9,2],[62,2],[29,2],[77,17],[70,3],[5,3],[78,32],[26,1],[76,4],[14,12],[13,4],[20,1],[6,1]],'reaching',[[26,1],[39,2]],'mismatch',[[15,1]],'1kb',[[75,1]],'08fffh',[[77,2]],'ok#00',[[84,1]],' 12',[[78,2]],'overincreased',[[16,1]],'retained',[[3,1],[78,1]],'makecode',[[57,1]],'chr',[[54,1],[53,2],[57,3],[81,2],[16,3],[75,2],[7,1],[55,1],[8,2]],'par',[[43,1]],'protocols',[[63,1]],'brand',[[8,1],[18,1]],'bear',[[50,1]],'beebee',[[64,4]],'displayed',[[22,2],[46,1],[54,2],[81,1],[58,1],[39,1],[52,4],[43,2],[62,1],[10,1],[30,1],[51,1],[26,1],[14,1],[7,1],[55,1],[73,4]],'mirr',[[75,1]],'asymmetry',[[78,1]],'mos',[[80,1]],'fashion',[[81,2]],' 14',[[78,1]],'smb',[[22,16],[53,1],[14,1],[65,7]],'initalized',[[77,1]],'exit',[[62,7],[4,1],[32,2],[10,1],[61,1],[52,1]],'guess',[[81,1],[80,1]],'f18',[[62,1]],' nes',[[26,1]],'bind',[[33,1],[39,1],[13,1],[15,2]],'broke',[[13,1]],'path',[[22,4],[24,1],[10,3],[32,1],[60,1],[62,5],[7,1],[8,2]],'extraneous',[[24,1]],'wide',[[55,1]],'vbjin',[[44,1]],'9002',[[77,2]],'wrap',[[78,1]],'either',[[62,4],[52,1],[73,2],[50,1],[80,6],[77,2],[70,1],[78,2],[81,2],[83,1],[63,1],[56,1]],'mistake',[[61,2],[55,1]],'ntsccolor',[[16,1]],'past',[[30,1],[10,1],[67,1]],'post',[[81,1],[37,1],[8,1],[12,1]],'fire',[[42,3],[62,1],[68,1],[11,3],[49,5]],'accident',[[20,1]],' how',[[77,1]],'inside',[[6,1],[62,4],[81,2],[15,1],[52,1]],'library',[[3,1],[6,1],[62,27],[63,10],[61,1],[8,1],[12,2],[9,1]],'1998',[[3,1]],'screen',[[54,1],[53,1],[18,2],[33,1],[81,17],[9,1],[38,9],[62,20],[32,2],[61,2],[80,1],[70,13],[7,2],[13,1],[73,2],[50,2],[28,1],[31,1],[39,1],[24,3],[10,2],[57,2],[30,3],[64,1],[49,1],[26,1],[14,4]],'plays',[[22,2],[10,1],[41,2],[57,1],[77,1],[70,1],[26,1]],'numerous',[[22,1],[18,2]],'exist',[[54,1],[35,1],[62,1],[65,1],[81,2],[78,2]],'kirby',[[70,1]],'interpreted',[[81,1],[73,1]],'demokratische',[[80,1]],'mouse',[[54,1],[53,1],[33,3],[50,2],[56,1],[73,7],[65,1],[8,1],[38,2],[52,2],[62,3],[4,1],[5,2],[7,1],[14,2],[55,1],[6,1]],'longer',[[73,1],[10,1],[18,2],[50,1],[16,2],[60,1],[78,2],[14,2],[13,4],[12,1],[11,2]],'blowing',[[33,1]],'assign',[[22,1],[33,4],[40,3]],'super',[[46,1],[81,2],[70,3],[43,1]],'provide',[[62,3],[81,1],[63,1],[43,1]],'f22',[[62,1]],'accomplished',[[69,1]],'1ffh',[[77,2]],'_29_',[[83,1]],'310',[[52,1]],'insert',[[24,5],[62,1],[27,2],[60,1],[73,4],[6,1]],'quick',[[62,2],[61,1],[20,1],[52,1]],'omit',[[62,1]],' extra',[[75,1],[77,1]],' bpl',[[80,3]],'hell',[[81,1]],'subtitle',[[41,1],[73,5],[14,2]],'referred',[[3,1],[26,1],[75,1],[74,1]],'f17',[[62,1]],'revisions',[[78,3]],'sept',[[81,2]],'2008',[[3,5],[17,1],[18,1],[16,1],[15,1],[70,1]],'#228844',[[62,1]],'deccmp',[[80,2]],' your',[[80,1]],'bmi',[[80,2]],'dendy',[[22,5],[2,1],[30,2],[5,3]],'desire',[[78,1],[56,1]],' pal',[[77,1]],'detail',[[78,2],[70,1],[43,1]],'pet',[[80,2]],'824',[[81,1]],'conforms',[[10,1]],' one',[[68,1]],'012',[[6,1]],'fun',[[50,1]],'replacing',[[68,1],[78,1]],'discard',[[70,1]],'dd0d',[[80,11]],'then',[[46,2],[35,2],[18,1],[53,1],[60,1],[58,7],[81,5],[43,2],[3,1],[62,14],[32,1],[61,13],[80,7],[78,7],[55,1],[73,3],[50,2],[28,1],[39,1],[67,1],[52,4],[10,2],[57,6],[30,2],[64,9],[77,11],[26,2],[56,3]],'why',[[81,5],[50,1],[61,1],[80,5],[78,2],[83,1],[55,2]],'shinwa',[[33,1]],'wouldn',[[78,1],[50,1]],'judged',[[64,1]],' |06',[[78,2]],'branching',[[61,1],[80,1]],'somevalue',[[61,1]],'mind',[[3,1],[62,1],[81,1],[50,1],[21,1],[77,1]],'9810',[[75,1]],'tech',[[78,1]],'bankswitched',[[77,2],[52,1]],'assemblers',[[69,1]],' edcba9876543210',[[78,1]],'icou',[[75,1]],'nvidia',[[8,1]],'concept',[[64,1],[47,1],[2,1]],'moved',[[14,1],[7,1]],'limit',[[80,2],[64,2],[16,1],[38,1]],'bottom',[[46,2],[62,3],[80,1],[30,1],[61,2],[52,1]],' that',[[80,1]],'q_s8',[[80,1]],' although',[[81,1]],'paged',[[75,1]],'choose',[[24,3],[35,1],[60,2],[30,1],[58,1],[61,1],[8,1],[56,1]],'analyzing',[[51,1]],'tools',[[18,4],[50,3],[68,4],[16,1],[69,6],[42,4],[8,2],[63,1],[43,1],[3,4],[79,1],[4,1],[10,1],[57,1],[70,1],[5,1],[51,1],[1,2],[12,2]],'native',[[3,1]],'means',[[81,5],[18,1],[41,6],[50,1],[58,1],[38,4],[52,1],[62,9],[77,3],[78,3],[49,1],[59,1],[73,1]],'0007',[[77,1]],'minimized',[[13,1],[11,1]],'primary',[[81,8]],'fm3',[[8,1],[73,1]],'freq',[[62,5],[78,1]],'bcc',[[80,2]],'drawbox',[[62,1]],'_f_',[[80,1]],'toolkit',[[63,2]],'02xx',[[70,2]],'06ff',[[70,1]],'29651n52',[[80,1]],'maxattempts',[[64,1]],'recorded',[[62,1],[18,1],[33,1],[30,2],[64,1],[68,2],[26,1],[39,1],[12,1],[73,3]],'vblank',[[62,1],[81,1],[37,1],[14,2],[67,1],[52,1]],'matthew',[[78,1]],'inverter',[[81,1]],'breaks',[[81,1],[80,1],[11,1],[52,1]],'excluded',[[81,1]],'programmers',[[81,1],[80,2],[61,1],[65,2]],'anthony',[[3,1]],'toggles',[[22,2],[62,1],[10,1],[27,1],[30,4],[14,1],[39,2]],'middleclick',[[62,1]],'author',[[73,3],[81,1],[18,2],[50,1],[68,1],[16,1],[15,1],[26,3],[6,1]],'neat',[[81,1]],'closest',[[81,1]],'asm6',[[84,1]],'images',[[24,4],[81,2],[21,2],[63,1]],'calculations',[[62,1]],'dsbc',[[80,2]],'dc9d',[[80,4]],'channels',[[5,1],[62,1],[14,1],[77,1],[78,17],[36,3]],'setup',[[84,1],[81,1],[4,2]],'popup',[[61,1],[62,10],[12,2]],'versatile',[[81,1]],'may',[[56,1],[35,1],[33,1],[41,1],[50,1],[68,2],[73,3],[81,2],[65,3],[67,2],[38,1],[43,1],[52,9],[62,7],[10,1],[32,2],[30,1],[57,1],[77,1],[49,1],[80,24],[55,2],[20,1],[36,2]],'imported',[[61,1],[62,1],[12,2]],'detect',[[30,1],[81,1]],'reasons',[[80,1]],'stands',[[3,2],[81,1]],'alphamul',[[62,7]],'syncronization',[[81,2],[78,1]],'pages',[[80,1],[70,2],[5,1]],'dialogue',[[69,1]],'120',[[78,2]],'patches',[[43,1]],'descriptions',[[78,1],[80,1]],'168',[[81,1],[80,1]],'c004#newname2#',[[84,1]],'decryption',[[80,1]],'anything',[[62,3],[10,1],[68,1],[61,3],[77,3],[80,2],[8,1]],'srt',[[13,1],[41,1]],'network',[[34,2],[11,1],[29,1]],'offers',[[22,1],[28,1]],'export',[[84,1]],'dmcsize',[[62,1]],'zd`92r%_',[[80,1]],'follow',[[7,2],[61,1],[84,1],[78,1]],'access',[[62,2],[52,1],[63,1],[80,1],[81,15],[70,1],[26,2],[8,2],[12,2],[56,2]],'small',[[81,2],[68,3],[50,1],[64,1],[77,2],[70,1],[67,1],[52,3]],'course',[[62,1],[81,2],[80,1],[78,1]],'divide',[[81,1],[78,2]],'weekend',[[81,1]],'however',[[3,1],[34,1],[62,5],[50,1],[68,2],[80,8],[78,1],[81,2],[26,1],[82,1],[38,1],[43,1]],'irix',[[3,1]],'black',[[62,1],[81,5],[55,1],[38,1],[23,3]],'representing',[[62,2]],' luabot_framework',[[64,1]],'4#p`e@`h#vq',[[80,1]],'~diego',[[63,1]],'finishing',[[80,1]],'skipped',[[80,2]],'yabause',[[44,1],[45,1]],'reaches',[[78,2]],'8500',[[80,1]],' when',[[78,5],[26,1],[30,1],[77,1],[70,1],[43,1]],'operates',[[57,1],[80,1],[77,1],[78,1]],'moves',[[11,1],[7,1]],'02ff',[[70,1]],'maintained',[[1,1],[11,1]],'dialogs',[[14,1],[13,1],[16,3],[12,1]],'distinctions',[[70,1]],'frequencies',[[78,3]],'movie',[[22,14],[12,5],[18,7],[33,2],[46,2],[68,14],[15,4],[42,1],[48,2],[8,6],[9,2],[72,5],[3,2],[62,67],[29,2],[25,6],[70,3],[7,3],[13,12],[73,23],[41,29],[69,1],[16,6],[74,1],[31,1],[39,23],[47,1],[67,1],[10,23],[30,10],[64,1],[49,1],[19,3],[26,58],[14,20],[11,4],[6,4]],' lax',[[80,3]],'benefits',[[61,1],[75,1],[5,1]],'held',[[62,11],[26,1],[10,1],[33,3],[78,1]],'ghz',[[38,1]],'mwav',[[75,1]],'tax',[[80,2]],'east',[[80,1]],' proves',[[80,1]],'parsing',[[4,1]],'about',[[81,3],[41,2],[50,4],[66,1],[63,1],[52,1],[62,4],[79,1],[80,2],[61,2],[71,1],[70,1],[77,1],[78,1],[0,1],[59,1],[14,1],[1,2],[13,1],[84,1]],'vertical',[[43,1],[75,1],[81,6],[8,1],[70,2],[56,1]],'fixed',[[6,12],[73,1],[18,1],[81,3],[16,12],[15,5],[21,1],[17,1],[8,27],[9,12],[10,4],[80,1],[77,1],[78,2],[5,13],[14,12],[7,20],[13,9],[11,4],[12,4]],'foreground',[[81,4],[23,1]],'2048',[[43,1],[80,1],[78,2],[70,1]],'03xx',[[70,1]],'informative',[[10,1]],'bit6',[[73,2]],' right',[[78,1]],'prior',[[78,4],[81,2],[14,1],[8,1],[9,1],[56,1]],'relative',[[62,2],[10,1],[80,4],[6,1]],'users',[[62,1],[14,1],[65,2],[12,1]],'being',[[46,1],[6,1],[33,3],[37,1],[50,1],[74,1],[82,1],[24,1],[62,3],[80,7],[30,2],[64,1],[77,2],[5,1],[78,6],[59,1],[56,2]],'wordpad',[[23,1]],'transition',[[30,1]],'specifically',[[62,1],[26,1],[59,1],[65,1],[16,1],[70,2]],'pdf',[[29,1],[68,1],[64,1],[78,1],[73,1]],'30fps',[[30,2],[49,1]],'mute',[[14,3],[16,1],[15,1],[36,3]],'movie_finished',[[39,1]],'callbacks',[[62,8],[4,1]],' true',[[12,1]],'suppose',[[62,1],[50,3]],'processes',[[68,1]],' debugging',[[12,1]],' special',[[77,1]],'conducted',[[78,1]],'25th',[[81,2]],'#bxi',[[80,1]],' next',[[43,1]],'65xx',[[80,5]],'few',[[81,3],[50,2],[17,1],[65,1],[82,1],[43,1],[3,1],[24,1],[62,1],[32,1],[61,6],[77,2],[70,1],[78,1]],'combination',[[64,1],[80,2],[40,1]],'substitution',[[50,4],[43,3]],'contains',[[81,1],[50,1],[75,2],[8,1],[63,1],[43,1],[3,2],[4,1],[80,4],[61,1],[78,4],[26,1],[84,2],[73,1]],'lot',[[3,1],[62,1],[50,2],[8,1],[9,1],[70,1]],'hokeys',[[30,1]],'array',[[62,2],[84,2]],'capable',[[24,1],[81,1],[50,1],[64,1]],'000a',[[77,1]],'119',[[5,1]],'multitude',[[13,1],[14,1]],'lastkeys',[[64,1]],'collisions',[[81,3]],'xxx',[[73,2]],'fceud',[[3,4],[28,1]],'dreams',[[81,1]],'scale',[[28,1],[78,2]],'punchoutstats',[[65,1]],'0fff ',[[70,1]],'ended',[[64,2]],'supported',[[3,1],[24,1],[62,3],[74,1],[61,2],[21,4],[5,1],[55,1],[63,1],[73,3]],'joyhat',[[11,1]],'environments',[[21,1]],'captured',[[30,1]],'editors',[[69,1]],'findings',[[78,2]],'debuggerpagesize',[[5,1]],'regs',[[62,5],[16,1]],'designated',[[78,1]],'prompts',[[8,1]],'applies',[[54,1],[35,1],[62,6],[75,2]],'near',[[52,2],[78,1],[43,1]],'reduction',[[5,1]],'forcefully',[[62,1]],'f21',[[62,1]],'25%',[[62,2]],'delta',[[8,1]],'deterministic',[[26,1]],' make',[[77,1]],'4004',[[78,6]],'understand',[[59,1],[81,3],[80,1],[58,1]],' returns',[[14,1]],'respect',[[81,1]],' hold',[[33,1]],'401f ',[[70,1]],'255',[[62,7],[35,1],[81,1],[80,4],[23,9],[75,1],[11,1],[43,1]],'frameadvancing',[[61,1]],'wiki',[[68,1]],'draw',[[62,8],[55,1],[61,1],[16,1],[63,1],[82,1]],'doliner',[[3,1]],'registering',[[62,6]],'moreover',[[78,1]],' si_zapper',[[73,2]],'busses',[[81,1]],'mode',[[22,1],[6,2],[27,2],[81,1],[15,1],[9,1],[38,7],[62,8],[32,3],[61,1],[80,33],[70,1],[78,17],[7,1],[13,1],[41,1],[16,1],[39,3],[4,1],[10,6],[30,2],[77,3],[5,4],[26,8],[14,2],[36,1]],'conversion',[[62,1],[7,1],[67,2],[15,1],[78,2]],' 19th',[[81,1]],'toggle',[[22,9],[81,1],[18,2],[41,3],[16,1],[15,4],[17,1],[8,1],[82,1],[43,5],[10,2],[32,1],[30,2],[26,1],[14,3],[13,1]],'gaiden',[[11,3]],'0fffh',[[77,3]],'addr_hi',[[80,5]],'statistics',[[70,1],[52,1]],'chm',[[46,1],[63,1],[70,1],[78,1],[84,1],[8,2],[47,1],[73,1]],'channel',[[8,1],[78,83],[36,3]],'killed',[[81,1],[70,1]],'them',[[81,4],[37,1],[50,5],[21,1],[15,1],[58,1],[28,1],[65,5],[66,1],[38,1],[43,4],[52,3],[62,3],[57,1],[80,5],[30,1],[64,5],[77,2],[51,1],[78,1],[82,1],[84,1],[11,1]],'readwordunsigned',[[62,1]],'numbering',[[62,2],[10,1],[14,2]],'everywhere',[[81,1],[52,1]],' now',[[46,1],[18,1]],' indirect',[[80,2]],'0077h',[[77,3]],'ignores',[[15,1]],'explicitly',[[61,1]],'occupied',[[24,1]],'0x200',[[62,2]],'getmarker',[[62,1]],'originally',[[3,2],[44,1],[45,1],[62,1],[78,1]],'icons',[[30,1]],'waveform',[[75,2]],'rather',[[22,1],[62,4],[18,2],[81,2],[30,1],[61,1],[64,1],[49,1],[14,1]],'str',[[61,2],[62,8]],'crackle',[[67,2]],'rerecordcounting',[[62,1],[6,1]],' horizontal',[[81,1]],'improved',[[30,1],[7,1],[13,1],[8,4],[9,1],[14,1]],'evaluated',[[64,4],[81,2]],'limited',[[70,1],[36,1]],'extensions',[[21,2]],'2012',[[8,1]],'edge',[[81,1],[68,1],[69,1],[70,1],[78,1]],'@x&#cfyl',[[80,1]],'respectively',[[77,1],[78,2],[80,3]],'gdscreenshot',[[61,1],[62,1]],'actual',[[62,3],[35,3],[57,1],[50,2],[68,1],[81,1],[78,2],[75,1],[55,1],[84,1],[52,2]],'hue',[[35,1],[81,1]],' these',[[30,1],[78,3],[31,5]],'graphic',[[81,1],[8,1],[11,1],[51,1]],'addressing',[[81,1],[80,26],[70,1],[43,1]],'decays',[[78,1]],'searching',[[60,1],[18,1],[56,1]],'battle',[[50,2]],'unix',[[3,2],[11,1]],'backups',[[10,1],[14,1],[39,2],[11,1]],'cbl',[[75,1]],'nops',[[80,1]],'white',[[62,4],[23,1]],'slave',[[81,1]],'voltage',[[81,2],[78,5]],'know',[[81,2],[50,9],[58,1],[65,2],[82,2],[43,4],[62,2],[80,3],[61,1],[64,1],[70,1],[77,2],[55,1]],'player',[[24,1],[62,12],[10,3],[33,1],[61,2],[16,1],[64,2],[70,12],[2,1],[52,1]],'entire',[[81,2],[50,1],[77,1],[70,1],[5,1],[75,1],[55,1]],'useless',[[56,1]],'volume',[[62,5],[33,1],[77,2],[78,17],[5,1],[13,1],[36,8]],'8502',[[80,6]],'lua5',[[12,1]],'their',[[73,1],[81,1],[18,1],[50,3],[65,1],[52,1],[62,2],[40,1],[80,2],[70,1],[51,1],[78,2],[14,1],[55,1],[36,1]],'cut',[[70,1],[43,1]],'abbreviated',[[68,1]],'column',[[46,4],[52,6],[43,3],[73,2],[70,3],[14,1],[6,1]],'tiles',[[53,2],[81,4],[50,5],[70,1]],'clean',[[50,1]],'acceleration',[[67,1],[38,3],[6,1]],'dostuff',[[61,1]],'xparent',[[81,2]],'bookmarks',[[43,1],[52,8],[7,1],[8,1],[9,1],[6,1]],'way',[[6,1],[53,1],[18,2],[33,1],[50,1],[58,1],[60,1],[81,3],[65,1],[47,1],[82,1],[52,2],[62,1],[57,1],[80,5],[61,1],[64,1],[77,5],[26,2],[59,1],[84,1],[56,1]],'nil',[[62,16],[61,6],[64,1],[12,1]],'sided',[[24,1]],'09fffh',[[77,2]],'chronicles',[[9,1]],'mahjong',[[33,1]],'specified',[[22,10],[24,1],[6,2],[62,1],[30,1],[73,3],[77,3],[78,1],[31,1],[84,1],[52,2]],'copies',[[8,1],[80,1]],'existing',[[43,2],[51,1],[4,1],[20,1],[6,1]],'0a000h',[[77,1]],'remembers',[[18,2],[14,4]],' 93',[[80,2]],'app',[[50,2]],'blending',[[8,1]],'hooks',[[62,1]],'p2t0p9d`pid`',[[80,1]],'playback',[[22,2],[18,1],[16,1],[15,1],[39,2],[62,5],[10,2],[64,2],[77,3],[25,1],[78,3],[26,6],[7,2],[13,4],[14,1]],'oops',[[80,1]],'creates',[[64,1],[31,1]],'reverts',[[41,4]],' so',[[77,1],[70,3],[43,2]],'improvements',[[3,1],[4,3],[9,1],[6,1]],'somewhere',[[52,1],[50,2]],'accordingly',[[30,1]],'bros',[[70,1]],'fit',[[38,1],[80,1]],'rows',[[70,2],[50,1]],'disallow',[[8,1],[11,1]],' uint8',[[75,36]],'0ffffh',[[77,3]],'string',[[62,43],[52,1],[50,1],[61,3],[77,2],[75,3],[13,1],[73,4]],'m016',[[8,1]],'concern',[[43,1]],' copy',[[80,2]],'illegal',[[4,1],[80,1]],'enhance',[[81,2]],'bytes',[[73,5],[81,2],[74,2],[75,10],[67,1],[52,3],[62,8],[57,4],[80,4],[77,6],[70,2],[55,6],[84,1],[56,1]],'comments',[[26,1],[41,2],[61,1],[8,1],[84,5],[73,2]],'cxa2025as',[[28,1]],'replicate',[[28,1]],'sconscripts',[[13,1]],'alteration',[[49,1]],'2k3',[[81,3],[78,1]],'nametable',[[81,1],[16,1],[70,5],[14,1],[13,1],[7,2],[82,3]],'161',[[81,1]],'452de2c3',[[73,1]],'wasn',[[17,1],[52,1]],'authors',[[3,1]],'bandai',[[8,1]],'k0z',[[80,1]],'dragonfighter',[[5,1]],'twice',[[78,2]],'asymmetery',[[78,1]],'proof',[[3,1],[26,2],[68,1],[80,2]],'battery',[[24,1],[14,1],[31,2],[11,1],[6,1]],'happens',[[62,1],[81,1],[50,2],[61,1],[77,1],[80,3]],'taught',[[64,1]],'contra',[[70,1]],'resized',[[14,2],[52,1],[6,1]],'couple',[[7,1],[61,1],[6,1]],'connecting',[[52,1]],'uninstall',[[15,1]],'xmessage',[[62,1]],' 2048 ',[[70,1]],'irq',[[81,4],[80,17],[78,16],[5,1],[75,4],[13,1],[52,3]],'segmentation',[[9,1]],'nice',[[56,2]],'tunes',[[77,7]],'cnrom',[[8,1],[16,1]],'need',[[81,1],[60,2],[50,10],[74,1],[75,1],[65,3],[48,1],[52,3],[24,1],[62,5],[10,1],[57,2],[64,1],[77,2],[80,3],[49,1],[59,1],[55,2],[20,1]],'punkrockguy318',[[3,1]],'sssff',[[77,1]],'total',[[24,1],[62,1],[81,1],[80,1],[78,1],[26,1],[75,1],[8,2],[43,1]],'require',[[81,2],[30,1],[61,1],[78,1],[82,1]],'readbyteunsigned',[[62,2]],'teal',[[62,1]],'entertainment',[[3,1],[24,1],[20,1]],'writing',[[81,3],[60,1],[82,1],[52,1],[24,1],[62,5],[80,2],[61,1],[64,1],[77,1],[78,3],[83,1],[14,1],[55,2]],'apr',[[83,1],[82,1]],'dashes',[[61,1]],'edit',[[46,1],[18,5],[55,11],[84,1],[52,2]],'automated',[[62,1],[68,1]],'integers',[[62,3]],'misleading',[[64,1]],'ffff ',[[70,2]],'useful',[[46,1],[53,1],[60,1],[50,1],[81,4],[21,1],[15,1],[52,2],[62,2],[57,5],[80,1],[30,1],[70,4],[51,1],[59,1],[56,3]],'denoted',[[61,1],[64,1]],'reflex',[[68,2]],'card',[[8,1]],'05fffh',[[77,3]],'browsing',[[52,1]],'gates',[[81,1],[78,4]],'cdl',[[7,4],[57,5],[6,1]],'consecutive',[[61,1],[80,1]],'xing',[[7,1]],'act',[[68,1]],'generated',[[75,1],[81,4],[80,1],[78,5],[73,1]],'execution',[[80,2],[68,1],[52,12]],'compatible',[[18,1],[41,1],[21,2],[75,1],[67,1],[8,1],[72,1],[80,1],[70,1],[26,1],[14,1],[12,1],[20,1]],'fetch',[[75,1],[81,15],[80,31]],'basis',[[35,1],[81,1]],'emuversion',[[73,1]],'operational',[[80,6]],'replaying',[[39,1]],'banks',[[75,2],[84,1],[8,1],[58,1],[77,4]],'cia',[[80,8]],'vint',[[81,9]],' in',[[3,1],[81,1],[10,1],[18,2],[30,1],[60,1],[78,1],[49,1],[59,1],[75,1],[48,1],[12,1]],'compared',[[3,2],[10,1],[18,1],[12,1]],'incorrectly',[[14,1]],'serve',[[3,1],[62,2]],'software',[[3,1],[79,1],[80,1],[63,1]],'has',[[46,1],[35,1],[18,6],[33,1],[54,1],[12,1],[68,2],[81,7],[9,1],[43,6],[3,3],[44,1],[45,1],[32,1],[61,2],[62,7],[70,3],[78,12],[80,17],[55,1],[84,1],[41,3],[39,1],[67,3],[47,1],[52,3],[57,2],[30,2],[64,5],[77,5],[5,1],[14,1],[11,2],[56,2]],'incorrect',[[80,1],[5,1]],'areas',[[8,1],[38,2],[55,1]],'interrupt',[[78,2],[10,1],[80,37],[70,1],[52,6]],'looking',[[56,2],[28,1],[50,1],[51,1]],'ebooks',[[62,1],[45,1],[58,1],[15,1],[19,1],[76,1],[38,1],[6,1]],'typing',[[55,2],[43,1]],'inserting',[[24,1],[46,1],[27,1]],'dffa',[[52,1]],'motion',[[68,2]],'download',[[5,1]],'irrelevant',[[57,1],[73,2]],'drawings',[[8,1],[5,1]],'sprites',[[22,3],[53,1],[4,2],[50,2],[30,1],[62,2],[70,1],[81,2],[14,1],[82,2],[38,3]],'assignable',[[18,1]],'fffb',[[80,1]],'0000010000011111',[[82,2]],'otherwise',[[62,6],[53,1],[81,2],[32,1],[61,1],[64,1],[78,2],[80,5],[56,1]],'highlighting',[[43,1],[55,2],[6,1]],' |05',[[78,2]],'bpp',[[15,1]],'loopcounter',[[64,1]],'revamp',[[8,1]],'winapi',[[63,2]],'admittedly',[[50,1]],'value',[[46,12],[35,1],[18,4],[37,1],[81,12],[58,10],[75,3],[8,1],[43,39],[62,30],[80,34],[61,5],[78,38],[55,6],[13,3],[73,18],[50,1],[52,4],[4,1],[10,2],[30,2],[64,6],[77,2],[23,4],[83,2],[14,4]],' 044x',[[70,1]],'behave',[[6,1],[80,1],[61,1],[77,1],[52,1]],'harmless',[[80,1]],'realistic',[[28,1]],'0400',[[70,1]],'additionally',[[81,1],[78,1]],'religion_mode_off',[[80,1]],'strings',[[62,1],[50,1],[61,2],[52,2]],'here',[[35,1],[27,2],[33,1],[41,1],[50,4],[60,1],[81,12],[8,1],[38,2],[52,2],[43,1],[44,1],[45,1],[62,4],[61,4],[64,1],[77,3],[23,1],[78,5],[80,3],[82,1],[55,2]],'000',[[70,1]],' checked',[[31,1]],' certain',[[81,1]],'operate',[[81,1],[78,1],[43,1]],'signals',[[81,1],[78,3],[80,1]],'length',[[62,3],[81,1],[74,2],[61,1],[16,1],[77,2],[78,30],[80,1],[75,4],[14,1],[13,1],[73,5]],'`#j1@lj3b@29',[[80,1]],'incorporating',[[47,1]],'05ff9h',[[77,1]],'sprite',[[53,1],[81,14],[16,1],[70,7],[5,1],[75,1],[11,1],[52,2]],'step',[[5,1],[80,1],[13,1],[78,8],[52,4]],'hexfreezecolorb',[[23,1]],'advanced',[[81,1],[68,1],[69,1],[52,2]],'subject',[[82,1],[73,3]],'setnote',[[62,1]],' 256',[[75,1],[70,4]],'scripts',[[18,1],[60,1],[15,1],[17,2],[31,2],[65,12],[8,1],[63,1],[62,2],[64,1],[7,1],[11,2],[12,1]],'changes',[[3,1],[81,1],[50,2],[61,2],[80,2],[78,1],[5,1],[14,1],[55,2],[8,2],[12,1]],'framecount',[[62,6],[14,1]],'teenage',[[70,1],[49,1]],'activates',[[10,1]],'trial',[[64,2],[50,1]],'translators',[[50,2]],'han',[[50,1]],'default',[[22,1],[12,1],[18,1],[27,1],[11,1],[33,2],[15,4],[35,2],[36,1],[46,3],[8,2],[38,7],[40,2],[43,2],[62,3],[32,2],[25,1],[7,2],[13,1],[73,2],[16,5],[28,2],[31,5],[24,1],[4,1],[10,3],[30,7],[64,3],[5,1],[23,8],[26,5],[49,2],[14,5],[20,3],[6,2]],'okattempts',[[64,1]],'consequence',[[80,1],[73,1]],'shots',[[62,1]],'zeroes',[[64,1]],'10h',[[77,1]],'milliseconds',[[62,1]],'indicates',[[62,1],[52,1],[81,1],[78,1],[73,4]],'convention',[[62,1],[84,1],[73,7]],'50%',[[62,2],[64,1]],'bus',[[81,7],[80,3],[78,2],[55,1],[84,1],[8,3],[52,2]],'looped',[[62,1],[78,1]],'words',[[62,1],[81,2],[50,6],[80,1],[77,1],[73,1]],'modified',[[3,2],[24,2],[62,4],[50,1],[80,1],[77,1],[55,1]],'#ff',[[52,1]],'cpuregistername',[[62,2]],'examples',[[35,1],[80,1],[61,1],[21,1],[64,1],[52,1]],'assignment',[[40,2]],'1000000ths',[[77,1]],'sai`',[[80,2]],'integer',[[62,4],[81,1],[80,2],[73,5]],'#rrggbb',[[62,1]],'process',[[62,1],[81,7],[57,1],[50,2],[30,1],[68,2],[15,1],[69,2],[80,2],[26,1],[43,2]],'page',[[3,3],[52,1],[62,3],[41,1],[61,1],[80,40],[70,7],[5,1],[75,1],[28,1],[43,1]],'screwed',[[81,1]],'lastkey',[[64,1]],'dialog ',[[14,1]],'newly',[[56,2],[6,2]],'192',[[78,3],[7,1]],'9000',[[77,1]],'scanline',[[22,2],[53,2],[54,9],[50,3],[81,54],[5,1],[14,1],[82,1],[38,1],[52,4]],'composite',[[81,1],[38,1]],'mentioned',[[62,1],[81,1],[78,1]],'tool',[[46,1],[53,1],[18,3],[27,1],[33,1],[68,15],[42,7],[75,1],[2,1],[8,2],[66,2],[3,3],[44,1],[45,1],[61,1],[70,1],[51,4],[55,2],[34,1],[50,4],[69,1],[31,1],[67,1],[47,2],[52,1],[64,2],[5,1],[26,4],[14,1],[12,1]],'executed',[[56,7],[6,2],[57,5],[62,1],[80,9],[52,3]],'gamepad5',[[11,1]],'akumajou',[[5,1]],'painting',[[61,2],[16,1],[62,1]],'ready',[[69,1],[50,2]],'selectively',[[57,1]],'snd',[[75,2]],'amplitude',[[81,1],[78,1]],'soft',[[62,1],[10,1],[18,1],[27,1],[57,2],[8,1],[73,2]],'apu',[[13,1]],'framerate',[[37,1],[67,1],[78,1],[73,1]],'mirror',[[75,2],[70,1]],'deducted',[[64,1]],'obtained',[[78,1]],'anding',[[80,2]],'|graphical',[[81,1]],'wants',[[37,1],[78,1]],'adders',[[81,1]],'tell',[[62,1],[60,2],[50,1],[64,2],[70,1],[73,1]],'engine',[[8,1],[67,1]],'eof',[[81,1],[77,1],[78,1],[73,1]],'scrolllock',[[62,1]],'ctlr',[[75,2]],'banked',[[77,1]],'highlighed',[[8,1]],'physical',[[52,1],[5,1]],'0xf0',[[80,1]],'unzipped',[[60,1]],'1x1',[[38,4]],'incrementing',[[77,1]],'used',[[22,1],[35,3],[18,2],[33,2],[37,3],[53,2],[15,1],[60,1],[68,3],[75,2],[81,18],[82,1],[43,4],[62,6],[80,13],[61,4],[25,1],[51,2],[70,5],[78,12],[55,1],[13,2],[73,18],[41,7],[50,10],[16,3],[21,1],[69,2],[74,1],[28,2],[31,5],[65,2],[52,3],[24,3],[10,1],[57,6],[30,3],[64,5],[77,11],[5,1],[23,2],[26,1],[83,1],[14,2],[11,1],[56,1]],'clipping',[[22,1]],'submenu',[[55,1],[6,1]],'4007',[[78,6]],'unpredictably',[[80,1]],'frameskip',[[16,1]],'menus',[[29,1],[32,1],[33,1],[50,3],[13,1],[8,2],[12,1]],'missing',[[11,1],[15,1]],'calls',[[62,4],[57,1],[41,1],[56,1]],' anything',[[62,1]],'2400',[[75,1]],'toggling',[[3,1],[81,2],[18,2],[33,2],[30,1],[5,1],[26,1],[14,2],[13,1],[11,1],[9,1]],'master',[[81,1],[10,1],[36,4]],'portable',[[3,1],[63,1]],'label',[[52,1],[56,1],[5,1]],'functionality',[[10,2],[16,2],[11,1],[63,1]],'expected',[[35,1],[68,1],[80,3],[81,1]],'general',[[81,1],[18,1],[60,1],[75,1],[65,3],[2,1],[8,2],[9,1],[52,2],[62,1],[78,1],[19,3],[1,2]],' requires',[[34,1]],'png',[[62,2],[63,1],[31,6]],'snels9x',[[44,1]],'secret',[[53,1]],'aware',[[61,1]],'belongs',[[73,2]],' what',[[55,1]],'bit7',[[73,2]],'pla',[[80,1]],' rts',[[80,1]],'effected',[[81,1]],'this',[[22,3],[46,1],[27,2],[33,9],[11,1],[68,4],[75,2],[8,1],[38,17],[63,1],[82,2],[32,3],[61,15],[78,45],[7,1],[13,2],[74,2],[52,21],[57,8],[64,28],[83,2],[49,3],[26,2],[59,3],[14,1],[54,3],[35,3],[18,1],[37,2],[53,2],[58,3],[15,1],[60,6],[81,88],[43,13],[3,5],[44,1],[45,1],[62,59],[80,74],[70,9],[55,11],[84,4],[73,4],[41,16],[50,29],[16,2],[21,2],[69,1],[17,1],[28,7],[31,1],[65,2],[67,3],[24,5],[10,3],[30,13],[77,37],[23,4],[20,3],[56,8]],'says',[[62,1],[64,1]],'emulated',[[62,5],[29,1],[33,8],[67,1],[8,1],[20,2],[43,1]],'dd9d',[[80,1]],'temporarily',[[33,1],[80,1],[38,1],[43,1]],'server',[[34,2],[8,3],[67,2]],'acknowledgement',[[81,1]],'three',[[81,1],[33,1],[50,2],[61,1],[64,2],[80,3],[75,1],[55,1],[84,2],[38,2],[52,2]],'modulated',[[81,1]],'branches',[[3,1],[6,1],[18,2],[57,2],[2,1],[55,1],[67,1],[52,1]],'32bits',[[4,1]],'causing',[[10,2],[37,1],[65,1],[8,1],[80,2],[52,1]],'expansion',[[77,2],[33,2],[16,1],[9,1],[21,1]],'hurt',[[30,1]],'shrink',[[39,1]],'declaration',[[50,2]],'gettie1',[[64,1]],'byte',[[46,2],[73,9],[81,12],[50,3],[58,2],[75,10],[43,1],[62,10],[52,1],[57,12],[80,58],[61,2],[77,11],[78,1],[55,8],[56,1]],'passed',[[62,2],[81,4],[61,1],[84,2]],'compensate',[[62,1]],'thrown',[[62,1],[81,1]],'algorithm',[[21,2],[38,1],[80,1]],'bits',[[62,1],[35,1],[81,13],[74,1],[80,6],[77,2],[78,29],[5,1],[83,2],[82,4],[9,1],[73,3]],'a%_',[[80,1]],'light',[[57,2],[55,2]],'remodel',[[7,1]],'dictionary',[[50,6]],'leave',[[27,1]],'luasocket',[[63,3]],'wave',[[75,1],[78,32]],'edwin',[[80,1]],'eats',[[62,1]],' sre',[[80,7]],'fresh',[[17,1]],'configure',[[36,1],[20,1],[33,2]],'condition',[[6,2],[35,1],[81,1],[78,3],[15,1],[8,1],[52,2]],'screenshot',[[41,2],[62,4],[14,1]],'sygnal',[[38,1]],'performing',[[62,1],[80,2]],'whose',[[80,1]],'absolute',[[62,2],[10,1],[80,12],[64,1]],'dance',[[14,1]],'lsb',[[75,1],[81,2],[74,1],[80,1],[78,3]],'based',[[46,1],[81,1],[18,1],[68,1],[21,1],[28,1],[38,1],[43,1],[52,1],[30,1],[77,1],[78,1],[14,1],[12,1],[73,1]],' at',[[81,2],[43,2]],'skips',[[61,1]],'variant',[[62,1]],'rand',[[64,8]],'let',[[46,1],[57,2],[50,1],[61,2],[77,1],[80,3],[65,1],[82,1],[43,1]],'08ff',[[70,1]],'encompassing',[[57,1],[2,1]],'provides',[[68,2],[2,1],[69,1],[63,2],[70,1]],'causes',[[81,2],[80,2],[83,1],[78,1],[13,1],[38,1],[52,2]],'silver',[[30,1]],'tbl2',[[61,3]],'totalsize',[[75,1]],'responsible',[[57,1],[80,1],[61,1],[78,2]],'criteria',[[46,2]],'representation',[[78,1],[63,1],[50,1]],'200000',[[68,1]],'semi',[[78,1]],'bvc',[[80,3]],'occuring',[[8,1]],'rows ',[[70,1]],'readup',[[62,1]],'accompanying',[[43,1]],' |frames',[[78,2]],'integrated',[[59,1],[28,1],[68,1],[81,1],[63,1],[78,1]],'archives',[[16,1],[6,1]],'midikey',[[62,5],[5,1]],'investigate',[[65,1]],'excuse',[[81,1]],'dos',[[3,3]],'dismisses',[[62,1]],'premise',[[68,2],[50,1]],'apply',[[62,1],[52,3],[81,1],[5,1],[75,1],[65,1],[56,1]],'helsinki',[[80,1]],'bandwidth',[[81,1]],'immediate',[[80,8],[10,1],[52,1]],'claim',[[68,1],[80,1]],'requirement',[[59,1],[65,1]],'another',[[62,1],[81,3],[33,1],[50,1],[57,3],[61,1],[70,3],[80,1],[14,1],[65,1],[82,1],[20,1]],'reflects',[[78,1]],'knew',[[50,1]],'efficient',[[80,1]],'letter',[[58,4],[67,2]],' auto',[[41,2]],'loadrom',[[62,1],[5,1]],'prevention',[[14,1]],'runs',[[3,1],[34,1],[52,5],[62,10],[61,1],[64,1],[68,1],[14,2],[56,1]],'overflow',[[16,1],[80,13]],'persistently',[[51,1]],'directions',[[70,1]],'spra',[[75,1]],'usage',[[3,1],[46,1],[57,1],[50,1],[62,7],[16,1],[77,1],[63,3]],'dragged',[[11,1]],'diagram',[[80,8],[70,2],[78,1]],'named',[[3,2],[24,1],[43,2],[80,1],[30,2],[31,1],[67,2],[84,2],[52,1]],'backslash',[[62,1]],'loadscriptdata',[[62,1],[12,2]],'conflicts',[[8,2]],'hybrid',[[30,1]],'famiclones',[[30,1],[36,1]],'registers',[[54,2],[81,11],[65,1],[82,1],[52,4],[62,10],[10,1],[80,13],[77,12],[70,3],[5,1],[78,2],[55,2],[56,2]],'behavior',[[46,1],[35,1],[36,1]],'explained',[[61,1],[81,1]],'dummy',[[81,4],[37,2],[74,3]],'taylor',[[81,1],[78,1]],' divider',[[78,1]],'getdir',[[62,1]],'nestech',[[78,1]],'caused',[[10,1],[14,7],[80,1],[8,1],[12,1],[16,1]],'b@ll7aol',[[80,1]],'hexbackcolorb',[[23,1]],'las',[[80,1]],'attempting',[[62,1],[4,1],[16,1],[5,1],[28,1],[14,1],[65,1]],'beginnign',[[10,1]],'backspace',[[62,1]],'script',[[22,2],[11,1],[60,10],[41,4],[16,3],[15,1],[52,1],[62,27],[4,1],[10,1],[57,1],[61,8],[64,7],[5,1],[14,1],[12,1],[6,2]],'simultaneous',[[8,1],[80,1]],'ensure',[[62,2],[67,1],[32,1],[80,2]],'kana',[[50,6]],'pbl',[[75,1]],'forums',[[3,1]],' x64',[[80,1]],'prepend',[[16,1]],'porst',[[3,1]],'window',[[6,4],[56,9],[18,2],[33,2],[58,2],[15,4],[8,4],[9,2],[38,10],[43,11],[44,1],[29,1],[32,3],[61,3],[62,2],[63,1],[51,1],[55,2],[7,5],[13,2],[84,4],[50,14],[16,2],[31,1],[52,16],[10,3],[30,2],[14,7],[11,1],[12,1]],'fequency',[[78,1]],'line',[[22,4],[54,1],[18,1],[81,10],[6,4],[15,1],[8,1],[38,4],[43,2],[3,1],[62,4],[82,1],[80,4],[61,4],[70,1],[78,1],[55,1],[84,18],[73,4],[52,10],[19,2],[26,1],[14,3],[11,1],[56,1]],'akel',[[80,3]],'smb2',[[22,2]],'modification',[[30,1]],'supplied',[[24,2],[61,1]],'nothrottle',[[22,2],[61,1],[62,1]],'temp',[[81,2],[82,1]],'instructions',[[52,6],[56,5],[43,1],[60,2],[62,4],[80,45],[51,2],[8,3],[6,2]],'drawimage',[[62,1]],'denote',[[64,1],[77,1]],'be ',[[77,1]],'65536',[[80,2],[73,2]],'you',[[46,7],[27,7],[33,15],[48,2],[82,2],[38,13],[63,1],[32,3],[61,28],[78,6],[7,2],[34,1],[52,37],[57,21],[64,29],[83,3],[5,1],[49,2],[26,13],[59,1],[36,2],[54,2],[35,2],[18,1],[53,2],[60,9],[58,9],[81,15],[40,3],[3,1],[43,8],[62,64],[80,25],[25,3],[51,3],[70,9],[55,32],[84,9],[50,61],[21,1],[39,3],[65,11],[67,8],[24,8],[30,11],[77,8],[23,1],[20,7],[56,20]],'above',[[81,2],[33,2],[50,2],[58,1],[8,1],[38,1],[62,1],[10,1],[80,3],[61,1],[77,4],[83,1],[84,4]],'overclocking',[[37,2],[5,2]],' 0fe',[[78,1]],'parameter',[[62,2],[4,1],[80,10],[64,2],[43,1]],' however',[[44,1],[45,1],[81,1],[30,1],[77,1]],'achieved',[[58,2],[75,1],[52,2]],'262',[[81,3],[6,1]],' loading',[[26,1]],'must',[[22,5],[46,1],[33,1],[41,2],[50,1],[58,1],[60,1],[81,2],[75,1],[67,4],[43,1],[24,2],[62,3],[80,3],[30,2],[61,1],[64,2],[77,5],[78,1],[84,3],[73,5]],'response',[[80,1]],'removed',[[3,1],[81,2],[18,2],[57,1],[70,1],[5,1],[7,1],[14,1],[8,1],[12,1],[38,1]],'lives&hpdisplay',[[65,1]],'piano',[[7,1]],'fixup',[[80,14]],'news',[[79,1]],'0x5000',[[8,1]],'babelfish',[[50,1]],'examined',[[78,1]],'rgba',[[62,2]],'isattemptend',[[64,3]],'look',[[81,5],[60,1],[50,3],[16,1],[15,2],[31,1],[65,1],[67,1],[38,1],[52,1],[3,1],[62,2],[10,1],[80,1],[61,1],[64,1],[77,1]],'favourite',[[84,1],[80,1]],'ascii',[[84,1],[8,1],[73,2]],'neighbor',[[38,1]],'strategies',[[26,1]],'rely',[[61,1],[38,1]],'redrawn',[[62,1]],' often',[[68,1]],'0x0123456789abcdef',[[73,1]],'``````````````',[[80,1]],'wasted',[[81,1]],'stays',[[81,1]],'discarded',[[64,1],[81,2]],'flickering',[[38,2]],'scanned',[[21,1]],'basicbot',[[64,1],[18,1]],'writebyte',[[61,1],[62,2],[5,1]],'ida',[[57,1]],'internally',[[61,1],[62,2],[81,2]],'numpad1',[[62,1]],'minvalue',[[64,12]],'salt',[[78,1]],'n#l',[[80,1]],' 2004',[[80,1]],'garbage',[[81,3]],'ctrl',[[58,1],[55,4],[8,1],[16,1],[20,2]],'notice',[[80,1]],'first',[[35,1],[81,16],[58,2],[75,4],[48,1],[82,3],[38,2],[3,1],[62,6],[32,1],[61,4],[80,13],[70,3],[78,3],[13,1],[84,2],[73,3],[50,3],[74,2],[24,1],[10,2],[57,1],[30,1],[64,2],[77,2],[5,1],[12,1],[56,5]],'cumulative',[[8,1]],' nil',[[14,1]],'credit',[[78,1]],'etc',[[81,1],[31,1],[8,1],[38,1],[52,1],[62,1],[10,1],[57,1],[64,1],[77,4],[70,3],[78,2],[19,1],[14,1],[13,1],[84,1],[11,1]],'the ',[[77,2]],'6400%',[[27,2]],'fixing',[[10,2],[57,1],[80,6],[9,2],[51,1]],'deleting',[[8,1],[57,1],[59,1]],'instant',[[81,1],[50,1]],'manipulate',[[61,1]],'square1',[[62,1]],'imposed',[[68,1]],'ganbare',[[11,2]],'rendering',[[62,1],[81,16],[8,1],[16,1],[52,1]],'barcode',[[33,2]],'gnobgfillcolor',[[16,1],[23,1]],'rerecords',[[30,1],[8,1]],'debian',[[8,1]],'|frame',[[81,1],[78,1]],'d020',[[80,2]],'translates',[[70,1]],'100',[[62,2],[81,1],[80,7],[64,1],[78,1]],'regard',[[84,1]],'except',[[56,1],[62,5],[52,1],[73,2],[61,2],[64,2],[78,3],[80,6],[8,1],[43,2]],'dff8',[[52,1]],'discrete',[[81,1]],'backlash',[[26,1]],'modulus',[[44,1],[45,1]],'triggers',[[77,2]],'stopseeking',[[62,1]],'unset',[[62,1]],'initializing',[[17,1],[64,1]],'simple',[[3,1],[35,1],[62,2],[50,1],[64,1],[77,1],[70,1],[81,2],[84,1],[63,1],[43,2]],'hello',[[61,2]],'notification',[[10,2],[5,1]],'1200',[[70,1]],'gzip',[[21,1]],'thingy',[[50,6]],'joined',[[3,1],[74,1]],'09000h',[[77,2]],'modules',[[63,1]],'subtraction',[[80,11]],'numpad5',[[62,1]],'gamepad0',[[11,1]],'quote',[[62,1]],'007a',[[77,1]],'slots',[[62,3],[14,1],[16,2],[70,1]],'interact',[[62,1],[60,1]],'child',[[15,1]],'priority',[[35,3],[37,2],[80,1],[81,18]],'engineers',[[81,1],[80,1]],'sloppy',[[68,1]],' address',[[80,55],[70,3],[43,1]],'xx00',[[80,2]],'ks7010',[[5,1]],'sit',[[77,1]],'manner',[[61,1],[50,1]],' |0e',[[78,1]],'builds',[[16,1],[57,1]],'blanking',[[43,1]],'storing',[[62,1],[73,1],[21,1],[6,1]],'reconstruct',[[84,1],[26,2]],'showing',[[62,1],[39,1]],'miserabley',[[50,1]],'tweaking',[[50,1]],'specifics',[[61,1]],'calculates',[[78,1]],'modded',[[62,2]],'loops',[[61,2],[62,1]],' allows',[[12,1]],'least',[[62,2],[35,1],[57,1],[41,1],[50,1],[61,2],[74,1],[77,1],[80,3],[75,1],[81,1],[38,1]],'dfff',[[77,2],[57,1]],'1@i#zbe_',[[80,2]],'file',[[22,6],[46,3],[56,2],[20,8],[6,2],[68,2],[75,4],[48,2],[8,4],[9,1],[63,1],[72,4],[32,2],[61,2],[7,2],[1,1],[13,8],[74,4],[47,1],[52,7],[57,8],[64,2],[5,2],[19,3],[26,17],[49,1],[14,7],[35,4],[18,7],[60,4],[58,1],[15,2],[42,1],[43,6],[62,12],[80,2],[25,11],[51,1],[55,6],[84,8],[73,5],[41,22],[50,11],[16,7],[21,7],[28,1],[31,4],[39,5],[67,1],[24,4],[10,1],[30,5],[77,12],[23,5],[11,3],[12,3]],'december',[[4,1]],'luabot_backend',[[64,1]],' noise',[[75,1],[78,3]],' channel',[[78,1]],'vints',[[81,2]],'unminimized',[[11,1]],'infinite',[[62,2],[78,1],[43,1]],'cccc',[[52,2]],'numpad0',[[62,1]],'resides',[[81,1]],'additional',[[81,1],[41,1],[80,2],[78,1],[59,2],[67,1],[1,1],[84,2],[12,1]],'whereas',[[81,1],[80,2]],'caveats',[[62,1],[77,5]],'man',[[43,5]],'dd0b',[[80,6]],'armed',[[77,1]],'formula',[[46,2],[62,1],[81,1],[77,1],[78,1]],'overhauling',[[9,1]],'disabling',[[10,1],[37,1],[30,1],[67,1]],'matter',[[35,1],[77,1],[65,1]],'routine',[[78,1],[80,10],[77,4],[70,3],[51,2]],'summon',[[58,1]],'featured',[[41,1],[58,1],[47,1],[43,1],[72,1],[30,1],[77,1],[25,1],[49,1],[51,1],[0,1],[7,1],[14,1],[11,1],[56,1]],'3rd',[[81,3],[73,1]],'putting',[[62,1],[53,1]],'400b',[[78,6]],'common ',[[6,1],[12,1],[10,1],[7,1],[8,1],[11,1],[9,1]],' carrier',[[75,1]],'colon',[[61,1],[43,1]],'accounting',[[5,1]],'pixels',[[62,5],[81,14],[23,1],[7,1],[65,1],[38,5],[6,1]],'dictate',[[52,1]],'231',[[62,1],[38,1]],'irqa',[[75,2]],'f20',[[62,1]],' navigating',[[26,1]],'generates',[[81,1],[41,1],[78,3],[38,1]],'f800',[[77,2]],'05ff9h ',[[77,1]],'emulates',[[24,1],[27,3],[33,2],[71,1]],'wiped',[[16,1]],'chain',[[80,1]],'got',[[62,1],[5,1],[78,1],[52,1]],'turtle',[[70,1]],'sets',[[22,26],[81,1],[27,2],[37,1],[41,2],[28,1],[31,3],[38,4],[43,1],[62,4],[29,5],[80,3],[78,1],[14,1],[36,4]],'ignore',[[62,1],[10,1],[65,1],[13,1],[64,1]],'nesdev',[[71,1],[78,3],[82,1]],'ffffffff',[[77,2]],'warped',[[81,1]],'become',[[64,2],[81,2],[10,1]],'area',[[62,1],[81,5],[50,1],[77,3],[70,1],[49,1],[38,3],[52,1]],'meaning',[[65,1],[7,1]],'overhauls',[[18,1]],'attempted',[[68,1]],'direction',[[78,1],[80,1]],'smoother',[[38,2]],'windows',[[16,1],[15,1],[67,1],[8,3],[38,1],[43,2],[3,3],[47,1],[4,1],[10,1],[32,2],[62,2],[63,1],[14,1],[7,1],[13,1],[11,2],[12,1]],'very',[[34,1],[81,5],[68,1],[50,2],[75,2],[65,1],[67,1],[43,1],[52,1],[57,2],[80,8],[61,1],[77,2],[70,1],[51,1],[55,1],[56,1]],'cheats',[[43,19],[46,2],[10,1],[62,4],[61,1],[5,1],[51,1],[7,3],[14,5],[8,2],[11,4],[31,2]],'readword',[[62,1],[6,1]],'convenient',[[62,1],[52,5]],'provided',[[3,1],[62,3],[78,2],[6,1]],'logic',[[82,1],[81,1],[84,1],[80,7],[83,1],[5,1],[7,1],[13,3],[47,1],[8,2],[9,1]],'sakura',[[50,2]],'approximate',[[62,1],[73,1]],'criticised',[[68,1]],' input1',[[16,1]],'root',[[8,1],[67,2]],'info',[[81,1],[18,3],[68,2],[64,1],[77,3],[70,3],[26,2],[14,1],[82,1]],'attribute',[[75,2],[81,10]],'6th',[[28,1],[80,1]],'constructed',[[60,1]],' keep',[[77,1]],' mode',[[78,3],[80,1]],'recieving',[[78,1]],'monitoring',[[46,5],[81,1],[68,1],[14,1],[64,1],[43,1]],'bi`',[[80,2]],' luminance',[[81,1]],'reversing',[[81,1]],'increments',[[62,1],[83,1],[80,1]],'opens',[[57,1],[41,5],[8,1],[43,2]],'applied',[[43,1],[81,2],[30,2],[61,2],[9,1],[38,1]],'searches',[[43,2]],'pkzip',[[21,1]],'getsuperimpose',[[62,1]],'interrupts',[[78,2],[80,20]],'p3f',[[62,1]],'sense',[[62,1],[80,1]],'pcsx',[[44,1],[45,1]],' 04ex',[[70,1]],'apparently',[[3,1]],'shouldn',[[65,1],[43,1]],'think',[[62,1],[81,2],[50,1],[83,2],[77,1],[78,1],[82,1]],'guid',[[18,1],[73,3]],'pen',[[50,1]],'4000',[[78,6],[70,1],[5,1]],'fields',[[46,1],[77,2],[58,2],[38,1],[73,1]],'font',[[5,1],[50,4],[8,1],[23,2]],'gekimadden',[[11,1]],'occurred',[[80,1],[74,1]],'07ffh',[[77,2]],' a0',[[80,1]],'loved',[[80,1]],'cleans',[[62,1]],'identify',[[81,1]],'stretched',[[38,4]],'determines',[[62,2],[81,2],[78,1],[23,3]],'odd',[[81,4],[80,4],[83,1],[77,1],[78,1],[49,1],[13,1]],'proper',[[30,1],[8,1],[77,5],[5,1]],'frequencys',[[78,4]],'|video',[[81,1]],'afterwards',[[80,1]],'kindle',[[45,1],[83,1],[58,1],[17,1],[19,1],[76,1],[38,1]],'auxillary',[[62,1]],'registerbefore',[[62,4]],'exactly',[[62,2],[81,1],[60,1],[84,1],[77,1],[78,1]],'september',[[3,1],[6,1]],'resetcyclescount',[[62,1],[6,1]],'unintentional',[[14,1]],'highest',[[35,1],[81,1]],'luabitop',[[62,1]],'altered',[[26,1]],'license',[[3,1]],'switched',[[62,1],[83,2],[8,1],[43,1]],'isn',[[10,1],[33,1],[58,1],[82,1]],'tasvideos',[[26,1],[44,1],[45,1],[68,4]],' he',[[28,1]],'until',[[3,1],[43,1],[10,1],[50,1],[30,2],[58,1],[60,1],[62,2],[77,2],[78,2],[81,4],[52,3]],'239',[[62,1],[38,1],[52,1]],'depend',[[73,1],[39,1]],'unif',[[5,12],[4,1],[7,1],[8,1],[21,4],[6,4]],'faq',[[1,1],[58,1],[66,3]],'connected',[[24,1],[81,3],[80,1],[78,2]],'containing',[[8,1],[10,1],[80,1]],'buffer',[[75,1],[81,10],[14,1],[16,1]],'processor',[[3,1],[78,1],[80,27]],'include',[[26,1],[18,2],[21,1],[73,1]],'distinguish',[[62,1],[52,1],[10,1],[57,2],[80,1],[55,1],[6,1]],'hooked',[[28,1],[50,4]],'objects',[[59,1],[81,15],[30,1],[61,1]],'onstart',[[64,5]],'interpret',[[66,1]],' furthermore',[[55,1]],'031x',[[70,1]],'pre',[[3,1],[4,1],[67,1]],'tcp',[[63,1]],'uint32',[[75,4]],' subtitles',[[26,1]],'choosing',[[8,1],[67,1]],' bit3',[[78,2]],'went',[[78,1]],'psid',[[77,1]],' sty',[[80,3]],'metafile',[[63,1]],'lsr',[[80,15]],' 020',[[78,1]],' implied',[[80,1]],'similarly',[[80,3]],'masking',[[5,1]],'#xh',[[80,1]],'prg',[[57,2],[55,3],[58,5],[5,1]],' turns',[[41,2]],'&6&#',[[80,1]],'main',[[53,1],[33,1],[41,2],[81,2],[16,1],[15,1],[75,3],[67,1],[9,1],[63,1],[62,3],[44,1],[32,1],[30,1],[61,3],[64,3],[70,2],[80,2],[13,1]],'ffff',[[57,1],[80,1],[58,2],[77,6],[75,1],[55,5],[52,1]],'lasts',[[80,1]],'dd09',[[80,4]],' 261',[[81,1]],'224p@60fps',[[30,1]],'deutsche',[[80,1]],'0f000h',[[77,2]],'intelligent',[[57,1]],'engaged',[[62,1]],'f13',[[62,1]],' preserves',[[80,1]],'write',[[22,2],[41,3],[2,1],[39,1],[82,5],[38,1],[43,1],[52,3],[62,15],[10,1],[4,2],[57,1],[61,4],[64,2],[70,1],[77,7],[26,2],[76,1],[14,1],[13,2],[55,3],[78,13],[80,15]],'panels',[[53,1]],'shakes',[[13,1]],'fortunately',[[43,1]],'acknowledges',[[80,2]],'hypershot',[[33,1]],'4003',[[78,6]],'transfered',[[81,1]],'feeds',[[81,1]],'altogether',[[65,1]],'unrelated',[[78,1]],'short',[[62,1],[43,1],[33,1],[50,1],[61,1],[78,2],[56,1]],'high',[[62,1],[81,1],[37,1],[80,52],[77,1]],'repeat',[[58,1],[43,1]],'all',[[22,1],[81,14],[18,2],[27,1],[33,1],[37,1],[58,1],[75,2],[2,2],[8,2],[9,1],[38,1],[3,1],[40,2],[43,9],[62,8],[61,4],[80,11],[70,12],[78,9],[82,1],[55,2],[13,2],[84,4],[73,2],[41,1],[50,7],[16,1],[21,2],[31,1],[65,2],[52,4],[4,3],[10,1],[57,1],[64,3],[77,5],[49,1],[19,1],[26,2],[14,5],[12,2],[20,1]],'lack',[[62,1]],'caption',[[13,1],[7,1]],' primary',[[81,1]],'vista',[[67,1]],'somethingistrue',[[61,4]],' sbx',[[80,1]],'releases',[[3,1],[10,1],[8,1],[16,1]],'preceding',[[84,1],[80,1]],'rainbowriding',[[65,1]],'ones',[[53,1],[81,1],[13,1],[51,1]],'selects',[[81,3],[82,1]],'platform',[[3,1],[59,1],[2,1],[61,1],[74,1]],'filenaming',[[8,1]],'vsync',[[38,1],[67,1]],'registerauto',[[62,1]],'avoid',[[62,3],[68,1],[52,1]],'range',[[62,8],[9,1],[43,1],[81,18],[77,5],[70,1],[78,3],[55,2],[84,1],[11,1],[52,3]],'4008',[[78,13]],' tracks',[[65,1]],'`@yoo0a',[[80,1]],'aborts',[[80,1]],'mmmm',[[52,2]],'0006',[[77,1]],'dropping',[[81,1],[10,1]],' the',[[22,1],[35,1],[33,2],[46,1],[53,1],[58,1],[60,1],[68,3],[81,13],[75,3],[43,3],[3,2],[62,1],[32,1],[80,5],[70,4],[78,33],[74,1],[30,7],[64,1],[77,10],[23,2],[83,1],[26,2],[56,1]],'break',[[54,1],[10,1],[80,2],[64,1],[70,1],[52,15]],'inherit',[[84,1],[6,1]],'closing',[[7,2],[32,1],[12,1],[11,1]],'frameadvance',[[62,2],[27,2],[60,2],[61,5],[64,1]],'codec',[[25,1]],'settings',[[35,1],[27,1],[33,1],[37,1],[42,2],[39,1],[8,1],[38,2],[52,2],[29,3],[30,2],[64,1],[49,2],[51,1],[14,1],[20,1],[36,1]],'session',[[57,1],[7,2],[14,1],[30,1],[6,1]],'debuggers',[[69,1]],' 7f2',[[78,1]],'several',[[74,1],[28,1],[65,1],[67,1],[43,2],[3,1],[44,1],[45,1],[52,1],[80,1],[77,1],[78,1],[73,1]],'duh',[[50,1]],'enough',[[81,2],[65,1],[50,1],[70,1]],'give',[[53,1],[50,1],[80,3],[70,1]],' nnn',[[77,1]],'his',[[80,2],[28,1],[78,3]],'dma',[[81,1],[70,1],[80,2]],'hundred',[[63,1]],'two',[[46,2],[73,3],[37,1],[50,1],[63,1],[38,2],[3,1],[24,2],[62,5],[80,12],[30,1],[61,2],[64,2],[70,1],[77,1],[78,1],[84,1],[56,1]],'background',[[22,2],[62,5],[81,8],[30,2],[23,3],[14,1],[82,5],[38,1]],'puts',[[62,1],[43,1]],'basics',[[59,1],[60,1],[81,1],[61,2]],'iup_example',[[63,1]],'box',[[46,1],[18,2],[33,2],[50,1],[21,1],[58,8],[8,1],[38,2],[40,1],[43,3],[52,1],[62,11],[61,1],[26,2],[11,1]],'quotes',[[77,1]],'http',[[60,1],[68,5],[61,3],[71,1],[63,5]],'computer',[[24,2],[38,1]],'minimum',[[35,1],[10,1],[14,1]],' re',[[26,1],[68,1],[80,2]],'convertible',[[15,1]],'translated',[[78,1],[50,1]],'declared',[[61,3]],'disabled',[[22,6],[6,1],[37,2],[16,1],[15,1],[8,1],[52,1],[57,1],[30,1],[77,1],[78,7],[23,1],[7,1],[14,2],[36,2]],'remaining',[[75,1],[81,1],[70,3],[73,3]],'extends',[[3,1]],'163&164',[[16,1]],'classic',[[32,1]],' cur',[[78,1]],'overclocks',[[37,1]],' like',[[80,1]],'protection',[[16,1]],'terminates',[[73,1]],'straighten',[[8,1]],'arguments',[[22,1],[62,2]],'nintendo',[[3,2],[24,2],[81,6],[20,1],[70,2]],'unofficial',[[3,1],[13,1],[69,1]],'pause',[[22,2],[11,1],[56,2],[50,2],[39,2],[43,1],[52,5],[62,3],[10,1],[30,2],[61,3],[25,6],[26,4],[14,2],[13,1],[20,1],[6,1]],'depending',[[62,1],[43,1],[57,1],[68,1],[81,1],[78,2],[67,1],[73,1]],'genie',[[22,2],[81,1],[69,2],[58,15],[67,6],[9,1],[43,2],[3,1],[52,2],[62,2],[30,9],[51,3],[7,2],[6,1]],'please',[[80,2],[82,1],[50,6]],'difference',[[81,2],[80,1],[50,1],[78,1]],'nmi1',[[52,1]],'getcurrentbranch',[[62,1]],'threshold',[[80,1]],'`&z0',[[80,1]],'fceuxdsp',[[3,9],[18,2],[50,1],[28,1],[2,2],[14,1],[12,1]],'maintenance',[[17,1],[10,1]],'savescreenshot',[[62,1]],' |7f',[[78,1]],'improbably',[[64,1]],' add',[[80,6]],'blader',[[11,1]],' envelope',[[78,3]],'partially',[[10,1],[32,1]],'yourself',[[61,1],[65,1],[50,1]],'predecessor',[[64,1]],'ki7rbp',[[80,1]],'repeating',[[81,1]],' decrease',[[78,1]],'options',[[22,3],[11,1],[18,6],[33,1],[46,2],[53,1],[56,2],[42,1],[8,3],[38,7],[43,1],[62,1],[44,3],[29,6],[32,2],[45,3],[7,4],[73,1],[41,1],[50,2],[16,2],[17,1],[28,2],[39,2],[67,2],[52,1],[4,1],[10,2],[5,1],[19,3],[23,2],[26,2],[14,3],[12,1],[6,3]],'accu',[[80,1]],'corresponding',[[46,1],[57,1],[50,1],[80,1],[78,1],[7,1],[73,1]],'rest',[[62,1],[75,1],[81,1],[50,1],[80,3],[78,1]],'megaman',[[81,4]],'11111000',[[82,2]],'parse',[[8,1]],'placement',[[81,1]],'purple',[[62,1]],'stevedonovan',[[63,1]],'beq',[[80,2]],'haven',[[81,1],[78,1],[50,1]],' jsr',[[80,1]],'informed',[[78,1]],'aratanaru',[[11,1]],'special',[[53,1],[81,1],[16,4],[38,2],[52,4],[10,1],[57,2],[30,1],[77,1],[70,1],[78,2],[80,4],[14,1]],' games',[[11,1]],'mailing',[[78,1]],'decrement',[[78,2],[80,6]],'fires',[[49,1]],'watches',[[9,1]],'gate',[[78,2]],'y2k',[[81,2]],'projects',[[8,1]],'seek',[[8,1],[52,3]],'couldn',[[62,2],[81,1],[15,1]],'crc',[[10,1],[7,1]],'savestatefile',[[22,1]],'append',[[50,1]],'confirm',[[62,2],[81,1]],'register',[[62,29],[81,5],[4,1],[80,41],[61,1],[77,8],[78,28],[5,1],[75,7],[82,1],[11,1],[52,4]],'customized',[[28,1],[6,1]],'adjusting',[[13,1],[60,1]],'needs',[[6,1],[62,1],[50,2],[61,1],[84,1],[52,1]],'mkv',[[41,1]],'drastically',[[14,1]],'controlled',[[81,1],[77,1],[78,1],[52,2]],'warioland',[[14,1]],'256',[[62,2],[81,7],[80,2],[30,1],[64,2],[70,1],[14,1],[73,2]],'date',[[61,1],[82,1],[83,1]],'luabot',[[64,9]],'areascrambler',[[65,1]],'bbb',[[74,1]],'detailed',[[81,1],[18,1],[70,1],[52,1]],'release',[[6,1],[34,1],[33,1],[81,5],[16,1],[15,1],[17,2],[67,2],[8,1],[9,2],[47,1],[3,1],[4,1],[10,2],[78,1],[5,1],[14,1],[7,1],[13,2],[11,1],[12,1]],'drawtext',[[62,1]],'maybe',[[64,1],[67,1]],'cutting',[[61,1],[69,1],[68,1]],'chunks',[[75,5]],' 5ff8',[[77,1]],'sei',[[80,2]],'txt',[[14,1],[80,2],[77,2],[15,1],[78,6]],'integral',[[38,1],[7,1]],'streams',[[81,1]],'freezed',[[55,1]],'against',[[34,1],[62,1],[50,1]],'mean',[[50,1],[43,1]],'attach',[[33,1]],' modulator',[[75,1]],'#ce_2gpl`ki7rbp',[[80,1]],'capacity',[[24,1]],'probably',[[62,2],[81,3],[33,1],[50,2],[60,4],[21,1],[80,2],[65,1],[67,2]],'func',[[62,16]],'goal',[[64,1],[63,1],[68,1]],'1008307711',[[73,1]],'bool',[[62,23],[73,5]],'wavelength',[[78,28]],' temporary',[[75,1]],'teenagemutantninjaturtles',[[65,1]],'metal',[[50,1]],'came',[[81,2],[28,1]],'01h',[[77,1]],'button',[[46,1],[18,1],[27,3],[33,11],[8,2],[40,2],[43,8],[62,14],[61,1],[7,1],[55,1],[73,6],[41,2],[50,11],[74,1],[65,1],[52,6],[24,2],[4,1],[57,1],[64,5],[5,1],[26,1],[14,5],[12,1],[6,1]],'calling',[[62,4]],'submitinputchange',[[62,1]],'reported',[[13,1],[80,1]],'whenever',[[62,6],[80,2],[84,2],[78,1],[52,1]],'idle',[[52,1]],'hp898f',[[5,1]],'fffd ',[[70,1]],'name',[[22,2],[35,2],[18,1],[46,1],[54,7],[60,1],[81,16],[75,10],[8,1],[9,1],[40,1],[3,3],[43,3],[62,8],[80,1],[51,2],[13,1],[84,6],[73,1],[50,6],[16,1],[21,1],[31,1],[39,1],[52,11],[30,1],[64,1],[77,3],[5,1],[83,2],[26,2],[14,1],[11,3],[6,4]],'behaviour',[[81,3],[80,1],[8,1],[78,2]],'full',[[18,1],[58,1],[38,7],[43,1],[62,1],[72,1],[25,1],[51,1],[78,3],[7,1],[13,1],[41,1],[39,1],[47,1],[52,1],[24,1],[10,1],[57,2],[30,1],[77,1],[49,1],[0,1],[14,3],[11,1],[56,1]],'bug',[[18,1],[16,9],[15,5],[8,11],[9,2],[4,3],[10,5],[5,2],[14,13],[7,2],[13,3],[12,4],[6,2]],'lua',[[22,5],[12,6],[18,4],[60,18],[68,1],[15,2],[8,18],[9,4],[63,5],[62,29],[61,29],[7,3],[1,1],[13,2],[41,10],[16,5],[17,2],[31,3],[65,29],[52,3],[4,5],[10,6],[64,15],[5,6],[59,11],[14,4],[11,8],[6,6]],'documented',[[50,1],[23,1]],' they',[[75,1],[28,1]],'pirated',[[50,1]],'come',[[70,1]],'untouched',[[77,1]],'communities',[[1,1]],' |10',[[78,1]],' pick',[[25,1]],'supports',[[3,2],[26,1],[62,1],[30,1],[8,1],[21,3]],'onebus',[[5,1]],'softreset',[[62,1],[14,1]],'emphasis',[[35,2]],'net',[[83,2],[61,2],[69,1],[77,1],[82,2]],'swapping',[[84,1],[12,1]],'j3c0b%a@',[[80,1]],'1100',[[70,1]],' |60',[[78,1]],'447',[[78,1]],'quicker',[[69,1],[68,1],[52,1]],'32000',[[16,1],[11,1],[14,2]],'system',[[73,1],[81,1],[18,1],[27,2],[41,1],[68,1],[31,1],[39,1],[63,1],[3,2],[24,5],[62,1],[80,1],[78,4],[19,2],[55,1],[84,1],[20,2],[6,1]],'component',[[78,1],[51,1]],'beed',[[5,1]],'hidden',[[41,1],[32,1]],' 2002',[[80,1]],'rise',[[81,1]],'shows',[[46,1],[52,1],[10,2],[54,1],[56,4],[80,3],[78,3],[7,1],[13,1],[14,2],[40,1]],'backup',[[41,3],[30,1],[14,1],[39,4],[67,1],[11,1],[6,1]],'rbibaseball',[[8,1]],'meant',[[3,1]],'hovering',[[52,1]],'10240',[[43,2]],'f24',[[62,1]],'glitch',[[57,1],[4,1],[55,1],[65,1]],'english',[[50,4]],'p00',[[62,1]],'commands',[[22,1],[18,2],[27,2],[74,1],[15,1],[40,1],[44,1],[10,1],[80,4],[30,3],[59,1],[1,4],[12,1],[73,3]],'rainwarrior',[[1,1],[3,1]],'bookmark',[[8,2],[4,1],[52,2]],'fce',[[3,21],[73,1],[18,1],[74,1],[75,3],[0,1],[26,1],[2,2],[1,1],[48,1],[55,1],[43,3]],'table',[[54,5],[81,33],[50,20],[75,2],[3,1],[62,27],[80,2],[61,18],[64,7],[70,2],[51,2],[78,1],[83,1],[55,2],[13,1],[11,1]],'tracknoise',[[8,1]],'optimized',[[18,1]],'compact',[[7,1]],'player4',[[73,1]],'decay',[[78,29]],' ldy',[[80,1]],'trade',[[80,1]],'3w@',[[80,1]],'gamecube',[[3,1]],'listbox',[[10,1]],'arkanoid',[[62,1],[33,3],[73,1]],'transparancy',[[62,1]],'edition',[[22,1],[46,1],[27,1],[33,1],[12,1],[20,1],[56,1],[68,1],[75,1],[48,1],[8,1],[9,1],[38,1],[63,1],[66,1],[72,1],[32,1],[61,1],[71,1],[78,1],[82,1],[76,1],[7,1],[1,1],[13,1],[34,1],[74,1],[47,1],[52,1],[4,1],[57,1],[64,1],[83,1],[5,1],[19,1],[0,1],[26,1],[14,1],[49,1],[59,1],[36,1],[54,1],[35,1],[18,1],[37,1],[53,1],[58,1],[15,1],[42,1],[60,1],[81,1],[2,1],[40,1],[3,2],[43,1],[29,1],[44,1],[45,1],[62,1],[25,1],[51,1],[70,1],[80,1],[55,1],[84,1],[73,1],[41,1],[50,1],[16,1],[21,1],[69,1],[17,1],[28,1],[31,1],[39,1],[65,1],[67,1],[24,1],[79,1],[10,1],[30,1],[77,1],[23,1],[11,1],[6,1]],'0008',[[77,1]],'002e',[[77,1]],'`rp`',[[80,1]],'%d2n@4',[[80,1]],'000e',[[77,1]],'gpa',[[80,2]],' saving',[[80,1]],'beta',[[3,1]],'section',[[46,1],[56,1],[81,3],[50,3],[75,15],[31,1],[67,1],[52,1],[10,1],[80,1],[77,1],[70,1],[78,3],[73,5]],' xxxx1',[[70,1]],'represented',[[73,2]],'easilly',[[81,1]],'frames|',[[81,1]],' mar',[[75,1]],'exotic',[[16,1]],'assistance',[[68,1]],'arise',[[67,1]],'tttttttt',[[77,1]],'asq_realitya',[[28,1]],' push',[[80,6]],'selling',[[81,1],[50,1]],'factors',[[38,1],[7,1]],'entirity',[[81,1]],'togglable',[[10,2],[11,1]],'getdown',[[62,1],[11,1]],'restoration',[[9,1]],'shifts',[[80,2]],'famicom',[[27,2],[33,10],[16,1],[2,1],[31,1],[9,1],[43,2],[3,1],[24,7],[71,1],[78,1],[19,2],[20,1],[73,1]],'increment',[[30,5],[77,1],[80,62]],'6510',[[80,13]],'abortretryignore',[[62,1]],'3f20|',[[70,1]],'song',[[77,18]],'66hl2n@',[[80,1]],'where',[[56,1],[6,2],[18,1],[60,2],[81,7],[15,5],[9,1],[62,5],[80,2],[61,2],[78,4],[7,1],[13,1],[55,4],[41,1],[50,2],[16,6],[31,10],[67,3],[57,1],[30,3],[64,1],[77,4],[5,1],[49,4],[26,3],[14,5],[36,1]],'&4la',[[80,1]],'rewrites',[[8,1]],'nez',[[21,1]],'inclusive',[[61,1],[64,1]],'scrollbar',[[56,1],[52,1]],'bizhawk',[[6,1]],'uploading',[[63,1]],'save',[[46,2],[20,7],[18,4],[6,1],[58,1],[75,3],[8,2],[62,11],[80,1],[61,5],[70,2],[55,3],[7,3],[13,6],[41,6],[50,12],[16,2],[74,1],[31,2],[52,3],[24,1],[57,7],[30,5],[64,1],[5,1],[14,7],[12,5],[11,1]],' string',[[77,3]],' new',[[78,3]],'yyy',[[73,2]],' xodnizel',[[80,1]],'bcs',[[80,3]],'resuming',[[26,1],[6,1]],'routed',[[81,1],[33,1]],'kernal',[[80,2]],'disassemble',[[57,1]],'lehti',[[80,2]],'achieves',[[68,1]],'hbd7',[[80,2]],'retrieved',[[81,1]],'gamepad',[[10,1]],'minimizes',[[13,1]],'data',[[54,1],[53,3],[56,10],[11,1],[81,52],[75,8],[8,5],[63,2],[43,2],[3,1],[44,1],[45,1],[62,9],[61,1],[80,9],[70,11],[51,4],[78,1],[82,2],[55,14],[7,3],[13,1],[84,1],[73,3],[74,3],[69,3],[16,1],[21,1],[52,11],[24,2],[4,1],[10,1],[57,41],[77,23],[83,2],[26,5],[14,3],[12,1],[6,5]],'f10',[[62,1],[20,2]],'buttoncount',[[8,1]],'track',[[46,1],[62,1],[57,3],[55,1],[12,1],[70,1]],'interface',[[3,2],[63,1],[81,1],[32,1],[11,2],[43,1]],'goodtools',[[30,1]],'33554432',[[80,1]],'dd04',[[80,2]],'129',[[81,1]],'4buttonexit',[[6,1]],'pixel',[[62,9],[81,38],[10,3],[61,4],[5,1],[14,1],[38,1],[52,1]],'extracts',[[80,1]],'permit',[[15,1],[78,1]],'inspired',[[81,1]],'affects',[[37,1],[39,1],[14,1],[80,4],[82,1]],'004e',[[77,1]],'400a',[[78,2]],'600',[[80,3]],'figuring',[[35,1]],'language',[[60,1],[50,3],[61,2],[64,1],[80,1],[51,1],[59,1],[6,1]],'immaterial',[[81,1]],'capacitance',[[78,1]],'sha',[[80,7]],'bullet',[[3,1],[26,2],[68,1]],'question',[[62,3],[67,1]],'started',[[3,1],[46,1],[60,1],[41,1],[50,2],[62,5],[64,7],[68,1],[19,1],[59,2],[14,1],[20,2]],'presskeystart4',[[64,1]],'bit2',[[73,2]],'tadd',[[75,1]],'fds',[[12,1],[73,6],[27,2],[68,1],[69,1],[21,5],[75,1],[31,2],[67,5],[52,1],[24,8],[77,10],[5,1],[19,1],[11,2],[20,1]],'appended',[[84,1],[39,2]],'minor',[[67,1],[16,1],[15,1],[14,2],[1,1],[13,1],[9,1],[12,2]],'created',[[22,1],[46,1],[27,1],[33,1],[12,1],[20,1],[56,1],[68,1],[75,1],[48,1],[8,2],[9,1],[38,1],[63,1],[66,1],[72,1],[32,1],[61,2],[71,1],[78,1],[82,1],[76,1],[7,1],[1,2],[13,1],[34,1],[74,1],[47,1],[52,1],[4,1],[57,2],[64,1],[83,1],[5,1],[19,1],[0,1],[26,1],[14,2],[49,1],[59,1],[36,1],[54,1],[35,1],[18,1],[37,1],[53,1],[58,1],[15,1],[42,1],[60,2],[81,2],[2,1],[40,1],[3,3],[43,1],[29,1],[44,1],[45,1],[62,1],[25,1],[51,1],[70,1],[80,1],[55,1],[84,2],[73,2],[41,3],[50,1],[16,1],[21,1],[69,1],[17,1],[28,1],[31,1],[39,2],[65,1],[67,1],[24,1],[79,1],[10,1],[30,1],[77,1],[23,1],[11,2],[6,2]],'diables',[[13,1]],' ora',[[80,8]],'side',[[3,1],[24,9],[27,1],[50,2],[52,1],[80,1],[78,1],[81,1],[83,1],[75,1],[38,1],[43,1]],'yos0ffa',[[80,1]],' no',[[78,3],[18,1],[14,1]],'y#4j2x@to',[[80,1]],'prepends',[[77,1]],'getinstructionscount',[[62,1],[6,1]],'details',[[81,7],[41,1],[61,1],[70,2],[78,8],[28,1],[14,10],[56,1]],'account',[[62,1],[55,1],[14,1],[64,1],[84,1]],'freely',[[65,1]],'pops',[[61,1],[60,1]],'neccessary',[[81,1]],'wanted',[[81,1],[80,1]],'exclusive',[[81,2],[80,2],[64,1],[78,2],[6,1]],'dong',[[7,1]],'beginning',[[81,3],[18,1],[41,4],[68,2],[8,1],[43,1],[62,1],[52,1],[80,1],[64,2],[26,3],[84,1],[73,1]],'socket',[[9,1]],'grey',[[62,1]],'adr',[[61,4]],'presumably',[[81,3]],'palette',[[35,20],[53,3],[81,22],[75,1],[28,12],[67,4],[8,2],[38,1],[62,8],[10,2],[29,2],[70,1],[5,2],[13,3],[6,1]],'number',[[6,1],[81,4],[27,2],[8,2],[43,4],[62,14],[80,2],[61,2],[78,16],[55,1],[7,1],[13,1],[84,2],[73,3],[50,2],[74,1],[16,1],[39,1],[67,1],[52,6],[24,1],[4,1],[57,1],[30,1],[64,33],[77,4],[5,1],[23,1],[26,2],[14,2],[20,2],[56,1]],'l8i',[[80,1]],'defeated',[[65,1]],'%03d',[[73,2]],'knows',[[15,1]],'adding',[[37,3],[50,1],[58,1],[3,2],[4,1],[10,1],[61,1],[80,1],[26,1],[7,1],[55,2],[84,1],[6,1]],'safely',[[62,1]],'zd`2',[[80,1]],'added',[[6,16],[55,1],[73,4],[50,1],[81,3],[16,9],[15,7],[84,1],[28,2],[8,20],[9,5],[3,2],[62,3],[4,8],[10,13],[30,1],[77,5],[80,3],[5,11],[14,32],[7,12],[13,8],[11,4],[12,5]],'6502',[[53,1],[79,1],[80,6],[77,6],[78,4],[70,2],[43,3]],'allowed',[[62,2],[57,1],[61,1],[78,1],[14,1],[13,1],[8,1]],'automatically',[[22,3],[46,1],[18,1],[33,1],[81,1],[16,1],[58,1],[39,3],[38,2],[43,5],[52,5],[32,1],[30,2],[80,1],[78,1],[26,2],[14,2],[84,2],[56,2]],' game',[[30,1],[70,1]],'matches',[[58,1]],'tutorial',[[60,1]],'doc',[[81,1],[77,3],[78,2],[73,1]],'counter',[[6,1],[81,15],[18,2],[15,2],[75,6],[8,4],[52,6],[62,10],[80,5],[30,14],[70,1],[49,1],[78,97],[26,3],[14,2],[56,2]],'laggy',[[49,1]],'boolean',[[64,1],[52,1]],'b002',[[77,1]],'pushing',[[80,2]],' look',[[74,1]],' linear',[[78,2]],'tile',[[54,3],[53,2],[57,3],[50,2],[69,1],[81,11],[51,1],[82,2]],' uint32',[[75,7]],' 13',[[78,1],[80,3]],'subtractions',[[80,2]],'mention',[[81,1]],'always',[[22,1],[54,1],[81,3],[50,1],[16,2],[15,1],[39,2],[8,1],[52,1],[62,6],[4,1],[10,1],[57,1],[61,2],[70,2],[5,1],[78,4],[26,1],[80,22],[14,1],[12,1],[73,3]],'mostly',[[50,1],[64,1],[80,1],[5,1],[28,1],[12,1],[56,1]],'bank',[[52,11],[6,2],[10,1],[4,1],[57,1],[58,1],[62,2],[70,2],[77,10],[55,1],[84,3],[43,1]],'grayscale',[[8,1],[35,2],[81,1]],'runtime',[[57,1],[52,2]],'pushes',[[80,1]],'learning',[[60,1]],'technical',[[79,1],[81,2],[80,1],[1,2],[71,2],[72,1]],'almost',[[3,1],[70,1],[56,1]],'006eh',[[77,1]],'imply',[[81,1]],'january',[[3,1]],'respective',[[73,1],[52,1]],'seconds',[[80,2],[41,2]],'gpl',[[3,1]],'town',[[50,1]],'records',[[73,2],[57,1],[68,1]],'significantly',[[70,1],[10,1],[43,1]],'clearmarker',[[62,1]],'flip',[[77,1],[81,1]],' bryan',[[80,1]],'anc',[[80,1]],'ability',[[78,4],[68,1],[8,1],[15,1],[6,1]],'robust',[[62,1]],'sequence',[[81,1],[57,1],[80,3],[78,5]],'binds',[[61,1]],'included',[[24,1],[81,1],[10,2],[33,1],[64,1],[77,1],[80,1],[14,1],[65,2]],'players',[[70,1],[81,1],[64,1],[12,1],[49,1]],'doubles',[[8,1],[80,1]],'chapter',[[80,2],[41,3]],'c128',[[80,1]],'dadc',[[80,1]],'registersave',[[62,1],[12,2]],'j@8n',[[80,1]],'extract',[[80,1],[51,1]],'sweeps',[[78,2]],'there',[[81,4],[15,1],[82,2],[43,6],[3,1],[62,8],[80,4],[61,5],[78,2],[70,1],[55,3],[13,1],[84,2],[41,1],[50,4],[65,1],[67,3],[52,6],[57,2],[30,1],[77,3],[64,3],[23,1],[49,1],[26,2],[14,1],[12,1],[56,2]],'4018',[[52,1]],'specific',[[46,1],[18,1],[33,2],[60,1],[69,1],[74,1],[42,1],[75,5],[65,1],[38,1],[43,1],[72,1],[61,2],[64,2],[70,3],[49,1],[51,1],[71,1],[78,2],[13,1],[84,1],[20,2],[56,1]],'auto',[[33,9],[41,9],[68,2],[16,1],[15,1],[42,3],[39,1],[8,1],[52,1],[10,2],[30,6],[77,2],[49,3],[26,1],[7,6],[14,5],[11,1],[6,3]],'platforms',[[62,1]],'decoding',[[81,1]],'explain',[[29,1],[55,1],[50,1],[65,1]],'along',[[3,1],[81,1]],'logical',[[62,3],[59,2],[81,1],[80,2]],'conditional',[[4,2],[10,1],[8,1],[52,4]],'screenshots',[[16,1],[31,2]],'additions',[[80,2]],'transfering',[[80,1]],'defaults',[[5,1],[40,1],[62,4],[16,2],[36,1]],'preferably',[[62,2]],'dostuffhere',[[61,1]],'070h',[[77,2]],'mirroring',[[54,2],[75,1],[10,1],[70,3]],'flag',[[22,17],[46,1],[10,2],[52,3],[30,1],[62,2],[77,2],[5,1],[80,104],[81,7],[12,1],[11,1]],'speed',[[22,2],[27,14],[37,3],[60,1],[16,1],[68,2],[9,1],[38,1],[62,1],[10,1],[30,1],[61,1],[25,3],[5,1],[70,6],[26,4],[77,9],[7,5],[14,3],[78,2]],' version',[[77,1]],'analyse',[[81,1]],'view',[[4,2],[41,2],[50,1],[16,1],[57,1],[51,1],[58,1],[78,1],[55,2],[52,2]],'newlines',[[73,2]],'chunk',[[21,1],[75,8],[7,1]],'updating',[[8,1],[14,1]],'reinstalled',[[14,1]],'slowing',[[30,1],[26,1]],'m#l',[[80,1]],'pair',[[73,1]],'fcexp',[[73,1]],'prehaps',[[81,2]],'getinput',[[62,1]],'unpaused',[[7,1]],'boost',[[8,1],[37,1],[14,1]],'emulating',[[62,1],[11,1]],' frame',[[78,3]],'real',[[82,1],[81,1],[80,6],[30,1],[61,1],[77,1],[78,2],[55,2],[13,1],[8,1],[38,3],[43,1]],'snes9x',[[62,1],[45,1],[10,1],[39,1],[61,4]],'spike',[[78,3]],'cleaned',[[8,1],[16,1]],'building',[[84,1],[63,1]],'forget',[[5,1]],'selecting',[[81,2],[10,1],[50,1],[26,1],[31,1],[55,2],[8,1],[20,2],[43,2]],'ranging',[[80,1]],'sped',[[37,1]],'ramwatch',[[9,2]],'endian',[[62,1],[14,1]],'reflect',[[13,1]],'terminal',[[78,7]],'hacks',[[66,1]],'attained',[[78,1]],'cases',[[62,2],[80,1],[13,1],[16,3],[15,1],[52,1]],'gotcha',[[10,1]],'vba',[[44,1],[10,1],[39,1],[45,1]],'letting',[[62,2]],'blow',[[62,1]],'psg',[[62,1]],' 040',[[78,1]],'what ',[[75,1]],'ruined',[[80,1]],'pressing',[[62,2],[27,1],[33,1],[61,1],[25,1],[26,2],[55,1],[65,1],[20,1],[52,1]],'collapsible',[[14,1]],'early',[[62,1]],'triplets',[[35,1]],'artifacts',[[38,3]],'parser',[[52,1]],'navigating',[[26,2],[20,1],[25,1]],' or',[[20,2]],'love',[[82,1]],'411ah',[[77,1]],'effective',[[80,80]],'fills',[[81,1]],'oninputstart',[[64,3]],'john',[[80,1]],'sounddisplay',[[8,1]],'storage',[[24,1],[50,1]],'share',[[81,2],[82,1],[38,1],[70,1]],'pauses',[[61,1],[8,1],[62,2]],'impl',[[80,2]],'field',[[46,1],[18,1],[50,1],[68,1],[16,1],[15,1],[58,2],[75,2],[8,2],[52,7],[62,1],[43,1],[77,2],[26,1],[7,1],[73,6]],'oeka',[[33,1]],'backtrack',[[64,1]],' we',[[77,1]],'reg',[[8,1],[81,1]],' a%',[[80,1]],'competing',[[68,1]],'well',[[46,1],[53,1],[81,2],[50,4],[69,1],[21,1],[31,1],[67,1],[9,1],[43,1],[3,1],[52,1],[57,1],[62,4],[61,1],[64,6],[77,2],[5,1],[80,5],[55,1],[6,1]],'under',[[46,1],[81,1],[18,1],[50,1],[58,2],[42,1],[43,2],[3,3],[24,2],[10,2],[29,1],[30,1],[64,2],[80,1],[51,1],[26,2],[59,1],[1,3],[36,1]],'nmi2',[[52,1]],'indicated',[[62,1],[81,2]],'400d',[[78,1]],'japan',[[24,1]],'hardwired',[[81,1]],'0x2000',[[75,3]],'consist',[[26,1],[73,2]],'inverted',[[78,2]],'tabbing',[[8,1],[56,1]],'saving',[[6,1],[46,1],[57,1],[50,2],[59,1],[31,1],[7,3],[13,1],[14,3],[12,1]],'242',[[8,1]],'lower',[[81,6],[74,1],[30,1],[64,1],[78,1],[70,1],[80,9],[52,2]],'takeshi',[[33,1]],'setpixel',[[62,1]],'measured',[[78,2],[80,1]],'040e',[[43,1]],'downs',[[68,1]],'cart',[[81,5],[7,1],[84,3],[70,2]],'inline',[[3,1],[52,4]],'earth',[[80,1]],'did',[[62,1],[81,1],[10,1],[80,2],[77,2],[65,1],[67,1]],'0xf',[[80,1]],'optimize',[[68,1]],'wrong',[[18,1],[50,1],[13,1],[8,1],[6,1]],'hands',[[61,1]],'halo',[[5,1]],'assisted_speedrun',[[68,1]],'bmf_final3',[[28,1]],'hide',[[81,1],[41,1],[32,1],[30,1],[21,1],[8,1],[38,3]],'clicked',[[62,1]],'0x00fa',[[61,1]],'versions',[[3,1],[62,2],[18,1],[60,2],[78,1],[5,1],[26,2],[7,1],[48,1],[67,1],[12,1],[72,1]],'capabilities',[[62,1],[81,2],[70,1]],'pausing',[[10,1]],'vezj',[[80,1]],'thinking',[[47,1]],'fffc',[[70,1],[52,1]],'rst',[[52,2]],'occurring',[[52,1]],'definetely',[[81,1]],'addition',[[3,1],[62,1],[10,1],[18,1],[30,1],[33,1],[78,1],[80,9],[7,1],[67,2],[9,1],[12,1]],'shy',[[80,3]],'undoes',[[68,1]],' loadstate',[[20,1]],'non',[[81,6],[68,2],[69,1],[16,1],[15,1],[8,1],[52,4],[3,1],[62,3],[43,1],[30,1],[64,1],[70,1],[78,4],[59,1],[14,1],[13,1],[11,1]],'legend',[[80,1]],'guides',[[19,1],[51,1],[1,2],[66,2],[42,1]],'returns',[[62,57],[10,1],[14,1],[61,4],[64,11]],'characteristics',[[70,3],[78,1]],'stupid',[[13,1]],'closer',[[80,1],[5,1]],'themes',[[10,1],[32,1]],'bat',[[19,1]],'lfsr',[[75,1]],'autosearch',[[44,1],[45,1]],'227',[[8,1]],'start',[[46,2],[81,4],[18,1],[33,3],[50,2],[60,1],[82,2],[43,1],[62,5],[10,1],[32,1],[57,2],[61,2],[64,7],[77,1],[78,4],[26,1],[80,3],[55,1],[84,1],[73,6]],'2800|',[[70,1]],'stationary',[[81,1]],'rates',[[81,1]],'pcejin',[[44,1],[45,1]],'romname',[[22,3]],'handle',[[80,2],[61,2],[16,1],[15,1],[64,1]],'quirk',[[81,1],[78,1]],'rb`xh8',[[80,1]],'nop',[[80,16]],' 9000',[[77,1]],'layer',[[81,1]],'entering',[[81,1],[27,1],[50,1],[38,1],[52,3]],'difficult',[[35,1],[80,1]],'readable',[[56,1],[77,1],[52,1]],' instructions',[[84,1]],'registermanual',[[62,1]],'remember',[[81,2],[68,1],[50,2],[61,1],[30,1],[16,2],[77,1],[80,3],[55,1],[6,1]],' power',[[74,1]],'a002',[[77,1]],'grain',[[78,1]],'memory',[[46,17],[53,4],[18,8],[54,1],[68,1],[58,1],[81,29],[42,2],[43,6],[3,1],[62,33],[80,7],[61,5],[70,16],[51,1],[78,2],[55,9],[13,4],[69,1],[16,2],[31,3],[52,21],[4,1],[10,1],[77,1],[5,1],[26,1],[14,7],[12,3],[6,2]],'x11x',[[80,1]],'0x16',[[62,1]],'don’t',[[26,1]],'debuggerfontsize',[[23,1],[6,1]],'varying',[[75,1]],'unexpectingly',[[61,1]],'o&_',[[80,1]],'some',[[36,1],[12,1],[81,9],[15,2],[8,2],[9,2],[38,2],[3,1],[43,1],[62,10],[32,1],[61,3],[80,8],[70,2],[78,2],[7,1],[13,2],[41,1],[50,6],[16,2],[21,2],[28,1],[31,1],[65,1],[67,2],[52,1],[24,1],[10,1],[57,1],[30,2],[64,5],[77,2],[5,1],[23,1],[83,1],[14,1],[11,1],[6,2]],'briefly',[[43,1]],'0afffh',[[77,1]],'md5_asciistr',[[13,1]],'kilobytes',[[24,1]],'initialize',[[81,2],[80,1]],'hand',[[61,2],[80,1]],'discovering',[[57,1]],'hotkey',[[56,1],[18,2],[33,5],[41,2],[16,3],[15,3],[8,3],[38,1],[40,4],[3,1],[52,3],[29,1],[62,1],[30,5],[25,1],[5,1],[26,1],[7,1],[13,1],[14,7],[20,4],[6,1]],'other',[[81,6],[18,2],[33,1],[15,1],[8,1],[63,2],[3,2],[62,5],[32,1],[61,3],[80,13],[70,2],[78,3],[13,1],[73,1],[50,5],[69,1],[65,1],[52,3],[10,1],[57,1],[30,1],[64,1],[77,3],[49,1],[26,2],[11,1],[12,1]],' hence',[[62,4]],'margin',[[81,1]],'like',[[54,1],[53,2],[33,2],[60,1],[81,6],[43,4],[3,2],[44,1],[45,1],[62,11],[61,7],[80,14],[78,1],[84,4],[73,1],[50,3],[69,1],[16,1],[65,2],[67,1],[52,3],[10,1],[57,3],[30,1],[64,3],[77,2],[59,2]],'bound',[[61,1],[33,1]],'cccvvvv',[[77,1]],'nitsuja',[[3,1],[28,3]],'comparator',[[81,2]],'rendered',[[81,8],[57,3],[55,2]],'red',[[62,7],[35,2],[30,1],[61,1],[7,1],[13,1],[55,1]],'conditioned',[[81,1]],'given',[[54,1],[62,36],[68,1],[32,1],[61,5],[58,1],[64,1],[78,1],[81,1],[84,2],[20,1],[52,3]],'rect',[[62,1]],'scenario',[[78,1]],'structure',[[60,1]],'symmetry',[[78,1]],'inc',[[80,10]],'_ok',[[80,1]],'sporting',[[81,1]],'hexbackcolorr',[[23,1]],'gnobgfillcolor ',[[30,1]],'4005',[[78,2]],' has',[[41,1]],'met',[[78,1],[52,1]],'needed',[[62,1],[81,1],[18,1],[50,2],[60,2],[80,1],[26,2],[65,1],[84,1],[63,1]],'player1',[[73,1]],'better',[[62,1],[35,2],[18,1],[50,2],[64,1],[12,1],[38,1]],'mutant',[[70,1],[49,1]],'fail',[[57,1],[50,1],[80,1],[16,1]],'correctly',[[54,1],[80,1],[8,1],[15,1],[16,1]],'levels',[[57,1],[80,1],[69,2],[78,1],[36,1]],'produced',[[78,3],[68,1],[58,1],[38,1],[52,1]],'linked',[[3,1],[63,1],[6,1]],'hitbreakpoint',[[62,2],[6,1]],'dip',[[6,1]],'clip',[[22,2],[14,1],[65,1],[38,1]],'prescale',[[5,1]],'electronic',[[10,1],[31,1]],'key2',[[64,1]],'dancing',[[70,1]],'iterate',[[61,1]],'2c00|',[[70,1]],'perl',[[59,1]],'838977920',[[73,1]],'affiliated',[[78,1]],' 004',[[78,1]],'notes',[[62,6],[7,1],[80,1],[83,1],[78,1],[73,1]],'simultaniously',[[81,1]],'overhauled',[[18,1]],'front',[[61,2],[64,1],[78,1]],'confuse',[[80,2]],'9030',[[77,1]],'|the',[[81,1]],'edits',[[1,2]],' ideally',[[81,1]],'terms',[[62,1],[68,1],[52,1]],'multilinecomment',[[84,2]],'nsf',[[52,6],[35,1],[57,10],[21,3],[77,3],[5,2],[51,1],[76,2],[12,3],[6,1]],'differently',[[80,5],[73,1]],'its',[[46,1],[35,1],[18,2],[27,1],[33,1],[58,1],[68,1],[8,1],[38,1],[43,2],[3,1],[62,6],[63,1],[66,1],[61,1],[80,9],[55,1],[1,3],[84,2],[39,3],[47,1],[52,2],[10,1],[64,2],[77,2],[5,1],[0,1],[59,1],[14,3]],'viewing',[[55,1],[69,1],[50,2]]];window.bSearchDataLoaded=true; \ No newline at end of file +var aTl=[['Intro.html','Introduction'],['Introduction.html','Introduction'],['Overview.html','Overview'],['FCEUltraVersionHistory.html','FCE%20Ultra%20Version%20History'],['Newtopic.html','What%27s%20New%3F%202%2E3%2E0%20%28changelog%29'],['WhatsNew223.html','What%27s%20New%3F%202%2E2%2E3%20%28changelog%29'],['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=['pointer',[[56,1],[6,2],[81,1],[80,18],[75,1],[8,1],[11,1],[52,1]],' e0',[[80,1]],'community',[[69,1],[66,2],[2,2]],'cheating',[[43,2]],'really',[[62,1],[81,1],[57,1],[50,4],[64,1],[80,3],[78,1],[82,1]],' chrominance',[[81,1]],'sconsruct',[[16,1]],'z80',[[81,1]],'max',[[38,1],[14,1]],'develop',[[81,1]],'base64',[[73,1]],'addhealthpoints',[[52,2]],'1400h',[[77,1]],'cli',[[78,2],[80,1]],'defines',[[84,3],[75,1],[27,2]],'init',[[77,12],[4,1],[52,2]],'intensive',[[61,1]],'fix',[[6,4],[81,1],[16,3],[15,6],[17,2],[28,1],[8,1],[9,2],[38,2],[4,1],[10,6],[80,6],[77,1],[5,3],[51,1],[14,3],[13,1],[11,4],[12,1]],'presskeyx',[[64,3]],'accelerators',[[7,1]],'tar',[[21,1]],'commonly',[[68,1],[41,1],[50,1],[14,1],[63,1]],'mexr',[[75,1]],'c64',[[77,1],[80,3]],'executable',[[3,1],[80,2],[63,1],[70,2]],'handling',[[18,2],[57,1],[8,1],[9,1],[5,1]],'highlight',[[50,1],[48,1],[55,1],[6,2]],'control',[[62,6],[81,1],[33,1],[80,1],[61,6],[77,2],[78,5],[59,1],[14,3],[13,1],[36,2]],'gun',[[33,1],[65,1]],'reduce',[[81,2],[38,1],[36,1]],'autofire',[[17,2],[18,1],[49,12]],'identically',[[62,1]],'moving',[[62,1],[53,1],[64,1]],'0500',[[70,1]],'video',[[22,2],[53,2],[81,11],[69,2],[16,1],[67,1],[8,2],[38,3],[29,2],[80,2],[64,1],[25,5],[5,2],[7,1],[14,2],[20,1],[6,1]],'lagged',[[62,1],[14,1]],'opacity',[[62,2]],'needle',[[78,1]],'lead',[[78,2]],'references',[[84,1],[81,1],[80,1]],'immed',[[80,2]],'phases',[[81,4]],'nsfs',[[35,1],[6,1]],'anyway',[[78,1],[65,1]],'iny',[[80,1]],'everytime',[[81,1]],'|extra',[[81,1]],'0111000000000000',[[82,1]],'microprocessors',[[80,2]],'md5',[[73,1]],'introduction',[[43,1],[53,1],[54,1],[56,1],[57,1],[61,1],[25,1],[78,1],[0,3],[26,1],[1,2],[52,1]],'cycling',[[53,1],[81,2]],'overcome',[[68,2]],'resolved',[[34,1],[67,2],[5,1]],'dumb',[[50,1]],'ease',[[19,1],[8,1],[62,1]],'spot',[[26,1],[81,1],[55,1],[70,1]],'hides',[[30,1]],'4010h',[[77,1]],'rol',[[80,11]],'keeps',[[62,2],[57,2],[50,1]],'messagebox',[[61,1]],'drastic',[[62,1]],'king',[[33,1]],'completely',[[62,4],[81,1],[4,1],[80,2],[64,1],[26,1],[14,1],[8,1],[9,1],[47,1]],'f19',[[62,1]],'#100',[[52,1]],'manners',[[61,1]],'reset',[[46,2],[73,4],[18,2],[27,4],[74,1],[81,2],[15,2],[8,2],[43,5],[52,3],[62,4],[10,1],[57,3],[80,7],[70,1],[78,9],[26,3],[14,2],[12,1],[6,1]],'uncheck',[[35,1],[33,1],[50,1],[38,2]],'0000001111100000',[[82,1]],'dpad',[[11,1]],' left',[[31,1]],'desired',[[78,1],[33,1],[58,3],[77,4],[51,1]],' after',[[81,4],[80,1],[74,1],[78,1]],'visualization',[[8,1],[63,1],[56,1]],'trainer',[[33,1]],'before',[[56,2],[81,5],[68,2],[41,1],[50,2],[39,1],[9,1],[43,1],[3,1],[24,1],[52,4],[32,1],[57,2],[61,2],[62,12],[5,1],[64,5],[77,1],[78,5],[80,9],[11,1],[20,1]],'normal',[[36,1],[62,2],[27,1],[57,1],[60,1],[61,2],[49,1],[9,1],[43,1]],'false',[[62,28],[81,1],[61,2],[64,5],[12,1],[73,1]],'continuously',[[52,1]],'fixes',[[6,2],[18,1],[16,4],[15,3],[17,1],[8,2],[9,1],[4,4],[10,3],[5,2],[14,6],[7,2],[13,6],[11,4],[12,3]],'change',[[46,6],[35,1],[33,2],[53,1],[54,1],[58,3],[81,1],[38,4],[40,1],[62,4],[80,5],[70,1],[78,5],[55,2],[13,1],[41,4],[50,1],[16,2],[74,1],[24,1],[10,1],[30,3],[77,3],[23,1],[26,1],[14,2],[11,1]],'scale2x',[[38,4]],'04ff',[[70,1]],'cracle',[[67,1]],' bit1',[[80,1]],'unmodified',[[80,2]],'redirecting',[[80,1]],'patent',[[81,1]],'including',[[3,2],[54,1],[18,1],[62,1],[81,1],[16,1],[78,1],[75,1],[67,1],[13,1]],'timeline',[[8,1]],'unpause',[[25,1],[52,1],[62,1],[50,1],[12,1],[43,1]],'sony',[[28,1]],'dmcseed',[[62,1]],'controls',[[33,4],[61,1],[77,4],[78,6],[19,1],[14,1],[13,2],[52,1]],'subroutine',[[6,1],[56,1],[80,2],[8,1],[52,2]],'hit',[[52,3],[6,1],[56,1],[62,1],[64,1],[70,1],[7,1],[8,1],[11,1],[43,1]],'anothervalue',[[61,1]],'restarting',[[62,1]],'greenzone',[[9,1],[7,2]],' __________________________________________',[[70,1]],' 40',[[80,1]],'shinydoofy',[[15,1]],'slash',[[30,1],[62,1]],'recently',[[41,5]],'cancelled',[[68,1]],'visual',[[10,1],[32,2],[57,1],[38,1],[70,1]],'fix fixed',[[4,1]],' |08',[[78,2]],'int8',[[75,1]],'slo',[[80,2]],' lsr',[[80,2]],'yield',[[81,2]],'driven',[[81,1]],'after',[[22,2],[81,10],[50,1],[74,1],[16,1],[75,1],[39,3],[38,1],[52,3],[24,1],[43,1],[57,1],[62,4],[61,4],[64,4],[25,1],[77,4],[78,4],[80,18],[7,1],[73,3]],'predictable',[[26,1],[81,1]],'impulse',[[81,1]],'redundancy',[[3,1]],'sq1',[[78,10]],'having',[[81,2],[18,1],[33,1],[50,1],[21,1],[65,1],[43,1],[62,2],[10,1],[80,1],[64,1],[78,1],[14,1]],' 3f9',[[78,1]],'whitespaces',[[52,1]],'elimination',[[43,1]],'lda',[[57,1],[80,45]],'drawrect',[[62,1]],'latest',[[18,2],[14,1],[8,1],[16,1]],' before',[[80,1]],'lock',[[16,1]],'pauseframe',[[13,1]],'truecolor',[[62,1]],'msb',[[81,1],[78,4]],'counter|',[[81,1]],'huge',[[81,1]],'anew',[[3,1]],'rockwell',[[80,1]],'brothers',[[70,2]],' shs',[[80,1]],'https',[[63,1]],'thru',[[77,2],[81,5],[82,1]],'00111111',[[82,1]],'planes',[[62,1]],'extent',[[62,1]],' zero',[[70,3]],'frontend',[[3,1],[64,1],[60,1]],'timings',[[81,1],[37,1],[7,1]],'wish',[[56,1],[40,1],[60,1],[58,1],[25,1],[55,1],[48,1],[65,1],[52,2]],'indicate',[[81,1],[60,1]],'raised',[[64,2],[81,2]],'assumes',[[81,1]],'opened',[[18,2],[16,1],[21,1],[23,1],[31,1],[11,1],[52,2]],'edited',[[52,1],[26,1],[1,1],[43,1]],'information',[[81,8],[60,1],[66,3],[82,1],[72,1],[43,1],[3,1],[62,6],[80,1],[71,2],[70,1],[51,3],[78,8],[1,6],[50,2],[69,1],[16,1],[67,1],[52,3],[79,1],[57,3],[30,1],[64,1],[77,3],[5,1],[0,1],[26,2],[14,1],[59,1],[20,2]],'poll',[[30,1],[62,2]],'frequency',[[62,10],[81,1],[80,2],[77,4],[78,19],[5,1],[6,1]],'mid',[[53,1],[11,1]],'170th',[[81,1]],'jetpack',[[65,1]],'secrets',[[57,1]],'silly',[[21,1]],'registerexec',[[62,1]],'fdsr',[[75,1]],'extracted',[[81,1]],'changed',[[46,1],[11,2],[81,1],[84,1],[16,1],[15,1],[8,1],[43,3],[24,1],[80,1],[55,1],[14,1],[7,3],[13,2],[6,1]],'potentially',[[62,1]],' vram',[[75,1]],'pressed',[[36,1],[62,2],[10,1],[73,5],[61,1],[64,7],[49,1],[26,1],[14,1],[43,2]],'existed',[[62,1],[4,1]],'listing',[[16,1]],'major',[[81,1],[18,1],[77,1],[15,1],[14,5],[13,1],[8,1],[55,1]],'description ',[[43,1]],' emu',[[60,1]],'enable',[[22,2],[81,1],[33,1],[16,3],[58,1],[67,3],[38,1],[52,2],[57,1],[32,1],[30,1],[80,3],[78,9],[7,3],[11,2]],'kanji',[[50,5]],'bfff',[[57,1]],' lua',[[59,1]],'already',[[24,1],[62,3],[68,1],[50,1],[81,4],[58,1],[70,1],[65,1],[56,1]],'content',[[61,1]],'cursor',[[54,1],[53,2],[7,3],[8,1],[38,2],[43,1]],'haystack',[[78,1]],'hacked',[[21,1]],'notebook',[[50,1]],'young',[[9,1]],'taps',[[78,1]],'asr',[[80,1]],'160',[[81,1]],'tue',[[83,1],[82,1]],'troubleshooting',[[66,1],[67,2]],'incrementally',[[84,1]],'x_functions',[[65,1]],'tbl',[[55,1],[50,1]],'obsoletes',[[55,1]],'schemes',[[81,1]],'stores',[[10,1],[80,3],[77,1],[73,1]],'solaris',[[3,1]],'tatakai',[[11,1]],'experience',[[65,1],[67,1],[66,1],[51,1]],'have',[[22,1],[36,1],[18,1],[33,4],[60,2],[58,1],[68,1],[81,10],[48,2],[8,1],[43,6],[62,5],[80,13],[61,6],[70,1],[78,10],[55,3],[13,1],[84,2],[73,6],[50,16],[74,1],[17,1],[65,1],[67,1],[52,3],[24,3],[10,3],[30,1],[64,9],[77,2],[5,2],[49,3],[14,1],[20,2],[56,1]],'resolution',[[78,2],[7,1],[38,2],[5,1]],'commontricks',[[68,1]],'thinks',[[81,1]],'auxiliary',[[65,1]],'accidental',[[8,1]],'improvement',[[8,1]],'botting',[[64,1]],'context',[[43,2],[10,2],[32,3],[30,2],[41,4],[26,1],[59,1],[14,5],[13,2],[8,2],[6,1]],'prints',[[16,1],[11,1],[80,2]],'restriction',[[81,1]],'gtk2',[[3,1],[9,1]],' 11',[[57,1],[78,2]],'00xx',[[70,1]],'40000h',[[77,1]],'assembled',[[52,2]],' 2kb',[[75,1]],'steps',[[81,2],[78,2]],'top',[[43,1],[62,4],[29,1],[81,1],[30,1],[61,1],[9,1],[52,2]],'mappable',[[26,1],[14,4]],'chart',[[78,1]],'sine',[[81,1],[43,1]],'rar',[[21,1]],'required',[[22,1],[73,7],[57,1],[81,5],[78,1],[7,1],[31,1],[12,1],[43,1]],'snaps',[[8,1]],' |0d',[[78,2]],'although',[[81,2],[80,3],[69,1],[52,1]],'corrupt',[[57,1]],'forcing',[[62,1]],'specifications',[[71,1],[76,1],[79,1]],'ripsubs',[[13,1]],'features',[[6,1],[81,1],[18,3],[50,5],[68,4],[16,2],[15,1],[69,2],[8,1],[3,5],[44,1],[10,2],[45,1],[80,2],[78,2],[5,1],[0,1],[26,1],[14,4],[13,1],[7,1],[1,1],[12,1]],' count',[[78,2]],'overlap',[[80,1]],' regardless',[[81,1]],'9003',[[77,1]],'006e',[[77,2]],'monitored',[[46,1]],'opaque',[[62,4]],'7fff ',[[77,1],[70,1]],'enter',[[55,1],[62,1],[27,1],[67,1],[64,1],[58,5],[81,1],[14,1],[13,1],[7,1],[38,5],[52,2]],'colors',[[62,14],[35,2],[4,1],[10,3],[61,1],[81,1],[14,1],[13,1],[55,1],[67,1]],'f16',[[62,1]],'seeking',[[7,1]],'tests',[[80,7],[7,1],[82,1],[78,1]],' 01',[[57,1],[80,1]],'canvas',[[63,1]],'incomplete',[[75,2]],'conditions',[[78,5],[52,4]],'pcl',[[80,15]],' interrupted',[[80,1]],'endless',[[61,1],[62,2],[81,1]],'65c02',[[80,1]],'mail',[[77,1]],' upon',[[20,1]],'0011111100000000',[[82,1]],'namelist',[[84,1]],'detection',[[33,1],[5,1]],'resizing',[[38,2],[7,1]],'separator',[[73,1]],'restart',[[62,1],[32,1],[64,1],[20,1]],'definite',[[78,1]],' unusual',[[80,1]],'skip',[[62,1],[18,1],[30,2],[16,2],[49,1],[14,2],[65,1]],'bmf',[[28,3]],'issegmentend',[[64,3]],'alter',[[69,1],[53,1]],'v%_0ah',[[80,2]],'extensive',[[19,1]],'curly',[[61,1]],'subtitles',[[41,6],[26,5],[14,2],[13,2],[39,4],[65,1],[73,2]],'glory',[[50,1]],' 8kb',[[75,2]],'made',[[12,1],[81,7],[18,3],[33,1],[50,3],[15,1],[67,1],[82,1],[9,2],[3,2],[10,7],[78,1],[5,1],[26,5],[13,3],[20,2],[11,2]],'76h',[[77,1]],'specially',[[60,1]],'constitute',[[73,1]],'relivant',[[81,1]],'playern',[[61,2]],'seemed',[[50,1]],'00a5#mic',[[84,1]],'hexforecolorb',[[23,1]],'ranges',[[81,3],[27,1],[52,1]],'2007',[[75,1],[57,1],[81,3],[82,1],[70,1]],'description',[[46,1],[62,1],[80,35],[77,2],[78,3],[59,1],[75,4],[52,2]],'consistently',[[11,1]],'stateful',[[62,1]],'10000',[[22,1]],'translator',[[50,3]],' interrupt',[[80,2]],'alive',[[62,1]],'ntsc',[[62,1],[35,5],[10,1],[81,8],[30,3],[77,12],[5,1],[26,1],[2,1],[8,1],[38,7],[73,1]],'04xx',[[77,1],[70,1]],'bne',[[80,4]],'distortion',[[81,1]],'expand',[[70,1]],'same',[[54,1],[35,1],[27,1],[33,2],[60,1],[6,1],[68,1],[81,8],[48,1],[8,1],[38,1],[43,4],[62,11],[80,11],[61,5],[70,4],[78,2],[55,1],[84,2],[73,1],[41,11],[50,4],[21,1],[74,2],[28,1],[65,1],[52,4],[10,1],[57,2],[64,4],[77,2],[26,1],[12,1],[56,1]],'described',[[58,1],[78,2],[81,4]],'compose',[[62,1]],'emphasize',[[53,1]],'400e',[[78,3]],' disk',[[75,1]],'bero',[[3,1]],'parsecolor',[[62,2],[11,1],[7,1]],'sed',[[70,1],[80,1]],'offsets',[[77,3],[81,1],[84,1],[8,1],[21,1],[52,2]],'incremented',[[83,1],[81,1],[80,4]],'dcfc',[[80,3]],'aspect',[[78,1],[7,1],[14,1],[8,1],[38,6],[6,1]],'batteries',[[24,1]],' volume',[[78,2]],'8kb',[[17,1],[75,1],[5,1]],'april',[[11,1]],'results',[[62,1],[56,1],[57,1],[80,3],[81,1],[78,9],[65,2],[43,1]],'408',[[81,1]],'influence',[[80,1]],'layers',[[63,1]],'coordinate',[[61,2],[62,4],[81,6]],'iphone',[[9,1],[80,1]],'mЉkelЉ',[[80,1]],'ejects',[[27,1]],'vic',[[80,4]],' non',[[16,1],[75,2]],'via',[[24,1],[53,1],[33,1],[72,1],[30,1],[81,6],[78,3],[26,1],[52,1]],'snapshot',[[26,1],[20,1]],'260',[[81,1],[52,1]],'emulation',[[22,3],[35,2],[27,13],[37,1],[6,2],[68,1],[8,3],[38,2],[43,1],[62,6],[29,1],[61,2],[25,3],[78,1],[7,3],[1,1],[41,2],[16,2],[39,1],[67,1],[52,2],[24,1],[79,1],[4,1],[10,1],[30,1],[5,2],[26,5],[20,2],[36,1]],'static',[[64,1],[6,1]],'digital',[[63,1]],'specialized',[[69,1]],'0xff',[[80,1]],'repeated',[[81,3]],'obsolete',[[8,1]],'organized',[[70,1]],'conflict',[[8,2]],'desktop',[[7,1],[6,1]],'programs',[[59,1],[81,1],[80,3],[50,1]],'irritating',[[62,1]],'uint64',[[73,1]],'accurate',[[78,1],[80,1]],'toolset',[[8,1]],'any',[[54,1],[53,1],[18,2],[33,1],[56,3],[11,1],[60,1],[81,12],[8,2],[38,2],[43,4],[3,3],[62,11],[63,1],[80,18],[61,4],[25,1],[70,2],[78,10],[55,2],[84,1],[73,4],[50,2],[17,1],[65,3],[52,8],[24,1],[10,2],[57,1],[30,2],[64,3],[77,1],[23,1],[49,1],[26,6],[20,1],[6,5]],'decrease',[[78,3]],' flubba',[[78,1]],'rumored',[[81,1]],'limitations',[[68,2],[50,1]],'skill',[[68,3]],'clicking',[[56,2],[53,1],[18,2],[33,2],[12,1],[58,1],[38,1],[43,5],[52,7],[62,1],[26,2],[55,2],[84,1],[20,1],[6,6]],'observe',[[57,1],[52,1]],'drop',[[6,1],[46,1],[10,1],[33,2],[14,2],[13,1],[43,1]],'consists',[[62,1],[73,4],[81,4],[55,1],[74,1],[43,1]],' pull',[[80,6]],'extreme',[[64,1]],'hits',[[81,1],[8,1],[11,1],[56,1]],'appeared',[[3,1],[81,1],[83,1]],' if',[[18,1],[33,1],[21,1],[75,1],[31,1],[39,1],[38,1],[24,2],[62,1],[10,1],[32,1],[30,2],[77,8],[70,1],[49,1],[78,1],[26,7],[80,5],[55,1],[36,1]],'hexadecimal',[[43,1],[80,1],[84,1],[70,1],[52,5]],'blacker',[[81,1]],'instruction',[[52,10],[57,2],[80,62],[70,1],[56,4]],'scan',[[15,1],[38,2]],'ef43',[[73,1]],'unnecessary',[[80,1]],'specification',[[77,1],[60,1]],'vrcvii',[[77,3]],'deactivating',[[80,1]],'dehacked',[[61,3]],'who',[[61,1],[64,1],[78,2]],'contained',[[78,1]],'savescreenshotas',[[62,1],[9,1]],'ontop',[[81,1]],'drawing',[[54,1],[53,1],[62,9],[81,2],[82,1],[14,1],[7,2],[8,1],[38,1],[65,1]],'botloop',[[64,3]],'breakpoints',[[52,21],[62,1],[4,2],[8,7],[16,2],[6,1]],'capturing',[[19,2],[25,6],[14,1]],' scanline',[[81,1]],'atx',[[13,1]],'many',[[46,2],[35,1],[18,2],[54,1],[56,1],[12,1],[81,1],[75,1],[2,1],[8,3],[9,2],[43,1],[3,2],[44,1],[45,1],[32,1],[61,1],[80,5],[70,1],[7,1],[55,1],[50,1],[65,1],[24,2],[10,1],[57,2],[64,1],[77,1],[14,3],[11,1],[6,1]],'describes',[[81,2],[28,1],[67,1],[41,1]],'replace',[[62,1],[81,1],[33,2],[50,1],[78,1]],' accumulator',[[75,1]],'raster',[[80,4],[52,1]],'initialized',[[8,1],[78,1],[80,1]],'narrow',[[52,1]],' 1fc',[[78,1]],'separated',[[53,1],[57,1],[2,1]],'overridden',[[31,1]],'lacking',[[44,1],[45,1]],'changing',[[52,1],[81,1],[80,4],[55,1],[14,1],[7,1],[39,1],[12,1]],'notepad',[[84,1]],'xxx1',[[77,1]],'compete',[[81,1]],' |30',[[78,1]],'0000000011111111',[[82,1]],'books',[[10,1],[2,1],[31,1],[23,1]],'quiche',[[80,1]],' for',[[62,1],[10,2],[60,1],[70,6],[49,3],[26,1],[65,1],[43,1]],'j0`zgx',[[80,1]],'size',[[16,1],[75,5],[67,1],[8,1],[38,7],[52,2],[24,1],[44,1],[45,1],[57,1],[62,10],[77,2],[70,1],[23,2],[14,3],[84,4],[73,5]],' |14',[[78,1]],'flop',[[81,1]],'xh8',[[80,1]],'configured',[[14,1]],'17ff',[[70,1]],'matt',[[78,1]],'checked',[[18,2],[37,1],[50,1],[15,1],[39,6],[38,6],[43,2],[52,1],[62,3],[25,1],[78,1],[13,1],[36,3]],'digit',[[70,1],[80,1]],'places',[[77,1]],'savestate',[[22,1],[12,6],[18,7],[11,2],[41,23],[16,2],[15,4],[68,3],[73,7],[75,1],[31,1],[39,6],[8,1],[72,4],[62,28],[10,10],[30,5],[61,10],[26,15],[14,3],[13,1],[20,12],[6,3]],'valid',[[22,1],[62,2],[18,1],[73,1],[74,1],[21,2],[80,1],[81,4],[14,1],[8,1],[9,1],[43,1]],'individual',[[62,2],[81,2],[14,1],[78,2],[36,3]],'savestates',[[6,1],[18,2],[41,2],[16,3],[15,2],[39,2],[67,3],[8,3],[62,3],[10,1],[30,6],[61,3],[5,1],[26,2],[59,1],[14,1],[13,1],[20,1],[11,2]],'240',[[81,1],[83,1],[78,3],[52,1]],'ripper',[[77,1],[57,2]],'sits',[[77,1]],'heard',[[78,1]],' increment',[[80,9]],'previously',[[62,3],[4,1],[55,1]],'amoung',[[78,1]],'indirectly',[[57,2],[78,1]],'coin',[[73,2],[27,2],[6,1]],' disksys',[[31,1]],'theme',[[32,1]],'null',[[75,2],[61,1],[8,1],[16,1],[77,4]],'executing',[[62,1],[80,4],[52,1]],'emrwxf',[[52,2]],'reassemblable',[[57,1]],'former',[[80,1]],'hardly',[[34,1],[81,1],[37,1]],'fly',[[54,1]],'less',[[43,3],[62,2],[10,1],[50,2],[80,3],[16,1],[77,1],[78,4],[81,2],[75,1],[11,1],[52,1]],'sdl ',[[15,1],[14,1]],'specify',[[46,1],[62,1],[77,1],[6,1]],' dmc',[[75,3],[78,2]],'disappear',[[80,1],[16,1],[14,2]],'254',[[62,1]],'sounds',[[77,1]],'call',[[62,4],[81,1],[61,2],[64,2],[77,5],[78,1],[82,1]],'hexified',[[73,1]],'09ff',[[70,1]],'123',[[80,4]],'bot',[[62,2],[59,2],[18,2],[68,1],[64,22]],'had',[[62,1],[81,3],[80,1],[77,1],[15,1],[78,1],[28,1],[2,1],[67,1]],'throw',[[81,1],[80,6]],'publically',[[78,1]],'work',[[22,2],[81,2],[50,4],[16,1],[15,1],[75,2],[65,2],[38,1],[43,2],[3,1],[62,2],[57,1],[80,3],[30,1],[61,1],[78,2],[49,1],[13,1],[12,1],[56,2]],'atop',[[81,1]],'saner',[[16,1]],'commercially',[[3,1]],' various',[[3,1]],'function',[[11,1],[12,1],[41,2],[50,1],[16,1],[9,1],[62,71],[10,1],[61,11],[64,13],[77,1],[51,1],[20,2],[6,1]],'doubly',[[62,1]],'contained ',[[75,1]],'related',[[35,1],[18,1],[37,1],[41,1],[17,1],[28,1],[39,1],[82,1],[9,2],[29,4],[32,1],[80,1],[70,1],[51,1],[14,2],[1,1],[13,1],[6,1]],'corrupts',[[57,1]],'than',[[22,2],[46,2],[18,3],[33,1],[50,2],[21,1],[15,1],[81,6],[75,1],[38,8],[43,5],[52,1],[62,7],[80,14],[30,3],[64,2],[77,2],[49,1],[78,5],[59,1],[14,2],[7,1],[73,1]],'radd',[[75,1]],'dey',[[80,1]],'switches',[[22,2],[30,1],[27,1]],'autopause',[[7,1]],'encoder',[[3,1],[52,1],[30,1],[58,7],[69,1],[51,1]],'environment',[[60,1],[16,1],[12,1],[71,1]],'cyan',[[62,1],[57,1],[55,1]],'certainly',[[59,1]],' si_gamepad',[[73,2]],' 4th',[[78,1]],'parasyte',[[3,1]],'excess',[[50,1]],' |24',[[78,1]],'pull',[[36,1],[33,1],[78,1],[40,1]],'&bh',[[80,2]],'256bytes',[[70,1]],'bpl',[[80,10]],' essentially',[[81,1]],'keep',[[46,1],[81,2],[33,1],[37,1],[60,1],[21,1],[52,1],[62,3],[57,1],[80,1],[64,1],[78,1],[56,1]],'attempts',[[64,10],[38,1],[57,1]],'rolledback',[[64,1]],'filters',[[62,1],[16,1],[56,1]],'vbuf',[[75,1]],'back',[[6,1],[81,2],[68,1],[41,1],[24,1],[62,1],[80,9],[30,1],[61,1],[64,3],[77,2],[26,6],[20,1],[73,1]],'equals',[[81,3],[50,3],[61,1],[78,1]],'t2p',[[80,1]],'exwram',[[17,1]],'programming',[[59,1],[60,1],[65,2],[61,1],[70,1]],'cover',[[81,1]],'spanned',[[24,1]],'228',[[7,1]],'introduces',[[8,1]],'websites',[[50,2]],'outside',[[81,1],[10,1],[70,1],[5,1]],'pgen',[[75,1]],'frames',[[46,1],[81,3],[18,1],[50,1],[74,1],[16,1],[15,1],[62,10],[30,4],[64,5],[78,1],[49,2],[26,1],[14,1],[73,1]],' enabling',[[37,1]],'feeding',[[62,1]],'shame',[[81,1]],'blurry',[[38,1]],' action',[[78,1]],'ijc',[[80,8]],'slowdown',[[8,1],[26,1]],'distribute',[[57,1]],'declare',[[60,1]],'fed',[[81,3],[78,5]],'speedrunning',[[8,1],[68,1]],'hexi',[[46,1]],'8x16',[[5,1]],'eh8813a',[[5,1]],'115',[[8,1],[7,1]],' luabot',[[64,2]],'yellow',[[62,1],[57,2],[55,2]],'deemed',[[64,4]],'invalidate',[[9,1]],'precision',[[26,2],[68,1],[81,1]],'subdirectory',[[43,1]],'hitting',[[43,1]],'command',[[22,6],[18,1],[74,2],[15,1],[43,1],[3,1],[24,4],[10,1],[80,4],[19,3],[26,1],[14,2],[20,1],[6,4]],'siren',[[9,1]],'ispoweron',[[62,2],[10,1]],'laptop',[[14,1]],'whole',[[81,3],[80,1],[38,2],[6,1]],'zeros',[[57,1]],'experienced',[[61,1]],'sample',[[62,3],[57,1],[37,1],[78,1],[36,1]],'doesn',[[35,1],[81,1],[50,1],[75,1],[65,1],[8,1],[38,1],[62,2],[10,3],[80,1],[78,1],[49,1],[7,1],[13,2],[11,1]],'never',[[24,1],[81,4],[57,1],[60,1],[80,2]],' duty',[[78,2]],'icon',[[22,3],[30,1],[62,5]],'providing',[[81,1],[11,1]],'inspecting',[[52,1]],'power',[[62,1],[73,4],[27,4],[33,4],[64,1],[16,1],[15,2],[70,1],[26,2],[8,2],[43,1]],'antony',[[12,1]],'hard',[[18,1],[27,1],[50,1],[57,2],[26,1],[14,1],[73,2]],'parodius',[[69,1],[71,1]],'adequately',[[12,1]],'isolate',[[51,1]],'rightbracket',[[62,1]],'desyncing',[[64,1]],'170',[[81,3]],'fm2',[[22,12],[18,5],[41,2],[16,3],[15,2],[42,1],[31,1],[39,3],[48,4],[65,1],[67,3],[72,1],[10,1],[25,2],[19,1],[26,9],[14,4],[13,3],[11,2],[73,3]],'5206',[[77,4]],'rule',[[80,1]],'no8lim',[[22,2],[16,1]],'nesdev@onelist',[[83,2],[82,2]],'ddt',[[75,1]],'suggest',[[62,1],[8,1],[39,1]],'strmode',[[61,1]],'encountered',[[62,1],[80,1]],'customization',[[8,1]],'generic',[[64,2]],'phase',[[81,11],[80,1]],'tapanim',[[80,1]],'rmw',[[80,2]],'ddfd',[[80,2]],'ampl',[[75,1]],'obscure',[[3,1],[6,1]],'over',[[34,1],[53,2],[18,1],[41,3],[50,2],[54,1],[68,2],[81,3],[75,1],[65,1],[52,2],[4,1],[29,1],[30,1],[61,2],[64,1],[49,1],[80,1],[14,1]],'serves',[[64,1],[81,1]],' current',[[75,1]],'conf',[[8,2]],'happening',[[62,1],[16,1],[81,1]],'good',[[64,1],[81,4],[43,1]],'triggered',[[62,1],[78,1]],'timed',[[68,1]],'weapon',[[70,2],[49,1]],'1800',[[70,2]],' 043x',[[70,1]],'rips',[[77,2]],'fans',[[69,1]],'oversights',[[17,1]],'formats',[[18,1],[1,1],[21,5],[63,1],[72,2]],' uint16',[[75,4]],' |07',[[78,2]],'dragging',[[38,2]],'receives',[[61,1],[62,1]],'0&&4ka',[[80,1]],'entirely',[[62,1]],'rgp',[[80,2]],'scaler',[[10,1],[38,2]],'kh%61',[[80,1]],'msmakela@kruuna',[[80,1]],'j1rb',[[75,1]],'fill',[[16,1],[38,2],[58,1]],'experiments',[[78,1]],'cartridge',[[24,2],[81,2],[33,1],[70,1],[43,1]],'terminated',[[75,1],[77,3],[73,1]],'return',[[62,6],[33,1],[60,1],[61,3],[64,11],[78,2],[80,2],[26,1],[14,2],[55,2],[52,2]],'looks',[[54,1],[53,1],[61,2],[43,1]],'myself',[[61,1]],'highlights',[[55,1]],' prehaps',[[81,1]],'begin',[[62,1],[73,1],[57,1],[68,1],[80,9],[25,1],[26,4],[52,2]],'2002',[[3,2],[81,5],[82,1]],'indexing',[[80,3]],'yet',[[62,1],[52,1],[57,1],[80,1],[61,1],[81,1],[70,2],[13,1],[43,2]],'inversion',[[81,4]],' instead',[[10,1]],'agree',[[82,1]],'directory',[[22,1],[35,2],[18,1],[46,1],[16,1],[15,2],[21,1],[31,6],[67,4],[43,1],[24,5],[62,1],[29,1],[30,2],[64,1],[5,1],[14,3],[84,1],[12,1],[20,1]],' updated',[[75,1]],'stx',[[80,11]],'key',[[73,11],[18,1],[27,2],[68,2],[15,1],[8,1],[40,1],[62,1],[32,1],[30,9],[61,1],[25,1],[5,1],[49,1],[26,10],[78,3],[55,2],[56,1]],'source',[[3,3],[57,2],[80,1],[78,2],[84,2],[38,1],[73,1]],'continue',[[35,1],[68,1],[81,1],[30,3],[64,1],[78,1]],'sweeping',[[78,4]],'likely',[[65,1],[50,1],[78,1],[56,1]],'stopped',[[62,2],[18,1],[80,2],[78,1]],'smallest',[[62,1],[81,1],[78,2]],'attr',[[16,1]],'long',[[3,1],[81,2],[18,1],[33,1],[50,1],[68,1],[78,6],[80,1],[67,1],[8,1],[56,1]],'onfinish',[[64,1]],'ldy',[[80,8]],'rla',[[80,6]],'gens',[[44,1],[10,1],[45,1],[13,1],[12,2],[11,1]],'right',[[22,2],[46,1],[33,5],[53,1],[6,4],[58,1],[81,2],[8,1],[38,1],[43,7],[62,6],[32,2],[61,1],[80,6],[78,2],[55,4],[84,3],[73,3],[50,3],[67,2],[52,9],[30,3],[64,3],[26,1],[14,2],[20,2],[56,2]],'locations',[[77,1]],'dcfa',[[80,3]],'people',[[62,1],[81,1],[57,1],[50,1],[78,1],[66,1],[43,1]],'standard',[[24,1],[46,1],[62,3],[41,1],[50,2],[61,1],[77,2],[78,1],[73,1]],'advances',[[61,1],[68,1]],'xxxx',[[6,1]],'|__________________________________________|',[[70,9]],'cht',[[31,2],[43,5],[7,1]],'fme',[[77,2]],'fetches',[[81,10],[80,7]],'fullscreen',[[38,2],[7,3],[13,1],[8,1],[16,1],[32,2]],'cdlogger',[[4,1],[7,2],[10,1],[5,1]],'complete',[[62,1],[57,1],[68,2],[77,2],[25,1],[82,1]],'sony_cxa2025as_us',[[28,1],[5,1]],'microphone',[[10,3],[33,4]],'okay',[[50,1]],'reduced',[[46,1]],'official',[[77,1],[60,1],[80,2]],'006fh',[[77,2]],'tone',[[77,3]],' 008',[[78,1]],'resetting',[[8,1],[78,1]],'enhancements|',[[81,1]],'substraction',[[80,1]],'serial',[[81,1]],'meta',[[26,1]],' slo',[[80,11]],'textual',[[69,1]],' inside',[[81,1]],'released',[[6,1],[81,1],[18,1],[16,1],[15,1],[17,1],[8,1],[9,1],[3,10],[24,2],[4,1],[10,2],[30,1],[64,2],[5,1],[14,1],[7,1],[13,1],[11,1],[12,1]],'skipfirst',[[62,4]],'halves',[[80,1]],'transparency',[[62,8],[81,2]],' reading',[[82,1]],'unzipping',[[16,1]],'hexrowheightborder',[[23,1]],'figured',[[52,1],[50,1]],'browse',[[26,1],[60,1],[56,1]],'backcolor',[[62,3]],'00a2',[[43,1]],'transport',[[63,1]],'complain',[[64,1]],'universally',[[67,1]],' later',[[80,1]],'megamanii',[[65,1]],'dffe',[[52,1]],'readwordsigned',[[62,1],[6,1]],'cleanup',[[14,1],[64,1],[8,2],[9,1],[16,2]],'easy',[[22,1],[46,1],[27,1],[54,1],[81,1],[21,1],[28,1],[82,1],[9,1],[57,1],[61,1],[77,1],[70,1],[55,2],[1,1],[20,1],[73,1]],'development',[[3,1],[68,1],[80,1]],'especially',[[75,1]],'filenames',[[8,1],[11,1],[18,1]],'ports',[[3,1],[53,1],[33,2],[8,1]],'mysterious',[[13,1],[8,1]],'yelling',[[33,1]],' 27th',[[81,1]],'c0a8',[[52,1]],' |18',[[78,1]],'off',[[22,8],[73,1],[27,1],[33,1],[37,1],[50,1],[81,3],[75,2],[8,1],[9,1],[43,3],[62,2],[10,3],[80,2],[30,5],[64,1],[70,1],[49,8],[78,2],[26,1],[14,6],[13,2],[55,1],[36,1]],'not ',[[77,1]],'truncate',[[10,1],[39,1]],'exp',[[80,1]],'which',[[46,1],[35,1],[27,1],[33,1],[54,3],[6,2],[15,1],[58,2],[60,6],[81,28],[8,1],[82,1],[3,3],[62,6],[80,16],[61,2],[70,3],[51,1],[78,15],[7,1],[1,1],[55,7],[84,4],[73,13],[50,1],[69,1],[16,4],[74,3],[31,1],[52,12],[24,2],[10,5],[57,15],[30,1],[64,5],[77,3],[5,1],[26,1],[14,1],[56,6]],'scanning',[[15,1]],' arr',[[80,1]],'transferred',[[78,1],[51,1]],'airman',[[81,1]],'avi',[[63,1],[18,3],[16,1],[15,1],[25,9],[19,2],[14,2],[31,2],[8,1],[9,1],[39,2]],'similar',[[62,2],[81,1],[10,2],[80,2],[77,2],[70,2],[59,1],[39,1],[7,1],[67,1],[43,1]],'preserved',[[68,2],[73,1]],'0x100',[[75,1]],' 19',[[80,1]],'japanese',[[50,16]],'price',[[81,1]],'totally',[[80,1]],'loopy',[[83,2],[82,2]],'subroutines',[[57,1]],'illustrates',[[80,1]],'controllers',[[30,1],[29,1],[33,4]],'relation',[[50,1],[43,1]],'web',[[27,1],[67,1],[47,1],[9,1]],'unavailable',[[68,1]],'tiff',[[63,1]],'port',[[12,1],[81,2],[33,7],[9,2],[3,3],[24,1],[10,1],[57,1],[77,4],[78,1],[5,1],[13,1],[11,2],[73,3]],'contexts',[[10,1]],'enabling',[[10,1],[14,1],[30,1],[38,1],[78,2]],'preferred',[[62,1],[81,1],[30,1],[43,1]],'square',[[36,3],[81,1],[61,1],[78,24],[13,2],[38,1],[6,1]],'damn',[[81,1]],'sufficient',[[82,1]],'range ',[[70,1]],'clarify',[[80,1]],'alternatively',[[38,1],[52,1],[53,1],[57,1],[20,1],[43,1]],'ever',[[81,3],[78,1]],'jpeg',[[63,1]],'1000',[[73,2],[27,2],[70,2]],'following',[[81,3],[38,1],[63,1],[24,1],[62,5],[72,1],[52,2],[61,2],[77,1],[70,1],[78,2],[80,10],[1,1],[84,1],[20,1],[73,4]],'developed',[[28,1],[80,2]],'readbyte',[[61,2],[62,2],[14,2]],'simulates',[[62,1],[35,1],[38,1]],'generate',[[62,2],[81,1],[37,1],[57,1],[64,1],[77,1],[78,7],[19,1]],'positive',[[46,1],[62,2],[50,1],[80,2],[78,1]],'far',[[81,1],[80,1],[50,1],[78,1]],'numpad4',[[62,1]],'ejecting',[[24,1]],' expansion',[[70,1]],'d2n@3y',[[80,1]],'mmc3',[[81,4]],'presettable',[[78,2]],'optional',[[52,2],[62,3],[4,1],[73,9],[61,2],[77,1],[15,1],[5,1],[13,2],[84,2],[11,1],[43,1]],'anymore',[[8,2]],'metroid',[[8,1],[77,2]],'wider',[[38,1]],'approprite',[[81,1]],'archived',[[6,1]],'proprietary',[[24,1],[8,1]],'reading',[[81,2],[57,1],[80,1],[30,1],[61,1],[78,2],[51,1],[13,2],[82,1],[6,1]],'furthermore',[[54,1],[57,2]],'pec',[[6,1],[5,1]],'yesno',[[62,3]],'split',[[81,1],[70,1]],'rotate',[[80,2]],'exclamationmark',[[61,1]],'slader',[[50,1]],'serialized',[[81,1]],'zxcvzxcv@netzero',[[83,2],[82,2]],' ppu',[[75,3]],'occur',[[46,1],[81,3],[80,5],[30,1],[78,1]],'updated',[[43,2],[81,3],[50,3],[74,1],[77,3],[78,4],[5,1],[14,1],[1,1],[8,3],[13,2],[6,1]],'windowed',[[38,2],[32,1],[15,1],[6,1]],'problem',[[81,1],[80,2],[77,2],[15,1]],'fired',[[81,1]],'significant',[[62,2],[75,1]],'shown',[[53,1],[61,1],[8,1],[84,4],[43,1]],'weed',[[43,1]],'tie',[[64,5]],'calculating',[[80,1]],'left',[[22,2],[46,1],[18,1],[33,4],[56,2],[73,3],[8,3],[38,3],[43,3],[52,10],[62,12],[80,4],[30,1],[61,2],[64,1],[77,1],[14,2],[13,1],[6,1]],'subtract',[[80,2]],'grab',[[6,1]],'just',[[46,1],[81,6],[50,3],[16,1],[75,1],[65,2],[8,1],[38,1],[52,5],[43,1],[44,1],[45,1],[57,1],[30,1],[61,4],[62,4],[23,1],[51,1],[64,3],[78,1],[80,11],[84,1],[56,1]],'tbl1',[[61,3]],'cpuc',[[75,2]],'contents',[[53,1],[81,3],[8,1],[66,1],[52,3],[43,1],[82,1],[64,3],[77,1],[70,1],[51,3],[78,1],[26,1],[55,1],[84,1],[6,1]],'poking',[[51,1]],'port0',[[73,7]],'ordering',[[73,1]],'miscellanious',[[81,1],[78,2]],'c100',[[80,1]],'configfile',[[16,2]],'prerender',[[52,1]],'newtext',[[62,1]],'dcfd',[[80,2]],'unl',[[14,1],[8,1],[5,2]],' immediate',[[80,1]],'optimal',[[62,1]],'comparisons',[[80,2]],'movement',[[54,1]],'revert',[[13,1],[43,1]],'worlds',[[2,1]],'dependency',[[5,1]],'different',[[81,2],[18,2],[37,1],[50,2],[74,1],[67,2],[8,2],[38,2],[43,1],[62,3],[10,2],[80,9],[30,2],[77,1],[70,1],[78,3],[83,1],[26,1],[55,2],[84,1],[12,1],[20,1]],'inserts',[[27,1]],'say',[[46,1],[62,1],[81,1],[32,1],[50,1],[77,1],[43,2]],'ending',[[73,1]],'distorted',[[81,1]],'smb2u',[[65,1]],'later',[[3,1],[43,1],[60,1],[50,1],[62,1],[80,1],[81,2],[20,1],[56,1]],'fceu_setrenderplanes',[[14,1]],'3w@`',[[80,1]],'quirk|',[[81,1]],'remains',[[81,2],[80,3]],'buttons',[[33,3],[74,1],[52,3],[62,4],[43,2],[10,3],[29,1],[61,1],[64,2],[49,1],[26,1],[14,2],[12,1],[73,3]],'record',[[62,3],[73,10],[41,2],[30,2],[16,1],[25,2],[26,9],[14,1],[39,1],[12,1],[6,1]],'encompasses',[[77,1]],'gameinfo',[[35,1]],'bigger',[[50,1],[64,7],[80,3],[38,4]],'someone',[[57,2]],'bbitmaster',[[3,1]],'will',[[22,8],[46,8],[27,2],[33,8],[56,5],[68,2],[12,1],[75,1],[48,2],[82,1],[38,9],[32,7],[61,16],[78,68],[7,1],[34,1],[74,1],[52,33],[57,3],[64,13],[83,1],[49,3],[26,23],[59,1],[14,1],[36,4],[54,5],[35,4],[18,4],[37,2],[53,4],[58,9],[15,1],[42,1],[60,10],[81,22],[40,1],[43,21],[62,45],[80,45],[25,1],[70,13],[55,5],[84,2],[73,3],[41,2],[50,17],[16,3],[21,4],[31,15],[39,11],[65,2],[67,3],[24,9],[10,1],[30,22],[77,9],[20,3],[11,1]],'systems',[[81,1],[4,1],[67,1],[21,1]],'stated',[[3,1]],'object',[[62,10],[81,51],[10,1],[61,2],[70,4]],'0600',[[83,1],[82,1],[70,1]],'your',[[46,1],[81,4],[33,2],[50,19],[60,2],[58,1],[65,1],[67,2],[63,1],[52,3],[62,18],[32,1],[61,4],[64,4],[70,4],[77,1],[80,8],[26,1],[55,3],[84,3]],'rgb',[[62,2],[35,1],[10,1],[13,1],[23,1]],'resizable',[[55,1]],'rdy',[[80,1]],'blurred',[[67,1]],'whereby',[[55,1]],'clock',[[81,26],[78,28],[80,2]],'pads',[[33,2]],'registerexit',[[62,1]],'arrives',[[81,1],[78,1]],'#256',[[81,1]],'rpgs',[[50,1]],'six',[[24,1]],'colorful',[[8,1]],'throttling',[[22,3],[37,3],[14,2]],'default_nitsuja',[[28,1]],'adjustment',[[28,1],[78,1]],'modifying',[[80,1],[55,1],[13,1],[69,1],[78,1],[23,1]],'funny',[[77,1],[80,1]],'64k',[[84,1],[5,1]],'world',[[61,3],[33,1]],'plp',[[80,4]],'setmarker',[[62,1]],'needing',[[50,1]],'multiplexer',[[81,7]],'continuing',[[68,2]],'bit3',[[73,2]],'theory',[[80,2]],'shifted',[[81,1],[78,1]],'kj0',[[80,1]],'1986',[[24,1]],'forward',[[75,1]],'these',[[81,5],[27,1],[33,3],[68,1],[38,4],[43,1],[62,3],[44,1],[29,1],[45,1],[61,2],[71,2],[70,6],[78,7],[80,5],[13,1],[84,2],[73,1],[41,1],[50,2],[21,1],[28,2],[65,8],[52,3],[10,1],[30,1],[64,6],[77,3],[23,1],[49,1],[26,2]],'been',[[81,7],[18,2],[68,1],[43,2],[3,3],[44,1],[45,1],[62,1],[61,1],[64,4],[77,1],[5,1],[78,6],[80,4],[13,1],[56,2]],'7000',[[77,1]],'running',[[53,1],[37,1],[60,2],[38,2],[52,4],[24,1],[62,5],[57,1],[32,2],[61,2],[64,2],[80,3],[19,1],[55,3],[11,1],[6,2]],'things',[[62,1],[81,1],[57,3],[32,1],[61,1],[77,1],[78,2],[55,1],[65,1]],'constantly',[[75,1],[78,1]],'heavy',[[62,2],[10,1],[37,1],[78,1]],'jump',[[81,2],[80,7]],' logging',[[56,1]],'03ff',[[70,1]],'74ls373',[[81,1]],'signed',[[62,4],[44,1],[45,1],[80,2],[61,1],[77,2],[75,3]],'kh%r1',[[80,1]],'newname4',[[84,4]],'mygame',[[84,6]],'upon',[[62,1],[81,1],[57,1],[32,1],[68,1],[78,5]],'sight',[[80,1]],'getrecordermode',[[62,1]],'elements',[[69,1],[8,1],[2,1]],'mis',[[8,1]],'111',[[4,1]],'useability',[[13,1]],' mirror',[[70,4]],'libgd',[[5,2]],'around',[[62,2],[78,2],[80,1],[77,1],[70,1],[51,1]],'folders',[[31,1]],' decimal',[[80,1]],'0000h',[[77,3]],'tay',[[80,1]],'wait',[[67,1],[61,2],[14,1],[80,2]],'place',[[62,1],[81,3],[18,1],[33,2],[50,1],[16,1],[21,1],[64,1],[77,1],[78,2],[80,4],[13,1]],'win98',[[50,1]],'pipe',[[73,3]],'picked',[[3,1],[5,1]],'core',[[71,1],[60,1],[13,2],[30,1],[12,1],[63,1]],'rldutsba',[[73,1]],'hereon',[[81,1],[78,1]],'ends',[[73,1],[10,1],[80,2],[64,2],[52,1]],'comprised',[[50,1]],'gone',[[78,1]],'values',[[46,6],[81,4],[68,1],[75,1],[38,2],[40,1],[43,11],[44,1],[45,1],[80,6],[61,7],[62,14],[78,4],[70,19],[51,1],[55,3],[13,4],[73,6],[50,1],[52,2],[77,4],[23,3],[5,1],[14,3],[11,2]],'space',[[43,3],[62,3],[33,1],[73,1],[64,1],[58,2],[77,6],[5,1],[75,1],[55,2],[52,1]],'04dx',[[70,1]],'transfers',[[81,1]],' |0f',[[78,1]],'proves',[[80,5]],' normally',[[30,1]],'disassembly',[[6,2],[56,3],[57,1],[84,5],[8,3],[52,12]],'triplet',[[35,1]],'computers',[[80,1],[37,1],[67,1]],' program',[[75,1]],'merge',[[3,1],[2,1]],'homebrew',[[17,1],[16,1],[84,1]],'capture',[[18,1],[28,1],[57,2],[25,6],[9,1]],'mechanism',[[62,1],[64,1]],'exception',[[70,1],[80,1]],'loss',[[61,1],[14,1]],'9010',[[77,1]],'personal',[[22,1],[46,1],[27,1],[33,1],[12,1],[20,1],[56,1],[68,1],[75,1],[48,1],[8,1],[9,1],[38,1],[63,1],[66,1],[72,1],[32,1],[61,1],[71,1],[78,1],[82,1],[76,1],[7,1],[1,1],[13,1],[34,1],[74,1],[47,1],[52,1],[4,1],[57,1],[64,1],[83,1],[5,1],[19,1],[0,1],[26,1],[14,1],[49,1],[59,1],[36,1],[54,1],[35,1],[18,1],[37,1],[53,1],[58,1],[15,1],[42,1],[60,1],[81,1],[2,1],[40,1],[3,1],[43,1],[29,1],[44,1],[45,1],[62,1],[25,1],[51,1],[70,1],[80,1],[55,1],[84,1],[73,1],[41,1],[50,1],[16,1],[21,1],[69,1],[17,1],[28,1],[31,1],[39,1],[65,1],[67,1],[24,1],[79,1],[10,1],[30,1],[77,1],[23,1],[11,1],[6,1]],'sizes',[[15,1]],'envelope',[[78,27]],'bd2ox',[[80,1]],'backed',[[31,1],[11,1],[14,1]],'154',[[6,1]],'shifting',[[13,1],[81,1],[80,1]],'rewritten',[[8,1],[4,1],[47,1]],'stack',[[52,5],[10,1],[80,27],[77,1],[8,2],[11,1],[56,3]],'turned',[[62,1],[73,1],[30,1],[43,1]],'performs',[[62,2],[80,3]],'tecgraf',[[63,3]],'solutions',[[64,1]],'booleans',[[73,1]],'syntax',[[61,2],[59,1],[60,1]],'layout',[[70,2],[8,1],[66,1],[6,1]],'regular',[[16,1],[68,1]],'bfff ',[[70,1]],' tile',[[75,1],[81,1]],'mv#b@3',[[80,1]],'a13',[[81,7]],'m3y',[[80,1]],'triply',[[62,1]],'finally',[[55,1],[80,3],[52,1]],'uses',[[46,1],[81,2],[18,3],[50,1],[28,1],[67,1],[48,1],[82,1],[43,2],[3,1],[62,4],[10,1],[57,1],[61,2],[64,2],[70,1],[77,13],[19,1],[78,2],[80,3],[14,1],[1,1],[84,1],[73,4]],'2009',[[13,1],[12,1],[14,1]],'executes',[[62,2],[56,1]],'jan',[[81,1]],'commandline',[[13,2],[9,1]],'dmc',[[13,1],[78,11]],'disassembled',[[84,1],[57,1],[52,1]],'consume',[[56,1]],'lxa',[[80,3]],'bxj',[[80,1]],'jumpingfceuxwindow',[[63,1],[7,1]],' to',[[46,1],[33,2],[32,1],[30,1],[64,1],[25,1],[49,1],[77,2],[78,1],[80,1],[65,1],[40,1]],'buzzers',[[33,1]],'greatly',[[36,1],[14,1]],'portion',[[78,1],[70,1],[43,1]],'processors',[[80,7],[14,1]],' fire',[[62,1]],' is',[[75,1],[80,1]],'disables',[[22,2],[78,1],[43,1]],'sub',[[27,1],[29,2],[30,3],[31,1]],' |0b',[[78,1]],'fourth',[[80,1]],'snow',[[65,1]],'divided',[[81,1]],' last',[[75,2]],'onscreen',[[62,1],[8,1],[5,1]],'conveniently',[[52,1]],'item',[[9,1],[43,1],[57,1],[41,7],[50,2],[16,1],[7,1],[13,7],[14,3],[12,2],[11,1]],'drive',[[24,1]],'direct',[[59,1],[28,1],[80,1]],'0319',[[80,1]],' very',[[77,1]],'days',[[61,1]],'duty',[[62,2],[5,1],[78,9],[36,2]],' used',[[74,1]],'advancing',[[8,1],[18,1]],'pipelining',[[80,2]],'north',[[24,1]],'approved',[[64,1]],'grammar',[[52,1]],'ch2',[[77,2]],'dynamically',[[8,1]],'makedata',[[57,1]],'0310',[[70,2]],' each',[[75,1],[77,1],[78,1]],' |0c',[[78,2]],' |01',[[78,1]],'ips',[[16,1],[21,9]],'m159',[[8,1]],'fba',[[44,1],[45,1]],' pc',[[80,60]],'wrapper',[[16,1]],'internal',[[62,3],[5,1],[81,3],[80,2],[78,7],[73,4]],'ddr',[[80,1]],'156',[[8,1]],'reads',[[62,2],[10,1],[80,5]],'uuencoded',[[80,1]],' jams',[[80,1]],' write',[[80,24]],'largely',[[65,1]],'mnemonics',[[73,1]],'making',[[81,2],[18,2],[50,1],[68,7],[58,1],[69,2],[42,1],[39,1],[47,1],[66,1],[43,2],[62,1],[57,1],[80,1],[30,1],[70,4],[78,1],[26,3]],'#ce_2gpl',[[80,1]],'1900',[[70,1]],'implement',[[81,3]],'palflag',[[16,1],[73,1]],'hexforecolorr',[[23,1]],'setreadonly',[[62,4],[14,1]],'search',[[56,1],[18,2],[50,1],[68,2],[58,1],[69,2],[42,2],[31,1],[8,3],[9,2],[43,26],[44,8],[10,4],[45,4],[30,1],[64,1],[70,6],[5,1],[7,2],[55,2],[12,3],[6,2]],'marko',[[80,4]],'through',[[81,5],[60,1],[50,1],[68,1],[69,1],[15,1],[75,1],[8,2],[52,1],[43,2],[62,1],[57,4],[61,1],[77,2],[70,1],[23,2],[78,2],[26,2],[59,1],[56,1]],'maximize',[[14,1]],'hexforecolorg',[[23,1]],'november',[[3,3],[8,1],[12,1],[15,1]],'okcancel',[[62,1]],'seems',[[81,3],[80,4],[13,1],[78,1]],'unchecked',[[39,3],[38,1],[31,1]],'accesses',[[53,1],[81,2]],'xxx0',[[70,1]],'it ',[[77,1]],'operators',[[61,3],[52,1]],'tons',[[77,1]],' total',[[77,1]],'sbc',[[80,26]],' performing',[[80,1]],'end',[[81,2],[60,3],[50,2],[52,1],[3,1],[24,1],[10,1],[62,6],[61,11],[64,6],[78,1],[80,8],[7,1],[73,1]],'taken',[[3,1],[14,1],[80,3],[78,3]],'series',[[80,6],[20,1],[78,1]],'corner',[[30,2],[62,5],[52,3]],'shadow',[[33,1],[7,1]],'fixedfontheight',[[13,1]],'solid',[[62,2]],'port1',[[73,7]],'scons',[[4,1],[5,1]],'starts',[[81,4],[10,1],[27,1],[32,1],[37,1],[61,1],[64,3],[77,1],[26,2],[80,1],[73,1]],'and',[[22,3],[46,3],[27,3],[33,15],[12,9],[20,7],[56,4],[68,11],[75,9],[48,1],[8,21],[9,5],[38,14],[63,11],[66,4],[72,1],[32,2],[61,25],[71,2],[78,58],[82,5],[7,6],[1,6],[13,9],[34,1],[47,1],[52,26],[4,3],[57,31],[64,31],[83,3],[5,12],[19,1],[0,1],[26,15],[14,16],[49,7],[59,6],[36,3],[54,2],[35,5],[18,10],[37,2],[53,3],[58,14],[15,6],[42,3],[60,6],[81,61],[2,4],[43,28],[3,31],[44,2],[29,1],[45,2],[62,78],[80,167],[25,5],[51,10],[70,18],[55,15],[84,6],[73,16],[41,7],[50,42],[16,7],[21,10],[69,7],[28,5],[31,1],[39,2],[65,3],[67,7],[24,5],[79,3],[10,23],[30,12],[77,56],[23,2],[11,10],[6,6]],'find',[[46,2],[53,1],[60,2],[50,2],[58,1],[31,1],[67,1],[8,1],[43,3],[62,1],[57,2],[80,2],[61,2],[77,1],[70,4],[51,2],[78,1],[26,1],[55,1],[56,1]],'lagcounter',[[16,1]],'borders',[[38,1]],'next',[[81,15],[33,1],[50,2],[58,1],[75,2],[52,5],[62,5],[43,3],[10,1],[80,16],[30,1],[61,3],[64,5],[70,2],[78,4],[7,1],[11,1]],'user',[[81,1],[33,1],[16,1],[15,2],[8,1],[63,2],[3,1],[24,1],[62,18],[30,3],[61,2],[7,1],[13,2],[14,3],[11,1],[84,1]],'holds',[[81,1],[33,2],[64,2],[78,1]],'tilde',[[61,1],[62,1]],'weird',[[62,1],[80,2]],'died',[[64,2]],'smbconfig',[[22,1]],'jukka',[[80,1]],'color',[[35,6],[33,1],[53,1],[81,15],[16,2],[67,2],[8,1],[38,3],[62,23],[10,4],[57,1],[30,2],[61,4],[23,6],[5,1],[55,3],[13,1]],'hashes',[[50,4]],'oneshot',[[62,1]],'opening',[[62,2],[64,1],[16,1],[7,1],[8,1],[9,1],[43,1]],'creating',[[3,1],[5,1],[62,2],[68,2],[47,2],[6,1]],'overwrite',[[61,1],[20,1]],'old',[[6,3],[81,1],[37,1],[69,2],[16,1],[67,4],[8,1],[62,1],[4,1],[80,2],[30,5],[78,3],[7,3],[13,1],[56,1]],'brackets',[[52,1],[43,1]],'token',[[73,1]],'debug',[[52,2],[56,2],[4,1],[16,1],[5,1],[51,3],[7,1],[1,2],[8,1],[84,1],[6,3]],'pcm',[[57,4],[55,1],[25,1],[36,1]],'bar',[[3,1],[53,1],[18,1],[54,3],[81,6],[70,1],[13,1]],'tinker',[[55,1]],'rightclick',[[62,1],[8,1]],'test',[[81,1],[50,2],[80,10],[26,1],[13,3],[84,4],[20,1]],'writable',[[77,2]],' clc',[[80,1]],'ouch',[[43,1]],'getlostplayback',[[62,1]],' affect',[[80,1]],' sources',[[80,1]],'2016',[[5,1]],'speeds',[[16,1],[27,1]],'project',[[3,2],[7,1],[5,1]],'outputting',[[35,1],[25,1]],' 21',[[81,1]],'carry',[[62,1],[78,3],[80,17]],'known',[[3,1],[24,1],[46,1],[53,1],[61,1],[62,1],[77,2],[78,3],[26,1],[67,2],[43,2]],'tab',[[62,1],[18,1]],'sebastian',[[3,1]],'scans',[[57,1]],' rather',[[46,1]],'properties',[[62,1],[80,1]],'directdraw',[[38,2],[67,1]],'luminance',[[81,3]],'relate',[[81,1]],'tricks',[[81,1]],'rotation',[[81,2]],'cause',[[81,1],[37,1],[80,4],[30,1],[16,1],[78,2],[55,1],[65,1],[43,1]],'effect',[[81,1],[10,1],[33,1],[30,1],[41,3],[58,3],[78,3],[80,1],[52,1]],'noconfig',[[14,1]],'2kb',[[75,1]],'framedisplay',[[22,3]],'tabbed',[[56,1]],'sometime',[[41,1]],'middle',[[81,1],[4,1],[55,1],[58,1],[52,2]],'tostring',[[62,1]],'autostart',[[80,1]],'symbols',[[52,2],[5,1]],'attached',[[24,1],[73,5]],'volumes',[[36,1]],'evaluations',[[81,1]],'noted',[[5,1],[81,1],[57,1],[43,1]],'%02x',[[62,1]],'setplayback',[[62,1]],'si_zapper',[[73,2]],'isfromsavestate',[[62,2],[10,1]],'serialize',[[81,1]],'loaded ',[[11,1]],'timer',[[80,8],[70,1],[78,11]],'difficulty',[[60,1],[68,1]],'p`ne',[[80,1]],'note',[[22,3],[35,1],[33,2],[50,3],[53,1],[16,1],[54,1],[56,1],[81,1],[75,1],[82,2],[43,2],[52,2],[62,11],[57,1],[80,8],[30,4],[61,5],[64,3],[49,1],[77,4],[78,1],[55,1],[36,1]],'replayed',[[10,1]],'imbedded',[[73,1],[39,1]],'expect',[[33,2],[80,1]],'assumed',[[77,1]],'semicolon',[[62,1]],'pipeline',[[81,5]],'modulate',[[62,1]],'portability',[[3,1]],'225',[[5,1]],'games',[[54,1],[35,1],[33,4],[53,2],[56,1],[11,1],[68,1],[81,4],[75,2],[8,3],[38,2],[43,4],[62,4],[82,1],[61,2],[70,7],[78,4],[55,1],[50,4],[69,3],[16,1],[21,1],[17,1],[31,2],[65,1],[67,1],[24,5],[57,1],[30,2],[64,2],[77,2],[49,2],[19,2],[14,2],[20,2],[6,1]],'ppu',[[54,4],[35,1],[37,2],[53,10],[12,5],[81,95],[75,6],[82,1],[9,2],[3,1],[70,5],[51,6],[78,1],[55,4],[7,3],[13,5],[73,1],[50,1],[69,2],[67,4],[52,5],[79,2],[10,3],[57,2],[30,9],[83,2],[5,2],[14,3],[11,1],[6,3]],'initialrawdalatch',[[62,1]],'sb#0',[[80,1]],'proceed',[[24,1],[15,1]],'saves',[[30,1],[62,4],[31,1]],'0800',[[70,2]],'8000',[[75,2],[57,1],[55,5],[58,2],[70,1],[77,4]],'checkboxes',[[8,1]],'relatively',[[43,1]],'inserted',[[24,1],[18,1]],'pin',[[81,5],[78,4]],'john@ucc',[[80,1]],'vrcvi',[[77,3]],'cxi',[[80,2]],'2fa9',[[73,1]],'00ff',[[52,1],[70,2],[43,1]],'get',[[20,1],[6,1],[68,1],[81,2],[15,2],[8,1],[9,2],[62,10],[32,1],[61,3],[80,1],[78,2],[50,4],[16,1],[65,1],[67,1],[10,1],[57,1],[64,3],[77,2],[5,1],[59,1],[14,3],[11,2],[56,1]],'wanting',[[70,1]],' compatible',[[21,1]],'eor',[[80,15]],'palettes',[[35,4],[28,4],[53,1],[67,1],[81,1],[5,2]],'tht',[[50,3],[14,1]],'gdimage',[[62,1]],'relating',[[1,1],[31,1]],'guaranteed',[[75,1]],'iiii',[[52,1]],'searchspace',[[64,1]],'reload',[[52,2],[41,1],[13,1],[8,1],[16,1],[5,1]],'target',[[62,1],[81,1],[68,1],[5,1]],'somewhat',[[81,3],[74,1],[61,1],[77,2],[78,1],[75,2],[43,1]],'ties',[[78,1]],'dincsbc',[[80,4]],'demo',[[57,2]],'shownotes',[[8,1]],'corresponds',[[81,2],[70,1],[73,1]],'240p@50fps',[[30,1]],'patch',[[43,2],[52,6],[15,1],[51,1]],'every',[[73,2],[35,1],[81,13],[41,2],[50,2],[15,2],[75,1],[67,1],[62,4],[57,4],[80,5],[30,5],[64,2],[77,1],[49,3],[78,3],[14,1],[84,1],[56,4]],'pepper',[[3,1]],'familiar',[[60,1],[61,1],[77,1],[78,1]],'qwerty',[[62,1]],'readonly',[[22,7],[62,4]],'emulate',[[24,1],[33,1],[30,1],[77,2]],' also',[[15,1],[11,1],[14,2]],'198',[[7,1]],'preset',[[62,1],[33,3],[80,1]],'switchy',[[62,1]],'lasereyes',[[65,1]],' 80',[[80,1]],'collector',[[80,1]],'remainder',[[73,1]],'machrider',[[65,1]],'doings',[[81,1]],'surface',[[63,2]],' 1024',[[70,3]],'_will_',[[64,1]],' alot',[[81,1]],'1984',[[80,1]],'jamm',[[75,1]],'bmp',[[63,1]],'accumulator',[[77,2],[80,27]],'of_',[[80,1]],'routines',[[51,1],[57,1],[80,1],[56,1]],'explanation',[[58,1],[80,1]],'progress',[[62,1]],'flicker',[[81,2]],'aforementioned',[[81,1],[78,1],[52,1]],'adventure',[[70,1]],'design',[[8,1],[47,1],[78,1]],'prompt',[[10,1],[61,1],[12,1],[9,1]],'4bit',[[77,4]],'acknowledged',[[78,1]],'clipsides',[[22,2]],'deviation',[[70,1]],'xnor',[[78,4]],'dynamic',[[59,1],[6,1]],'19th',[[78,1]],'according',[[62,1],[81,1],[60,1],[80,3],[7,1],[38,1],[6,1]],'comment',[[73,5],[26,2],[80,2],[61,1],[84,9],[52,1]],'169',[[81,1]],'dream',[[10,1],[11,1]],'stops',[[62,4],[10,1],[61,1],[78,1]],'z`_d2n@09',[[80,1]],'addressed',[[58,1]],'automation',[[52,1]],'sending',[[63,1]],' dec',[[80,2]],'thus',[[62,2],[81,1],[57,1],[39,1],[61,1],[80,1]],'updates',[[3,1],[10,1],[50,1],[80,1],[5,2],[49,1],[14,3],[8,1],[11,2],[82,1]],'identical',[[62,1],[81,1],[78,1]],'produces',[[81,1],[14,2],[64,1],[78,3]],'together',[[80,1],[64,1],[38,1],[78,2]],'manipulating',[[64,1],[52,1]],'customlagindicator_rvt',[[8,1]],'hhhhllll',[[77,1]],' every',[[78,1]],'recommended',[[62,2],[8,1],[52,1]],'ejected',[[24,2]],'categories',[[40,1]],'jsr',[[6,1],[80,1],[84,2],[52,3]],'planning',[[81,1]],'essentially',[[81,3],[57,1],[50,1],[60,1],[69,1],[78,2],[59,1]],'reader',[[33,1]],'hexfreezecolorr',[[23,1]],'chosenjo',[[33,1]],'vbl',[[52,1]],'%h21cp`ea@',[[80,1]],'logo',[[5,1]],'help',[[12,1],[27,2],[33,1],[75,1],[8,1],[38,2],[63,1],[66,1],[82,1],[61,2],[71,1],[78,2],[13,2],[1,2],[34,1],[74,1],[47,2],[52,1],[4,2],[57,2],[64,1],[5,1],[26,1],[59,1],[14,2],[36,1],[35,2],[18,2],[37,1],[53,1],[60,2],[81,1],[42,1],[40,1],[3,1],[62,1],[29,1],[80,1],[25,1],[55,1],[84,1],[73,1],[41,7],[69,1],[16,1],[67,1],[24,2],[79,1],[30,1],[77,2],[20,1],[11,1]],'besides',[[61,1],[65,1]],' additionally',[[62,1]],'persist',[[62,1]],'graphics',[[63,1],[53,1],[29,1],[57,3],[30,2],[69,1],[81,5],[23,2],[38,1],[6,1]],'dmcloop',[[62,1]],'gif',[[63,1]],'positions',[[81,1],[16,1],[11,2],[70,3]],'05ff8h',[[77,3]],'bit5',[[80,1],[73,2]],'fps',[[30,2],[8,1],[25,1]],'thing',[[81,2],[68,1],[50,5],[67,1],[78,1],[43,2]],'999',[[37,1]],'subtitler',[[65,1]],'sections',[[75,1],[81,2],[50,1]],'4001',[[78,2]],'therefore',[[30,1],[81,1],[78,2]],' size',[[70,1]],'@```',[[80,5]],'frame',[[22,4],[46,1],[18,1],[27,5],[37,1],[53,1],[15,2],[56,2],[60,1],[68,5],[81,8],[48,1],[8,3],[82,1],[43,1],[62,32],[61,6],[25,1],[78,19],[7,1],[13,3],[55,1],[73,5],[41,2],[69,1],[16,2],[74,2],[39,4],[52,6],[10,5],[30,10],[64,6],[49,4],[26,18],[14,7],[36,2]],'loaded',[[22,1],[35,3],[18,1],[46,2],[81,6],[8,1],[38,2],[43,2],[62,22],[32,2],[80,7],[70,5],[51,1],[78,4],[7,1],[13,2],[55,1],[41,10],[16,2],[31,4],[39,4],[65,1],[52,1],[24,2],[10,2],[30,1],[64,2],[77,8],[26,4],[14,4],[11,1],[56,1]],'header',[[24,2],[62,4],[21,1],[77,4],[75,7],[11,1],[73,4]],'boat',[[21,5]],'bankswitch',[[55,1]],'comparison',[[81,3],[80,1],[61,1],[58,1]],'purposes',[[81,1],[80,1],[70,1],[78,1]],'songs',[[77,2]],'hold',[[81,1],[18,2],[33,8],[68,1],[82,1],[38,1]],'periods',[[81,1]],'gtk',[[8,2],[4,1],[11,2]],' 16384',[[70,2]],'unlicensed',[[3,1],[5,1]],'excitingbike',[[65,2]],'multiply',[[77,1]],' includes',[[14,1]],'256x224',[[62,1]],'jajamaru',[[11,1]],'manage',[[64,1]],'comes',[[35,1],[81,1],[50,1],[30,1],[64,1],[80,3],[28,1],[67,1],[43,1]],'knobs',[[35,1]],'base',[[3,1],[22,1],[24,2],[62,1],[30,1],[80,1],[15,1],[78,1],[81,4],[31,2],[43,1]],'4092',[[77,1]],'inverts',[[7,1]],'nor',[[68,1],[80,1]],'times',[[46,1],[62,1],[68,2],[80,1],[64,1],[77,2],[70,1],[78,1],[81,7],[38,4]],'mhz',[[81,12],[78,2],[80,3]],'shape',[[65,1]],'bit4',[[80,1],[73,2]],'6500',[[80,5]],'brief',[[46,1],[59,1],[80,2]],'hasn',[[13,1]],'associated',[[62,1],[81,3],[43,1]],'config',[[11,2],[6,1],[22,7],[33,1],[16,4],[15,3],[28,1],[31,1],[67,5],[8,6],[10,2],[29,3],[30,3],[25,1],[5,2],[23,4],[26,1],[14,3],[13,4],[7,6],[12,3],[1,2]],'constant',[[81,1],[80,2],[13,1],[16,1]],'shx',[[80,4]],' 4800',[[77,1]],'predecrement',[[80,1]],'problematic',[[43,1]],'numlock',[[62,1]],'disrupt',[[77,1]],'operation|',[[78,2]],'exe',[[62,1],[60,1],[67,2],[30,1]],'annoying',[[62,1],[81,1]],'modern',[[3,1]],'unknown',[[81,1],[78,2]],'maxsegments',[[64,1]],'dialog',[[46,5],[11,3],[18,4],[60,2],[15,3],[8,5],[40,1],[43,1],[44,4],[45,4],[32,2],[62,7],[55,1],[7,5],[13,3],[41,4],[16,6],[21,1],[39,2],[67,1],[52,1],[10,4],[5,2],[26,4],[14,12],[12,4],[6,1]],'fails',[[30,1]],'17ff ',[[70,1]],' block',[[70,2]],'pulling',[[33,1],[80,1]],'effects',[[83,1],[81,2],[52,1]],'readdown',[[62,1]],'multiplied',[[77,1]],'dac',[[78,8]],'when',[[22,1],[46,3],[27,1],[68,1],[11,2],[6,14],[75,3],[8,13],[9,4],[38,6],[32,1],[61,12],[78,15],[7,19],[13,4],[74,1],[52,16],[4,1],[57,4],[64,12],[83,1],[5,6],[26,4],[14,10],[36,3],[54,2],[53,2],[18,4],[37,1],[81,20],[15,3],[43,5],[3,1],[62,16],[80,24],[25,1],[70,2],[55,4],[84,3],[73,4],[41,4],[50,4],[16,9],[31,3],[39,5],[67,3],[24,1],[10,6],[30,10],[23,3],[12,2],[56,6]],'wrapping',[[83,2],[8,1],[70,1]],'188',[[80,1]],'cias',[[80,2]],'fceux',[[22,60],[46,1],[27,1],[33,3],[6,3],[68,2],[48,1],[8,3],[38,7],[63,2],[72,2],[32,9],[61,2],[7,1],[13,2],[1,12],[47,2],[52,1],[64,1],[19,2],[0,2],[26,4],[14,4],[59,6],[36,1],[35,1],[18,4],[60,9],[15,2],[42,1],[2,3],[40,1],[3,10],[43,3],[29,1],[44,1],[45,1],[62,23],[25,2],[51,1],[84,3],[73,3],[41,2],[69,2],[16,9],[21,5],[28,3],[31,2],[39,5],[65,5],[67,10],[24,2],[10,1],[30,16],[23,1],[12,1],[20,3]],'logs',[[53,1],[57,1],[7,1],[11,1],[56,3]],'exiting',[[61,1]],' prg',[[70,2]],'controller',[[62,2],[53,1],[10,2],[33,9],[30,1],[70,1],[59,1]],'improper',[[26,1]],'nestopia',[[28,1]],'mirrored',[[81,1]],'count',[[22,1],[46,3],[10,2],[62,5],[73,1],[80,1],[78,31],[81,3],[11,1],[6,2]],'across',[[62,2],[64,1],[80,1]],'pay',[[81,1]],'visit',[[26,1]],'#0t',[[80,8]],'sweet',[[70,1]],'zbq',[[80,1]],'04ax',[[70,1]],'don',[[81,2],[37,1],[50,3],[15,1],[65,4],[8,2],[82,1],[52,2],[24,1],[62,3],[57,1],[80,1],[61,2],[64,3],[78,3],[5,1],[55,2],[13,1],[84,1]],' see',[[75,1],[18,1],[14,1]],'outline',[[62,1]],'flashing',[[9,1]],'match',[[43,2],[62,1],[7,1],[16,1],[11,1],[38,1]],'restores',[[41,6],[36,1]],'bit1|bit0',[[80,1]],'multibyte',[[8,1]],'0070',[[77,2]],'retrieve',[[62,5],[4,1]],'also',[[6,1],[53,1],[18,1],[33,3],[54,1],[56,1],[58,1],[60,1],[68,1],[75,1],[81,7],[8,4],[38,1],[43,2],[3,2],[44,1],[45,1],[32,1],[61,2],[62,10],[63,1],[51,1],[70,4],[78,3],[80,10],[7,1],[13,2],[55,5],[84,5],[73,1],[41,1],[50,1],[16,1],[74,1],[31,1],[67,3],[47,1],[52,12],[10,1],[57,3],[30,7],[64,4],[26,8],[20,1],[36,1]],'designed',[[46,1],[44,1],[45,1],[70,1],[26,1],[28,1],[75,1],[1,1]],'the',[[22,20],[46,46],[27,23],[33,78],[12,10],[20,22],[56,42],[68,35],[75,29],[48,4],[8,20],[9,10],[38,41],[63,9],[66,4],[72,4],[32,10],[61,86],[71,3],[78,335],[82,16],[76,3],[7,20],[1,5],[13,42],[34,3],[74,12],[47,5],[52,185],[4,5],[57,73],[64,130],[83,8],[5,6],[19,1],[0,1],[26,88],[14,28],[49,16],[59,6],[36,19],[54,28],[35,16],[18,21],[37,10],[53,14],[58,49],[15,7],[42,7],[60,25],[81,420],[2,10],[40,11],[3,28],[43,139],[29,7],[44,4],[45,3],[62,391],[25,14],[51,11],[70,64],[80,551],[55,66],[84,45],[73,112],[41,52],[50,118],[16,13],[21,11],[69,8],[17,3],[28,10],[31,16],[39,17],[65,11],[67,22],[24,45],[79,4],[10,39],[30,75],[77,115],[23,14],[11,15],[6,15]],'corners',[[38,1]],'chance',[[62,2],[81,1],[50,1],[64,1]],'somethingglobal',[[61,1]],'_____',[[70,2]],'remind',[[73,1]],'4011',[[78,4]],'uud',[[80,1]],'announced',[[24,1]],' basic',[[64,2]],'multiples',[[38,1],[78,1]],' vector',[[80,1]],' than',[[80,1]],'falling',[[81,2]],'unconditionally',[[81,1]],'map',[[12,1],[18,1],[27,1],[33,1],[40,3],[24,2],[29,1],[30,4],[64,1],[70,15],[51,1],[78,1],[26,4],[55,1],[20,1],[36,1]],'linux',[[3,4],[62,2]],'accessing',[[80,1],[52,1]],'display',[[22,2],[46,4],[53,2],[54,9],[81,1],[15,1],[8,5],[9,2],[38,1],[62,1],[80,2],[7,1],[50,1],[16,2],[17,1],[39,1],[65,1],[52,3],[10,6],[57,1],[30,14],[5,3],[23,1],[26,4],[49,1],[14,1]],'regarding',[[80,1],[1,1],[66,3],[20,1],[72,1]],'int',[[62,140]],'07ff ',[[70,2]],'retrieves',[[81,2]],'increased',[[3,1],[43,1],[18,1],[14,1],[81,1],[36,1]],'peek',[[8,1]],' just',[[74,1]],'loads',[[22,2],[62,6],[81,1],[41,2],[30,1],[77,1],[15,1],[78,1],[80,3],[26,1],[14,1],[6,1]],'16777216',[[80,2]],'occasionally',[[69,1],[80,2]],'not',[[22,5],[46,1],[18,3],[37,1],[53,1],[54,2],[15,1],[56,1],[58,1],[60,1],[68,4],[75,2],[81,13],[8,4],[9,1],[38,1],[43,10],[62,32],[32,2],[61,14],[80,54],[25,1],[70,6],[78,13],[7,2],[55,2],[84,1],[73,6],[41,1],[50,16],[16,4],[21,1],[31,1],[39,3],[65,3],[67,2],[52,5],[24,1],[4,1],[57,4],[30,8],[64,7],[77,13],[49,2],[26,5],[59,1],[14,5],[6,3]],'none',[[62,1]],'normally',[[56,2],[50,1],[80,2],[78,2],[52,2]],'0x8000',[[75,2]],'mapper',[[12,2],[52,2],[4,2],[10,1],[55,1],[16,1],[7,2],[14,1],[8,1],[11,1],[6,1]],'5ff5',[[77,2]],'anonymous',[[61,2],[62,3]],'scientific',[[63,1]],'title',[[24,2],[62,1],[50,1],[64,1]],'realize',[[50,1]],'scripting',[[18,2],[60,1],[61,1],[64,4],[68,1],[5,1],[59,4],[31,1],[65,1]],'sdl',[[16,22],[15,17],[8,4],[9,1],[3,1],[4,1],[10,1],[5,2],[14,12],[7,3],[13,2],[11,3],[6,1]],'mac',[[3,1],[67,1]],'videolog',[[15,1]],'score',[[13,1],[64,3],[33,2]],'alternate',[[49,3],[80,1],[42,1]],'surprise',[[50,1]],'cfg',[[22,4],[10,1],[30,2],[16,3],[15,1],[23,2],[17,1],[14,2],[13,2],[6,2]],'assembly',[[52,4],[51,2]],'statically',[[3,1],[63,1],[6,1]],'worry',[[62,1],[59,1],[81,1],[50,1],[61,2]],'slower',[[37,1],[50,1],[30,1],[67,1]],'dcp',[[80,10]],'reliably',[[80,1]],'2000|',[[70,1]],'loadstate',[[6,1],[22,3],[10,3],[18,2],[30,1],[41,6],[62,1],[26,1],[14,1],[20,7],[9,1]],'5ff6',[[77,1]],'measurements',[[80,1]],'dot',[[80,2],[5,1]],'maintain',[[8,1],[38,1]],'val',[[78,2],[80,5]],'try',[[54,1],[62,6],[57,1],[50,2],[61,1],[58,1],[64,1],[80,2],[67,2],[56,1]],'industry',[[81,1]],'latched',[[81,1]],'fastest',[[64,1],[27,1],[80,1]],'gdstr',[[62,3]],'040x',[[70,1]],'associative',[[61,3]],'decent',[[58,1],[38,1],[81,1]],'colored',[[81,1],[38,1],[55,2]],'3000|',[[70,1]],'rio',[[63,3]],'si_gamepad',[[73,2]],'bitmaps',[[81,3]],'debugged',[[84,1],[52,1]],'compatibility',[[9,1],[11,2],[62,4],[30,2],[21,1],[8,1],[12,2],[20,1]],'ask',[[13,1],[24,1],[32,3]],'paddle',[[62,1],[33,3],[73,1]],'tracing',[[56,1]],'thread',[[37,1]],'absolutely',[[64,1]],'60fps',[[37,1],[67,1]],'0x800',[[75,3]],' |bit7',[[78,2]],'120hz',[[78,1]],'meaningful',[[62,1]],'prevents',[[26,1],[18,1]],'handlers',[[62,1]],'markedframe',[[62,1]],'2nd',[[73,3],[81,1],[14,1],[77,1],[70,1],[12,1]],'rare',[[70,2],[80,1]],'returned',[[62,2],[75,2],[81,2],[80,1],[64,6],[78,1]],'create',[[35,1],[18,2],[27,1],[60,1],[58,2],[15,1],[81,1],[63,1],[40,1],[43,1],[62,7],[29,1],[80,1],[61,5],[51,1],[13,1],[84,1],[74,1],[65,1],[67,1],[52,2],[24,1],[10,1],[4,1],[57,3],[64,2],[23,1],[59,1],[6,1]],'pageup',[[62,1]],'pseudo',[[64,1],[78,5],[80,1]],'0700',[[70,1]],' input',[[70,2]],'thanks',[[78,1],[77,3],[11,1],[15,1]],'increasing',[[14,1],[8,1],[78,1],[36,1]],' sweep',[[78,2]],'1976',[[80,1]],'began',[[3,2]],'determining',[[81,1],[80,1]],'requested',[[81,2]],' notes',[[80,9],[70,1],[78,1]],'adjacent',[[84,1],[38,1]],'ubuntu',[[8,1]],'easter',[[57,1]],'posted',[[78,1]],'documentation',[[22,1],[46,1],[18,1],[37,1],[54,1],[60,1],[15,1],[68,1],[81,2],[48,1],[8,3],[82,1],[43,1],[62,1],[44,1],[45,1],[72,1],[80,4],[71,2],[70,1],[78,1],[55,1],[1,2],[50,1],[21,1],[28,1],[39,1],[26,1],[14,3],[20,1]],'padding',[[7,1]],'saver',[[13,1],[32,2]],'green',[[62,8],[35,2],[57,2],[55,3],[61,1]],'goemon',[[11,2]],'applyinputchanges',[[62,1]],'coming',[[78,1]],'cancel',[[60,1],[37,1],[14,1]],'carrying',[[81,1]],'figure',[[81,1],[50,4]],' chibi',[[78,1]],'implies',[[33,1],[2,1]],'gnu',[[3,1]],'listed',[[52,1],[75,1],[33,3],[14,1],[58,1],[43,1]],'hexbackcolorg',[[23,1]],'radiobuttons',[[8,1]],'exponentially',[[64,1]],'int16',[[75,1]],'each',[[46,1],[35,2],[33,2],[81,7],[36,1],[38,2],[43,3],[62,7],[80,8],[61,1],[70,8],[78,8],[55,1],[84,1],[73,2],[41,1],[28,1],[39,1],[52,2],[57,4],[64,2],[77,1],[23,1],[59,1],[56,1]],' rti',[[80,3]],'boulderdash_amoebaai',[[8,1]],'splicing',[[68,1],[73,1]],'moment',[[62,1],[20,1],[27,2]],'occurrence',[[80,1]],'getpixel',[[61,1],[62,2],[10,1]],'applying',[[52,1]],'variety',[[9,1],[14,1]],'amounts',[[38,1]],'bios',[[24,2],[31,1],[67,2],[77,1],[11,1]],'trouble',[[21,1]],'pairs',[[61,2],[77,1],[73,3]],'exhausts',[[64,1]],'recent',[[6,1],[46,2],[10,2],[18,1],[41,2],[62,1],[14,1],[13,2],[8,2],[12,1],[11,1]],'vrom',[[8,1],[75,1]],' any',[[30,1]],'suffice',[[43,1]],'ikari',[[70,1]],'cpx',[[80,3]],'randomness',[[80,1]],'sourceforge',[[3,2]],'fcuex',[[22,1]],'possibly',[[10,1],[50,1],[57,1],[61,1],[64,1],[52,1]],'p17',[[75,1]],' writes',[[78,1]],' cycle',[[75,1]],'issues',[[15,2],[28,1],[7,2],[14,1],[8,1],[9,2],[67,2]],'0071h',[[77,1]],'bother',[[78,1],[55,1]],'issue',[[34,1],[36,1],[67,2],[80,1],[16,1],[15,3],[14,1],[13,3],[8,1],[9,2],[6,1]],'tablet',[[33,1]],'greater',[[46,1],[26,1],[62,1],[80,3],[30,1],[43,2]],'various',[[18,1],[41,1],[69,1],[31,1],[39,1],[8,2],[38,1],[9,1],[3,2],[40,2],[4,2],[29,1],[30,1],[32,1],[62,1],[64,1],[66,1],[78,2],[7,1],[1,1]],'confirmed',[[62,1],[78,2]],'claims',[[80,1]],'since',[[81,8],[37,1],[50,6],[74,1],[8,2],[43,6],[3,1],[62,6],[57,1],[80,4],[77,4],[78,1],[14,1],[13,1],[55,2],[56,1]],'lose',[[8,1],[80,2]],' then',[[46,1],[26,2],[48,2],[40,1]],'coded',[[80,1],[14,1]],'grows',[[77,1]],'requiring',[[24,1]],'encounters',[[61,1]],'dsiplay',[[13,1]],'cycles',[[52,3],[6,2],[37,2],[56,1],[62,4],[80,12],[78,7],[5,1],[81,9],[8,2],[36,2]],'amazing',[[80,1],[65,1]],'separate',[[62,5],[57,1],[50,1],[80,1],[26,1],[2,1],[84,1]],'ideas',[[47,1]],'informing',[[61,1]],'rp2a03e',[[78,1]],' multi',[[84,1],[68,1]],' clear',[[80,1]],'jammed',[[75,1],[80,1]],'int32',[[75,1],[73,1]],'played',[[22,1],[33,1],[37,1],[30,2],[57,2],[68,1],[77,2],[73,1]],'luau',[[59,1]],'aimlessly',[[18,1]],'mamiya',[[77,3]],'misrepresented',[[81,1]],'c006#newname3#multilinecomment',[[84,1]],'suppport',[[6,1]],'titlebar',[[16,1]],'terminate',[[80,1]],'mapped',[[24,2],[27,1],[57,1],[30,4],[70,1],[78,1],[26,2],[55,1],[20,1],[52,1]],'bankswitching',[[77,5],[57,1],[81,1]],'freeware',[[3,1]],'1fff',[[75,2],[70,1]],'idea',[[77,2],[57,1],[50,1]],'isattemptok',[[64,2]],'collected',[[1,1]],'asm',[[58,1]],'intended',[[62,1],[80,1]],'converted',[[26,1],[67,1],[48,1],[78,1]],'05ff',[[70,1]],'getname',[[62,1],[14,1]],'nestopia_yuv',[[28,1]],'gfce',[[3,1]],'0005',[[77,1],[52,2]],'obtain',[[57,1]],'periodic',[[30,1],[77,1],[43,1]],'buggy',[[51,1]],'movies',[[22,1],[18,4],[68,5],[16,3],[15,1],[42,1],[31,1],[39,3],[8,2],[9,2],[47,1],[62,4],[67,2],[10,7],[70,1],[5,1],[26,3],[12,1],[73,2]],'pins',[[81,3]],'details|',[[81,2]],'regions',[[16,1],[7,1]],'zelda',[[81,1],[33,1],[57,1]],'obj',[[30,1],[81,1]],'fall',[[64,1],[81,1]],'xxx000x1',[[80,1]],'completing',[[68,1]],'hexeditor',[[61,1]],'1999',[[83,1],[77,4],[82,1]],'unlike',[[62,1],[80,2]],'tri',[[78,8]],'blargg',[[13,3]],'compressed',[[21,2],[18,1]],'detrimental',[[57,1]],'inherited',[[80,2]],'four',[[24,1],[10,1],[33,3],[50,1],[74,1],[70,1],[80,2],[75,3],[7,1],[13,1],[55,1]],'imaging',[[63,1]],'speedometeronly',[[65,1]],'nothing',[[81,2],[57,1],[50,1],[61,1],[64,7],[70,1],[7,1]],'yesnocancel',[[62,1]],' int32',[[75,2]],'vrc7',[[77,1],[5,1]],'mistakes',[[26,1],[68,1]],'columns',[[70,2],[43,1]],'rts',[[7,1],[80,3],[8,1],[77,1],[52,2]],' because',[[77,1]],'down',[[46,1],[35,1],[18,1],[27,2],[33,9],[37,1],[36,2],[81,5],[8,1],[40,1],[3,1],[43,2],[62,3],[80,1],[61,1],[70,4],[78,9],[73,3],[52,1],[30,1],[64,1],[77,1],[5,1],[26,5],[6,2]],' old',[[78,1]],'double',[[56,1],[81,1],[18,2],[58,1],[31,1],[8,2],[38,2],[40,1],[24,1],[43,5],[52,4],[32,2],[30,2],[78,1],[49,1],[6,1]],'turning',[[81,1],[27,1],[14,1],[30,2],[43,1]],'something',[[62,2],[60,1],[50,1],[61,6],[64,3],[15,1],[68,1],[77,2],[80,3],[82,1],[56,1]],' pressing',[[26,1],[33,1]],'stay',[[26,1],[38,1],[78,3]],'extensively',[[68,1]],'namco',[[77,4]],'compromised',[[81,1]],'logged',[[56,3],[57,4],[55,1],[8,1],[52,1]],'mega',[[43,4]],'158b',[[5,1]],'scroll',[[54,5],[81,8],[83,4],[70,1],[14,1],[8,1],[52,1]],'numbered',[[77,1]],' but',[[46,1],[81,1],[82,1],[49,1]],'www',[[61,1],[60,1],[63,4]],'implemented',[[3,3],[81,2],[10,2],[14,3],[13,3],[12,1]],'00698089599609375',[[73,1]],'republik',[[80,1]],'hikari',[[33,1]],'11111111',[[82,1]],'4017',[[75,1],[78,16],[5,1]],'takes',[[62,2],[81,3],[80,4],[61,1],[16,1],[64,1],[77,1],[78,1],[55,1],[47,1],[38,1],[52,1]],'esc',[[30,1],[32,1]],'usefully',[[65,1]],'desync',[[10,1]],'gracefully',[[10,1],[15,1]],'preventing',[[10,1],[37,1]],'definition',[[84,1],[50,1]],'submitinsertframes',[[62,1]],'advance',[[36,2],[27,5],[60,1],[68,4],[69,1],[43,2],[52,2],[62,5],[30,3],[64,1],[26,9],[14,1],[7,1],[56,1]],'4011h',[[77,1]],'abbreviations',[[80,1]],'failed',[[64,1],[68,2]],'languages',[[8,1],[59,2]],'take',[[81,2],[33,1],[58,1],[65,1],[43,1],[62,2],[80,4],[30,1],[77,1],[70,1],[78,2],[26,2],[55,2],[6,1]],'banking',[[62,1]],'cleared',[[10,1],[80,9],[64,2],[78,2]],'defaulting',[[12,1]],'remove',[[52,1],[50,1],[13,1],[16,1],[40,1]],'mangling',[[50,1]],'european',[[30,1],[80,1]],'e000',[[77,3],[57,1]],' blocks',[[70,1]],'recognized',[[10,1]],'0100',[[80,20],[70,2],[52,2]],'functions',[[46,1],[12,1],[18,1],[60,4],[8,2],[9,1],[43,2],[3,1],[62,12],[63,1],[80,1],[61,5],[7,1],[13,1],[41,2],[65,2],[4,2],[10,2],[57,1],[64,14],[83,1],[5,2],[59,2],[14,1],[11,1],[6,1]],'producer',[[44,1],[57,1],[32,1],[83,1],[17,1],[39,1],[65,1]],'cleaner',[[57,1]],'coloring',[[57,1],[7,1]],'1000|',[[70,1]],'japanophile',[[50,1]],'generation',[[81,3],[78,4]],'hacking',[[2,1],[1,1],[66,3],[69,11]],' nmi',[[80,1]],'nybbles',[[80,1]],'filehandle',[[61,3]],'blob',[[73,1]],'suggested',[[62,1]],'4013h',[[77,1]],'2406',[[81,1]],'infamous',[[81,1]],'txs',[[80,3]],'combined',[[0,1],[57,1],[80,1],[1,1],[64,2],[81,1]],'counts',[[62,1]],'initialization',[[57,1],[14,1]],'decides',[[61,1],[81,1]],'upward',[[78,1]],'practical',[[80,2]],' depending',[[78,1]],'avoided',[[81,1]],'those',[[81,1],[33,1],[37,1],[8,1],[38,1],[43,1],[62,6],[57,1],[64,1],[77,2],[78,2],[23,1],[56,1]],'windows98',[[32,1]],'brad',[[81,1],[78,1]],'lua51',[[6,2]],' processing',[[80,1]],' |04',[[78,1]],'received',[[64,1]],'getnote',[[62,1]],'2001',[[75,1]],'recording',[[46,1],[73,1],[18,3],[41,3],[68,16],[16,1],[15,2],[31,1],[39,1],[8,1],[9,1],[47,1],[3,2],[62,3],[10,2],[29,1],[30,3],[67,1],[25,1],[19,2],[26,14],[7,1],[12,2],[6,2]],'rewinding',[[12,1],[41,2]],'marginal',[[80,1]],'protections',[[80,1]],'dumps',[[41,1],[5,1]],'usable',[[15,1]],'0300',[[70,4]],'techniques',[[80,1]],'iql2',[[75,1]],'framenumber',[[22,1]],'0078',[[77,1]],'dungeon',[[81,1]],'sequentially',[[77,1],[81,1]],'oe_',[[80,2]],'erroneous',[[10,1],[14,1]],'3d2n@8',[[80,1]],'traditionally',[[68,1],[80,1]],'objpri',[[81,1]],'barely',[[67,1]],'appearing',[[81,1],[78,1]],'sachen',[[8,1]],' lower',[[36,1]],'cherished',[[69,1]],'isa',[[81,1]],'8157',[[6,1]],'floppy',[[24,2]],'subsection',[[75,6]],'32k',[[78,2]],'bankswitchable',[[77,1]],'breakpoint',[[6,2],[56,2],[4,1],[62,2],[7,1],[55,2],[8,6],[52,12]],'exec_time',[[62,1]],'johnson',[[81,2]],'hellraiser',[[81,1]],'0000110000000000',[[82,1]],'nutant',[[62,2]],'mainly',[[78,1]],'svgalib',[[3,3]],'decoded',[[62,2],[78,1]],' starting',[[62,1],[77,1],[81,1]],'invertselection',[[8,1]],'essence',[[68,1]],'booting',[[8,2]],'generally',[[62,1],[81,1],[80,2],[69,2],[70,3],[78,2]],'big_time_software@hotmail',[[81,1],[78,1]],'131072',[[80,1]],'examiners',[[80,1]],'aspects',[[71,1]],'increase',[[12,1],[26,1],[78,4],[25,1],[9,1]],'edu',[[80,1]],'registerrun',[[62,1]],'likelihood',[[24,1]],'cia2',[[80,1]],'periodicsaves',[[6,1]],'decode',[[51,1]],' |0a',[[78,2]],'de0d',[[80,1]],'hackers',[[69,1]],'#34053d',[[61,1]],'only ',[[77,1]],'start_address',[[77,1]],'more',[[22,1],[81,3],[18,4],[37,1],[68,2],[15,2],[8,1],[38,3],[43,3],[3,1],[44,1],[45,1],[62,4],[61,3],[63,1],[70,2],[71,1],[78,2],[80,6],[82,1],[7,1],[13,1],[50,4],[69,2],[16,2],[21,1],[28,1],[67,1],[52,7],[10,2],[57,3],[64,1],[77,1],[83,1],[5,2],[26,2],[59,1],[14,4],[11,1],[56,3]],'li#',[[80,2]],'events',[[64,2],[81,1]],'widely',[[21,1]],'quickly',[[26,1],[18,1],[33,1],[55,1],[70,1],[52,2]],' ram',[[70,4]],' octave',[[78,2]],'particularly',[[62,1]],'breaking',[[52,2]],'registerexecute',[[62,2]],'extension',[[35,1],[50,2],[16,2],[21,1],[39,1],[55,1],[63,1]],'bring',[[52,1],[56,1],[6,1]],'square2',[[62,1]],'continuous',[[27,2]],'clicks',[[62,1],[84,1],[52,1]],'playinput',[[5,1]],'navigate',[[26,1],[25,1],[52,1]],'inv',[[62,1]],'luascripts',[[64,1],[63,2],[65,2]],'misplaced',[[62,1]],'friends',[[62,1]],'playfields',[[81,3]],'push',[[64,1],[68,1],[80,1]],'dracula',[[5,1]],' sax',[[80,4]],'2a03',[[70,4],[78,13]],'ca65',[[84,1]],'octave',[[78,1]],'flawed',[[15,1]],'behind',[[62,2],[81,2],[57,1],[2,1],[61,1]],'&b%_3bxi',[[80,1]],'accumulate',[[81,1]],'rerecord',[[62,3],[73,1],[30,3],[5,1]],'#byte',[[80,4]],'spaces',[[10,1]],'programmed',[[81,2],[60,1],[65,1],[64,1]],'hud',[[8,2],[7,1]],'case',[[22,1],[73,1],[81,1],[15,1],[65,1],[52,1],[62,4],[43,2],[57,1],[80,3],[61,2],[64,5],[49,2],[84,1],[6,1]],'2j1t892n%',[[80,1]],'smart',[[57,1],[6,1]],'lagcount',[[62,1],[14,1]],'eeprom',[[8,1]],'dimensions',[[62,1]],'out',[[35,1],[81,8],[50,7],[58,2],[75,1],[8,3],[38,3],[43,1],[52,2],[62,2],[10,1],[80,3],[30,1],[61,1],[77,1],[51,1],[78,6],[26,1],[13,1],[11,2]],'transmission',[[63,1]],'verify',[[82,1],[80,1]],'plus',[[62,1],[81,3],[55,1],[77,1]],'variables',[[62,1],[60,2],[61,3],[64,6],[77,2],[75,1],[13,1],[56,1]],'punchouttraining',[[65,1]],'snes',[[5,2]],'fwnes',[[24,1]],'execute',[[52,5],[60,1],[80,1],[78,1],[56,1]],'disable',[[22,2],[33,2],[37,1],[58,1],[38,1],[43,1],[52,3],[62,1],[10,2],[32,2],[80,4],[78,13],[23,1],[14,1],[13,1],[11,1],[6,2]],'detecting',[[62,1]],'names',[[52,1],[56,1],[84,2],[50,2],[5,1],[7,1],[31,1],[8,2],[12,1],[6,1]],'desmume',[[44,1],[10,1],[45,1]],'presets',[[33,3],[18,1],[31,3],[68,1]],'implied',[[80,4]],'sort',[[81,1],[80,2],[61,1],[43,1]],'debugging',[[69,2],[16,1],[15,1],[8,2],[9,1],[52,9],[3,3],[10,1],[57,1],[61,1],[5,1],[51,1],[84,1],[6,1]],'2000',[[3,1],[75,2],[81,8],[77,3],[70,3],[82,2]],'returning',[[62,2]],'knowledge',[[59,1],[81,1],[50,2],[80,1],[58,1],[70,1]],'pushed',[[80,4]],'resumed',[[7,1]],'plot',[[61,2]],'65c816',[[80,1]],'large',[[62,1],[81,1],[64,1],[16,1],[52,1]],'remappable',[[13,1]],'indices',[[80,1]],'somthing',[[81,2]],'info|',[[81,1]],'objctr',[[62,3]],'identifier',[[73,2]],'exram',[[77,3],[81,1]],'saturation',[[81,1]],'substitute',[[43,2]],' |03',[[78,1]],'lowest',[[64,1],[70,1],[80,1]],'irqc',[[75,2]],'indeterminate',[[80,1]],' note',[[81,1],[18,1],[80,6],[16,1],[70,1],[78,6]],'reach',[[68,1]],'tens',[[68,1]],'compiling',[[14,1]],'inspect',[[52,1]],'classics',[[81,1]],'bypass',[[81,1]],'sync',[[14,1],[67,1],[8,1],[38,4]],'onto',[[81,2],[70,5]],'posting',[[78,1]],'silence',[[78,1]],'g8r',[[80,1]],'vsprintf',[[16,1]],'alongside',[[52,1]],'forces',[[62,2]],'mask',[[53,2],[57,2],[6,1]],'shared',[[81,1],[78,1]],'revolutionizes',[[18,1]],'coder',[[81,1]],' outside',[[77,1]],'clearing',[[8,1],[78,1]],'persistent',[[62,6]],'4015',[[78,9]],'dc0d',[[80,4]],'0000',[[52,1],[77,1],[70,7],[75,2],[55,1],[9,1],[43,1]],' watching',[[70,1]],'shorthand',[[82,1]],'tint',[[35,1],[81,1]],'crashes',[[62,1],[14,2],[7,1],[8,1],[16,3],[61,1]],'strict',[[52,1]],'competitionrecorder',[[65,1]],'soon',[[80,1],[50,2]],'woes',[[16,1]],'disksys',[[24,2],[67,2],[31,1]],' sram',[[70,1]],'cool',[[50,2]],' 010',[[78,1]],'traditional',[[33,1]],'naming',[[84,1],[41,1],[7,1],[14,1],[8,1],[39,1],[6,3]],'sum',[[52,3]],'omitted',[[62,1]],'onattemptend',[[64,1]],'illustration',[[80,1]],'log',[[6,3],[56,9],[4,1],[57,6],[73,12],[80,2],[7,1],[14,2],[8,9],[52,1]],'maxframes',[[64,4]],' jopi',[[80,7]],'powersave',[[13,1]],'joystick',[[75,2],[33,1],[74,3]],'solely',[[70,1]],' during',[[78,1]],'nospritelim',[[16,1]],'230',[[62,1]],'definitions',[[75,3],[50,1]],'saved',[[41,3],[50,5],[16,1],[75,1],[31,5],[39,1],[43,1],[52,1],[62,2],[30,1],[64,3],[13,1],[20,1],[6,2]],'60th',[[26,1]],'ntar',[[75,1]],'decreasing',[[78,2]],'correct',[[62,6],[10,1],[80,1],[13,4],[16,1],[38,2]],'lavelle',[[12,1]],'uwa',[[80,1]],' 2048',[[70,3]],'entry',[[62,4],[81,4],[50,1],[30,1],[77,2],[80,1],[5,1],[8,1],[43,1]],'arr',[[80,5]],'tweaked',[[28,1],[7,1]],'online',[[26,1],[61,1],[66,1],[70,1],[36,1]],'hq3x',[[38,2]],'assigns',[[29,1]],'poorly',[[34,1],[38,2]],'taller',[[38,1]],' dcp',[[80,4]],'navigation',[[3,1],[52,2]],'random',[[4,1],[50,1],[64,13],[80,2],[70,1],[78,13]],'ling',[[7,1]],'nesm',[[77,1]],'certain',[[33,1],[65,1],[67,1],[52,1],[62,1],[57,3],[64,4],[78,4],[49,1],[51,1],[59,1],[55,1],[56,1]],'launch',[[8,1]],'didn',[[62,1],[81,1],[50,1],[8,1],[16,1],[43,2]],'configurations',[[71,1],[18,1]],'opcodes',[[80,5],[52,1]],'useable',[[34,1],[59,1],[14,1]],'noisey',[[78,1]],'blank',[[50,1]],'smb3',[[65,1]],'512',[[81,1],[5,1]],'mess',[[64,1],[81,1]],'truth',[[80,1]],'amd',[[14,1]],'07ff',[[70,6],[9,1],[52,1]],'compress',[[30,1],[11,1]],'directories',[[29,1],[31,1]],'drawpixel',[[62,1]],'psin',[[75,1]],'nes_basecycles',[[77,2]],'jmp',[[57,1],[80,8]],'block',[[81,1],[50,1],[16,1],[70,22]],'257',[[62,2]],'newline',[[73,1]],'dual',[[77,3]],'implements',[[84,1]],'tied',[[78,1]],'damage',[[43,1]],'crashing',[[65,1],[16,1],[11,1],[15,2]],'becomes',[[57,2],[50,1],[8,1],[78,1]],'stopframe',[[22,2]],'corruptor',[[57,2]],'numpad6',[[62,1]],'would',[[35,1],[81,19],[50,3],[16,3],[15,2],[21,1],[43,1],[62,2],[57,5],[80,4],[30,1],[77,1],[70,6],[5,1],[49,1],[78,2],[7,1],[13,1],[84,1],[6,1]],'elseif',[[61,1]],'scheme',[[81,1],[74,1],[13,1],[23,1]],'helpndoc',[[22,1],[46,1],[27,1],[33,1],[12,1],[20,1],[56,1],[68,1],[75,1],[48,1],[8,1],[9,1],[38,1],[63,1],[66,1],[72,1],[32,1],[61,1],[71,1],[78,1],[82,1],[76,1],[7,1],[1,1],[13,1],[34,1],[74,1],[47,1],[52,1],[4,1],[57,1],[64,1],[83,1],[5,1],[19,1],[0,1],[26,1],[14,1],[49,1],[59,1],[36,1],[54,1],[35,1],[18,1],[37,1],[53,1],[58,1],[15,1],[42,1],[60,1],[81,1],[2,1],[40,1],[3,1],[43,1],[29,1],[44,1],[45,1],[62,1],[25,1],[51,1],[70,1],[80,1],[55,1],[84,1],[73,1],[41,1],[50,1],[16,1],[21,1],[69,1],[17,1],[28,1],[31,1],[39,1],[65,1],[67,1],[24,1],[79,1],[10,1],[30,1],[77,1],[23,1],[11,1],[6,1]],'clang',[[8,1]],'toggled',[[18,1],[39,1],[30,4],[9,1]],'looping',[[78,4]],'setselection',[[62,1]],'340',[[81,1]],'iup',[[63,3]],'read',[[22,5],[53,1],[18,1],[81,12],[15,1],[75,4],[8,2],[9,1],[43,4],[3,1],[62,19],[80,17],[61,6],[70,1],[78,5],[55,4],[13,3],[41,13],[16,2],[39,4],[52,5],[4,1],[10,4],[57,6],[64,1],[77,3],[49,1],[26,12],[14,1],[11,2]],'increases',[[78,2],[11,1],[12,1]],'udp',[[63,1]],' binary',[[80,1]],'lowmost',[[80,3]],'indeed',[[65,1]],'hl2n@',[[80,1]],'kevin',[[77,1]],'fortunate',[[80,1]],'ch8',[[77,2]],'offset',[[81,5],[80,1],[61,1],[77,1],[42,1],[49,3],[75,1],[55,2],[84,1],[82,2]],'copying',[[80,1],[50,1]],'n@3',[[80,1]],'&z0',[[80,1]],'isb',[[80,9]],'translate',[[50,3]],'bulletproof',[[10,1]],'courier',[[23,2]],'street',[[14,1]],'joypad',[[24,2],[62,15],[10,1],[27,1],[29,1],[61,3],[15,1],[73,2],[14,3],[8,1],[11,3],[12,1]],'event',[[74,1],[68,1],[55,1]],'using',[[6,2],[46,2],[53,1],[54,2],[56,2],[12,1],[20,3],[42,4],[58,3],[60,1],[81,3],[48,1],[8,1],[38,2],[43,3],[62,13],[63,1],[80,5],[61,5],[70,1],[78,2],[7,2],[55,3],[84,2],[50,3],[69,1],[28,1],[31,1],[65,1],[67,3],[52,2],[4,1],[10,1],[57,3],[64,1],[26,1],[59,2],[11,1],[36,2]],'instead',[[6,2],[81,3],[50,2],[17,1],[52,4],[62,4],[10,1],[57,2],[30,1],[61,1],[64,1],[49,1],[78,2],[80,5],[83,1],[55,2],[13,4],[84,1],[12,2],[36,1]],'emulua',[[61,1],[16,1]],'television',[[24,1],[35,1],[28,1],[33,1]],' resetting',[[43,1]],'241',[[81,1],[52,1]],'interpreter',[[61,1]],' which',[[77,1],[80,1]],'begins',[[13,1],[74,1],[50,2]],'flakes',[[8,1]],'audio',[[78,1],[57,2],[55,1],[77,2],[25,7],[36,1]],'separately',[[12,1]],'inconvenience',[[78,1]],'years',[[3,1],[81,1],[4,1]],'resurrected',[[3,1]],'affected',[[80,6],[58,1],[49,1]],'officially',[[50,1]],'|commands|rldutsba|rldutsba|rldutsba|rldutsba|port2|',[[73,1]],'allow',[[22,3],[62,1],[10,1],[33,3],[64,1],[73,1],[81,2],[14,1],[8,2],[38,2],[52,2]],'kiji',[[11,1]],'alias',[[62,5]],' 1000000',[[77,1]],'hop',[[78,1]],'conclusion',[[78,1]],'connection',[[80,1]],'playfield',[[81,28]],'nogui',[[7,1]],'experiment',[[81,1]],'task',[[13,1]],' file',[[35,1]],' type',[[75,6]],'maru',[[50,4]],'worth',[[81,2],[4,1]],'displaced',[[68,1]],'r65c00',[[80,2]],'swapped',[[35,1],[36,1]],'per',[[22,2],[35,1],[37,1],[50,1],[81,8],[38,1],[24,1],[62,6],[30,2],[61,1],[77,2],[5,1],[78,1],[14,2]],'inspection',[[52,1]],'perfectly',[[81,1]],'collision',[[81,1]],'invisible',[[81,1]],'gyp#8',[[80,1]],'dozens',[[81,1]],'profit',[[81,1]],'original',[[3,2],[52,2],[58,1],[78,1],[5,1],[28,1],[2,1],[14,1],[43,2]],'2013',[[7,1],[6,1]],'fourscore',[[16,1],[73,6]],'instance',[[81,1],[43,1],[10,1],[32,2],[30,1],[61,2],[64,3],[49,1],[70,3],[77,1],[80,2],[84,1],[20,1],[6,1]],'maintains',[[6,1]],'bigbad',[[35,2]],'composition',[[81,1]],'kid',[[70,1]],'dump',[[56,1],[14,2],[41,1],[5,1]],'canceling',[[14,1]],'older',[[3,1],[62,3],[60,1],[78,1],[36,1]],'vram',[[4,1],[55,1],[83,1],[82,4],[70,1]],'cycle',[[62,1],[81,24],[27,1],[80,20],[61,2],[16,1],[78,14],[75,1],[43,1]],'empty',[[52,3],[18,1],[80,1],[61,3],[8,1],[38,1],[73,1]],'accessed',[[6,1],[53,1],[57,5],[81,5],[70,1],[75,1],[55,1],[56,2]],'memwatch',[[22,1],[10,1],[14,2]],'recovery',[[16,1],[15,1]],'contain',[[73,1],[35,1],[57,1],[74,1],[61,1],[16,1],[70,2],[78,2],[26,3],[75,2],[31,1],[52,1]],'adv',[[30,1],[16,2]],'current',[[54,2],[35,1],[27,2],[33,3],[53,1],[36,1],[15,1],[68,2],[81,3],[8,2],[38,2],[43,6],[3,1],[62,20],[82,1],[80,4],[70,1],[51,2],[78,12],[7,1],[55,1],[73,2],[69,1],[28,1],[39,1],[52,5],[24,1],[10,1],[57,1],[30,1],[64,9],[77,1],[26,2],[14,3],[56,1]],'show',[[46,1],[53,2],[54,1],[50,1],[81,1],[16,1],[65,1],[8,1],[38,1],[62,2],[80,2],[61,1],[78,1],[5,1],[7,1],[14,1],[11,1],[56,1]],'fc0',[[22,2]],'anytime',[[26,1],[7,1]],'inputdisplay',[[22,3]],'allowing',[[62,1],[14,1],[39,1],[8,1],[38,1],[73,1]],'but',[[46,1],[81,10],[27,1],[33,2],[60,1],[68,2],[82,1],[38,1],[43,2],[3,1],[62,13],[80,15],[61,4],[70,1],[78,4],[13,2],[84,1],[41,1],[50,12],[21,2],[67,1],[52,2],[24,1],[57,4],[64,5],[77,2],[83,1],[49,1],[59,2],[56,3]],'weren',[[53,1],[57,2],[78,1],[52,1]],'modify',[[62,1],[55,3],[80,8],[58,1]],'ungzipping',[[16,1]],'precise',[[61,1],[81,1],[80,1]],'adds',[[3,2],[12,1],[10,2],[31,1],[62,1],[80,2],[5,1],[7,1],[13,1],[8,1],[11,2],[6,1]],' 1536 ',[[70,1]],'0000|',[[70,1]],'screens',[[81,1],[70,2]],'romchecksum',[[73,1]],'symbolic',[[56,2],[6,5],[5,2],[7,2],[84,2],[8,2],[52,7]],'xoff',[[75,1]],'patchlevel',[[80,1]],'joysticks',[[74,1]],' easily',[[80,1]],'eaters',[[80,1]],'diagrams',[[81,1]],'motherboard',[[81,1]],'0x0000',[[62,2],[84,1]],'serializers',[[81,2]],'march',[[3,1],[14,1],[7,1],[74,1]],'hooker',[[3,1],[14,1],[50,18],[42,1]],'irqs',[[75,1]],'rate',[[81,2],[37,1],[77,2],[78,14],[36,2]],'xdsp',[[3,1]],'gfceux',[[15,4]],' lda',[[80,1]],'vd`d2n0q',[[80,1]],'listening',[[57,1]],'launched',[[5,1]],'0123456789abcdef',[[52,2]],'home',[[62,1],[63,1],[5,1]],'onattemptstart',[[64,2]],'gives',[[62,1],[81,1],[33,1],[32,1],[37,1],[70,4],[13,1]],'simultaneously',[[30,1],[80,3],[49,1]],'throws',[[62,6],[80,1]],'memo',[[73,1]],'253',[[12,1],[8,1],[11,1],[6,1]],'densetsu',[[8,1]],'wram',[[16,1],[75,2]],'level',[[54,3],[73,2],[43,4],[81,3],[78,3],[59,1],[84,1],[38,1],[36,1]],'iql1',[[75,2]],'artist',[[77,3]],'forced',[[81,1],[78,1]],'probability',[[64,1]],'0400fh',[[77,1]],'float',[[62,3]],'easily',[[81,3],[18,1],[15,1],[31,1],[67,1],[63,1],[40,1],[52,3],[44,1],[10,1],[29,1],[45,1],[62,2],[64,3],[23,1],[80,1],[55,2],[84,1],[6,1]],'fully',[[62,2],[10,2],[18,1],[77,1]],'compile',[[64,1],[59,1]],'copy',[[62,1],[10,1],[32,1],[50,6],[80,3],[51,1],[39,1],[55,3]],'nreg',[[75,1]],'bcd',[[80,16]],'resolutions',[[5,1]],'latches',[[81,1],[80,2]],'states',[[62,4],[31,1],[80,2],[73,1]],'border',[[38,1]],'unf',[[21,1]],'mmc',[[81,3]],'lines',[[54,1],[52,1],[57,1],[50,1],[73,1],[77,1],[70,1],[80,1],[81,3],[14,3],[84,5],[56,4]],'remain',[[46,1],[81,1],[80,1]],'aspiring',[[50,1]],'3f00',[[70,1]],' processor',[[75,1]],'happen',[[83,1],[78,1],[80,1]],'sax',[[80,6]],'processed',[[61,1],[80,1]],'considering',[[81,1]],'046x',[[70,1]],'pointed',[[33,1]],'scrolling',[[54,2],[79,2],[81,4],[83,2],[82,3],[38,1],[6,2]],'tbl3',[[61,2]],'0x0200',[[62,2]],'yes',[[64,4]],' odd',[[80,2]],' it',[[46,1],[54,1],[68,1],[41,3],[69,1],[74,1],[81,4],[75,2],[28,1],[31,1],[67,1],[43,1],[62,1],[44,1],[45,1],[80,1],[30,2],[64,1],[70,1],[83,1],[59,1],[55,1]],'reverse',[[57,1],[69,1],[78,3],[5,1],[70,1],[84,1],[6,1]],'0x0263',[[62,1]],'adequate',[[50,1]],'closely',[[56,1],[16,1],[43,1]],'replay',[[62,1],[10,3],[41,1],[16,1],[25,1],[15,2],[26,2],[39,1],[13,1],[8,4],[43,1]],'0677fc51543b',[[73,1]],'corruption',[[70,1]],'nrom',[[14,2]],'guard',[[62,1]],'pha',[[80,1]],'5fff ',[[70,1]],'employs',[[64,1],[14,2]],'reminding',[[16,1]],'readbyterange',[[62,1],[16,1]],'represent',[[73,3],[78,3],[55,1]],'fact',[[80,1],[65,1]],'gray',[[62,1]],'acceptable',[[62,1]],'time',[[54,2],[11,1],[33,2],[60,1],[68,1],[36,1],[81,23],[2,1],[43,3],[3,1],[62,11],[80,14],[70,3],[78,7],[7,1],[55,2],[50,2],[74,1],[39,1],[65,1],[67,1],[52,5],[30,4],[77,1],[14,1],[12,1],[56,5]],'characteristic',[[70,1]],'outputted',[[78,1]],'slow',[[27,1],[37,1],[50,1],[61,1],[68,3],[80,2],[26,2],[67,5],[43,1]],'autohold',[[10,4]],' php',[[80,2]],'warned',[[61,1]],'our',[[80,1],[65,1]],'strobe',[[78,3]],'explaination',[[77,1]],'comecon',[[80,1]],'f12',[[62,1]],'containers',[[41,1]],'medium',[[62,2]],' 002',[[78,1]],'bandwith',[[81,1]],'latching',[[78,2]],'eliminate',[[70,1]],' from',[[80,1],[43,1]],'kicked',[[62,2]],' amplitude',[[75,1]],'tod',[[80,5]],'d`h#v1',[[80,1]],'jones',[[9,1]],'detected',[[21,1],[33,1]],' since',[[81,4]],'adelikat',[[3,2],[1,2],[70,1],[73,1]],'ppc',[[15,1]],'lags',[[46,2]],'248',[[8,1]],'taseditor',[[62,25],[8,9],[47,2],[5,1]],' boat',[[21,3]],'subpix',[[70,2]],'sec',[[77,2],[80,1]],' some',[[80,1],[36,1]],'0a00',[[70,1]],'cpy',[[80,3]],'ml`',[[80,1]],'sav',[[24,1],[57,1],[31,1],[14,1]],'asq_realityb',[[28,1]],'sbx',[[80,13]],'borrow',[[80,1]],'perform',[[62,2],[57,5],[80,4],[64,1],[77,1],[43,1]],'engineering',[[5,1],[69,1],[84,1],[78,3],[6,1]],'machines',[[13,1],[77,1],[20,1],[36,1]],'enhancing',[[8,1]],'redrawing',[[7,1]],'savestateas',[[9,1]],'third',[[84,2],[4,1],[80,1]],'freeze',[[62,2],[55,2],[13,1],[61,1],[20,2],[80,2]],'mappers',[[3,5],[55,2],[4,1],[16,1],[5,2],[7,2],[14,1],[8,2],[11,3],[6,1]],'keyboard',[[24,2],[62,3],[27,1],[33,1],[15,1],[5,1],[7,1],[14,1]],'chirps',[[14,1]],'cmake',[[4,1]],'listings',[[40,1]],'invoked',[[11,1]],'engineer',[[57,1]],'filling',[[58,1]],'hence',[[61,1],[62,1],[77,1]],'speedmode',[[62,1],[60,1],[14,1],[61,1]],'converting',[[13,1],[48,1],[5,1]],'commenting',[[61,1]],'modifies',[[62,1]],'key1',[[64,3]],'pipelined',[[81,1]],'deletes',[[10,1]],'image',[[24,5],[54,1],[62,9],[50,1],[61,2],[69,1],[80,2],[81,5],[26,1],[67,1],[38,10],[63,4]],'successful',[[80,1]],'bypasses',[[14,1]],'conte',[[78,1]],'play',[[22,1],[20,2],[68,1],[6,1],[81,1],[8,1],[62,2],[29,1],[7,5],[13,1],[34,3],[41,8],[50,2],[69,1],[39,1],[52,2],[24,1],[57,5],[30,3],[64,3],[77,6],[26,4],[14,1],[12,1],[56,1]],'syncronous',[[78,1]],'blur',[[38,1]],' additional',[[3,1]],'interesting',[[57,1]],'smearing',[[38,1]],'automate',[[59,1]],'2b8',[[80,1]],'d019',[[80,5]],'zero',[[54,1],[52,1],[27,1],[80,29],[81,1],[70,2],[78,4],[75,2],[43,1]],'smaller',[[62,1],[80,9],[50,1]],'found',[[44,1],[33,1],[45,1],[60,1],[58,1],[71,1],[78,7],[81,5],[6,1]],'phenomenon',[[78,1]],'preexisting',[[26,1]],'dffc',[[52,1]],'lae',[[80,1]],'gethash',[[5,1]],'mixed',[[81,2],[61,1],[78,1],[6,1]],'enlist',[[8,1]],' preset',[[33,1]],'scales',[[62,2]],' 20',[[81,1],[80,1]],'loop',[[62,4],[37,1],[80,4],[61,3],[78,1]],'u%_',[[80,1]],'attempt',[[3,1],[62,1],[32,1],[64,23],[78,1],[67,1],[52,1]],'activate',[[67,1],[58,1],[43,1]],'specificness',[[75,1]],'signal',[[35,1],[81,12],[80,4],[78,4]],'4800',[[77,2]],'maxvalue',[[64,12]],'optionally',[[62,3],[84,1],[15,1],[5,1]],'nitsujrehtona',[[3,2]],' added',[[14,1]],'instantly',[[81,1]],'works',[[53,1],[81,3],[50,2],[16,1],[52,1],[62,3],[57,1],[80,1],[77,1],[49,1],[14,2],[55,3],[84,1],[6,2]],'point',[[24,1],[81,1],[68,2],[41,1],[74,1],[78,3],[51,1],[26,3],[7,1],[82,1],[20,1],[43,2]],'attention',[[81,1],[55,1]],'rollback',[[64,3]],'messages',[[56,1],[62,1],[10,1],[16,1],[5,1],[14,1],[8,4],[11,1],[9,1]],'monitor',[[46,2],[81,5],[80,1],[14,1],[13,1],[67,1],[43,1]],'upscales',[[38,1]],'shops',[[50,1]],'decoder',[[3,1],[81,1],[30,1],[58,7],[69,1],[51,1]],'external',[[62,1],[35,1],[57,4],[81,5],[64,1],[78,1],[5,1],[67,1],[6,1]],'contributed',[[78,1]],'human',[[34,1],[68,2],[52,1]],'earlier',[[62,1],[10,1],[28,1],[68,1],[9,1],[6,1]],'m#nd',[[80,2]],'expose',[[81,1]],'wrote',[[3,1],[81,1],[41,3]],'purpose',[[3,1],[62,1],[65,3],[78,1]],'116',[[8,1]],'second',[[81,3],[68,1],[16,1],[15,1],[75,1],[82,3],[62,4],[10,1],[32,1],[64,1],[77,3],[80,2],[26,1],[84,2],[56,1]],'anyways',[[64,1]],'isrunend',[[64,1]],'resource',[[59,1],[18,1]],'shortcuts',[[14,1]],'vsnprintf',[[16,1]],'arrow',[[46,1],[33,2]],'099822938442230224609375',[[73,1]],' read',[[80,42]],'still',[[50,2],[39,1],[43,2],[62,4],[80,1],[30,1],[61,1],[25,1],[77,1],[78,3],[83,1],[14,1],[13,2]],'latter',[[80,3]],'exceeds',[[8,2]],'choppy',[[16,1]],'unified',[[3,1]],'manpage',[[8,1],[5,1]],'bad',[[50,2],[64,1],[67,1],[77,1],[52,2]],'customize',[[13,1],[56,1],[55,1]],'watched',[[46,1]],'half',[[81,4],[80,2],[61,1],[70,1],[78,2]],'renders',[[81,3],[78,1]],'multiplexed',[[81,1]],'tested',[[3,1],[81,1],[57,1],[50,3],[80,1],[78,1],[13,1]],'jl`@h',[[80,1]],' uses',[[41,1]],'understanding',[[81,1],[82,1]],'could',[[46,1],[62,2],[57,3],[50,2],[68,1],[77,1],[80,4],[81,7],[55,1],[67,1]],'relocated',[[77,2]],'deselected',[[50,1]],'c000#newname1#comment1',[[84,1]],'addresses',[[46,3],[54,1],[81,1],[58,1],[8,1],[9,2],[52,7],[43,12],[62,2],[77,1],[70,5],[51,1],[78,1],[55,4],[14,4],[13,2],[84,4],[6,1]],'elapsed',[[62,1]],'prompted',[[24,1],[26,2],[50,1]],'workflow',[[84,1],[6,1]],' reset',[[80,1],[74,1]],'arcade',[[77,1],[27,1]],'ninja',[[70,1],[49,1]],'delay',[[62,1],[81,1],[27,2],[7,1],[78,4],[49,1]],'parsed',[[73,2]],'registerwrite',[[62,1]],'viewer',[[54,4],[53,4],[69,1],[16,1],[3,2],[57,4],[5,1],[51,3],[7,1],[14,1],[55,1],[11,1],[6,1]],'deeper',[[61,1]],'setrenderplanes',[[62,1]],'micro',[[13,1]],'referenced',[[52,1]],'steady',[[37,1]],'refills',[[52,1],[43,1]],'referencing',[[84,1],[52,1]],'input3',[[16,1]],'luabot_front',[[64,1]],'tasing',[[68,1]],'rules',[[60,1]],'called',[[81,2],[60,1],[41,4],[68,1],[3,1],[62,10],[80,4],[30,1],[61,3],[64,14],[14,1],[84,2],[20,1],[6,1]],'preview',[[44,1],[45,1]],'parameters',[[62,2],[9,1],[43,2]],'reopen',[[62,2]],' sifc_none',[[73,1]],'252',[[8,1]],'lost',[[26,1],[18,1],[50,1],[55,1],[16,2]],' be',[[77,2]],'viewer ',[[14,1]],'truly',[[80,1]],'katakana',[[50,1]],'x0p',[[80,1]],'|miscellanious',[[81,1]],'send',[[80,1],[43,1]],'order',[[35,2],[53,1],[50,2],[68,2],[81,7],[31,1],[48,1],[65,1],[52,1],[24,1],[62,1],[57,2],[64,1],[70,1],[78,2],[26,2],[73,1]],'removes',[[62,1],[43,1]],'draws',[[62,5],[81,1],[83,1]],'invalid',[[62,1],[14,1],[7,1],[8,1],[15,1],[80,13]],'docs',[[6,1]],'suspending',[[7,1]],'extra',[[22,1],[56,1],[33,1],[37,2],[81,7],[75,3],[62,2],[10,1],[80,2],[77,1],[78,1],[13,1],[84,1],[73,1]],'registered',[[62,10]],'presskeya1',[[64,1]],'sp`0',[[80,1]],'japenese',[[50,1]],'kept',[[64,2],[81,1],[52,1]],'047x',[[70,1]],'anywhere',[[78,1],[80,2]],' 1994',[[80,4]],'xodnizel',[[3,2]],' 2005',[[82,1]],'regression',[[13,1]],'corrected',[[10,1],[28,1]],'nicely',[[49,1]],'commodore',[[80,5]],'beat',[[70,2]],'zd#',[[80,1]],'readability',[[62,1]],'trigger',[[62,3],[33,3],[55,2],[80,1]],'explosion',[[14,1]],'dc0c',[[80,1]],'bilinear',[[67,1]],'timing|',[[81,1]],'decoration',[[52,1]],'disposal',[[50,1]],'villigust',[[77,1]],'parameterstack',[[61,1]],'assignments',[[29,2],[33,2],[78,4],[40,1]],'crackling',[[36,1]],'parentheses',[[52,1]],'width',[[38,2],[14,1]],'inputcfg',[[11,1],[15,1]],'stop',[[22,2],[81,1],[60,2],[41,6],[50,1],[52,1],[3,1],[62,6],[10,1],[80,3],[64,4],[25,3],[78,1],[13,2]],'cable',[[24,1]],'04015h',[[77,1]],'dead',[[62,1],[64,1],[81,2]],' all',[[81,2],[80,1],[48,1],[82,1],[78,1],[23,1]],'best',[[81,1],[2,1],[64,5],[38,1],[56,2]],'writeable',[[62,2]],'5c00',[[77,2]],' unknown',[[78,2]],'appliciable',[[81,1]],'nmi3',[[52,1]],'list',[[35,2],[18,1],[33,2],[58,4],[75,1],[8,4],[40,2],[43,8],[62,1],[80,1],[61,2],[78,1],[55,1],[7,2],[13,1],[50,1],[21,1],[67,1],[52,6],[24,2],[10,4],[59,2],[14,1],[11,1],[6,1]],'fceu',[[34,2],[46,1],[18,6],[16,1],[28,6],[2,5],[31,5],[8,2],[67,4],[72,1],[3,12],[24,1],[29,1],[32,1],[61,1],[62,4],[25,1],[64,1],[71,1],[14,8],[55,1],[12,2],[20,1]],'upgrades',[[18,1]],'kinds',[[61,1],[80,2],[50,1]],'headerless',[[24,1]],'schematics',[[81,1]],'segments',[[64,6]],'die',[[70,1]],'icarus',[[70,1]],' 8192',[[70,1]],' quietust',[[78,1]],'warrior',[[31,1]],'flipped',[[77,1]],'effectively',[[81,1],[33,1],[55,1],[80,3],[78,2]],'enters',[[62,2],[84,1]],' and',[[80,8],[77,1],[14,1]],'unity',[[6,1]],'put',[[22,1],[24,1],[18,1],[35,1],[46,3],[50,4],[62,3],[64,1],[70,1],[81,4],[39,1],[56,2]],'flaws',[[28,1]],'numpad2',[[62,1]],'convert',[[62,1],[10,1],[18,1],[16,2],[78,1],[42,2],[48,4],[72,1]],'local',[[61,9],[62,4],[63,1]],'loadstates',[[10,1]],'generator',[[22,1],[54,1],[37,1],[41,1],[50,1],[21,1],[58,1],[68,1],[81,2],[28,1],[48,1],[47,1],[8,1],[43,1],[30,1],[77,1],[25,1],[70,2],[78,16],[14,1],[55,1],[11,1],[56,1]],'squeeze',[[50,1]],'048x',[[70,1]],'port2',[[73,3]],'inx',[[80,2]],'rising',[[81,1]],'00fh',[[77,1]],'rowheightborder',[[13,1]],'pasting',[[64,1],[50,1]],'dosomething',[[61,1]],'shs',[[80,2]],'eight',[[64,1],[38,2],[73,1]],'deals',[[72,1]],'lazy',[[81,1],[14,1]],'shift',[[6,1],[62,1],[81,13],[80,1],[16,1],[78,11],[7,1],[14,1],[48,1],[38,1],[20,1]],'getselection',[[62,1]],'trim',[[50,1]],'composed',[[75,1],[63,1]],'stage',[[81,8],[78,1],[80,1]],'tale',[[80,1]],'squares',[[51,1]],'setlagflag',[[62,1],[8,1]],'18ff',[[70,1]],' false',[[14,1]],'paste',[[51,1],[55,3],[50,2]],'coordinates',[[62,2],[81,1],[70,5]],'one',[[46,3],[35,1],[18,1],[33,6],[53,1],[60,3],[15,1],[68,2],[81,9],[43,3],[3,1],[62,20],[32,1],[61,8],[80,20],[25,1],[51,1],[70,4],[78,5],[7,1],[13,2],[84,1],[50,3],[21,1],[28,1],[67,1],[52,7],[10,1],[30,1],[64,5],[77,4]],'holding',[[26,1],[27,2],[7,1],[59,1]],'appendix',[[62,1]],'#rrggbbaa',[[62,1]],'cross',[[59,1],[74,1],[2,1],[80,1]],'decided',[[77,1],[68,1],[50,2]],'whyandhow',[[68,1]],'bryan',[[80,1]],' list',[[75,2]],'counters',[[81,3],[14,1],[13,1],[8,1],[78,9],[52,5]],'tsx',[[80,2]],'initalizing',[[77,1]],'locate',[[58,1]],'stumble',[[57,1]],'bullethell',[[65,1]],'ignored',[[27,1],[50,1],[61,1],[80,5],[78,2],[73,2]],'switching',[[24,2],[57,1],[83,1],[58,1],[15,1]],'missed',[[62,1]],' on',[[81,2],[78,4],[80,1]],'picture',[[53,1],[38,1],[67,1]],'narrowed',[[70,1]],'translations',[[50,1]],'undo',[[44,1],[45,1],[41,8],[30,1],[58,1],[68,2],[80,1],[26,1],[14,2],[55,2],[20,6],[52,1]],'exits',[[62,1],[64,1]],'self',[[61,1],[80,1]],'happily',[[80,1]],'willing',[[77,1]],'statistical',[[64,2]],'qbe',[[80,1]],'discussed',[[81,1]],'xh%&q',[[80,1]],'xxx2',[[77,1]],'dpcm',[[62,1],[12,1],[5,1]],'program',[[62,2],[81,1],[80,14],[61,1],[64,2],[69,1],[77,2],[78,1],[65,5],[67,1],[52,6]],'sites',[[67,1],[9,1],[27,1]],'x00fd',[[46,1]],'grayed',[[13,2],[14,1]],'single',[[6,2],[81,4],[68,1],[2,1],[8,1],[52,2],[62,1],[10,1],[32,1],[80,1],[77,2],[78,2],[51,1],[26,2],[13,1],[73,1]],'directly',[[23,1],[81,1],[18,3],[55,5],[78,3],[52,2]],'cell',[[24,1]],'nulled',[[75,1]],'click',[[60,2],[50,3],[58,4],[48,2],[8,3],[38,2],[40,1],[43,5],[52,16],[62,1],[32,4],[30,1],[55,3],[14,3],[20,1]],'june',[[3,1],[10,1],[80,1],[9,1]],'pictures',[[30,1]],'tracer',[[8,1],[56,2]],'hexeditorfontsize',[[23,1],[6,1]],'llvm',[[8,1]],'dlljjbbb',[[74,1]],'04000',[[77,1]],' probably',[[80,2]],'new',[[46,2],[12,8],[18,10],[56,1],[81,5],[58,1],[15,3],[42,1],[48,1],[8,10],[9,4],[43,1],[3,3],[62,2],[80,7],[61,2],[78,8],[7,9],[13,6],[84,1],[73,2],[50,2],[69,2],[16,7],[17,2],[28,1],[67,1],[47,2],[24,2],[4,5],[10,8],[30,6],[57,1],[64,8],[5,8],[77,1],[26,1],[14,8],[11,4],[6,6]],'though',[[53,1],[57,1],[80,2],[61,2],[81,1],[78,1],[55,1],[43,1]],'pain',[[75,1]],'laws',[[10,1]],'turtles',[[70,1],[49,1]],'scale3x',[[38,2]],'from',[[56,2],[20,1],[27,3],[33,3],[68,4],[6,6],[75,4],[8,9],[38,1],[72,1],[82,2],[61,5],[78,17],[7,3],[13,5],[74,1],[47,1],[52,8],[4,1],[57,3],[64,2],[83,9],[19,1],[26,12],[14,6],[35,2],[18,8],[37,2],[53,1],[58,2],[15,2],[60,2],[81,17],[2,1],[43,4],[3,4],[62,29],[80,74],[25,1],[70,2],[55,5],[73,4],[41,7],[50,6],[16,5],[21,3],[17,1],[31,1],[67,1],[24,2],[10,4],[30,2],[77,5],[12,5],[11,1]],'assume',[[62,1],[80,1],[61,1],[77,2]],'numpad9',[[62,1]],' bits',[[81,1],[77,2],[78,3],[82,2]],'automagically',[[80,1]],'calculation',[[52,1],[78,1],[6,1]],'internet',[[34,1],[18,1],[29,1],[60,2],[69,1],[63,1]],'much',[[62,3],[81,2],[10,1],[50,3],[30,2],[57,3],[60,1],[61,1],[78,1],[59,2],[80,5],[38,1]],'method',[[62,3],[81,2],[37,1],[80,2],[30,1],[78,1],[38,2],[43,2]],'farcry',[[61,1]],'blocking',[[62,1]],' w1',[[70,1]],'buffing',[[36,1]],'blobs',[[73,1]],'otion',[[6,1]],'ported',[[3,3],[12,1],[44,2],[45,2],[11,1],[6,1]],' press',[[30,1]],'choices',[[35,1],[10,1],[18,1],[21,1]],' windows',[[12,1]],'shoddy',[[50,1]],'index',[[62,2],[75,3],[81,6],[80,15],[61,1]],'blitting',[[62,1]],'341',[[81,4]],'turns',[[22,6],[14,1],[80,2],[9,1]],'castlevania',[[77,1]],'initial',[[80,2],[7,1]],'studying',[[78,1]],'scope',[[61,2],[60,1]],'enabled',[[22,5],[35,1],[33,1],[41,6],[50,1],[81,1],[8,3],[9,1],[38,2],[52,2],[82,2],[10,3],[32,8],[30,9],[64,1],[77,1],[5,1],[78,7],[7,2],[13,2],[14,1],[55,1],[36,1]],'crashed',[[55,1]],'prepared',[[62,1]],' snowbro',[[78,1]],'strange',[[80,1]],'documents',[[40,1],[18,1],[29,1],[64,1],[84,1],[63,1],[52,1]],'226',[[11,1]],'sends',[[26,1],[18,2]],'monitors',[[46,2],[81,2]],'critical',[[64,1],[26,1]],' bit',[[75,2],[80,2],[77,10],[78,3]],'`c`',[[80,1]],'smb0',[[22,15]],'radikus',[[8,1]],'1000000th',[[77,2]],'temporary',[[3,1],[62,1],[81,8],[80,1]],'altering',[[80,1]],'request',[[81,1]],'manual',[[61,1],[47,1],[62,2]],'imagine',[[81,1]],'turbo ',[[10,1]],'segment',[[62,1],[26,1],[68,4],[55,2],[64,27]],'10#newname4#',[[84,1]],'successfully',[[80,2]],'actions',[[26,1]],'registerload',[[62,1],[12,2]],'intruction',[[80,1]],'programmatically',[[57,3],[55,2]],' an',[[81,2]],'lame',[[81,1]],'replaces',[[58,1],[4,2]],'joe',[[50,1]],'5000',[[77,1]],'producing',[[78,2]],'accel',[[14,1]],'headers',[[75,1],[10,1]],'followings',[[21,1]],' pha',[[80,1]],'junk',[[62,1]],'r0j0',[[80,1]],'opposed',[[50,1],[81,4],[43,1]],'vic20',[[80,2]],'playing',[[11,1],[18,3],[68,6],[21,2],[43,1],[62,2],[29,2],[57,2],[30,2],[64,1],[25,1],[70,1],[19,2],[26,6],[77,1],[7,1],[14,1],[20,1],[12,1]],'else',[[62,3],[68,1],[65,1],[61,3],[64,3],[43,1]],'punchoutchallenge',[[65,1]],'substitutions',[[50,1]],'characters',[[18,1],[16,1],[70,1],[77,1],[55,1],[84,1],[8,1],[73,1]],'confirmation',[[9,1],[32,1]],'upper',[[81,1],[80,6],[30,1],[70,1],[52,1]],'cld',[[70,1],[80,1]],'menu',[[11,3],[12,2],[18,7],[27,4],[33,1],[36,2],[15,1],[42,1],[46,3],[8,4],[9,1],[40,1],[43,5],[62,2],[29,6],[32,4],[25,4],[51,2],[7,1],[1,6],[13,6],[55,2],[41,20],[50,2],[16,2],[17,1],[31,1],[67,1],[24,2],[10,4],[30,16],[5,1],[26,8],[14,18],[20,3],[6,1]],'intention',[[59,1]],'supply',[[61,1]],' bankswitch',[[77,1]],' absolute',[[80,4]],'going',[[62,1],[81,2],[50,4]],' 040x',[[70,1]],' 10',[[78,3]],'nmos',[[80,9]],'mapping',[[3,1],[16,1],[70,3],[7,1],[1,1],[14,2],[66,2]],'religion_mode_on',[[80,1]],'macros',[[68,1]],'appropriate',[[62,3],[81,7],[80,1],[78,4]],'august',[[3,4],[17,1],[18,1],[16,1]],'0070h',[[77,3]],'visualize',[[4,1]],'acquired',[[78,1]],'boards',[[7,1]],'others',[[57,1],[80,1],[69,1],[8,1],[78,2],[49,1]],' among',[[44,1],[45,1]],'whatever',[[54,1],[62,2],[57,1],[64,2],[78,2]],'emulator',[[20,2],[35,2],[60,3],[68,4],[81,1],[15,2],[75,6],[2,3],[8,2],[38,2],[3,3],[62,18],[29,1],[32,2],[61,9],[80,1],[25,3],[7,2],[73,6],[50,4],[69,1],[52,6],[10,1],[30,1],[77,1],[23,1],[26,2],[59,1],[11,2],[56,2]],'necessarily',[[80,1]],'seven',[[80,1]],'interprets',[[62,1],[81,1]],'paiting',[[61,1]],'resistors',[[78,1]],'n#bm#l',[[80,1]],'prescale3x',[[38,2]],'reg#3',[[5,1]],'deemphasis',[[5,1]],'lastkey3',[[64,1]],'wikipedia',[[68,1],[70,1]],'readbytesigned',[[61,1],[62,2],[14,1]],'slows',[[27,1]],'romfilename',[[73,1]],'conjunction',[[22,1],[57,1],[56,1]],'left ',[[75,1]],'booklet',[[80,1]],'ticks',[[77,2]],'actually',[[62,7],[81,5],[37,1],[57,1],[64,1],[80,1],[70,1],[78,3],[65,1]],'0080',[[77,2]],' length',[[78,11]],'kh#f1',[[80,1]],'clockline',[[81,1]],'regulate',[[78,1]],'0x10',[[84,1]],'registerafter',[[62,1]],'finds',[[50,1]],'that',[[22,1],[46,1],[33,3],[20,3],[12,3],[68,9],[75,2],[8,1],[9,2],[38,3],[63,4],[82,3],[32,1],[61,12],[78,29],[13,5],[47,1],[52,14],[4,1],[57,13],[64,19],[83,1],[49,1],[26,9],[59,3],[14,9],[36,1],[54,3],[35,3],[18,3],[53,5],[60,2],[58,1],[81,40],[42,1],[2,2],[43,24],[3,5],[44,1],[45,1],[62,51],[80,43],[70,12],[51,2],[55,12],[84,7],[73,7],[41,8],[50,19],[16,2],[21,1],[17,1],[28,1],[31,1],[65,7],[67,2],[24,1],[10,7],[30,4],[77,8],[23,2],[11,1],[56,7]],'document',[[75,2],[81,6],[41,3],[80,2],[78,4]],'presses',[[68,2],[14,1]],'family',[[24,2],[33,2],[80,2]],'opcode',[[4,1],[80,59],[13,1],[52,1]],'key3',[[64,1]],'playmoviefrombeginning',[[10,1]],'prescale4x',[[38,2]],'region',[[22,2],[4,1],[30,2],[5,2]],'f11',[[62,1]],'customizable',[[5,1]],'3f00|',[[70,1]],'4009',[[78,1]],'fatratknight',[[1,1],[12,1],[65,1]],'unsaturated',[[28,1],[5,1]],'variable',[[62,8],[81,1],[61,1],[64,7],[5,1],[75,3],[73,2]],' f7',[[62,1]],'bugsbunnybirthdayblowout',[[65,1]],'8192',[[67,1]],'while',[[6,1],[81,2],[18,1],[27,1],[33,2],[37,2],[60,1],[68,1],[8,1],[9,1],[38,1],[62,7],[44,1],[32,2],[61,5],[80,11],[78,3],[7,2],[55,3],[84,2],[41,1],[50,4],[39,1],[65,1],[67,1],[52,4],[57,6],[30,3],[77,4],[26,3],[14,2],[11,1],[56,3]],'invert',[[62,6],[12,1],[38,1]],'broad',[[60,1]],'win32',[[6,1],[16,2],[15,12],[8,1],[9,1],[63,1],[4,1],[10,3],[5,1],[14,1],[7,1],[13,1],[11,2],[12,1]],'goroh',[[78,1]],'pal',[[22,8],[35,6],[28,11],[2,1],[8,1],[38,4],[10,1],[30,3],[77,11],[5,3],[7,1],[13,3],[12,1],[73,2]],'sf_',[[80,1]],'triangle',[[62,1],[78,28],[36,1]],'criterion',[[68,2]],'reduces',[[70,1]],'pfpixel',[[81,1]],'skinny',[[82,1]],'playstation',[[3,1]],'move',[[62,1],[57,4],[64,1],[70,1]],'audible',[[78,4]],'madara',[[77,1]],'2020',[[22,1],[46,1],[27,1],[33,1],[12,1],[20,1],[56,1],[68,1],[75,1],[48,1],[8,1],[9,1],[38,1],[63,1],[66,1],[72,1],[32,1],[61,1],[71,1],[78,1],[82,1],[76,1],[7,1],[1,1],[13,1],[34,1],[74,1],[47,1],[52,1],[4,2],[57,1],[64,1],[83,1],[5,1],[19,1],[0,1],[26,1],[14,1],[49,1],[59,1],[36,1],[54,1],[35,1],[18,1],[37,1],[53,1],[58,1],[15,1],[42,1],[60,1],[81,1],[2,1],[40,1],[3,1],[43,1],[29,1],[44,1],[45,1],[62,1],[25,1],[51,1],[70,1],[80,1],[55,1],[84,1],[73,1],[41,1],[50,1],[16,1],[21,1],[69,1],[17,1],[28,1],[31,1],[39,1],[65,1],[67,1],[24,1],[79,1],[10,1],[30,1],[77,1],[23,1],[11,1],[6,1]],'fine',[[81,5],[27,2]],'hex',[[46,4],[68,2],[58,2],[8,1],[9,1],[43,11],[62,2],[3,1],[44,1],[45,1],[61,2],[70,3],[51,1],[7,1],[13,5],[55,11],[84,1],[73,1],[50,1],[69,3],[52,3],[4,1],[10,3],[57,3],[5,2],[23,4],[14,3],[6,2]],'reporting',[[10,1]],'focus',[[30,3]],'biggest',[[50,1]],'scoring',[[64,1]],'00h',[[77,7]],'behaving',[[39,1]],'machine',[[80,5],[8,1],[52,1]],'produce',[[56,2],[73,1],[10,1],[45,1],[81,1],[58,2],[78,4],[26,1],[31,1],[13,1],[66,1],[36,2]],' this',[[34,1],[46,1],[18,1],[33,2],[41,8],[60,1],[81,6],[75,3],[43,1],[3,1],[44,1],[45,1],[32,1],[30,2],[62,1],[25,1],[49,2],[19,1],[26,6],[70,5],[78,7],[13,1],[80,1],[83,2]],'c022',[[52,2]],'#l&',[[80,1]],'2010',[[10,2],[11,1]],'anded',[[80,1]],'inital',[[77,2]],'crossings',[[80,3]],'giorgio',[[3,1]],'5th',[[80,1]],'bitmap',[[81,13]],' e000',[[77,1]],' otherwise',[[80,1]],'arithmetic',[[80,8]],'pad',[[3,1],[33,6],[5,1]],' four',[[80,1]],'example',[[46,2],[54,2],[60,1],[50,3],[81,1],[75,1],[63,2],[43,3],[62,10],[52,3],[10,1],[57,4],[80,5],[77,1],[70,5],[49,1],[84,6],[73,2]],'bginput',[[22,3]],'p7f',[[62,1]],' same',[[41,5]],'msg',[[62,1]],'deselect',[[10,1],[50,1]],'exceptions',[[80,2]],'icoa',[[75,1]],'only',[[22,3],[35,2],[18,1],[33,1],[37,1],[53,4],[15,3],[56,5],[68,2],[75,1],[81,14],[8,3],[9,2],[38,2],[3,4],[40,1],[43,2],[32,1],[61,8],[62,29],[25,3],[78,18],[80,22],[55,1],[13,2],[84,3],[41,7],[50,3],[16,2],[21,2],[74,1],[17,1],[39,4],[47,1],[52,7],[4,1],[10,2],[57,6],[64,3],[77,12],[23,1],[26,10],[14,1],[11,1],[6,1]],'negative',[[62,2],[80,12],[83,1],[78,3]],'potential',[[8,1],[10,1],[67,1]],'coolboy',[[5,1]],'c150',[[80,1]],'c002##comment2',[[84,1]],'zeromus',[[3,1]],'appear',[[20,1],[81,2],[41,2],[58,2],[31,1],[8,1],[52,5],[24,3],[62,2],[78,1],[14,2],[11,1],[56,1]],'nnnn',[[57,1],[52,4]],'complicated',[[80,3]],'coincides',[[81,1]],'around ',[[77,1]],'files',[[46,3],[35,2],[18,4],[27,1],[33,1],[60,2],[15,1],[42,1],[48,5],[8,4],[63,2],[43,3],[72,1],[29,1],[25,4],[55,2],[13,3],[84,11],[41,2],[50,3],[16,3],[21,5],[74,1],[28,1],[31,13],[65,1],[52,4],[24,1],[4,1],[10,3],[57,5],[5,1],[19,1],[26,5],[59,1],[14,4],[12,1],[6,3]],'008',[[78,1]],'correction',[[78,1],[38,1],[14,1]],'grapical',[[38,1]],'plugged',[[33,2]],'polling',[[30,1]],'surrounding',[[81,1]],'512k',[[6,1]],' indexed',[[80,2]],'op`b@`',[[80,1]],'processtable',[[61,2]],'jeopardy',[[70,1]],' will',[[16,2]],'tasks',[[64,1],[59,1]],'allowudlr',[[22,3]],'latch',[[75,4],[81,5],[80,2],[78,1]],' scale',[[78,1]],'writepixel',[[62,1]],'ongoing',[[62,1]],'maximus',[[3,2]],'filter',[[46,1],[35,1],[18,1],[68,1],[69,1],[42,2],[67,1],[40,1],[3,1],[44,2],[45,2],[70,2],[5,2],[12,1],[56,3]],' stack',[[75,1],[70,4]],'exnr',[[75,1]],'snapshots',[[28,1]],'complements',[[8,1]],'poweron',[[62,3],[14,1]],'sorta',[[77,1]],'lacked',[[78,1]],'644',[[80,6]],' occurs',[[80,1]],'shot',[[61,1],[62,2]],'selections',[[50,4]],'speedrun',[[64,1],[68,2],[2,1]],'decreased',[[43,2]],'broken',[[81,1],[57,1],[70,2],[5,1],[15,1],[12,1],[52,1]],'5015',[[77,1]],'sweep',[[78,22]],'pulses',[[81,2],[78,1]],'equally',[[64,1]],'applicable',[[81,2]],'buffering',[[36,3]],'400c',[[78,4]],'nybble',[[80,34]],'fcm',[[18,2],[74,6],[16,4],[15,1],[42,2],[67,2],[48,6],[72,2],[10,2],[5,1],[26,2],[14,1],[13,1],[73,1]],'launches',[[12,1]],'warcraft',[[61,1]],'hotkeys',[[11,1],[36,2],[18,2],[27,1],[33,2],[16,1],[8,2],[40,5],[24,2],[44,2],[10,1],[29,1],[30,3],[5,1],[26,4],[7,1],[14,4],[20,1],[12,1]],'generation|',[[81,1]],'readimmediate',[[62,1]],'128',[[81,2],[80,7],[14,2],[52,2]],'previous',[[46,1],[73,1],[18,2],[41,9],[48,1],[8,1],[43,4],[62,1],[72,1],[10,1],[64,5],[70,1],[78,1],[26,1],[59,1],[14,1],[11,1],[20,1]],'requests',[[62,1]],'brute',[[62,1]],' fceux',[[33,1]],' 030',[[78,1]],'accuracy',[[13,1],[30,1],[62,1]],'8ch',[[77,1]],'minimize',[[18,1],[14,1]],'emulators',[[62,1],[10,1],[26,1],[39,1],[8,1],[11,1],[12,2]],'python',[[3,3],[59,1]],'getscreenpixel',[[62,4],[10,1]],'sunsoft',[[77,4]],'4002',[[78,5]],'compresses',[[30,1]],'swap1p2p',[[8,1]],'poke',[[10,1],[43,3]],' 17d',[[78,1]],'result',[[62,4],[35,1],[68,1],[80,22],[81,5],[77,1],[78,4],[55,1]],'future',[[34,1],[65,1],[50,1],[67,2],[77,1],[80,1]],'suitable',[[57,1]],'combines',[[57,1]],'l&xj8',[[80,1]],'ratio',[[78,1],[14,1],[8,1],[38,5],[6,1]],'adjusted',[[80,1]],' ah',[[80,3]],'playingbest',[[64,1]],'receive',[[30,1],[62,1],[50,1]],'print',[[62,1],[80,1],[61,1],[5,1]],'hq2x',[[38,4]],'tetris',[[65,1]],'within',[[54,1],[62,1],[57,1],[81,1],[75,1],[7,1],[38,2],[52,1]],'linking',[[6,1]],'01ah',[[77,1]],'differing',[[77,1]],'quit',[[7,1],[61,1],[6,1]],' txs',[[80,1]],'vsbx',[[80,3]],' internal',[[80,1]],'bitwise',[[61,3],[62,1]],'disassembler',[[57,5]],'possible',[[81,1],[68,2],[41,2],[50,1],[58,2],[75,1],[28,1],[62,1],[10,1],[57,2],[64,3],[80,4],[70,1],[26,1],[84,1],[20,1]],' flags',[[77,1]],' jmp',[[80,1]],'getfilename',[[62,1],[4,1],[10,1]],'030f',[[70,1]],'displaying',[[62,2],[59,1],[81,1],[30,1],[8,1],[51,2]],'handy',[[61,1],[70,1],[50,1]],'feos',[[3,1]],'clearinputchanges',[[62,1]],'depends',[[62,1],[37,1],[80,2],[73,1]],'abbr',[[81,1]],'lagging',[[30,2]],'functional',[[3,1],[18,1],[11,1],[12,1]],'consistency',[[14,1],[12,1],[5,1]],'recieve',[[78,1]],'components',[[62,4],[43,1],[78,1],[52,1]],'lag',[[46,2],[62,11],[18,3],[37,1],[30,8],[16,1],[15,2],[5,1],[49,1],[14,2],[8,1],[6,1]],'action',[[78,5],[12,1],[43,2]],'affect',[[62,1],[14,1],[80,2],[38,1],[43,2]],'unpauses',[[62,1],[11,1]],'neg',[[78,1]],'modes',[[80,6],[30,1],[61,1],[70,1],[78,1],[38,2],[43,1]],'75%',[[62,2]],'forbid',[[16,1],[52,2]],'eraser',[[50,1]],'equivelant',[[81,1]],'reference',[[52,1],[61,6],[50,3]],'gradius',[[65,1]],'remained',[[3,2],[5,1]],'tables',[[54,2],[53,1],[81,2],[50,3],[61,2],[80,2],[83,1],[13,1]],' both',[[26,2]],'luaperks',[[59,1],[63,2]],'3f1f',[[70,1]],'explains',[[19,1],[27,1],[29,1],[30,1],[83,1],[70,1]],'animation',[[70,1],[43,1]],'playmovie',[[22,12]],'indicating',[[62,1],[81,1]],' sequence',[[78,1],[80,1]],'coinciding',[[81,1]],'snap',[[16,1],[58,1],[50,3]],'maximum',[[62,1],[35,1],[37,1],[74,1],[61,1],[64,1],[77,1],[78,2],[80,1]],'differrences',[[78,1]],'binary',[[3,1],[62,3],[57,1],[80,9],[73,6]],'indexes',[[81,1]],'2005',[[83,2],[75,1],[82,2]],'programmer',[[59,1],[78,1],[81,2]],'frkfunctions',[[65,1]],'breathe',[[69,1]],'technique',[[68,2]],'trying',[[62,1],[10,1],[57,1],[64,1],[16,1],[70,1],[78,1],[80,2],[7,1],[8,1],[38,2]],'oldversion',[[75,2]],' writable',[[77,2]],'rti',[[78,1],[80,8]],'done',[[81,8],[18,1],[37,1],[68,2],[69,1],[67,1],[43,2],[3,1],[57,1],[80,1],[30,1],[61,3],[64,1],[23,1],[77,4],[78,1],[55,1]],'intend',[[25,1]],' memblers',[[78,1]],'gameplay',[[24,1],[69,2],[37,1]],'acts',[[81,1],[80,1]],'rippers',[[57,1]],'getting',[[54,1],[62,1],[60,1],[41,1],[64,1],[19,1],[59,1],[14,2],[8,1],[20,2]],'bit',[[73,10],[35,3],[37,2],[50,1],[74,1],[81,30],[75,5],[38,1],[43,2],[52,3],[62,5],[4,1],[57,2],[61,2],[77,4],[78,70],[80,36],[83,3],[59,1],[7,1],[36,2]],'halted',[[78,2]],'plugging',[[24,1]],'cah4e3',[[3,2],[16,1]],'getreadonly',[[62,2],[14,1]],'analog',[[38,1],[78,3]],'retain',[[56,1]],'arithmetical',[[57,1]],'addresslow',[[62,5]],'dakuten',[[50,5]],' 8184',[[70,1]],'vectors',[[10,1]],' adds',[[14,1]],'recovering',[[15,1]],'seeing',[[26,1],[81,3],[80,1]],'messageboards',[[78,1]],'undefined',[[80,3]],'bmc',[[5,3]],'clouds',[[81,3]],' well',[[81,1]],'opponent',[[34,1]],'01xx',[[70,1]],' except',[[77,1]],'branch',[[3,4],[80,9],[2,1]],'goto',[[10,2],[43,3]],'8_47',[[80,1]],'basic',[[18,1],[50,1],[60,2],[68,4],[63,1],[29,1],[57,1],[61,1],[64,1],[70,2],[77,1],[78,1],[0,1],[59,2],[1,1],[11,1],[20,1]],'statement',[[80,1],[52,2]],'module',[[62,1],[63,1]],'pram',[[75,1]],'65500',[[75,1]],'esper2',[[77,1]],'conditionally',[[78,1]],'dmcaddress',[[62,1]],'editor',[[46,3],[18,1],[60,1],[68,4],[58,2],[42,1],[8,4],[9,1],[43,7],[3,1],[62,4],[72,1],[61,1],[70,4],[51,2],[55,12],[13,5],[7,3],[1,1],[84,1],[50,1],[69,3],[47,4],[52,4],[4,1],[10,3],[57,3],[49,1],[5,2],[23,5],[0,1],[26,1],[14,3],[6,3]],' byte',[[80,2]],'textcolor',[[62,3]],'element',[[62,1],[81,5]],'subsequent',[[62,2],[73,1]],'holder',[[77,1]],'argument',[[22,1],[62,7],[80,8],[61,1],[16,1],[15,1],[9,1]],'multi',[[73,1],[10,1],[41,1],[68,1],[84,2],[47,1],[12,1],[11,1]],'112',[[62,4]],'bible',[[69,1]],'4bits',[[77,1]],'treated',[[80,1]],'cannot',[[62,1],[81,1],[57,1],[18,1],[80,2],[55,1],[73,1]],'rectangle',[[62,2]],' object',[[81,1]],'perhaps',[[62,1],[80,1],[50,1]],'f23',[[62,1]],' routine',[[77,1],[80,1]],'smtp',[[63,1]],'took',[[81,1],[50,1]],'globally',[[62,1]],'frozen',[[46,2],[10,2],[14,3],[23,1]],'association',[[80,1]],'indexed',[[81,1],[80,11]],'plain',[[73,2],[43,1]],'capability',[[4,1],[57,1],[16,2],[70,1]],'signficantly',[[9,1]],'subs',[[50,2]],'v`a%_',[[80,1]],'randomly',[[81,1]],'problems',[[10,1],[14,1],[67,1],[66,1],[80,1]],'seem',[[81,2],[80,3]],'0@9',[[80,3]],'assigning',[[7,1]],'vtoggle5',[[6,1]],'claimed',[[80,1]],'accessible',[[41,2],[14,1],[61,1],[52,2]],'part1',[[84,1]],'scaling',[[81,2],[14,1],[16,1],[38,1]],'waiting',[[62,1]],'truthvalue',[[62,1]],'setting',[[54,1],[56,1],[27,2],[33,2],[81,2],[42,1],[80,2],[30,3],[77,1],[78,1],[49,2],[19,1],[26,1],[7,2],[13,1],[14,1],[6,1]],'error',[[18,2],[50,1],[16,2],[15,1],[28,1],[8,1],[9,1],[62,13],[10,2],[80,1],[64,2],[5,1],[14,2],[13,1],[11,1]],'multiplier',[[77,1],[38,1]],'cartridges',[[33,1],[6,1]],'ram',[[46,4],[56,1],[18,1],[68,4],[81,10],[42,2],[75,9],[8,5],[9,4],[43,9],[3,1],[44,4],[45,4],[62,7],[61,1],[66,3],[70,22],[51,4],[55,10],[13,1],[7,3],[1,1],[84,5],[69,1],[52,5],[24,1],[4,2],[10,3],[57,2],[64,1],[77,11],[5,1],[14,4],[12,4],[6,5]],'emblem',[[11,2]],'ball',[[12,1],[78,1]],'submenus',[[30,1]],'50fps',[[37,1]],'granular',[[5,1]],'createfromgdstr',[[61,1],[62,1]],'transfer',[[77,1],[80,1]],'labeled',[[10,2],[33,1]],'how',[[46,2],[81,7],[50,6],[58,2],[75,1],[31,1],[65,2],[66,1],[67,2],[43,1],[62,1],[57,1],[80,9],[64,4],[71,1],[70,2],[78,4],[83,1],[59,3],[1,2],[56,1]],'printing',[[7,1]],'configable',[[11,1]],'getregister',[[62,3],[12,1]],'word',[[62,2],[50,8],[77,8],[73,2]],'hint',[[52,1]],'0xffff',[[62,2]],'sounding',[[78,3]],'ldx',[[80,15]],'see',[[22,6],[35,1],[27,2],[46,1],[53,1],[6,1],[15,2],[68,1],[81,5],[8,2],[82,1],[40,1],[3,4],[43,1],[62,8],[80,15],[61,3],[70,5],[78,11],[55,2],[73,1],[41,1],[50,2],[28,1],[39,1],[67,2],[47,2],[52,3],[57,6],[30,2],[64,3],[77,5],[49,1],[83,1],[26,3],[14,7],[20,1],[56,3]],'ultimately',[[81,1],[50,1]],'refers',[[62,1],[84,1],[70,1]],'stats',[[70,4]],'contrast',[[28,1]],'chips',[[77,1],[81,1]],'finding',[[43,1],[57,1],[68,2],[64,1],[70,5],[51,1],[56,2]],'homepage',[[3,3],[60,1]],'unhide',[[30,1],[41,1],[32,1]],'pro',[[43,1]],'esper',[[11,1]],'memw',[[46,1]],'fffa',[[80,2],[70,1],[52,1]],'must ',[[77,1]],'mirrors',[[70,1]],'tasedit',[[14,1],[9,1],[11,2]],'stopmovie',[[22,3]],'alt',[[62,1],[14,2],[13,3],[38,1],[5,1]],'createfrompng',[[62,1]],'shell',[[62,1]],'crash',[[55,2],[16,3],[15,2],[17,1],[8,2],[9,2],[62,2],[10,3],[57,1],[5,2],[51,1],[14,3],[7,3],[13,1],[11,1],[6,1]],'minute',[[80,1]],'sign',[[62,2],[80,2],[50,3]],'b@`',[[80,1]],'recordbackwards',[[8,1]],'ohm',[[78,1]],'dd0c',[[80,10]],'dependent',[[80,1]],'dragon',[[81,1],[30,2],[77,1],[49,1],[31,2],[8,1],[12,1]],' topics',[[81,1]],'possibility',[[57,1]],'hooking',[[42,1]],'isolated',[[81,1]],'allocated',[[70,1]],'testing',[[80,1]],'are',[[22,1],[46,1],[56,1],[68,3],[11,2],[6,1],[75,5],[8,2],[38,3],[63,3],[82,5],[61,16],[78,27],[7,1],[13,1],[52,9],[57,9],[64,9],[83,1],[5,3],[49,2],[26,2],[59,1],[14,9],[36,1],[35,1],[18,2],[37,1],[60,4],[81,39],[43,8],[62,19],[44,2],[45,2],[80,38],[70,7],[55,7],[84,9],[73,13],[41,3],[50,17],[16,2],[21,3],[69,3],[31,6],[39,1],[65,4],[67,1],[24,1],[10,2],[30,2],[77,10],[23,3],[12,1],[20,1]],'game',[[22,3],[35,5],[18,1],[27,1],[33,3],[37,4],[12,2],[6,1],[46,4],[53,1],[54,3],[56,3],[58,16],[8,2],[9,1],[38,2],[3,1],[43,9],[62,12],[32,4],[61,1],[68,5],[70,8],[51,9],[75,1],[81,7],[7,3],[55,9],[84,3],[73,1],[41,7],[50,10],[16,2],[21,2],[69,8],[65,3],[67,9],[52,8],[24,3],[57,13],[30,20],[64,1],[77,1],[19,1],[26,9],[14,3],[20,3],[11,3]],'fonts',[[6,1]],'press',[[46,1],[27,1],[33,5],[50,6],[52,1],[62,3],[40,2],[57,2],[32,1],[30,1],[64,3],[55,1],[20,3]],'archive',[[62,2],[18,2],[50,1],[69,1],[21,1],[16,3],[15,2],[6,1]],'kids',[[33,1]],'f14',[[62,1]],'typically',[[81,1],[41,2],[78,2],[70,1]],'decide',[[81,1],[70,1]],'discovered',[[78,1],[80,1]],'subtracting',[[78,1],[80,2]],'migrated',[[4,1]],'bookmarked',[[55,1],[10,2],[52,2]],'x64',[[80,1]],'cmos',[[80,3]],' as',[[81,4],[60,1],[2,1],[83,1],[82,1]],'freezeram',[[4,1]],'restricting',[[62,2]],'russian',[[80,1],[5,1]],'last',[[22,1],[46,1],[18,4],[81,2],[75,1],[8,1],[38,2],[43,5],[3,4],[62,6],[82,1],[80,6],[70,2],[78,2],[55,2],[13,2],[84,1],[41,11],[50,2],[74,1],[39,3],[52,1],[57,1],[30,4],[26,1],[14,1],[6,1]],'interfaces',[[63,1]],'situations',[[41,2],[30,1],[14,1],[64,2],[49,1]],'040h',[[78,1]],'odds',[[64,1]],'foundation',[[69,1]],'php',[[80,2]],'warn',[[64,1]],'continued',[[3,1]],'verbose',[[7,1]],' |50',[[78,1]],'condiition',[[52,1]],'starting',[[81,1],[68,2],[52,2],[62,3],[10,1],[32,1],[80,1],[77,6],[78,2],[13,1],[84,3],[20,1],[73,1]],'0x80000000',[[4,1]],'9001',[[77,1]],'reason',[[62,1],[81,3],[57,1],[50,1],[78,1]],'sb200',[[5,1]],'arrays',[[61,3]],'2c02',[[79,1],[70,3],[81,3]],'77h',[[77,1]],' gave',[[13,1]],'override',[[22,1],[46,1],[18,1],[33,1],[15,1],[31,1],[67,1],[43,1],[62,2],[10,1],[29,1],[30,1],[14,3],[36,1]],'chrominance',[[81,5]],'0x863c',[[62,1]],'anyone',[[59,1],[50,1]],'mix',[[61,1]],'attain',[[78,1]],'into',[[46,2],[81,16],[18,2],[33,3],[60,2],[58,3],[2,2],[48,1],[63,2],[43,1],[3,1],[62,4],[32,1],[61,1],[80,4],[25,2],[70,5],[78,5],[55,2],[50,7],[69,1],[16,1],[31,1],[39,4],[52,3],[24,1],[10,2],[57,3],[64,4],[77,13],[5,1],[19,1],[59,2],[14,1]],'scrolls',[[8,1]],'dance2000',[[6,1]],'slightly',[[62,1],[83,1],[77,1],[78,1]],'replaced',[[81,1],[50,1],[14,1],[80,1],[78,1],[84,1]],'c006',[[84,1]],'multiple',[[62,2],[81,3],[10,1],[57,1],[75,1],[48,1],[84,1],[9,2],[6,1]],'located',[[62,1],[50,1],[80,2],[70,1],[7,1],[55,2],[67,1],[43,1]],'argus_',[[57,1]],'freebsd',[[3,1]],'drag&drop',[[8,2]],'resulted',[[14,1]],'matching',[[48,1],[43,1]],'somethingelseistrue',[[61,1]],' contain',[[77,1]],' rla',[[80,7]],'vrc',[[77,1]],'reorganize',[[17,1]],'comparing',[[55,1],[51,1]],'bots',[[62,1]],'papers',[[81,1]],'dll',[[63,1],[60,2],[12,1],[6,3]],'8x8',[[16,1]],'console',[[24,1],[62,1],[33,1],[37,1],[68,1],[26,1],[28,1],[55,1],[8,2],[11,2],[38,1]],'enableoppositedirectional',[[8,1]],'19ff',[[70,1]],'stream',[[81,1],[74,1]],' |02',[[78,1]],'history',[[3,2],[0,1],[7,1],[1,1]],'stuck',[[15,1],[50,1]],'excite',[[50,1]],' |28',[[78,1]],'individuals',[[78,2]],'enables',[[22,1],[10,1],[80,3],[30,1],[8,1],[43,1]],'refused',[[80,1]],'overriding',[[62,1]],' aspiringsquire',[[28,1]],'0000000000011111',[[82,1]],'b000',[[77,1]],'lax',[[80,10]],'clv',[[80,3]],'resizeable',[[16,1]],'hexfreezecolorg',[[23,1]],'030x',[[70,1]],'rightclicks',[[8,1]],'resolve',[[36,1]],'what',[[12,2],[35,2],[18,2],[33,1],[53,1],[54,1],[15,3],[56,3],[58,1],[68,1],[75,1],[81,9],[8,2],[9,2],[66,1],[62,4],[80,7],[78,3],[51,1],[7,2],[13,2],[1,1],[55,1],[50,13],[69,2],[16,2],[17,2],[31,1],[67,1],[4,2],[10,2],[57,2],[64,1],[77,1],[5,2],[0,1],[26,1],[14,2],[59,1],[11,2],[6,2]],'quiz',[[33,1]],'7fffh',[[77,2]],'sta',[[80,42]],'d8t`2i',[[80,1]],'playable',[[11,1],[12,1]],'eggs',[[57,1]],'developing',[[50,1]],'consider',[[81,1],[78,1],[80,1]],'set',[[22,1],[35,1],[27,4],[33,1],[37,1],[46,1],[15,2],[20,1],[54,2],[56,1],[60,3],[68,2],[75,1],[81,6],[38,1],[43,3],[62,11],[63,1],[80,41],[61,2],[78,14],[7,2],[73,1],[41,1],[50,2],[74,2],[31,1],[39,1],[52,4],[24,1],[10,1],[57,1],[30,2],[64,10],[77,16],[5,3],[19,1],[26,2],[49,4],[14,5],[83,1],[12,1],[36,1]],' pla',[[80,1]],'raw',[[62,11],[21,1],[25,1],[51,1]],' goroh',[[78,1]],'reloading',[[13,1],[78,2]],'height',[[14,2],[13,1],[7,1],[38,2]],'parts',[[57,2],[50,1],[64,1],[75,1],[55,1],[84,2],[63,1],[73,1]],'promptly',[[65,1]],'sre',[[80,6]],'moviefilenames',[[16,1]],' playfield',[[81,1]],'dictates',[[62,1]],'handler',[[80,5],[70,3],[78,1]],'framework',[[24,1],[35,1],[4,1],[13,1],[64,2]],'041x',[[70,1]],'because',[[54,1],[53,1],[33,1],[41,1],[81,7],[21,1],[67,1],[38,1],[3,1],[62,7],[57,1],[80,3],[61,2],[77,2],[78,3],[26,3],[55,1],[6,1]],'leftclick',[[62,1]],'counterbreak',[[62,2]],'open',[[18,3],[41,2],[50,3],[16,4],[21,1],[31,1],[39,2],[48,1],[65,2],[43,1],[52,6],[67,1],[57,1],[32,2],[30,3],[80,1],[5,2],[26,3],[14,4],[20,2],[11,1]],'snapped',[[58,1]],' unused',[[78,4]],'fairy',[[80,1]],'selector',[[81,1]],'said',[[54,1],[81,1],[65,1],[78,1]],'github',[[63,1]],'timing',[[22,1],[81,8],[29,2],[37,2],[30,1],[80,3],[78,4],[14,1],[13,1],[20,1],[73,1]],'period',[[62,1],[81,3],[30,1],[78,1],[26,1],[55,1],[43,1]],'outputs',[[81,3],[78,6],[51,1]],' 045x',[[70,1]],' hardware',[[80,1]],'sockets',[[24,1]],'pi#x7',[[80,4]],'nes',[[22,22],[35,5],[27,5],[33,3],[53,1],[54,1],[58,3],[60,1],[68,2],[81,14],[2,1],[66,2],[38,4],[43,3],[3,1],[62,2],[82,3],[61,1],[71,2],[25,1],[70,10],[78,10],[76,2],[7,1],[1,2],[13,1],[55,5],[84,13],[50,2],[69,1],[21,5],[28,1],[67,1],[52,6],[24,4],[79,6],[57,6],[30,3],[77,4],[83,2],[5,1],[26,1],[20,1],[56,1]],'001f',[[52,1]],'message',[[24,3],[62,14],[18,1],[80,2],[16,1],[7,1],[14,3],[8,3],[11,1],[73,1]],'nonsensical',[[21,1]],'modal',[[62,2]],'halt',[[78,2],[52,2]],'available',[[35,1],[18,1],[41,4],[68,1],[21,1],[47,1],[63,2],[62,2],[32,1],[80,4],[70,1],[5,1],[19,1],[59,1],[78,5],[7,1],[56,1]],'06xx',[[70,1]],'accounts',[[11,1]],'dots',[[80,2]],'activated',[[81,3]],'lua ',[[63,1]],'rests',[[81,1]],'hash',[[73,1],[50,1]],'“cherry',[[50,1]],' 16',[[80,2]],'addgamegenie',[[62,2],[10,1]],'opengl',[[5,1]],'rra',[[80,7]],'evaluation',[[64,2],[59,1],[81,5]],'paused',[[62,3],[55,1],[8,2],[52,4]],'select',[[46,3],[6,2],[33,5],[50,5],[73,5],[81,8],[48,3],[43,1],[24,1],[62,2],[10,1],[80,1],[30,1],[61,2],[25,6],[64,1],[26,9],[55,1],[20,4],[36,1]],' contains',[[65,1]],'kremer',[[80,1]],'usual',[[81,2],[37,1],[80,1],[77,1],[6,1]],'abbreviation',[[80,1]],'common',[[81,1],[68,2],[66,1],[43,1],[44,1],[4,1],[32,1],[61,2],[77,1],[80,3],[5,1],[13,1],[20,1]],'inits',[[77,1]],'support',[[18,2],[50,2],[16,4],[15,1],[8,3],[9,1],[43,1],[3,2],[62,1],[4,3],[10,2],[63,3],[77,2],[78,1],[5,6],[14,2],[13,2],[55,1],[11,1],[6,2]],'logging',[[6,1],[4,1],[10,1],[57,5],[7,3],[12,1],[56,4]],'vtoggle',[[6,1]],'f15',[[62,1]],'sorry',[[13,1],[82,1],[11,1]],'folder',[[46,3],[60,1],[65,2],[67,1],[31,2],[48,1],[52,1],[62,2],[8,1],[63,1],[43,1],[30,2],[84,1]],'60hz',[[77,1]],'unclear',[[81,1]],'stripped',[[8,1],[57,9],[5,1]],'suited',[[81,1]],'100%',[[27,2],[5,1]],'without',[[81,4],[60,1],[50,3],[68,1],[16,1],[15,2],[8,2],[24,1],[62,10],[10,2],[80,1],[64,1],[77,1],[70,1],[78,1],[83,1],[14,2],[6,1]],'positioning',[[7,1]],'dumping',[[8,1],[25,1]],'bmf_final2',[[28,1]],'placing',[[54,1],[63,1]],'decremented',[[81,1]],'pretty',[[62,1],[77,1],[81,2]],'address',[[46,6],[53,2],[54,1],[56,4],[81,22],[58,12],[75,5],[8,4],[82,5],[43,16],[52,46],[62,32],[10,3],[80,169],[61,5],[77,28],[70,3],[5,2],[23,1],[83,1],[14,1],[55,2],[84,7],[6,8]],'requires',[[81,1],[32,1],[67,2],[16,1],[38,1]],' 5c00',[[77,1]],'struct',[[11,1]],'sequential',[[81,4]],'rolling',[[64,1],[78,1]],'alpha',[[62,9],[8,1]],'fffb ',[[70,1]],'lastkey1',[[64,1]],'earliest',[[81,1]],'8910',[[77,2]],'reserve',[[70,1]],'peripheral',[[24,1]],'distributed',[[69,1]],'often',[[68,1],[60,1],[50,3],[80,1],[70,3]],'july',[[13,1],[5,1]],'connect',[[52,3]],'evolution',[[2,1]],'gui',[[20,1],[18,1],[60,1],[8,3],[9,4],[38,1],[3,1],[62,45],[4,4],[10,5],[29,1],[32,2],[61,9],[5,1],[63,1],[64,2],[14,2],[7,2],[13,2],[12,1],[11,7]],'low',[[62,1],[81,3],[80,44],[16,1],[78,1],[59,1],[36,1]],'denotes',[[80,4],[61,1],[77,1],[43,3]],'feature',[[56,2],[53,2],[33,8],[50,1],[16,1],[15,1],[8,1],[52,1],[3,1],[4,1],[10,1],[30,2],[57,1],[78,2],[59,1],[7,1],[13,1],[55,7],[11,1],[6,3]],'disks',[[24,3],[33,1]],'05xx',[[70,1]],'tearing',[[8,1],[38,2]],'differences',[[30,1],[78,1],[80,1]],'horizontal',[[54,1],[75,1],[81,9],[83,1],[70,1]],'discarding',[[56,1]],'j2x@to',[[80,1]],'representations',[[62,1]],'colorburst',[[81,6]],'percents',[[27,1]],'duration',[[33,1]],'unique',[[26,1],[73,1]],'care',[[62,1],[78,1],[80,1]],'impa',[[63,1]],'displays',[[46,2],[54,1],[62,3],[16,1],[51,1],[26,1],[8,1],[12,1],[52,3]],'code',[[6,2],[53,2],[58,24],[15,1],[8,3],[43,3],[3,6],[62,16],[80,10],[70,2],[51,4],[78,2],[55,4],[7,2],[13,1],[73,4],[69,2],[16,1],[67,2],[52,13],[10,2],[57,38],[64,3],[77,3],[14,1],[12,1],[56,6]],'007bh',[[77,1]],'believed',[[80,1]],'400f',[[78,4]],'captures',[[51,1],[31,1]],'pack',[[64,1],[60,1]],' below',[[78,1]],'addresshigh',[[62,4]],'render',[[81,7],[37,1],[38,1],[6,1]],'abstract',[[63,1]],'jams',[[80,1]],' multiple',[[81,1]],'attrib',[[83,1]],'bit1',[[73,2]],'waits',[[10,1]],'|commands|port0|port1|port2|',[[73,1]],'rpg',[[64,1],[50,1]],'intellivision',[[77,1]],'downloading',[[63,1]],'processing',[[35,1],[37,1],[53,1],[79,2],[14,1],[63,1],[36,1]],'improves',[[13,1],[14,1]],'leftbracket',[[62,1]],'fast',[[68,2]],'feb',[[81,2]],'org',[[61,1],[60,1],[68,5]],'unchanged',[[62,3]],'lsb_first',[[15,1]],'stripping',[[57,1]],'1ch',[[77,1]],'wired',[[80,1]],'loses',[[65,1]],'for',[[22,2],[56,14],[27,1],[33,5],[20,2],[6,4],[68,7],[75,3],[8,10],[9,2],[38,9],[63,7],[66,1],[82,4],[32,2],[61,21],[78,38],[76,2],[7,1],[1,2],[13,9],[74,1],[52,17],[4,4],[57,15],[64,22],[5,12],[19,6],[26,10],[49,3],[14,22],[59,3],[36,2],[54,3],[35,7],[18,6],[53,2],[60,3],[58,2],[15,13],[42,4],[81,62],[2,2],[43,18],[3,9],[44,1],[45,1],[62,46],[80,38],[25,4],[51,8],[70,16],[55,5],[84,7],[73,8],[41,4],[50,19],[16,10],[21,4],[69,4],[28,1],[31,2],[65,6],[67,4],[24,4],[79,1],[10,11],[30,8],[77,17],[11,6],[12,4]],'relocate',[[77,1]],'even',[[81,4],[38,1],[3,1],[62,12],[80,8],[61,2],[64,1],[70,1],[49,1],[77,1],[26,1],[78,2],[14,3],[55,2],[20,1]],'splitting',[[61,1]],'prioritized',[[81,4]],'revolutionary',[[18,1]],'ks7017',[[5,1]],'reached',[[54,2],[81,1],[64,2],[52,1]],'myimage',[[62,1]],'extended',[[3,2]],'recommend',[[81,1]],'throughout',[[50,1]],'5205',[[77,4]],'reformats',[[18,1]],'swap',[[5,2],[35,1],[53,1],[58,1],[36,1]],'battletoads',[[70,1]],'jsrs',[[56,1]],'waves',[[81,2]],'resulting',[[35,1],[57,1],[68,1]],'oninputend',[[64,1]],'jumping',[[80,4]],'4th',[[73,1],[81,2],[49,1]],'txa',[[80,2]],'parantheses',[[61,1]],'notation',[[61,3]],'|history|',[[81,1]],'inputtable',[[61,1]],'adjust',[[81,1],[6,1]],'powerful',[[18,1],[55,1],[57,1],[8,1],[47,1],[64,2]],' represent',[[78,2]],'configuration',[[49,1],[29,2],[33,5],[8,2],[38,1],[36,2]],'makes',[[62,4],[53,1],[10,1],[57,2],[80,3],[81,2],[55,1],[20,1],[43,1]],'deb',[[52,3],[8,1],[12,1],[6,1]],'stepping',[[12,1],[68,1]],'rarely',[[80,1],[70,1],[56,1]],'simulation',[[62,1]],'blue',[[46,1],[35,1],[57,2],[62,7],[61,1],[23,1],[14,1],[55,3]],'precisely',[[70,1]],'filename',[[22,3],[41,1],[16,1],[15,1],[21,1],[39,1],[8,1],[62,4],[10,1],[25,1],[7,1],[14,4],[11,1]],'bunch',[[50,1],[81,1],[5,1]],'enemy',[[70,19]],'04x0',[[70,1]],' not',[[62,1],[80,1]],'sytem',[[24,1]],' irq',[[75,3],[78,2]],'hardware',[[81,6],[21,1],[67,1],[38,6],[52,1],[62,2],[80,5],[71,2],[77,1],[78,23],[7,1],[1,1],[6,2]],'coding',[[61,1],[51,1]],'tenten',[[50,6]],'rounder',[[38,1]],'boundary',[[62,1],[80,20]],' 48',[[78,1]],'ftp',[[63,1]],'arriving',[[78,1]],'changelog',[[6,1],[16,1],[15,1],[17,1],[8,1],[9,1],[3,5],[4,1],[10,1],[5,1],[14,1],[7,1],[13,1],[11,1],[12,1]],'|bits',[[78,2]],' 00',[[80,1]],' random',[[78,1]],'usually',[[68,3],[80,3],[69,2],[58,1],[70,3],[77,1],[78,2],[55,2]],'mc650x',[[80,1]],'128d',[[80,1]],'backgrounds',[[30,2],[81,1],[23,1]],'adapter',[[24,2],[33,1]],'sometimes',[[62,1],[81,2],[50,1],[30,1],[80,3],[78,1]],'r6502',[[80,1]],'|scanline',[[81,1]],'limits',[[81,2],[68,2],[5,1]],'approx',[[14,1]],' mega',[[43,1]],'hertz',[[62,5],[77,1]],'form',[[62,2],[52,3],[81,3],[61,1],[77,1],[26,1],[55,1],[84,1],[73,2]],'evaluates',[[64,4],[81,1],[52,1]],' al',[[80,3]],'part',[[79,2],[68,3],[50,2],[64,1],[58,1],[74,1],[80,4],[81,3],[65,1],[55,1],[84,4],[52,1]],'argment',[[14,1]],'microprocessor',[[80,1]],'getcyclescount',[[62,1],[6,1]],'active',[[35,1],[81,1],[58,1],[31,1],[43,7],[52,1],[62,1],[10,1],[80,1],[78,1],[7,1],[14,2],[11,2],[12,1]],'automatic',[[62,1],[14,1],[7,1],[21,2],[78,1],[52,1]],'shu',[[14,1]],'flattering',[[81,1]],'586',[[6,1],[5,1]],'pipelines',[[81,2]],'getplaybacktarget',[[62,1]],'synchronized',[[52,1]],'prevented',[[8,1],[12,1]],'blossom”',[[50,1]],'type',[[46,1],[50,1],[21,1],[58,1],[8,2],[52,6],[62,8],[43,2],[61,1],[78,3],[7,1],[13,1],[55,1],[73,4]],'converter',[[26,1],[14,1],[67,1],[16,1],[78,4]],' izumi',[[78,1]],'enthusiast',[[78,1]],'oring',[[13,1]],'closed',[[30,1],[16,1]],'features ',[[68,1]],'champion',[[3,1]],'install',[[62,1]],'escape',[[62,1],[14,1]],'debugger',[[46,1],[56,4],[68,1],[12,2],[58,4],[15,3],[8,3],[9,1],[3,4],[62,8],[51,2],[55,1],[13,1],[1,1],[84,2],[69,3],[16,4],[52,14],[4,2],[10,4],[57,1],[5,3],[23,2],[14,3],[11,2],[6,7]],'wheel',[[52,1],[56,1],[6,1]],'delgamegenie',[[62,2],[10,1]],'vtog',[[75,1]],'free',[[34,1],[53,1],[37,1],[50,1],[60,1],[16,1],[68,1],[42,1],[17,1],[81,1],[39,1],[48,1],[8,1],[65,1],[3,1],[44,1],[57,1],[32,1],[83,1],[71,1],[12,1]],'helpful',[[57,1],[50,1]],'describe',[[78,3]],'researching',[[80,1]],'cycles|',[[81,1]],' generally',[[81,1]],'convience',[[81,1]],'methods',[[62,2],[80,1]],' savestates',[[18,1]],'limitation',[[38,1]],'deal',[[61,1],[71,1],[63,1],[6,1]],'represents',[[62,1],[35,1],[57,1],[58,1],[78,1],[55,1],[43,2]],'bak',[[39,1]],'pertain',[[78,1]],' sha',[[80,2]],'complimentery',[[81,1]],'resembles',[[50,1]],'hadn',[[56,1]],' description',[[75,6],[80,5]],'getemuscreen',[[62,4]],'concepts',[[1,1],[66,1],[81,1]],'newer',[[3,1]],'types',[[21,4],[75,1],[63,1],[24,2],[62,1],[4,1],[10,1],[57,1],[64,1],[78,2],[49,1],[80,2],[20,1],[73,3]],'ipad',[[2,1]],'prescale2x',[[38,3]],' triangle',[[78,3]],'distinquished',[[80,1]],'update',[[54,2],[18,1],[50,1],[68,1],[74,3],[52,1],[62,1],[43,3],[10,1],[77,1],[78,3],[7,3],[13,3],[55,1],[56,2]],'aki',[[80,1]],'simulate',[[35,1]],'polls',[[62,1]],'disk',[[24,32],[62,2],[27,6],[33,1],[73,5],[21,1],[19,2],[31,1],[12,1],[20,1]],'fcs',[[73,1],[75,3],[31,1],[74,1],[16,1],[72,1]],'undesired',[[65,2]],'kage',[[8,1]],'5ff7',[[77,2]],'bvs',[[80,2]],'176',[[8,1]],'whitespace',[[50,1]],'revision',[[80,11]],'copyright',[[77,3],[80,1]],'overflows',[[80,3]],'unused',[[53,1],[10,1],[57,6],[80,1],[70,1],[78,2],[75,2],[8,1],[6,1]],' rra',[[80,7]],'dcfb',[[80,1]],'w0fvb',[[80,1]],'kind',[[81,1],[80,2],[50,4],[52,1]],' data',[[80,6]],'dd05',[[80,4]],'intact',[[81,1]],'pulled',[[81,1]],'accessable',[[81,1]],'faults',[[9,1]],'checking',[[62,1],[33,1],[57,1],[64,1],[14,1],[11,1],[38,3]],'musical',[[78,1]],'dd08',[[80,2]],'demonstrate',[[81,1]],'passage',[[68,1]],'2007 ',[[70,1]],'with',[[22,3],[46,1],[27,2],[33,3],[12,3],[20,4],[56,6],[68,5],[75,1],[48,1],[8,11],[9,3],[38,2],[63,3],[66,1],[72,3],[32,2],[61,11],[71,2],[78,18],[82,3],[76,1],[7,1],[1,1],[13,5],[34,1],[74,1],[47,1],[52,11],[4,1],[57,11],[64,6],[83,1],[5,3],[19,2],[0,1],[26,6],[14,4],[49,2],[59,2],[36,1],[54,1],[35,2],[18,2],[37,1],[53,3],[58,2],[15,2],[42,1],[60,3],[81,31],[2,1],[40,1],[3,8],[43,11],[29,1],[44,1],[45,1],[62,21],[25,1],[51,3],[70,8],[80,30],[55,5],[84,7],[73,8],[41,2],[50,7],[16,2],[21,7],[69,1],[17,1],[28,3],[31,1],[39,2],[65,4],[67,6],[24,5],[79,1],[10,8],[30,2],[77,2],[23,1],[11,8],[6,9]],'arbitrary',[[43,2]],'want',[[46,1],[81,1],[33,1],[60,2],[58,2],[38,1],[52,1],[43,3],[62,8],[57,1],[80,2],[61,1],[64,3],[49,1],[55,1],[13,1],[84,1],[56,2]],'numpad3',[[62,1]],'1a00',[[70,1]],'04cx',[[70,1]],'0x7fff',[[84,1]],'ways',[[73,1],[35,1],[37,1],[57,1],[61,1],[81,1],[65,1],[56,1]],'maskable',[[78,2],[70,1],[52,4]],'getscore',[[64,1]],'reside',[[70,2]],'topmost',[[80,2]],'counting',[[62,1],[5,1],[81,1],[77,2],[78,5],[52,1]],'rp2c03',[[5,1]],'resume',[[52,1],[26,1],[7,4],[30,1],[6,1]],'segfault',[[8,3],[16,1]],'speedruns',[[3,1],[26,2],[68,7],[47,1],[66,2],[70,1]],'stored',[[74,1],[75,4],[31,3],[67,2],[43,3],[62,4],[52,1],[80,3],[30,1],[77,1],[70,1],[14,2],[13,2],[84,1],[73,3]],'reverses',[[62,1]],' kentaro',[[78,1]],'overclock',[[37,1]],'calculated',[[24,1],[80,1],[78,5],[52,1]],'character',[[62,1],[55,1],[50,3],[84,2],[70,3],[73,1]],'readme',[[80,1],[5,2]],'alternative',[[58,1]],'ishihara',[[78,1]],'showfps',[[8,1]],'specifies',[[22,5],[62,4]],' details',[[81,1]],'ebook',[[22,1],[54,1],[37,1],[21,1],[49,1],[51,1],[0,1],[28,1],[7,1],[55,1],[72,1]],'rename',[[30,1],[16,1],[52,1]],'2eff',[[70,1]],'tells',[[62,1],[57,1],[60,1]],'goes',[[62,1],[81,1],[80,2],[64,1],[16,1],[78,2],[70,1],[77,2]],'pbrate',[[77,2]],'t2p9d`pyd`',[[80,1]],'roms',[[22,2],[18,1],[50,1],[30,1],[16,1],[57,1],[7,3],[31,2],[8,1],[11,1],[6,3]],'&a%_',[[80,2]],'xmouse',[[62,1]],'onsegmentend',[[64,1]],'6000h',[[77,1]],'output',[[6,1],[56,1],[62,1],[81,5],[25,1],[70,2],[78,26],[31,1],[8,1],[9,1],[36,1]],'1st',[[46,2],[81,1],[77,1],[70,1],[73,3]],'luapack',[[60,1]],'passes',[[13,1]],'si_none',[[73,2]],'c16',[[80,2]],'treats',[[62,1]],'knowing',[[65,1]],'dwedit',[[11,1]],'bytes ',[[70,11]],'0320',[[70,1]],'refresh',[[78,5],[12,1],[14,4]],'immediately',[[62,6],[81,2],[10,1],[64,1],[58,1],[70,1],[78,4],[39,1],[13,1],[55,1]],'legal',[[80,1]],'drag',[[10,1],[14,2],[13,1],[50,2],[11,1],[43,1]],'epub',[[50,1],[39,1],[2,1],[48,1],[65,1],[62,1],[44,1],[57,1],[32,1],[23,1],[14,1],[1,1],[56,1]],'part2',[[84,1]],'007c',[[77,1]],'copied',[[81,1],[80,5],[48,1],[50,1]],'mmc1',[[5,1]],'faster',[[70,1],[10,1],[18,1],[25,1],[38,1]],'noise',[[36,1],[62,1],[13,3],[8,1],[78,31],[5,1]],'comprehend',[[62,1],[80,1]],'obviously',[[83,1],[80,1]],'unpredictable',[[81,1],[80,3]],'numpad8',[[62,1]],'inputdisplay_for_selection',[[8,1]],'below',[[43,1],[75,1],[80,7],[61,1],[78,1],[52,5]],'keyrecording1',[[64,1]],'werefolf',[[9,1]],'tobitstring',[[6,1]],'should',[[35,1],[33,1],[50,7],[60,1],[81,7],[15,2],[75,1],[65,1],[38,3],[52,1],[3,1],[62,4],[10,1],[57,1],[61,1],[64,6],[77,11],[49,1],[78,2],[80,6],[83,1],[55,2],[73,3]],'intensify',[[9,1]],'reverted',[[13,1]],'allows',[[46,1],[35,1],[18,1],[27,1],[33,3],[37,1],[68,1],[38,1],[40,2],[43,2],[62,1],[32,1],[61,1],[25,1],[51,5],[55,4],[34,1],[41,1],[50,1],[52,3],[30,3],[64,1],[23,1],[59,2],[56,1]],'situation',[[41,1],[32,1],[50,1],[49,2]],'equipment',[[33,1]],'redesigned',[[47,1]],'quality',[[36,3],[14,1]],'refer',[[62,2],[61,1],[58,1],[70,4]],'3fff ',[[70,1]],'clocked',[[78,11]],'resize',[[10,1]],'operating',[[3,1],[37,1],[67,1],[21,1]],'049x',[[70,1]],'%1d',[[73,2]],'acknowledge',[[80,8]],' nop',[[80,19]],'experimental',[[13,2],[47,1]],'wch',[[8,2],[6,1]],'chrr',[[75,2]],'sent',[[81,1],[60,1],[50,1],[78,4],[43,1]],'aaaa',[[52,4]],'aop',[[80,1]],'safe',[[7,1],[30,1],[50,1],[43,1]],'nesten',[[3,1]],'sources',[[81,1],[78,1],[80,3]],'sequences',[[8,1],[78,9]],'wraps',[[83,3],[80,1]],' fetch',[[80,78]],' pointer',[[80,10]],'capslock',[[62,1]],'aid',[[81,1],[65,1],[69,1],[50,1]],'abandoned',[[3,1]],'truncating',[[9,1]],'adjustments',[[35,1]],'fetching',[[81,2],[80,1],[82,1],[52,1]],'technically',[[69,1]],'between',[[35,1],[27,1],[33,1],[68,1],[81,7],[15,1],[82,1],[62,4],[57,1],[32,1],[30,1],[64,2],[70,1],[23,1],[51,1],[77,1],[78,5],[80,9],[83,1],[12,1]],'skipping',[[30,1],[15,1],[14,1]],'delete',[[52,1],[62,1],[43,2]],'pspfceultra',[[3,1]],'qfox',[[3,1],[61,1]],' |_____|_____|',[[70,2]],'utfconverter',[[13,1]],'determined',[[81,1],[80,1],[77,3],[73,1]],'typical',[[81,1],[70,1]],'2003',[[75,2]],' only',[[78,1]],' where',[[81,1],[78,2]],'mario',[[70,3]],'job',[[38,1]],'1fff ',[[70,1]],'implementation',[[59,1],[10,2],[81,1],[5,1]],'prefixes',[[46,1]],'rotated',[[80,1]],'crossing',[[80,11]],'won',[[56,1],[62,6],[33,1],[37,1],[50,1],[16,1],[58,1],[80,1],[83,1],[55,1],[8,1],[43,1]],'`je',[[80,1]],'whether',[[22,4],[56,5],[57,8],[50,2],[62,3],[64,7],[70,1],[5,1],[26,1],[39,2],[8,1],[52,1]],'luke',[[3,1]],'horrible',[[81,1]],'7fff',[[75,1],[77,1],[9,1],[43,1]],'music',[[50,1],[77,12],[70,3],[78,1]],'rom',[[22,8],[11,3],[18,2],[53,2],[56,1],[58,7],[15,1],[81,2],[75,1],[2,1],[8,5],[66,4],[43,2],[3,1],[62,11],[32,2],[61,2],[80,1],[70,4],[7,6],[13,3],[1,1],[55,21],[73,1],[84,6],[41,4],[50,3],[16,2],[21,2],[69,12],[31,4],[65,1],[67,8],[52,18],[24,4],[4,1],[10,1],[30,11],[57,27],[77,1],[5,3],[26,2],[14,9],[20,1],[6,2]],'freezing',[[43,2],[61,1],[14,2]],'ideal',[[68,1],[78,1]],'guide',[[73,1],[68,1],[70,2],[42,5],[19,5],[66,2],[43,1]],'tune',[[77,22],[27,2],[57,1]],'cope',[[80,1]],'dff6',[[52,1]],'bounds',[[8,1],[11,2]],'evaluate',[[61,2],[52,1]],'failattempts',[[64,1]],'patched',[[21,1]],'circuit',[[81,1],[28,1]],'school',[[67,1]],'cheat',[[18,2],[68,1],[69,2],[58,4],[42,2],[31,1],[8,4],[43,27],[44,2],[10,9],[45,2],[30,1],[70,3],[55,2],[11,1],[12,1]],'visually',[[51,1]],' 050',[[78,1]],'enhancements',[[3,1],[81,1],[18,4],[16,1],[15,1],[14,2],[13,3],[11,1],[12,1]],'core ',[[76,1]],'bullets',[[65,1]],'perfecting',[[26,1]],'77ac',[[73,1]],'irql',[[75,1]],'cmp',[[80,21]],'currently',[[34,1],[35,2],[33,1],[41,1],[74,1],[81,2],[75,1],[67,1],[82,1],[43,2],[52,3],[62,7],[10,1],[30,1],[64,1],[70,1],[77,1],[78,6],[26,2],[14,2],[55,1],[6,1]],'calculate',[[81,1],[80,5]],'fade',[[78,1],[55,1]],'0318',[[80,3]],'higher',[[35,1],[81,1],[80,1],[64,1],[78,1],[75,1],[56,1]],'104',[[81,1]],'submitdeleteframes',[[62,1]],' other',[[81,1]],'320x239',[[62,1]],' enemy',[[70,2]],'formatted',[[50,1]],'intervals',[[77,1]],'both',[[81,4],[18,2],[33,3],[50,1],[21,1],[8,1],[38,1],[43,1],[24,1],[52,1],[10,1],[57,2],[63,1],[77,3],[78,6],[5,1],[49,1],[80,9],[82,1],[14,1],[55,2],[12,1],[56,2]],' cmos',[[80,7]],' 0be',[[78,1]],'miscellaneous',[[73,1]],'rerecording',[[3,5],[44,1],[10,1],[18,2],[45,1],[68,1],[26,2],[28,2],[2,1],[55,1],[11,1],[12,1]],'check',[[35,1],[33,1],[67,2],[39,1],[38,2],[52,1],[62,2],[10,1],[80,1],[64,1],[51,1],[14,1],[7,1]],'doing',[[62,4],[81,1],[80,1],[64,2],[77,1],[15,1],[55,2],[14,1]],'blocks',[[77,1],[70,3],[78,1]],'big',[[62,1],[14,2],[50,2],[64,2],[6,1]],'braces',[[61,1]],'activity',[[55,1],[80,1],[6,1]],'custom',[[62,2],[35,4],[27,2],[53,1],[57,1],[81,1],[14,1],[7,2]],'important',[[81,1],[68,1],[55,1],[64,1]],'abstraction',[[63,1]],'8bit',[[62,2]],'vars',[[64,1]],'drawn',[[54,1],[53,1],[57,2],[50,1],[81,3],[13,1],[82,1]],' 07f',[[78,1]],'mem',[[81,4]],'welcome',[[1,1]],' by',[[26,1],[77,1],[23,2]],' isb',[[80,7]],'%xh`',[[80,1]],'rerecordcount',[[62,1],[73,1],[14,1]],'amount',[[36,1],[81,3],[18,1],[80,2],[58,1],[70,1],[78,2],[38,2],[56,2]],'nesting',[[8,1],[56,1]],'bi&',[[80,4]],'ing',[[51,1]],' cpu',[[78,1]],' si_none',[[73,2]],'droradc',[[80,2]],'gamepads',[[33,1],[73,1]],'cpu',[[53,2],[18,1],[37,1],[81,12],[75,3],[8,1],[52,8],[62,6],[79,2],[10,1],[80,6],[70,6],[78,8],[13,3]],'idc',[[57,1]],'link',[[6,1],[8,1],[5,1]],'w0dn',[[80,1]],'t%_87',[[80,2]],'~60',[[12,1]],'14915',[[78,1]],'taking',[[62,1],[59,1],[81,2],[80,2],[78,1]],'application',[[61,1],[62,1],[64,1]],' 60',[[78,1],[80,1]],'binding',[[15,1]],'57%',[[78,1]],' again',[[70,1]],'unsigned',[[62,3],[44,1],[45,1],[43,2],[61,1],[80,3],[52,1]],'eval',[[64,3]],'assisted',[[3,1],[68,13],[64,1],[70,1],[26,3],[2,1],[8,1],[47,1],[66,2]],'room',[[62,1]],'3fff',[[81,1]],'paying',[[81,1]],'programmable',[[78,11]],'final',[[78,1],[25,1],[28,1]],'magenta',[[62,1]],'creation',[[78,1],[18,1],[61,1],[64,1],[15,1],[73,1]],'asl',[[80,6]],'define',[[62,1],[75,1],[27,1],[50,1],[7,1]],'mpby',[[75,1]],'oddities',[[80,1]],'chosen',[[52,1]],'startup',[[22,1],[18,1],[57,1],[30,1],[64,1],[15,1],[14,1]],'choice',[[30,1],[62,2],[81,1]],' complete',[[80,1]],' 256 ',[[70,4]],'lists',[[80,1]],' opcode',[[13,1],[80,2]],'fd%j',[[80,1]],'|ppu',[[81,3]],'build',[[3,1],[4,3],[50,1],[16,2],[15,3],[7,1],[13,1],[8,2],[14,2]],'16k',[[52,3]],'04fx',[[70,1]],'entries',[[81,3]],'feed',[[81,2]],'resets',[[62,2],[43,1],[78,1],[52,1]],'mails',[[63,1]],'rgb32',[[62,1]],'status',[[22,5],[53,1],[54,3],[41,4],[81,3],[75,2],[39,1],[52,2],[62,4],[10,1],[80,3],[30,1],[70,1],[78,17],[26,4]],'expertise',[[78,1]],'was',[[6,2],[56,1],[18,1],[68,3],[81,17],[58,1],[8,2],[9,1],[43,5],[3,22],[44,1],[45,1],[62,7],[61,1],[80,10],[70,1],[78,4],[55,3],[13,2],[73,6],[41,11],[50,1],[16,5],[17,1],[28,1],[67,1],[47,1],[52,2],[24,6],[10,2],[57,12],[30,1],[64,1],[77,1],[26,1],[14,3],[12,1],[20,1]],'dd0e',[[80,8]],'identified',[[73,1]],'nmi',[[52,2],[81,2],[80,18],[78,1],[70,1]],'simulated',[[62,1]],'progression',[[62,1]],'agrees',[[82,1]],'selected',[[24,1],[44,1],[10,2],[50,3],[80,1],[81,8],[26,2],[48,1],[8,1],[43,5]],'loc',[[80,3]],'zip',[[22,2],[35,1],[10,1],[21,4]],'outlet',[[69,1]],'brings',[[43,1],[62,2],[70,1],[41,1],[9,1],[6,1]],'flow',[[61,2]],'drawline',[[62,1]],'overview',[[46,1],[0,1],[2,1],[1,1],[65,2],[77,1]],' once',[[26,1],[20,1],[77,2]],'html',[[62,2],[73,1],[27,1],[68,3],[61,3],[78,1],[8,1],[63,1],[52,1]],'combinations',[[64,1],[81,1],[80,4]],'d011',[[80,2]],'divider',[[78,3]],'sq2',[[78,10]],'getpath',[[5,1]],'paint',[[61,1],[62,4],[50,1]],'everything',[[62,1],[81,1],[57,1],[68,1],[64,1],[80,1],[56,2]],'240hz',[[78,3]],'clears',[[80,3]],'ines',[[75,1],[8,1],[21,4],[52,4]],'website',[[50,3]],'000c',[[77,1]],'eyebrows',[[81,1]],'rip',[[77,1],[57,1]],'drivers',[[8,1],[80,1]],'romfreezecolor',[[13,1]],'destination',[[80,1],[25,1],[57,2]],'private',[[57,1]],'fceultra',[[3,1]],'use',[[22,1],[46,3],[27,1],[33,7],[68,4],[11,1],[6,1],[75,1],[48,2],[8,3],[38,1],[63,1],[32,1],[61,2],[78,1],[7,1],[13,1],[1,2],[34,1],[52,8],[57,2],[64,5],[49,1],[59,3],[14,1],[36,1],[35,2],[53,2],[60,2],[81,7],[58,1],[15,1],[43,5],[3,2],[62,16],[80,15],[25,1],[51,1],[70,5],[55,2],[84,2],[50,13],[69,1],[16,1],[31,1],[65,5],[67,3],[10,2],[30,1],[77,6],[12,1],[56,4]],'p40',[[62,1]],'wealth',[[69,1],[68,1]],'reserved',[[70,2],[80,1]],'visible',[[84,1],[38,1],[52,1]],'add',[[35,1],[33,1],[50,3],[81,2],[16,3],[58,3],[8,4],[63,1],[52,8],[43,3],[10,1],[80,13],[77,1],[51,1],[7,1],[55,1],[84,1]],'selection',[[81,2],[10,1],[50,19],[80,2],[8,1],[9,4]],'uncompressed',[[18,1]],'considered',[[62,1],[81,3],[61,1],[73,2]],'existence',[[78,1],[65,1]],'behaves',[[80,1]],'renamed',[[84,1]],'fceuxd',[[3,8],[28,1],[2,1],[67,1],[6,1]],'occurs',[[81,3],[78,2],[80,9]],'9_s8',[[80,1]],'6502_cpu',[[80,2]],'roll',[[7,1]],'pane',[[62,1],[8,1]],'gdoverlay',[[62,3]],'determine',[[62,1],[81,3],[50,4],[64,3],[77,3],[78,1],[56,1]],'r0j0`fd%j',[[80,1]],'yresolution',[[7,1]],'customizing',[[23,2],[14,1]],'american',[[24,1]],'mmc5',[[81,2],[77,7],[16,3],[5,2],[17,1],[70,1],[6,1]],'fatal',[[80,1]],'upgrade',[[16,1]],'player3',[[73,1]],'fractions',[[16,1],[68,1]],'portions',[[64,1],[81,1],[9,1]],'impossible',[[56,1],[50,1]],'tbl4',[[61,3]],'highly',[[64,2]],'trace',[[6,1],[56,6],[84,1],[69,2],[8,2],[52,2],[3,1],[4,1],[57,1],[5,1],[23,1],[51,1],[14,1],[7,1],[13,1],[12,1],[11,2]],'speedup',[[8,1],[67,1]],'again',[[3,2],[24,1],[57,1],[50,1],[61,1],[62,3],[64,1],[80,4],[81,3],[13,2],[12,1],[56,1]],'bugs',[[11,1],[12,1],[10,3],[14,1],[18,1],[16,1],[5,1],[7,2],[13,1],[8,2],[9,2],[6,2]],'sides',[[22,2],[24,6],[27,1],[50,1],[70,2],[14,1],[38,2]],'they',[[54,2],[81,7],[68,1],[8,1],[62,2],[44,1],[80,9],[61,1],[70,2],[78,1],[13,1],[84,1],[50,1],[69,1],[21,1],[16,1],[31,1],[65,3],[67,1],[52,1],[57,4],[64,1],[77,2],[11,1],[56,2]],'wav',[[25,8]],'prefix',[[46,3],[84,1],[52,1]],'basically',[[81,3],[55,1],[64,1],[50,1]],'defined',[[60,1],[50,2]],'opposite',[[62,3],[57,1],[80,1],[64,1]],'dir',[[15,1]],'07xx',[[70,1]],'lastkey2',[[64,1]],' tmnt',[[70,1]],'tya',[[80,1]],'operand',[[80,6]],'handakuten',[[50,4]],'zenity',[[16,1]],'logger',[[6,2],[53,2],[55,1],[56,9],[69,4],[84,1],[8,2],[52,3],[3,2],[4,1],[57,15],[5,1],[23,1],[51,2],[14,1],[7,2],[13,1],[12,2],[11,2]],'resources',[[62,1],[68,1],[69,1],[63,1],[70,1]],'vector',[[80,11],[63,1],[52,8]],'present',[[54,1],[81,4],[57,1],[77,1],[73,1]],'9fff',[[57,1]],'j2rb',[[75,1]],'run',[[37,1],[60,7],[68,2],[65,3],[67,1],[82,1],[38,2],[52,7],[3,2],[62,7],[80,9],[30,1],[61,2],[64,4],[49,1],[51,1],[14,2]],'inverting',[[78,1]],'redundant',[[12,1],[73,1]],'4006',[[78,3]],'clear',[[73,1],[81,1],[33,3],[50,1],[8,1],[82,1],[52,2],[62,4],[40,2],[57,2],[80,9],[77,4],[6,1]],'smooth',[[81,1]],' set',[[80,1]],'create_avi',[[5,1]],'xii',[[80,2]],'1100000000000000',[[82,1]],'usability',[[3,1],[8,1],[11,1],[12,1]],'packaged',[[28,1],[67,1]],'during',[[24,2],[81,18],[10,2],[37,1],[50,1],[16,2],[57,1],[78,2],[80,5],[26,3],[8,1],[38,1]],'profiling',[[52,1]],'10x1',[[80,1]],'kh%&1',[[80,1]],' xx',[[80,1],[55,1]],'hitboxes',[[65,1]],'graphical',[[3,1],[59,1],[81,4],[63,1]],'unless',[[24,2],[56,1],[62,5],[50,1],[30,1],[73,3],[78,1],[80,1],[81,2],[26,1],[31,1],[52,2]],'ror',[[80,21]],'playbeginning',[[62,1],[14,1]],'popped',[[81,1]],'127',[[62,5],[80,1]],'forceful',[[62,1]],'followed',[[73,2]],'life',[[65,1],[69,1],[43,1]],'complex',[[81,1],[80,1]],'includes',[[62,2],[53,1],[4,1],[41,1],[79,1],[16,1],[15,1],[76,1],[14,2],[13,1],[8,1],[63,1]],'bypassed',[[36,1]],' khorton@iquest',[[77,1]],'input',[[22,6],[12,2],[18,2],[33,11],[6,2],[68,1],[15,1],[8,4],[9,1],[62,23],[29,1],[61,7],[70,1],[78,3],[7,2],[13,1],[73,17],[74,1],[16,3],[31,4],[65,2],[47,1],[10,8],[30,11],[64,4],[5,3],[19,1],[26,3],[49,1],[14,1],[20,1],[36,1]],' changes',[[18,1]],'particular',[[35,1],[53,1],[50,1],[81,3],[77,1],[78,1],[26,2],[8,1],[52,1]],'resetinstructionscount',[[62,1],[6,1]],'prefer',[[38,1],[56,1]],'minimal',[[18,1]],' 32',[[75,2],[70,1],[77,3]],'text',[[18,2],[60,1],[68,1],[15,1],[42,2],[8,2],[38,1],[43,2],[3,1],[62,4],[61,2],[7,2],[1,1],[55,3],[84,2],[73,11],[50,40],[16,1],[65,2],[52,3],[77,5],[5,1],[23,3],[26,1],[14,3],[11,1],[56,3]],'00000011',[[82,1]],'indiana',[[9,1]],' 8160',[[70,1]],'clocks',[[81,3],[78,2]],'mulitple',[[70,1]],' playback',[[78,1]],'devices',[[73,3],[5,1]],'preparations',[[80,3]],'part3',[[84,1]],' a13',[[81,1]],'codes',[[52,1],[80,2],[30,2],[58,4],[69,1],[51,2],[67,2],[43,1]],'minus',[[62,1],[75,1],[81,2],[77,2],[78,1]],' over',[[2,1]],'editing',[[62,2],[18,1],[68,1],[69,3],[23,1],[26,1],[7,1],[55,3],[8,2],[65,1],[73,1]],'metadata',[[26,5],[18,1],[14,1],[41,4]],'management',[[59,1],[18,1],[80,1]],'5x5',[[62,2]],' bigbad',[[35,4]],'uint8',[[75,3]],'caveat',[[77,2],[81,2]],'such',[[46,1],[81,1],[33,2],[37,2],[68,3],[75,1],[66,1],[63,1],[43,3],[3,5],[62,6],[61,1],[70,4],[78,2],[1,1],[13,1],[84,1],[41,1],[50,1],[69,2],[31,2],[65,1],[67,1],[52,4],[57,2],[30,2],[64,3],[26,1],[59,1],[14,2],[11,3],[56,1]],'quite',[[62,1],[81,1],[80,3],[70,1],[56,1]],'cur',[[78,1]],'brightness',[[35,1],[28,2],[81,1]],'report',[[10,1],[80,1]],'force',[[35,1],[61,1],[78,1],[7,1],[8,1],[38,2],[36,1]],'writes',[[81,1],[10,1],[80,2],[64,1],[77,2],[78,3],[55,1],[82,1]],'~50',[[12,1]],'performance',[[68,1],[9,1],[37,1]],'fffe',[[80,3],[70,1],[52,1]],'efficiency',[[8,1]],'144',[[64,1]],'eliminates',[[59,1]],'assembler',[[3,1],[84,1],[52,4]],'2xx',[[77,1]],'164',[[8,1]],'stopping',[[62,2],[6,1]],'strobed',[[81,1],[78,1]],' |09',[[78,1]],'adc',[[80,22]],'8th',[[81,1],[80,2]],'removing',[[81,1],[57,1],[8,1],[9,1]],'ora',[[80,9]],'accurately',[[81,1]],'pix',[[70,2]],'scanlines',[[54,1],[81,9],[37,4],[14,3],[52,3]],'pattern',[[17,1],[53,2],[62,1],[81,21],[70,2],[49,7]],' there',[[41,1],[80,1],[77,1],[78,1],[83,1]],'pick',[[16,1],[10,1],[5,1]],'numpad7',[[62,1]],'fulscreen',[[8,1]],'loading',[[46,2],[6,2],[18,1],[33,1],[68,2],[8,4],[9,1],[62,3],[78,1],[7,2],[13,1],[73,1],[16,2],[21,1],[39,1],[52,1],[10,5],[30,1],[77,1],[19,1],[26,5],[59,1],[14,2],[11,1],[12,1]],'0x60',[[80,1]],'190',[[4,1]],'numpad',[[62,5],[16,1]],'backwards',[[62,3],[75,1],[65,1],[13,1]],'construct',[[59,1]],'dualcore',[[14,1]],'stick',[[77,1],[70,1]],' enable',[[78,5]],'load',[[22,4],[35,2],[18,3],[46,4],[15,2],[43,3],[62,6],[32,3],[61,11],[80,5],[78,8],[7,1],[13,1],[55,1],[41,3],[50,4],[21,2],[28,1],[31,1],[39,3],[65,3],[67,1],[52,3],[24,1],[10,2],[57,1],[30,5],[64,1],[77,11],[5,1],[26,1],[14,1],[11,4],[20,4]],'slight',[[28,1],[30,1],[9,1],[38,1]],'synchronize',[[78,1]],' 1993',[[80,1]],'0900',[[70,1]],'applications',[[26,1],[80,2],[61,1],[66,1],[63,3],[36,1]],'prevent',[[81,1],[37,1],[16,1],[15,1],[52,1],[62,2],[4,1],[10,1],[61,1],[64,1],[80,1],[14,2],[55,1]],' anc',[[80,1]],'2011',[[9,1]],'combine',[[80,1],[57,8],[52,1]],'ours',[[80,1]],' whenever',[[55,1],[39,1]],'glitchy',[[36,1]],'zapper',[[62,8],[10,2],[33,8],[7,2],[14,3],[11,1],[73,5]],'restored',[[12,2],[43,1]],'com',[[81,1],[83,2],[71,1],[78,1],[82,2],[47,1],[63,1]],'themselves',[[65,3]],' toggle',[[75,1]],'0fff',[[70,1]],'termination',[[62,1]],'tas',[[18,5],[68,7],[42,2],[65,1],[66,3],[8,3],[47,5],[62,2],[10,1],[70,3],[7,1],[1,1],[6,1]],'errors',[[62,1],[10,1],[61,2],[64,1],[15,1],[51,1],[7,1]],'dropped',[[13,1],[11,1]],' selecting',[[26,1]],'operations',[[62,3],[55,1],[80,10],[63,1],[52,1]],'fetched',[[81,12],[80,9]],'@x&#cey',[[80,1]],' 042x',[[70,1]],'16kb',[[5,2]],' 065',[[78,1]],'average',[[30,1]],'checks',[[57,1],[11,1],[6,1]],'little',[[62,2],[50,1],[13,1],[64,1],[80,1]],'necessary',[[36,1],[62,2],[57,1],[49,1]],'position',[[6,1],[62,6],[18,2],[50,1],[61,1],[73,4],[70,4],[78,1],[14,5],[43,1]],'comma',[[30,1],[62,1]],'getimmediate',[[62,1],[8,1]],'linear',[[62,1],[81,1],[77,1],[78,22]],'generating',[[62,1],[81,1],[77,1],[78,1]],'4020',[[70,1]],' brk',[[80,7]],'`28',[[80,1]],'postings',[[78,1]],' iiiiiiiiiiiii',[[52,1]],'clipboard',[[55,1],[63,1],[50,1]],' attempt',[[77,1]],'aborted',[[15,1]],'ymouse',[[62,1]],'west',[[80,1]],' writing',[[78,1]],'mutually',[[81,1],[78,1]],'now',[[11,8],[81,4],[18,4],[68,1],[15,4],[75,1],[8,11],[43,2],[62,1],[80,2],[61,4],[78,7],[7,4],[13,4],[73,1],[50,1],[16,10],[17,1],[47,1],[52,1],[4,1],[10,4],[64,3],[77,2],[26,2],[14,14],[12,6],[6,1]],'sensitive',[[22,1],[62,2],[61,1],[64,1]],'outlinecolor',[[62,4]],'rewinder',[[65,1]],'built',[[3,1],[60,1],[65,2],[58,2],[9,1]],' generic',[[75,4]],'further',[[3,1],[50,1]],'latency',[[36,1]],'tutorials',[[61,1],[50,1]],'dark',[[57,1],[55,1]],'patient',[[77,1]],'prelim',[[77,1]],'depths',[[62,1]],'silenced',[[78,4]],'zeropage',[[80,6]],'makers',[[68,1]],'1536',[[81,1]],'boxes',[[46,1],[62,1],[10,1],[32,1],[18,2],[50,2],[58,1],[43,1]],'generictips',[[68,1]],' c0',[[80,1]],'ultra',[[3,18],[73,1],[18,1],[74,1],[75,3],[0,1],[26,1],[2,3],[1,1],[48,1],[55,1],[43,3]],'marks',[[84,1],[50,4]],'itself',[[46,1],[62,4],[81,1],[50,1],[80,1],[78,2],[55,4],[65,1],[84,1]],' specifically',[[64,1]],'automagical',[[80,1]],'reaction',[[20,1]],'pathname',[[22,1]],'filebase',[[31,1]],'away',[[62,1],[81,1],[33,1],[80,6],[52,1]],'callback',[[62,29]],'became',[[68,1]],'w_pm`',[[80,1]],'khz',[[78,3]],'working',[[3,1],[6,2],[27,2],[57,2],[62,2],[77,1],[13,1],[8,1],[63,1],[56,1]],'embedded',[[62,1]],'dex',[[80,3]],'involving',[[10,2]],'getup',[[62,1],[11,1]],'quirks',[[61,1]],'setregister',[[62,2],[12,1]],'inclined',[[69,1]],'bare',[[61,1]],'constants',[[73,1]],'ought',[[80,1]],' naturally',[[81,2]],'exists',[[62,1],[81,1],[18,1],[13,1]],'ans',[[1,2],[3,1]],' 15',[[78,1]],'decodes',[[80,1]],'ale',[[81,2]],'corrupted',[[8,1],[10,1],[50,1]],'rewind',[[65,1],[26,1],[41,2]],'m`0@9',[[80,5]],'october',[[80,1]],'fceu98',[[16,1]],'placed',[[62,1],[70,1],[67,1]],'hear',[[78,1]],'finishes',[[81,2],[80,1]],'interpolation',[[38,1]],'patterns',[[81,1],[78,2],[49,1]],'2400|',[[70,1]],'true',[[62,26],[73,6],[60,1],[80,1],[61,3],[64,7],[81,1],[38,1],[52,1]],'pbin',[[75,1]],'cpus',[[67,1]],'21477270',[[77,1]],'occurence',[[81,1]],'4040',[[77,1]],'decision',[[81,1]],'deck',[[24,1]],'compute',[[62,1]],'row',[[81,1],[50,1],[70,10],[23,1]],'gauntlet',[[70,1]],'demos',[[80,1],[51,1]],' try',[[60,1]],'checkbox',[[11,1],[6,1],[33,1],[43,1],[50,3],[52,3],[39,2],[38,1],[36,2]],'turn',[[62,1],[33,1],[32,1],[30,2],[80,1],[26,1],[36,1]],'ane',[[80,5]],'a000',[[77,1],[57,1]],'sram',[[43,1],[16,1],[31,1]],'restore',[[36,1],[52,2],[57,1],[41,3],[16,4],[14,1],[20,3],[40,1]],'properly',[[6,1],[43,1],[57,1],[30,1],[49,1],[14,3],[8,1],[20,1],[12,1]],'easier',[[62,1],[57,1],[68,1],[69,1],[77,1],[70,1],[80,2],[59,1],[65,2],[82,1],[52,1]],'api',[[60,1],[63,1]],'naturally',[[78,1]],'xxff',[[80,1]],' memory',[[81,4]],'xresolution',[[7,1]],'differs',[[73,1]],'might',[[62,3],[50,1],[64,2],[80,3],[70,1],[49,2],[26,1],[84,1],[6,1]],'decrypt',[[58,1]],'mustrollback',[[64,1]],'decimal',[[46,2],[43,1],[80,27],[61,1],[70,1],[75,1],[73,2]],'timestamp',[[74,4]],'tim',[[80,1]],'comprehension',[[81,1]],'fancy',[[61,1]],'undone',[[68,1]],'warning',[[22,1],[62,3],[50,1]],'fading',[[55,1]],'fullest',[[1,1]],'li#v7',[[80,2]],'health',[[64,1]],'simply',[[46,1],[81,3],[18,1],[68,1],[31,1],[48,1],[52,3],[64,3],[77,4],[26,3],[55,2],[20,1],[73,1]],' even',[[80,1]],'deflate',[[21,1]],'utf',[[15,1]],'inservice',[[81,1]],' nsf',[[77,1]],'oam',[[81,7],[4,1]],'style',[[3,1],[24,1],[27,1],[33,1],[62,1],[13,1],[43,1]],'player2',[[17,2],[73,1]],'finished',[[54,1],[62,1],[10,1],[7,1],[75,1]],'manually',[[62,1],[81,1],[33,1],[50,1],[83,1],[26,1],[52,4]],'sophisticated',[[81,1]],'declaring',[[61,1]],'installation',[[50,1]],'beyond',[[25,1],[55,1]],'translating',[[50,2]],'10ff',[[70,1]],'designation',[[52,1]],'advantage',[[26,1],[59,1],[78,1]],'architecture',[[3,1],[53,1],[81,1],[8,1],[78,1]],'overrides',[[24,2],[14,1],[31,2],[67,1],[20,1],[12,2]],'007b',[[77,1]],'undocumented',[[78,1],[80,7]],'designates',[[52,1]],'tries',[[62,1]],'predefined',[[61,2],[62,6]],'redesign',[[7,1]],'scalar',[[10,1]],'113',[[81,1]],'circuitry',[[81,2]],'newname1',[[84,3]],'exec_count',[[62,1]],'puc',[[63,3]],'unit',[[24,1],[53,1],[60,1],[80,1],[81,1],[78,14]],'vd`d2n0l',[[80,1]],' simply',[[70,1]],' square',[[78,7]],'178',[[8,1],[6,1]],'possibilities',[[81,1],[57,1],[18,3],[70,2],[43,7]],'ret',[[55,1]],' asl',[[80,5]],'dumpinput',[[5,1]],'stuff',[[53,1],[81,1],[50,1],[61,4],[64,2],[77,1],[82,1]],'controlling',[[52,2]],'lesser',[[62,1]],' 04bx',[[70,1]],'inputs',[[62,2],[81,1],[33,1],[68,1],[64,2],[16,3],[59,1],[20,1]],'horton',[[77,1]],'option',[[6,3],[35,1],[18,4],[33,3],[37,1],[54,1],[15,3],[56,4],[8,14],[38,5],[62,2],[44,1],[45,1],[7,6],[13,5],[55,1],[41,16],[16,4],[39,1],[52,3],[24,1],[4,1],[10,5],[30,3],[5,3],[14,5],[20,3],[12,1]],'handled',[[10,1],[80,10]],'lagframe',[[62,1]],'nonsense',[[65,1]],'6fff',[[77,1]],'c000',[[57,1],[84,3],[77,2],[70,1]],'lastkey4',[[64,1]],'212',[[5,1]],'key4',[[64,1]],' still',[[77,1]],'most',[[46,1],[54,1],[33,2],[60,1],[68,1],[81,2],[82,1],[43,1],[62,5],[80,9],[70,1],[78,2],[7,1],[55,1],[41,2],[50,3],[21,1],[69,1],[52,1],[4,1],[57,1],[64,3],[49,1],[26,1],[59,1],[20,1],[6,2]],'kbfe_j',[[80,1]],'installed',[[14,1]],'does',[[46,1],[53,1],[54,1],[50,2],[81,5],[58,1],[15,2],[75,1],[38,1],[52,1],[43,3],[62,4],[57,1],[80,19],[30,2],[61,2],[64,2],[70,2],[77,1],[78,2],[14,2],[7,1],[55,1],[73,1]],'galaxian',[[65,1]],'filled',[[58,2]],' load',[[77,2],[78,2]],'redo',[[14,2],[30,1],[41,4],[20,2]],'sev',[[80,2]],'fairly',[[55,1]],'077h',[[77,1]],'slider',[[14,1]],'desyncs',[[26,1],[67,1]],'googlecode',[[3,1]],'001c',[[46,2]],'expensive',[[61,1],[62,1]],'underlaps',[[81,1]],'terminator',[[77,1]],'points',[[62,1],[81,1],[80,3],[64,1],[8,1]],'substituted',[[52,2]],'polled',[[30,1],[49,1]],'``a',[[80,2]],'2006',[[3,4],[75,1],[81,2],[83,1],[82,4]],'items',[[29,3],[41,3],[30,1],[50,1],[69,1],[70,1],[14,5]],' with',[[49,1]],'faintly',[[81,1]],'keys',[[62,4],[73,4],[29,1],[33,2],[61,2],[64,3],[15,1],[14,2],[20,2],[11,2]],'deleted',[[62,5]],'compliment',[[78,2]],'85xx',[[80,1]],'reply',[[83,1],[82,1]],'able',[[62,1],[81,1],[33,1],[10,1],[18,1],[50,2],[78,1]],'energy',[[81,6],[70,4],[43,5]],' you',[[12,1],[81,1],[60,2],[80,3],[30,2],[77,2],[83,1],[23,1],[26,4],[55,2],[20,2],[36,1]],'converts',[[62,1]],'rgp9',[[80,2]],'regardless',[[62,3],[81,5],[78,1]],'relevant',[[75,1],[57,1],[52,1]],'pass',[[62,1],[81,2],[61,1],[77,1],[56,1]],'approximately',[[80,1]],'waveforms',[[78,1]],'regards',[[81,1],[78,2]],' been',[[80,1]],'wins',[[81,1]],'unisystem',[[35,2],[11,1],[33,1]],'subpixel',[[70,3]],'optimizing',[[68,1]],'fillcolor',[[62,4]],'replicates',[[36,1]],'creative',[[69,1]],'organization',[[14,1]],' movie',[[26,2],[18,1],[39,1]],'mark',[[3,1],[50,3],[30,1],[52,1]],'inflating',[[62,1]],'spec',[[77,3]],'whatsoever',[[81,1]],'describing',[[84,1]],'chapters',[[1,1],[71,1],[29,1]],'appears',[[62,1],[41,3],[80,1],[78,1]],'product',[[52,3]],'once',[[81,1],[33,1],[37,1],[41,2],[50,7],[58,1],[69,1],[39,1],[38,1],[43,1],[62,7],[57,1],[80,1],[30,2],[61,2],[77,2],[78,1],[14,2],[13,1],[7,1],[56,2]],'c008',[[84,2]],'patching',[[51,1],[52,1],[16,1],[21,3],[43,1]],'quicksave',[[12,1]],'activation',[[78,1]],'misbelief',[[80,1]],'rheiny',[[3,1]],'close',[[81,3],[18,1],[33,1],[41,2],[16,1],[50,1],[28,1],[39,2],[62,5],[80,1],[30,1],[14,2],[7,1],[55,1]],'pagedown',[[62,1]],'dd0a',[[80,9]],'noticeable',[[62,1]],'`j@xn',[[80,1]],'device',[[24,1],[81,3],[33,5],[70,1],[78,2],[28,1],[20,1],[73,3]],'ch1',[[77,2]],'comply',[[6,1]],'highlighted',[[13,1],[55,3]],'follows',[[43,1],[81,2],[60,1],[50,1],[77,1],[78,5],[73,1]],'mutlitrack2',[[65,1]],'5fffh',[[77,1]],'flags',[[81,1],[10,1],[80,25],[77,2],[14,1],[13,1],[52,4]],'eject',[[24,5],[27,1]],'crossed',[[80,4]],'compression',[[21,1],[11,1]],' february',[[78,1]],'firing',[[62,4],[81,1]],' nmos',[[80,7]],'qt5',[[4,1]],'operation',[[62,3],[81,5],[80,21],[78,6],[5,1]],'272',[[81,1]],'state',[[22,1],[54,2],[81,1],[15,2],[75,5],[8,1],[62,21],[80,4],[61,2],[78,5],[7,1],[55,1],[73,3],[41,1],[74,2],[16,1],[39,2],[65,1],[52,4],[10,2],[57,1],[30,1],[77,3],[26,6],[20,8],[56,2]],'cheapocabra',[[4,1]],'labels',[[84,2]],'correspond',[[77,1],[70,1]],'damaging',[[81,1]],'indirect',[[80,6],[52,1]],'nearest',[[38,1]],'rp2a03',[[62,1]],'licensed',[[3,1]],'2004',[[3,3],[81,1],[74,1],[13,1],[80,1]],'0200',[[70,2],[52,1]],'equivalent',[[61,3],[59,1]],'switch',[[22,2],[24,6],[27,1],[32,2],[30,1],[35,1],[50,1],[39,1],[55,1],[8,2],[38,1],[43,1]],'unfreeze',[[13,1]],'xor',[[61,1],[62,2],[78,2]],'overhaul',[[81,1],[18,1],[10,1],[14,1],[47,1]],'samples',[[77,1],[37,4]],'shapedefs',[[65,1]],'patcher',[[52,1]],'2746924',[[13,1]],'rotations',[[80,2]],'ugly',[[50,1]],'translation',[[50,6]],'depth',[[62,1]],'seen',[[68,1],[18,1],[70,1],[52,1]],'store',[[24,1],[62,1],[50,1],[80,13],[31,1],[84,1],[56,1]],'vastly',[[8,1]],'01ff',[[80,3],[70,2],[52,2]],'dated',[[80,1]],'sty',[[80,4]],'impose',[[8,1]],'assure',[[80,1]],'successive',[[80,1]],'reworked',[[81,1]],'autoconverts',[[13,1]],'saying',[[84,1],[50,2]],'interrupting',[[62,1]],'indir',[[80,4]],'numbers',[[80,2],[61,2],[64,1],[70,1],[49,2],[77,1],[65,1],[52,1]],'6000',[[43,1],[75,1],[77,5],[70,1],[9,1]],'serializer',[[81,1]],' zeropage',[[80,3]],'helps',[[51,1],[50,1]],'own',[[81,3],[33,1],[18,1],[58,1],[65,1],[47,1],[43,1],[62,1],[10,1],[57,1],[80,2],[78,1],[84,3]],'blip',[[3,1]],'scalers',[[5,1]],'leaves',[[22,2],[8,1]],'emu',[[62,49],[4,1],[10,3],[60,2],[61,7],[5,2],[8,2],[12,1],[11,1]],'equal',[[43,8],[80,1],[61,3],[64,1],[78,2],[52,2]],'location',[[52,2],[36,1],[62,2],[80,3],[58,1],[25,1],[78,2],[26,1],[43,2]],'board',[[70,2]],'transparent',[[62,4],[81,6],[11,1],[78,1]],'106',[[77,2],[81,1]],'abilities',[[78,1]],' shy',[[80,1]],'m09',[[80,1]],'horizontally',[[81,2]],'64kb',[[17,1],[16,1]],'00000111',[[82,2]],'objpixel',[[81,1]],'groups',[[13,1],[30,1]],'767',[[78,2]],'lined',[[49,1]],'format',[[56,1],[35,1],[18,6],[41,1],[68,1],[21,5],[16,2],[42,1],[73,16],[74,5],[75,3],[48,1],[47,1],[8,1],[43,6],[62,3],[72,4],[57,1],[77,5],[26,2],[76,2],[84,2],[11,2],[36,1]],'sounddisplay2',[[8,1]],'recognize',[[14,1]],'authoring',[[34,1],[53,1],[33,1],[60,1],[69,1],[16,1],[42,1],[75,1],[3,1],[79,1],[61,1],[71,1],[5,1],[12,1]],'libraries',[[62,1],[59,1],[61,1],[63,1],[6,1]],'belonging',[[52,1]],'trans',[[62,3]],'pch',[[80,16]],'make',[[35,1],[81,4],[58,1],[38,4],[62,7],[80,1],[32,1],[61,3],[25,1],[51,2],[78,1],[55,2],[13,1],[73,1],[41,1],[50,5],[69,1],[65,1],[52,4],[57,4],[30,2],[64,1],[77,1],[26,2],[20,2]],' fix',[[80,7]],'9th',[[80,1]],'arred',[[80,1]],'were',[[6,1],[53,1],[73,1],[81,2],[16,2],[28,1],[52,1],[3,2],[24,1],[57,4],[62,2],[64,1],[80,1],[78,1],[26,1],[14,1],[55,2],[56,1]],'firebrandx',[[28,1]],'chip',[[77,6],[81,1],[80,2]],'jumps',[[80,4]],'populated',[[10,1]],'written',[[53,1],[81,1],[50,2],[75,4],[65,1],[43,2],[3,2],[24,1],[4,1],[44,1],[45,1],[61,3],[62,3],[70,2],[77,5],[59,1],[78,6],[80,3],[1,1],[12,1]],'nametables',[[70,1]],'gp2x',[[3,1]],'due',[[3,1],[24,1],[62,1],[50,1],[68,1],[80,1],[70,1],[78,3],[81,1],[14,2]],'brk',[[70,1],[80,21]],'08000h',[[77,4]],'11ff',[[70,1]],'noicon',[[22,3]],'global',[[62,4],[35,1],[61,1],[64,1]],'sure',[[62,2],[73,1],[57,1],[50,1],[64,1],[77,1],[25,1],[43,1]],'tracking',[[68,1]],'collapse',[[46,1]],'1f0h',[[77,1]],'assigned',[[26,1],[33,3],[14,1],[44,1]],'onsegmentstart',[[64,2]],'article',[[80,2]],'exact',[[81,2]],'watch',[[46,14],[56,2],[18,8],[68,1],[16,1],[42,2],[31,3],[8,1],[9,1],[43,3],[3,1],[52,4],[10,1],[45,3],[57,1],[62,1],[70,1],[14,6],[13,6],[12,2],[6,2]],'can',[[22,1],[46,2],[27,3],[33,6],[20,2],[6,4],[75,1],[8,3],[38,12],[63,2],[82,2],[61,13],[71,1],[78,8],[7,2],[74,1],[52,24],[57,16],[64,13],[83,2],[5,1],[49,1],[26,22],[59,1],[14,4],[36,4],[35,2],[18,7],[37,2],[53,3],[58,2],[15,1],[60,2],[81,9],[43,9],[3,2],[44,3],[45,1],[62,37],[80,11],[25,2],[51,1],[70,8],[55,17],[84,7],[73,5],[50,14],[16,1],[21,2],[31,1],[65,1],[67,9],[24,4],[10,2],[30,15],[77,5],[23,3],[12,2],[56,7]],'snapping',[[56,1]],'mapinittab',[[11,1]],'turbo',[[22,5],[62,2],[18,4],[27,3],[61,2],[16,1],[15,1],[14,8],[9,2],[36,2]],'intuitive',[[10,1],[55,1]],'messes',[[16,1]],' palette',[[35,1]],'keeping',[[52,1]],'giving',[[65,1]],' |1e',[[78,1]],'too',[[62,4],[81,1],[60,2],[50,2],[30,1],[61,1],[80,4],[8,1],[11,1],[38,1]],'nestopia_rgb',[[28,1]],'wasok',[[64,2]],' proof',[[80,1]],'stderr',[[7,1]],'notable',[[7,1]],'0x5fff',[[8,1]],'slot',[[62,5],[13,2],[61,1],[20,4],[70,5]],'slowest',[[27,1]],'unassigned',[[14,1]],'dec',[[80,9]],'newppu',[[15,1],[73,1],[13,2],[8,3],[11,1],[12,1]],'perfection',[[68,1]],'bit0',[[80,1],[73,2]],'keyword',[[61,1]],'compare',[[52,3],[44,1],[45,1],[8,2],[58,4],[43,5]],'alu',[[80,2]],'gets',[[62,7],[81,1],[10,2],[80,1],[8,1]],'bases',[[81,1]],'netplay',[[67,1],[11,1],[63,1]],'orange',[[62,3]],'primitive',[[52,3]],'version',[[73,4],[81,1],[18,1],[33,2],[75,6],[28,1],[2,1],[67,2],[8,1],[47,1],[3,10],[44,1],[4,1],[45,1],[80,6],[0,1],[59,1],[14,1],[1,1],[6,1]],'permanent',[[58,1]],'lets',[[54,1],[56,1],[55,2],[80,3],[5,1]],'sound',[[22,1],[36,22],[37,3],[16,4],[15,1],[67,3],[8,1],[9,2],[62,2],[29,2],[77,17],[70,3],[5,3],[78,32],[26,1],[76,4],[14,12],[13,4],[20,1],[6,1]],'reaching',[[26,1],[39,2]],'mismatch',[[15,1]],'1kb',[[75,1]],'08fffh',[[77,2]],'ok#00',[[84,1]],' 12',[[78,2]],'overincreased',[[16,1]],'retained',[[3,1],[78,1]],'makecode',[[57,1]],'chr',[[54,1],[53,2],[57,3],[81,2],[16,3],[75,2],[7,1],[55,1],[8,2]],'par',[[43,1]],'protocols',[[63,1]],'brand',[[8,1],[18,1]],'bear',[[50,1]],'beebee',[[64,4]],'displayed',[[22,2],[46,1],[54,2],[81,1],[58,1],[39,1],[52,4],[43,2],[62,1],[10,1],[30,1],[51,1],[26,1],[14,1],[7,1],[55,1],[73,4]],'mirr',[[75,1]],'asymmetry',[[78,1]],'mos',[[80,1]],'fashion',[[81,2]],' 14',[[78,1]],'smb',[[22,16],[53,1],[14,1],[65,7]],'initalized',[[77,1]],'exit',[[62,8],[4,1],[32,2],[10,1],[61,1],[52,1]],'guess',[[81,1],[80,1]],'f18',[[62,1]],' nes',[[26,1]],'bind',[[33,1],[39,1],[13,1],[15,2]],'broke',[[13,1]],'path',[[22,4],[24,1],[10,3],[32,1],[60,1],[62,5],[7,1],[8,2]],'extraneous',[[24,1]],'wide',[[55,1]],'vbjin',[[44,1]],'9002',[[77,2]],'wrap',[[78,1]],'either',[[62,4],[52,1],[73,2],[50,1],[80,6],[77,2],[70,1],[78,2],[81,2],[83,1],[63,1],[56,1]],'mistake',[[61,2],[55,1]],'ntsccolor',[[16,1]],'past',[[30,1],[10,1],[67,1]],'post',[[81,1],[37,1],[8,1],[12,1]],'fire',[[42,3],[62,1],[68,1],[11,3],[49,5]],'accident',[[20,1]],' how',[[77,1]],'inside',[[6,1],[62,4],[81,2],[15,1],[52,1]],'library',[[3,1],[6,1],[62,27],[63,10],[61,1],[8,1],[12,2],[9,1]],'1998',[[3,1]],'screen',[[54,1],[53,1],[18,2],[33,1],[81,17],[9,1],[38,9],[62,21],[32,2],[61,2],[80,1],[70,13],[7,2],[13,1],[73,2],[50,2],[28,1],[31,1],[39,1],[24,3],[10,2],[57,2],[30,3],[64,1],[49,1],[26,1],[14,4]],'plays',[[22,2],[10,1],[41,2],[57,1],[77,1],[70,1],[26,1]],'numerous',[[22,1],[18,2]],'exist',[[54,1],[35,1],[62,1],[65,1],[81,2],[78,2]],'kirby',[[70,1]],'interpreted',[[81,1],[73,1]],'demokratische',[[80,1]],'mouse',[[54,1],[53,1],[33,3],[50,2],[56,1],[73,7],[65,1],[8,1],[38,2],[52,2],[62,3],[4,1],[5,2],[7,1],[14,2],[55,1],[6,1]],'longer',[[73,1],[10,1],[18,2],[50,1],[16,2],[60,1],[78,2],[14,2],[13,4],[12,1],[11,2]],'blowing',[[33,1]],'assign',[[22,1],[33,4],[40,3]],'super',[[46,1],[81,2],[70,3],[43,1]],'provide',[[62,3],[81,1],[63,1],[43,1]],'f22',[[62,1]],'accomplished',[[69,1]],'1ffh',[[77,2]],'_29_',[[83,1]],'310',[[52,1]],'insert',[[24,5],[62,1],[27,2],[60,1],[73,4],[6,1]],'quick',[[62,2],[61,1],[20,1],[52,1]],'omit',[[62,1]],' extra',[[75,1],[77,1]],' bpl',[[80,3]],'hell',[[81,1]],'subtitle',[[41,1],[73,5],[14,2]],'referred',[[3,1],[26,1],[75,1],[74,1]],'f17',[[62,1]],'revisions',[[78,3]],'sept',[[81,2]],'2008',[[3,5],[17,1],[18,1],[16,1],[15,1],[70,1]],'#228844',[[62,1]],'deccmp',[[80,2]],' your',[[80,1]],'bmi',[[80,2]],'dendy',[[22,5],[2,1],[30,2],[5,3]],'desire',[[78,1],[56,1]],' pal',[[77,1]],'detail',[[78,2],[70,1],[43,1]],'pet',[[80,2]],'824',[[81,1]],'conforms',[[10,1]],' one',[[68,1]],'012',[[6,1]],'fun',[[50,1]],'replacing',[[68,1],[78,1]],'discard',[[70,1]],'dd0d',[[80,11]],'then',[[46,2],[35,2],[18,1],[53,1],[60,1],[58,7],[81,5],[43,2],[3,1],[62,14],[32,1],[61,13],[80,7],[78,7],[55,1],[73,3],[50,2],[28,1],[39,1],[67,1],[52,4],[10,2],[57,6],[30,2],[64,9],[77,11],[26,2],[56,3]],'why',[[81,5],[50,1],[61,1],[80,5],[78,2],[83,1],[55,2]],'shinwa',[[33,1]],'wouldn',[[78,1],[50,1]],'judged',[[64,1]],' |06',[[78,2]],'branching',[[61,1],[80,1]],'somevalue',[[61,1]],'mind',[[3,1],[62,1],[81,1],[50,1],[21,1],[77,1]],'9810',[[75,1]],'tech',[[78,1]],'bankswitched',[[77,2],[52,1]],'assemblers',[[69,1]],' edcba9876543210',[[78,1]],'icou',[[75,1]],'nvidia',[[8,1]],'concept',[[64,1],[47,1],[2,1]],'moved',[[14,1],[7,1]],'limit',[[80,2],[64,2],[16,1],[38,1]],'bottom',[[46,2],[62,3],[80,1],[30,1],[61,2],[52,1]],' that',[[80,1]],'q_s8',[[80,1]],' although',[[81,1]],'paged',[[75,1]],'choose',[[24,3],[35,1],[60,2],[30,1],[58,1],[61,1],[8,1],[56,1]],'analyzing',[[51,1]],'tools',[[18,4],[50,3],[68,4],[16,1],[69,6],[42,4],[8,2],[63,1],[43,1],[3,4],[79,1],[4,1],[10,1],[57,1],[70,1],[5,1],[51,1],[1,2],[12,2]],'native',[[3,1]],'means',[[81,5],[18,1],[41,6],[50,1],[58,1],[38,4],[52,1],[62,9],[77,3],[78,3],[49,1],[59,1],[73,1]],'0007',[[77,1]],'minimized',[[13,1],[11,1]],'primary',[[81,8]],'fm3',[[8,1],[73,1]],'freq',[[62,5],[78,1]],'bcc',[[80,2]],'drawbox',[[62,1]],'_f_',[[80,1]],'toolkit',[[63,2]],'02xx',[[70,2]],'06ff',[[70,1]],'29651n52',[[80,1]],'maxattempts',[[64,1]],'recorded',[[62,1],[18,1],[33,1],[30,2],[64,1],[68,2],[26,1],[39,1],[12,1],[73,3]],'vblank',[[62,1],[81,1],[37,1],[14,2],[67,1],[52,1]],'matthew',[[78,1]],'inverter',[[81,1]],'breaks',[[81,1],[80,1],[11,1],[52,1]],'excluded',[[81,1]],'programmers',[[81,1],[80,2],[61,1],[65,2]],'anthony',[[3,1]],'toggles',[[22,2],[62,1],[10,1],[27,1],[30,4],[14,1],[39,2]],'middleclick',[[62,1]],'author',[[73,3],[81,1],[18,2],[50,1],[68,1],[16,1],[15,1],[26,3],[6,1]],'neat',[[81,1]],'closest',[[81,1]],'asm6',[[84,1]],'images',[[24,4],[81,2],[21,2],[63,1]],'calculations',[[62,1]],'dsbc',[[80,2]],'dc9d',[[80,4]],'channels',[[5,1],[62,1],[14,1],[77,1],[78,17],[36,3]],'setup',[[84,1],[81,1],[4,2]],'popup',[[61,1],[62,10],[12,2]],'versatile',[[81,1]],'may',[[56,1],[35,1],[33,1],[41,1],[50,1],[68,2],[73,3],[81,2],[65,3],[67,2],[38,1],[43,1],[52,9],[62,7],[10,1],[32,2],[30,1],[57,1],[77,1],[49,1],[80,24],[55,2],[20,1],[36,2]],'imported',[[61,1],[62,1],[12,2]],'detect',[[30,1],[81,1]],'reasons',[[80,1]],'stands',[[3,2],[81,1]],'alphamul',[[62,7]],'syncronization',[[81,2],[78,1]],'pages',[[80,1],[70,2],[5,1]],'dialogue',[[69,1]],'120',[[78,2]],'patches',[[43,1]],'descriptions',[[78,1],[80,1]],'168',[[81,1],[80,1]],'c004#newname2#',[[84,1]],'decryption',[[80,1]],'anything',[[62,3],[10,1],[68,1],[61,3],[77,3],[80,2],[8,1]],'srt',[[13,1],[41,1]],'network',[[34,2],[11,1],[29,1]],'offers',[[22,1],[28,1]],'export',[[84,1]],'dmcsize',[[62,1]],'zd`92r%_',[[80,1]],'follow',[[7,2],[61,1],[84,1],[78,1]],'access',[[62,2],[52,1],[63,1],[80,1],[81,15],[70,1],[26,2],[8,2],[12,2],[56,2]],'small',[[81,2],[68,3],[50,1],[64,1],[77,2],[70,1],[67,1],[52,3]],'course',[[62,1],[81,2],[80,1],[78,1]],'divide',[[81,1],[78,2]],'weekend',[[81,1]],'however',[[3,1],[34,1],[62,5],[50,1],[68,2],[80,8],[78,1],[81,2],[26,1],[82,1],[38,1],[43,1]],'irix',[[3,1]],'black',[[62,1],[81,5],[55,1],[38,1],[23,3]],'representing',[[62,2]],' luabot_framework',[[64,1]],'4#p`e@`h#vq',[[80,1]],'~diego',[[63,1]],'finishing',[[80,1]],'skipped',[[80,2]],'yabause',[[44,1],[45,1]],'reaches',[[78,2]],'8500',[[80,1]],' when',[[78,5],[26,1],[30,1],[77,1],[70,1],[43,1]],'operates',[[57,1],[80,1],[77,1],[78,1]],'moves',[[11,1],[7,1]],'02ff',[[70,1]],'maintained',[[1,1],[11,1]],'dialogs',[[14,1],[13,1],[16,3],[12,1]],'distinctions',[[70,1]],'frequencies',[[78,3]],'movie',[[22,14],[12,5],[18,7],[33,2],[46,2],[68,14],[15,4],[42,1],[48,2],[8,6],[9,2],[72,5],[3,2],[62,67],[29,2],[25,6],[70,3],[7,3],[13,12],[73,23],[41,29],[69,1],[16,6],[74,1],[31,1],[39,23],[47,1],[67,1],[10,23],[30,10],[64,1],[49,1],[19,3],[26,58],[14,20],[11,4],[6,4]],' lax',[[80,3]],'benefits',[[61,1],[75,1],[5,1]],'held',[[62,11],[26,1],[10,1],[33,3],[78,1]],'ghz',[[38,1]],'mwav',[[75,1]],'tax',[[80,2]],'east',[[80,1]],' proves',[[80,1]],'parsing',[[4,1]],'about',[[81,3],[41,2],[50,4],[66,1],[63,1],[52,1],[62,4],[79,1],[80,2],[61,2],[71,1],[70,1],[77,1],[78,1],[0,1],[59,1],[14,1],[1,2],[13,1],[84,1]],'vertical',[[43,1],[75,1],[81,6],[8,1],[70,2],[56,1]],'fixed',[[6,12],[73,1],[18,1],[81,3],[16,12],[15,5],[21,1],[17,1],[8,27],[9,12],[10,4],[80,1],[77,1],[78,2],[5,13],[14,12],[7,20],[13,9],[11,4],[12,4]],'foreground',[[81,4],[23,1]],'2048',[[43,1],[80,1],[78,2],[70,1]],'03xx',[[70,1]],'informative',[[10,1]],'bit6',[[73,2]],' right',[[78,1]],'prior',[[78,4],[81,2],[14,1],[8,1],[9,1],[56,1]],'relative',[[62,2],[10,1],[80,4],[6,1]],'users',[[62,1],[14,1],[65,2],[12,1]],'being',[[46,1],[6,1],[33,3],[37,1],[50,1],[74,1],[82,1],[24,1],[62,3],[80,7],[30,2],[64,1],[77,2],[5,1],[78,6],[59,1],[56,2]],'wordpad',[[23,1]],'transition',[[30,1]],'specifically',[[62,1],[26,1],[59,1],[65,1],[16,1],[70,2]],'pdf',[[29,1],[68,1],[64,1],[78,1],[73,1]],'30fps',[[30,2],[49,1]],'mute',[[14,3],[16,1],[15,1],[36,3]],'movie_finished',[[39,1]],'callbacks',[[62,8],[4,1]],' true',[[12,1]],'suppose',[[62,1],[50,3]],'processes',[[68,1]],' debugging',[[12,1]],' special',[[77,1]],'conducted',[[78,1]],'25th',[[81,2]],'#bxi',[[80,1]],' next',[[43,1]],'65xx',[[80,5]],'few',[[81,3],[50,2],[17,1],[65,1],[82,1],[43,1],[3,1],[24,1],[62,1],[32,1],[61,6],[77,2],[70,1],[78,1]],'combination',[[64,1],[80,2],[40,1]],'substitution',[[50,4],[43,3]],'contains',[[81,1],[50,1],[75,2],[8,1],[63,1],[43,1],[3,2],[4,1],[80,4],[61,1],[78,4],[26,1],[84,2],[73,1]],'lot',[[3,1],[62,1],[50,2],[8,1],[9,1],[70,1]],'hokeys',[[30,1]],'array',[[62,2],[84,2]],'capable',[[24,1],[81,1],[50,1],[64,1]],'000a',[[77,1]],'119',[[5,1]],'multitude',[[13,1],[14,1]],'lastkeys',[[64,1]],'collisions',[[81,3]],'xxx',[[73,2]],'fceud',[[3,4],[28,1]],'dreams',[[81,1]],'scale',[[28,1],[78,2]],'punchoutstats',[[65,1]],'0fff ',[[70,1]],'ended',[[64,2]],'supported',[[3,1],[24,1],[62,3],[74,1],[61,2],[21,4],[5,1],[55,1],[63,1],[73,3]],'joyhat',[[11,1]],'environments',[[21,1]],'captured',[[30,1]],'editors',[[69,1]],'findings',[[78,2]],'debuggerpagesize',[[5,1]],'regs',[[62,5],[16,1]],'designated',[[78,1]],'prompts',[[8,1]],'applies',[[54,1],[35,1],[62,6],[75,2]],'near',[[52,2],[78,1],[43,1]],'reduction',[[5,1]],'forcefully',[[62,1]],'f21',[[62,1]],'25%',[[62,2]],'delta',[[8,1]],'deterministic',[[26,1]],' make',[[77,1]],'4004',[[78,6]],'understand',[[59,1],[81,3],[80,1],[58,1]],' returns',[[14,1]],'respect',[[81,1]],' hold',[[33,1]],'401f ',[[70,1]],'255',[[62,7],[35,1],[81,1],[80,4],[23,9],[75,1],[11,1],[43,1]],'frameadvancing',[[61,1]],'wiki',[[68,1]],'draw',[[62,8],[55,1],[61,1],[16,1],[63,1],[82,1]],'doliner',[[3,1]],'registering',[[62,6]],'moreover',[[78,1]],' si_zapper',[[73,2]],'busses',[[81,1]],'mode',[[22,1],[6,2],[27,2],[81,1],[15,1],[9,1],[38,7],[62,8],[32,3],[61,1],[80,33],[70,1],[78,17],[7,1],[13,1],[41,1],[16,1],[39,3],[4,1],[10,6],[30,2],[77,3],[5,4],[26,8],[14,2],[36,1]],'conversion',[[62,1],[7,1],[67,2],[15,1],[78,2]],' 19th',[[81,1]],'toggle',[[22,9],[81,1],[18,2],[41,3],[16,1],[15,4],[17,1],[8,1],[82,1],[43,5],[10,2],[32,1],[30,2],[26,1],[14,3],[13,1]],'gaiden',[[11,3]],'0fffh',[[77,3]],'addr_hi',[[80,5]],'statistics',[[70,1],[52,1]],'chm',[[46,1],[63,1],[70,1],[78,1],[84,1],[8,2],[47,1],[73,1]],'channel',[[8,1],[78,83],[36,3]],'killed',[[81,1],[70,1]],'them',[[81,4],[37,1],[50,5],[21,1],[15,1],[58,1],[28,1],[65,5],[66,1],[38,1],[43,4],[52,3],[62,3],[57,1],[80,5],[30,1],[64,5],[77,2],[51,1],[78,1],[82,1],[84,1],[11,1]],'readwordunsigned',[[62,1]],'numbering',[[62,2],[10,1],[14,2]],'everywhere',[[81,1],[52,1]],' now',[[46,1],[18,1]],' indirect',[[80,2]],'0077h',[[77,3]],'ignores',[[15,1]],'explicitly',[[61,1]],'occupied',[[24,1]],'0x200',[[62,2]],'getmarker',[[62,1]],'originally',[[3,2],[44,1],[45,1],[62,1],[78,1]],'icons',[[30,1]],'waveform',[[75,2]],'rather',[[22,1],[62,4],[18,2],[81,2],[30,1],[61,1],[64,1],[49,1],[14,1]],'str',[[61,2],[62,8]],'crackle',[[67,2]],'rerecordcounting',[[62,1],[6,1]],' horizontal',[[81,1]],'improved',[[30,1],[7,1],[13,1],[8,4],[9,1],[14,1]],'evaluated',[[64,4],[81,2]],'limited',[[70,1],[36,1]],'extensions',[[21,2]],'2012',[[8,1]],'edge',[[81,1],[68,1],[69,1],[70,1],[78,1]],'@x&#cfyl',[[80,1]],'respectively',[[77,1],[78,2],[80,3]],'gdscreenshot',[[61,1],[62,1]],'actual',[[62,3],[35,3],[57,1],[50,2],[68,1],[81,1],[78,2],[75,1],[55,1],[84,1],[52,2]],'hue',[[35,1],[81,1]],' these',[[30,1],[78,3],[31,5]],'graphic',[[81,1],[8,1],[11,1],[51,1]],'addressing',[[81,1],[80,26],[70,1],[43,1]],'decays',[[78,1]],'searching',[[60,1],[18,1],[56,1]],'battle',[[50,2]],'unix',[[3,2],[11,1]],'backups',[[10,1],[14,1],[39,2],[11,1]],'cbl',[[75,1]],'nops',[[80,1]],'white',[[62,4],[23,1]],'slave',[[81,1]],'voltage',[[81,2],[78,5]],'know',[[81,2],[50,9],[58,1],[65,2],[82,2],[43,4],[62,2],[80,3],[61,1],[64,1],[70,1],[77,2],[55,1]],'player',[[24,1],[62,12],[10,3],[33,1],[61,2],[16,1],[64,2],[70,12],[2,1],[52,1]],'entire',[[81,2],[50,1],[77,1],[70,1],[5,1],[75,1],[55,1]],'useless',[[56,1]],'volume',[[62,5],[33,1],[77,2],[78,17],[5,1],[13,1],[36,8]],'8502',[[80,6]],'lua5',[[12,1]],'their',[[73,1],[81,1],[18,1],[50,3],[65,1],[52,1],[62,2],[40,1],[80,2],[70,1],[51,1],[78,2],[14,1],[55,1],[36,1]],'cut',[[70,1],[43,1]],'abbreviated',[[68,1]],'column',[[46,4],[52,6],[43,3],[73,2],[70,3],[14,1],[6,1]],'tiles',[[53,2],[81,4],[50,5],[70,1]],'clean',[[50,1]],'acceleration',[[67,1],[38,3],[6,1]],'dostuff',[[61,1]],'xparent',[[81,2]],'bookmarks',[[43,1],[52,8],[7,1],[8,1],[9,1],[6,1]],'way',[[6,1],[53,1],[18,2],[33,1],[50,1],[58,1],[60,1],[81,3],[65,1],[47,1],[82,1],[52,2],[62,1],[57,1],[80,5],[61,1],[64,1],[77,5],[26,2],[59,1],[84,1],[56,1]],'nil',[[62,16],[61,6],[64,1],[12,1]],'sided',[[24,1]],'09fffh',[[77,2]],'chronicles',[[9,1]],'mahjong',[[33,1]],'specified',[[22,10],[24,1],[6,2],[62,1],[30,1],[73,3],[77,3],[78,1],[31,1],[84,1],[52,2]],'copies',[[8,1],[80,1]],'existing',[[43,2],[51,1],[4,1],[20,1],[6,1]],'0a000h',[[77,1]],'remembers',[[18,2],[14,4]],' 93',[[80,2]],'app',[[50,2]],'blending',[[8,1]],'hooks',[[62,1]],'p2t0p9d`pid`',[[80,1]],'playback',[[22,2],[18,1],[16,1],[15,1],[39,2],[62,5],[10,2],[64,2],[77,3],[25,1],[78,3],[26,6],[7,2],[13,4],[14,1]],'oops',[[80,1]],'creates',[[64,1],[31,1]],'reverts',[[41,4]],' so',[[77,1],[70,3],[43,2]],'improvements',[[3,1],[4,3],[9,1],[6,1]],'somewhere',[[52,1],[50,2]],'accordingly',[[30,1]],'bros',[[70,1]],'fit',[[38,1],[80,1]],'rows',[[70,2],[50,1]],'disallow',[[8,1],[11,1]],' uint8',[[75,36]],'0ffffh',[[77,3]],'string',[[62,43],[52,1],[50,1],[61,3],[77,2],[75,3],[13,1],[73,4]],'m016',[[8,1]],'concern',[[43,1]],' copy',[[80,2]],'illegal',[[4,1],[80,1]],'enhance',[[81,2]],'bytes',[[73,5],[81,2],[74,2],[75,10],[67,1],[52,3],[62,8],[57,4],[80,4],[77,6],[70,2],[55,6],[84,1],[56,1]],'comments',[[26,1],[41,2],[61,1],[8,1],[84,5],[73,2]],'cxa2025as',[[28,1]],'replicate',[[28,1]],'sconscripts',[[13,1]],'alteration',[[49,1]],'2k3',[[81,3],[78,1]],'nametable',[[81,1],[16,1],[70,5],[14,1],[13,1],[7,2],[82,3]],'161',[[81,1]],'452de2c3',[[73,1]],'wasn',[[17,1],[52,1]],'authors',[[3,1]],'bandai',[[8,1]],'k0z',[[80,1]],'dragonfighter',[[5,1]],'twice',[[78,2]],'asymmetery',[[78,1]],'proof',[[3,1],[26,2],[68,1],[80,2]],'battery',[[24,1],[14,1],[31,2],[11,1],[6,1]],'happens',[[62,1],[81,1],[50,2],[61,1],[77,1],[80,3]],'taught',[[64,1]],'contra',[[70,1]],'resized',[[14,2],[52,1],[6,1]],'couple',[[7,1],[61,1],[6,1]],'connecting',[[52,1]],'uninstall',[[15,1]],'xmessage',[[62,1]],' 2048 ',[[70,1]],'irq',[[81,4],[80,17],[78,16],[5,1],[75,4],[13,1],[52,3]],'segmentation',[[9,1]],'nice',[[56,2]],'tunes',[[77,7]],'cnrom',[[8,1],[16,1]],'need',[[81,1],[60,2],[50,10],[74,1],[75,1],[65,3],[48,1],[52,3],[24,1],[62,5],[10,1],[57,2],[64,1],[77,2],[80,3],[49,1],[59,1],[55,2],[20,1]],'punkrockguy318',[[3,1]],'sssff',[[77,1]],'total',[[24,1],[62,1],[81,1],[80,1],[78,1],[26,1],[75,1],[8,2],[43,1]],'require',[[81,2],[30,1],[61,1],[78,1],[82,1]],'readbyteunsigned',[[62,2]],'teal',[[62,1]],'entertainment',[[3,1],[24,1],[20,1]],'writing',[[81,3],[60,1],[82,1],[52,1],[24,1],[62,5],[80,2],[61,1],[64,1],[77,1],[78,3],[83,1],[14,1],[55,2]],'apr',[[83,1],[82,1]],'dashes',[[61,1]],'edit',[[46,1],[18,5],[55,11],[84,1],[52,2]],'automated',[[62,1],[68,1]],'integers',[[62,3]],'misleading',[[64,1]],'ffff ',[[70,2]],'useful',[[46,1],[53,1],[60,1],[50,1],[81,4],[21,1],[15,1],[52,2],[62,3],[57,5],[80,1],[30,1],[70,4],[51,1],[59,1],[56,3]],'denoted',[[61,1],[64,1]],'reflex',[[68,2]],'card',[[8,1]],'05fffh',[[77,3]],'browsing',[[52,1]],'gates',[[81,1],[78,4]],'cdl',[[7,4],[57,5],[6,1]],'consecutive',[[61,1],[80,1]],'xing',[[7,1]],'act',[[68,1]],'generated',[[75,1],[81,4],[80,1],[78,5],[73,1]],'execution',[[80,2],[68,1],[52,12]],'compatible',[[18,1],[41,1],[21,2],[75,1],[67,1],[8,1],[72,1],[80,1],[70,1],[26,1],[14,1],[12,1],[20,1]],'fetch',[[75,1],[81,15],[80,31]],'basis',[[35,1],[81,1]],'emuversion',[[73,1]],'operational',[[80,6]],'replaying',[[39,1]],'banks',[[75,2],[84,1],[8,1],[58,1],[77,4]],'cia',[[80,8]],'vint',[[81,9]],' in',[[3,1],[81,1],[10,1],[18,2],[30,1],[60,1],[78,1],[49,1],[59,1],[75,1],[48,1],[12,1]],'compared',[[3,2],[10,1],[18,1],[12,1]],'incorrectly',[[14,1]],'serve',[[3,1],[62,2]],'software',[[3,1],[79,1],[80,1],[63,1]],'has',[[46,1],[35,1],[18,6],[33,1],[54,1],[12,1],[68,2],[81,7],[9,1],[43,6],[3,3],[44,1],[45,1],[32,1],[61,2],[62,7],[70,3],[78,12],[80,17],[55,1],[84,1],[41,3],[39,1],[67,3],[47,1],[52,3],[57,2],[30,2],[64,5],[77,5],[5,1],[14,1],[11,2],[56,2]],'incorrect',[[80,1],[5,1]],'areas',[[8,1],[38,2],[55,1]],'interrupt',[[78,2],[10,1],[80,37],[70,1],[52,6]],'looking',[[56,2],[28,1],[50,1],[51,1]],'ebooks',[[62,1],[45,1],[58,1],[15,1],[19,1],[76,1],[38,1],[6,1]],'typing',[[55,2],[43,1]],'inserting',[[24,1],[46,1],[27,1]],'dffa',[[52,1]],'motion',[[68,2]],'download',[[5,1]],'irrelevant',[[57,1],[73,2]],'drawings',[[8,1],[5,1]],'sprites',[[22,3],[53,1],[4,2],[50,2],[30,1],[62,2],[70,1],[81,2],[14,1],[82,2],[38,3]],'assignable',[[18,1]],'fffb',[[80,1]],'0000010000011111',[[82,2]],'otherwise',[[62,6],[53,1],[81,2],[32,1],[61,1],[64,1],[78,2],[80,5],[56,1]],'highlighting',[[43,1],[55,2],[6,1]],' |05',[[78,2]],'bpp',[[15,1]],'loopcounter',[[64,1]],'revamp',[[8,1]],'winapi',[[63,2]],'admittedly',[[50,1]],'value',[[46,12],[35,1],[18,4],[37,1],[81,12],[58,10],[75,3],[8,1],[43,39],[62,30],[80,34],[61,5],[78,38],[55,6],[13,3],[73,18],[50,1],[52,4],[4,1],[10,2],[30,2],[64,6],[77,2],[23,4],[83,2],[14,4]],' 044x',[[70,1]],'behave',[[6,1],[80,1],[61,1],[77,1],[52,1]],'harmless',[[80,1]],'realistic',[[28,1]],'0400',[[70,1]],'additionally',[[81,1],[78,1]],'religion_mode_off',[[80,1]],'strings',[[62,1],[50,1],[61,2],[52,2]],'here',[[35,1],[27,2],[33,1],[41,1],[50,4],[60,1],[81,12],[8,1],[38,2],[52,2],[43,1],[44,1],[45,1],[62,4],[61,4],[64,1],[77,3],[23,1],[78,5],[80,3],[82,1],[55,2]],'000',[[70,1]],' checked',[[31,1]],' certain',[[81,1]],'operate',[[81,1],[78,1],[43,1]],'signals',[[81,1],[78,3],[80,1]],'length',[[62,3],[81,1],[74,2],[61,1],[16,1],[77,2],[78,30],[80,1],[75,4],[14,1],[13,1],[73,5]],'`#j1@lj3b@29',[[80,1]],'incorporating',[[47,1]],'05ff9h',[[77,1]],'sprite',[[53,1],[81,14],[16,1],[70,7],[5,1],[75,1],[11,1],[52,2]],'step',[[5,1],[80,1],[13,1],[78,8],[52,4]],'hexfreezecolorb',[[23,1]],'advanced',[[81,1],[68,1],[69,1],[52,2]],'subject',[[82,1],[73,3]],'setnote',[[62,1]],' 256',[[75,1],[70,4]],'scripts',[[18,1],[60,1],[15,1],[17,2],[31,2],[65,12],[8,1],[63,1],[62,3],[64,1],[7,1],[11,2],[12,1]],'changes',[[3,1],[81,1],[50,2],[61,2],[80,2],[78,1],[5,1],[14,1],[55,2],[8,2],[12,1]],'framecount',[[62,6],[14,1]],'teenage',[[70,1],[49,1]],'activates',[[10,1]],'trial',[[64,2],[50,1]],'translators',[[50,2]],'han',[[50,1]],'default',[[22,1],[12,1],[18,1],[27,1],[11,1],[33,2],[15,4],[35,2],[36,1],[46,3],[8,2],[38,7],[40,2],[43,2],[62,3],[32,2],[25,1],[7,2],[13,1],[73,2],[16,5],[28,2],[31,5],[24,1],[4,1],[10,3],[30,7],[64,3],[5,1],[23,8],[26,5],[49,2],[14,5],[20,3],[6,2]],'okattempts',[[64,1]],'consequence',[[80,1],[73,1]],'shots',[[62,1]],'zeroes',[[64,1]],'10h',[[77,1]],'milliseconds',[[62,1]],'indicates',[[62,1],[52,1],[81,1],[78,1],[73,4]],'convention',[[62,1],[84,1],[73,7]],'50%',[[62,2],[64,1]],'bus',[[81,7],[80,3],[78,2],[55,1],[84,1],[8,3],[52,2]],'looped',[[62,1],[78,1]],'words',[[62,1],[81,2],[50,6],[80,1],[77,1],[73,1]],'modified',[[3,2],[24,2],[62,4],[50,1],[80,1],[77,1],[55,1]],'#ff',[[52,1]],'cpuregistername',[[62,2]],'examples',[[35,1],[80,1],[61,1],[21,1],[64,1],[52,1]],'assignment',[[40,2]],'1000000ths',[[77,1]],'sai`',[[80,2]],'integer',[[62,4],[81,1],[80,2],[73,5]],'#rrggbb',[[62,1]],'process',[[62,1],[81,7],[57,1],[50,2],[30,1],[68,2],[15,1],[69,2],[80,2],[26,1],[43,2]],'page',[[3,3],[52,1],[62,3],[41,1],[61,1],[80,40],[70,7],[5,1],[75,1],[28,1],[43,1]],'screwed',[[81,1]],'lastkey',[[64,1]],'dialog ',[[14,1]],'newly',[[56,2],[6,2]],'192',[[78,3],[7,1]],'9000',[[77,1]],'scanline',[[22,2],[53,2],[54,9],[50,3],[81,54],[5,1],[14,1],[82,1],[38,1],[52,4]],'composite',[[81,1],[38,1]],'mentioned',[[62,1],[81,1],[78,1]],'tool',[[46,1],[53,1],[18,3],[27,1],[33,1],[68,15],[42,7],[75,1],[2,1],[8,2],[66,2],[3,3],[44,1],[45,1],[61,1],[70,1],[51,4],[55,2],[34,1],[50,4],[69,1],[31,1],[67,1],[47,2],[52,1],[64,2],[5,1],[26,4],[14,1],[12,1]],'executed',[[56,7],[6,2],[57,5],[62,1],[80,9],[52,3]],'gamepad5',[[11,1]],'akumajou',[[5,1]],'painting',[[61,2],[16,1],[62,1]],'ready',[[69,1],[50,2]],'selectively',[[57,1]],'snd',[[75,2]],'amplitude',[[81,1],[78,1]],'soft',[[62,1],[10,1],[18,1],[27,1],[57,2],[8,1],[73,2]],'apu',[[13,1]],'framerate',[[37,1],[67,1],[78,1],[73,1]],'mirror',[[75,2],[70,1]],'deducted',[[64,1]],'obtained',[[78,1]],'anding',[[80,2]],'|graphical',[[81,1]],'wants',[[37,1],[78,1]],'adders',[[81,1]],'tell',[[62,1],[60,2],[50,1],[64,2],[70,1],[73,1]],'engine',[[8,1],[67,1]],'eof',[[81,1],[77,1],[78,1],[73,1]],'scrolllock',[[62,1]],'ctlr',[[75,2]],'banked',[[77,1]],'highlighed',[[8,1]],'physical',[[52,1],[5,1]],'0xf0',[[80,1]],'unzipped',[[60,1]],'1x1',[[38,4]],'incrementing',[[77,1]],'used',[[22,1],[35,3],[18,2],[33,2],[37,3],[53,2],[15,1],[60,1],[68,3],[75,2],[81,18],[82,1],[43,4],[62,6],[80,13],[61,4],[25,1],[51,2],[70,5],[78,12],[55,1],[13,2],[73,18],[41,7],[50,10],[16,3],[21,1],[69,2],[74,1],[28,2],[31,5],[65,2],[52,3],[24,3],[10,1],[57,6],[30,3],[64,5],[77,11],[5,1],[23,2],[26,1],[83,1],[14,2],[11,1],[56,1]],'clipping',[[22,1]],'submenu',[[55,1],[6,1]],'4007',[[78,6]],'unpredictably',[[80,1]],'frameskip',[[16,1]],'menus',[[29,1],[32,1],[33,1],[50,3],[13,1],[8,2],[12,1]],'missing',[[11,1],[15,1]],'calls',[[62,4],[57,1],[41,1],[56,1]],' anything',[[62,1]],'2400',[[75,1]],'toggling',[[3,1],[81,2],[18,2],[33,2],[30,1],[5,1],[26,1],[14,2],[13,1],[11,1],[9,1]],'master',[[81,1],[10,1],[36,4]],'portable',[[3,1],[63,1]],'label',[[52,1],[56,1],[5,1]],'functionality',[[10,2],[16,2],[11,1],[63,1]],'expected',[[35,1],[68,1],[80,3],[81,1]],'general',[[81,1],[18,1],[60,1],[75,1],[65,3],[2,1],[8,2],[9,1],[52,2],[62,1],[78,1],[19,3],[1,2]],' requires',[[34,1]],'png',[[62,2],[63,1],[31,6]],'snels9x',[[44,1]],'secret',[[53,1]],'aware',[[61,1]],'belongs',[[73,2]],' what',[[55,1]],'bit7',[[73,2]],'pla',[[80,1]],' rts',[[80,1]],'effected',[[81,1]],'this',[[22,3],[46,1],[27,2],[33,9],[11,1],[68,4],[75,2],[8,1],[38,17],[63,1],[82,2],[32,3],[61,15],[78,45],[7,1],[13,2],[74,2],[52,21],[57,8],[64,28],[83,2],[49,3],[26,2],[59,3],[14,1],[54,3],[35,3],[18,1],[37,2],[53,2],[58,3],[15,1],[60,6],[81,88],[43,13],[3,5],[44,1],[45,1],[62,59],[80,74],[70,9],[55,11],[84,4],[73,4],[41,16],[50,29],[16,2],[21,2],[69,1],[17,1],[28,7],[31,1],[65,2],[67,3],[24,5],[10,3],[30,13],[77,37],[23,4],[20,3],[56,8]],'says',[[62,1],[64,1]],'emulated',[[62,5],[29,1],[33,8],[67,1],[8,1],[20,2],[43,1]],'dd9d',[[80,1]],'temporarily',[[33,1],[80,1],[38,1],[43,1]],'server',[[34,2],[8,3],[67,2]],'acknowledgement',[[81,1]],'three',[[81,1],[33,1],[50,2],[61,1],[64,2],[80,3],[75,1],[55,1],[84,2],[38,2],[52,2]],'modulated',[[81,1]],'branches',[[3,1],[6,1],[18,2],[57,2],[2,1],[55,1],[67,1],[52,1]],'32bits',[[4,1]],'causing',[[10,2],[37,1],[65,1],[8,1],[80,2],[52,1]],'expansion',[[77,2],[33,2],[16,1],[9,1],[21,1]],'hurt',[[30,1]],'shrink',[[39,1]],'declaration',[[50,2]],'gettie1',[[64,1]],'byte',[[46,2],[73,9],[81,12],[50,3],[58,2],[75,10],[43,1],[62,10],[52,1],[57,12],[80,58],[61,2],[77,11],[78,1],[55,8],[56,1]],'passed',[[62,2],[81,4],[61,1],[84,2]],'compensate',[[62,1]],'thrown',[[62,1],[81,1]],'algorithm',[[21,2],[38,1],[80,1]],'bits',[[62,1],[35,1],[81,13],[74,1],[80,6],[77,2],[78,29],[5,1],[83,2],[82,4],[9,1],[73,3]],'a%_',[[80,1]],'light',[[57,2],[55,2]],'remodel',[[7,1]],'dictionary',[[50,6]],'leave',[[27,1]],'luasocket',[[63,3]],'wave',[[75,1],[78,32]],'edwin',[[80,1]],'eats',[[62,1]],' sre',[[80,7]],'fresh',[[17,1]],'configure',[[36,1],[20,1],[33,2]],'condition',[[6,2],[35,1],[81,1],[78,3],[15,1],[8,1],[52,2]],'screenshot',[[41,2],[62,4],[14,1]],'sygnal',[[38,1]],'performing',[[62,1],[80,2]],'whose',[[80,1]],'absolute',[[62,2],[10,1],[80,12],[64,1]],'dance',[[14,1]],'lsb',[[75,1],[81,2],[74,1],[80,1],[78,3]],'based',[[46,1],[81,1],[18,1],[68,1],[21,1],[28,1],[38,1],[43,1],[52,1],[30,1],[77,1],[78,1],[14,1],[12,1],[73,1]],' at',[[81,2],[43,2]],'skips',[[61,1]],'variant',[[62,1]],'rand',[[64,8]],'let',[[46,1],[57,2],[50,1],[61,2],[77,1],[80,3],[65,1],[82,1],[43,1]],'08ff',[[70,1]],'encompassing',[[57,1],[2,1]],'provides',[[68,2],[2,1],[69,1],[63,2],[70,1]],'causes',[[81,2],[80,2],[83,1],[78,1],[13,1],[38,1],[52,2]],'silver',[[30,1]],'tbl2',[[61,3]],'totalsize',[[75,1]],'responsible',[[57,1],[80,1],[61,1],[78,2]],'criteria',[[46,2]],'representation',[[78,1],[63,1],[50,1]],'200000',[[68,1]],'semi',[[78,1]],'bvc',[[80,3]],'occuring',[[8,1]],'rows ',[[70,1]],'readup',[[62,1]],'accompanying',[[43,1]],' |frames',[[78,2]],'integrated',[[59,1],[28,1],[68,1],[81,1],[63,1],[78,1]],'archives',[[16,1],[6,1]],'midikey',[[62,5],[5,1]],'investigate',[[65,1]],'excuse',[[81,1]],'dos',[[3,3]],'dismisses',[[62,1]],'premise',[[68,2],[50,1]],'apply',[[62,1],[52,3],[81,1],[5,1],[75,1],[65,1],[56,1]],'helsinki',[[80,1]],'bandwidth',[[81,1]],'immediate',[[80,8],[10,1],[52,1]],'claim',[[68,1],[80,1]],'requirement',[[59,1],[65,1]],'another',[[62,1],[81,3],[33,1],[50,1],[57,3],[61,1],[70,3],[80,1],[14,1],[65,1],[82,1],[20,1]],'reflects',[[78,1]],'knew',[[50,1]],'efficient',[[80,1]],'letter',[[58,4],[67,2]],' auto',[[41,2]],'loadrom',[[62,1],[5,1]],'prevention',[[14,1]],'runs',[[3,1],[34,1],[52,5],[62,10],[61,1],[64,1],[68,1],[14,2],[56,1]],'overflow',[[16,1],[80,13]],'persistently',[[51,1]],'directions',[[70,1]],'spra',[[75,1]],'usage',[[3,1],[46,1],[57,1],[50,1],[62,7],[16,1],[77,1],[63,3]],'dragged',[[11,1]],'diagram',[[80,8],[70,2],[78,1]],'named',[[3,2],[24,1],[43,2],[80,1],[30,2],[31,1],[67,2],[84,2],[52,1]],'backslash',[[62,1]],'loadscriptdata',[[62,1],[12,2]],'conflicts',[[8,2]],'hybrid',[[30,1]],'famiclones',[[30,1],[36,1]],'registers',[[54,2],[81,11],[65,1],[82,1],[52,4],[62,10],[10,1],[80,13],[77,12],[70,3],[5,1],[78,2],[55,2],[56,2]],'behavior',[[46,1],[35,1],[36,1]],'explained',[[61,1],[81,1]],'dummy',[[81,4],[37,2],[74,3]],'taylor',[[81,1],[78,1]],' divider',[[78,1]],'getdir',[[62,1]],'nestech',[[78,1]],'caused',[[10,1],[14,7],[80,1],[8,1],[12,1],[16,1]],'b@ll7aol',[[80,1]],'hexbackcolorb',[[23,1]],'las',[[80,1]],'attempting',[[62,1],[4,1],[16,1],[5,1],[28,1],[14,1],[65,1]],'beginnign',[[10,1]],'backspace',[[62,1]],'script',[[22,2],[11,1],[60,10],[41,4],[16,3],[15,1],[52,1],[62,27],[4,1],[10,1],[57,1],[61,8],[64,7],[5,1],[14,1],[12,1],[6,2]],'simultaneous',[[8,1],[80,1]],'ensure',[[62,2],[67,1],[32,1],[80,2]],'kana',[[50,6]],'pbl',[[75,1]],'forums',[[3,1]],' x64',[[80,1]],'prepend',[[16,1]],'porst',[[3,1]],'window',[[6,4],[56,9],[18,2],[33,2],[58,2],[15,4],[8,4],[9,2],[38,10],[43,11],[44,1],[29,1],[32,3],[61,3],[62,2],[63,1],[51,1],[55,2],[7,5],[13,2],[84,4],[50,14],[16,2],[31,1],[52,16],[10,3],[30,2],[14,7],[11,1],[12,1]],'fequency',[[78,1]],'line',[[22,4],[54,1],[18,1],[81,10],[6,4],[15,1],[8,1],[38,4],[43,2],[3,1],[62,4],[82,1],[80,4],[61,4],[70,1],[78,1],[55,1],[84,18],[73,4],[52,10],[19,2],[26,1],[14,3],[11,1],[56,1]],'akel',[[80,3]],'smb2',[[22,2]],'modification',[[30,1]],'supplied',[[24,2],[61,1]],'nothrottle',[[22,2],[61,1],[62,1]],'temp',[[81,2],[82,1]],'instructions',[[52,6],[56,5],[43,1],[60,2],[62,4],[80,45],[51,2],[8,3],[6,2]],'drawimage',[[62,1]],'denote',[[64,1],[77,1]],'be ',[[77,1]],'65536',[[80,2],[73,2]],'you',[[46,7],[27,7],[33,15],[48,2],[82,2],[38,13],[63,1],[32,3],[61,28],[78,6],[7,2],[34,1],[52,37],[57,21],[64,29],[83,3],[5,1],[49,2],[26,13],[59,1],[36,2],[54,2],[35,2],[18,1],[53,2],[60,9],[58,9],[81,15],[40,3],[3,1],[43,8],[62,64],[80,25],[25,3],[51,3],[70,9],[55,32],[84,9],[50,61],[21,1],[39,3],[65,11],[67,8],[24,8],[30,11],[77,8],[23,1],[20,7],[56,20]],'above',[[81,2],[33,2],[50,2],[58,1],[8,1],[38,1],[62,1],[10,1],[80,3],[61,1],[77,4],[83,1],[84,4]],'overclocking',[[37,2],[5,2]],' 0fe',[[78,1]],'parameter',[[62,2],[4,1],[80,10],[64,2],[43,1]],' however',[[44,1],[45,1],[81,1],[30,1],[77,1]],'achieved',[[58,2],[75,1],[52,2]],'262',[[81,3],[6,1]],' loading',[[26,1]],'must',[[22,5],[46,1],[33,1],[41,2],[50,1],[58,1],[60,1],[81,2],[75,1],[67,4],[43,1],[24,2],[62,3],[80,3],[30,2],[61,1],[64,2],[77,5],[78,1],[84,3],[73,5]],'response',[[80,1]],'removed',[[3,1],[81,2],[18,2],[57,1],[70,1],[5,1],[7,1],[14,1],[8,1],[12,1],[38,1]],'lives&hpdisplay',[[65,1]],'piano',[[7,1]],'fixup',[[80,14]],'news',[[79,1]],'0x5000',[[8,1]],'babelfish',[[50,1]],'examined',[[78,1]],'rgba',[[62,2]],'isattemptend',[[64,3]],'look',[[81,5],[60,1],[50,3],[16,1],[15,2],[31,1],[65,1],[67,1],[38,1],[52,1],[3,1],[62,2],[10,1],[80,1],[61,1],[64,1],[77,1]],'favourite',[[84,1],[80,1]],'ascii',[[84,1],[8,1],[73,2]],'neighbor',[[38,1]],'strategies',[[26,1]],'rely',[[61,1],[38,1]],'redrawn',[[62,1]],' often',[[68,1]],'0x0123456789abcdef',[[73,1]],'``````````````',[[80,1]],'wasted',[[81,1]],'stays',[[81,1]],'discarded',[[64,1],[81,2]],'flickering',[[38,2]],'scanned',[[21,1]],'basicbot',[[64,1],[18,1]],'writebyte',[[61,1],[62,2],[5,1]],'ida',[[57,1]],'internally',[[61,1],[62,2],[81,2]],'numpad1',[[62,1]],'minvalue',[[64,12]],'salt',[[78,1]],'n#l',[[80,1]],' 2004',[[80,1]],'garbage',[[81,3]],'ctrl',[[58,1],[55,4],[8,1],[16,1],[20,2]],'notice',[[80,1]],'first',[[35,1],[81,16],[58,2],[75,4],[48,1],[82,3],[38,2],[3,1],[62,6],[32,1],[61,4],[80,13],[70,3],[78,3],[13,1],[84,2],[73,3],[50,3],[74,2],[24,1],[10,2],[57,1],[30,1],[64,2],[77,2],[5,1],[12,1],[56,5]],'cumulative',[[8,1]],' nil',[[14,1]],'credit',[[78,1]],'etc',[[81,1],[31,1],[8,1],[38,1],[52,1],[62,1],[10,1],[57,1],[64,1],[77,4],[70,3],[78,2],[19,1],[14,1],[13,1],[84,1],[11,1]],'the ',[[62,1],[77,2]],'6400%',[[27,2]],'fixing',[[10,2],[57,1],[80,6],[9,2],[51,1]],'deleting',[[8,1],[57,1],[59,1]],'instant',[[81,1],[50,1]],'manipulate',[[61,1]],'square1',[[62,1]],'imposed',[[68,1]],'ganbare',[[11,2]],'rendering',[[62,1],[81,16],[8,1],[16,1],[52,1]],'barcode',[[33,2]],'gnobgfillcolor',[[16,1],[23,1]],'rerecords',[[30,1],[8,1]],'debian',[[8,1]],'|frame',[[81,1],[78,1]],'d020',[[80,2]],'translates',[[70,1]],'100',[[62,2],[81,1],[80,7],[64,1],[78,1]],'regard',[[84,1]],'except',[[56,1],[62,5],[52,1],[73,2],[61,2],[64,2],[78,3],[80,6],[8,1],[43,2]],'dff8',[[52,1]],'discrete',[[81,1]],'backlash',[[26,1]],'modulus',[[44,1],[45,1]],'triggers',[[77,2]],'stopseeking',[[62,1]],'unset',[[62,1]],'initializing',[[17,1],[64,1]],'simple',[[3,1],[35,1],[62,2],[50,1],[64,1],[77,1],[70,1],[81,2],[84,1],[63,1],[43,2]],'hello',[[61,2]],'notification',[[10,2],[5,1]],'1200',[[70,1]],'gzip',[[21,1]],'thingy',[[50,6]],'joined',[[3,1],[74,1]],'09000h',[[77,2]],'modules',[[63,1]],'subtraction',[[80,11]],'numpad5',[[62,1]],'gamepad0',[[11,1]],'quote',[[62,1]],'007a',[[77,1]],'slots',[[62,3],[14,1],[16,2],[70,1]],'interact',[[62,1],[60,1]],'child',[[15,1]],'priority',[[35,3],[37,2],[80,1],[81,18]],'engineers',[[81,1],[80,1]],'sloppy',[[68,1]],' address',[[80,55],[70,3],[43,1]],'xx00',[[80,2]],'ks7010',[[5,1]],'sit',[[77,1]],'manner',[[61,1],[50,1]],' |0e',[[78,1]],'builds',[[16,1],[57,1]],'blanking',[[43,1]],'storing',[[62,1],[73,1],[21,1],[6,1]],'reconstruct',[[84,1],[26,2]],'showing',[[62,1],[39,1]],'miserabley',[[50,1]],'tweaking',[[50,1]],'specifics',[[61,1]],'calculates',[[78,1]],'modded',[[62,2]],'loops',[[61,2],[62,1]],' allows',[[12,1]],'least',[[62,2],[35,1],[57,1],[41,1],[50,1],[61,2],[74,1],[77,1],[80,3],[75,1],[81,1],[38,1]],'dfff',[[77,2],[57,1]],'1@i#zbe_',[[80,2]],'file',[[22,6],[46,3],[56,2],[20,8],[6,2],[68,2],[75,4],[48,2],[8,4],[9,1],[63,1],[72,4],[32,2],[61,2],[7,2],[1,1],[13,8],[74,4],[47,1],[52,7],[57,8],[64,2],[5,2],[19,3],[26,17],[49,1],[14,7],[35,4],[18,7],[60,4],[58,1],[15,2],[42,1],[43,6],[62,12],[80,2],[25,11],[51,1],[55,6],[84,8],[73,5],[41,22],[50,11],[16,7],[21,7],[28,1],[31,4],[39,5],[67,1],[24,4],[10,1],[30,5],[77,12],[23,5],[11,3],[12,3]],'december',[[4,1]],'luabot_backend',[[64,1]],' noise',[[75,1],[78,3]],' channel',[[78,1]],'vints',[[81,2]],'unminimized',[[11,1]],'infinite',[[62,2],[78,1],[43,1]],'cccc',[[52,2]],'numpad0',[[62,1]],'resides',[[81,1]],'additional',[[81,1],[41,1],[80,2],[78,1],[59,2],[67,1],[1,1],[84,2],[12,1]],'whereas',[[81,1],[80,2]],'caveats',[[62,1],[77,5]],'man',[[43,5]],'dd0b',[[80,6]],'armed',[[77,1]],'formula',[[46,2],[62,1],[81,1],[77,1],[78,1]],'overhauling',[[9,1]],'disabling',[[10,1],[37,1],[30,1],[67,1]],'matter',[[35,1],[77,1],[65,1]],'routine',[[78,1],[80,10],[77,4],[70,3],[51,2]],'summon',[[58,1]],'featured',[[41,1],[58,1],[47,1],[43,1],[72,1],[30,1],[77,1],[25,1],[49,1],[51,1],[0,1],[7,1],[14,1],[11,1],[56,1]],'3rd',[[81,3],[73,1]],'putting',[[62,1],[53,1]],'400b',[[78,6]],'common ',[[6,1],[12,1],[10,1],[7,1],[8,1],[11,1],[9,1]],' carrier',[[75,1]],'colon',[[61,1],[43,1]],'accounting',[[5,1]],'pixels',[[62,5],[81,14],[23,1],[7,1],[65,1],[38,5],[6,1]],'dictate',[[52,1]],'231',[[62,1],[38,1]],'irqa',[[75,2]],'f20',[[62,1]],' navigating',[[26,1]],'generates',[[81,1],[41,1],[78,3],[38,1]],'f800',[[77,2]],'05ff9h ',[[77,1]],'emulates',[[24,1],[27,3],[33,2],[71,1]],'wiped',[[16,1]],'chain',[[80,1]],'got',[[62,1],[5,1],[78,1],[52,1]],'turtle',[[70,1]],'sets',[[22,26],[81,1],[27,2],[37,1],[41,2],[28,1],[31,3],[38,4],[43,1],[62,4],[29,5],[80,3],[78,1],[14,1],[36,4]],'ignore',[[62,1],[10,1],[65,1],[13,1],[64,1]],'nesdev',[[71,1],[78,3],[82,1]],'ffffffff',[[77,2]],'warped',[[81,1]],'become',[[64,2],[81,2],[10,1]],'area',[[62,1],[81,5],[50,1],[77,3],[70,1],[49,1],[38,3],[52,1]],'meaning',[[65,1],[7,1]],'overhauls',[[18,1]],'attempted',[[68,1]],'direction',[[78,1],[80,1]],'smoother',[[38,2]],'windows',[[16,1],[15,1],[67,1],[8,3],[38,1],[43,2],[3,3],[47,1],[4,1],[10,1],[32,2],[62,2],[63,1],[14,1],[7,1],[13,1],[11,2],[12,1]],'very',[[34,1],[81,5],[68,1],[50,2],[75,2],[65,1],[67,1],[43,1],[52,1],[57,2],[80,8],[61,1],[77,2],[70,1],[51,1],[55,1],[56,1]],'cheats',[[43,19],[46,2],[10,1],[62,4],[61,1],[5,1],[51,1],[7,3],[14,5],[8,2],[11,4],[31,2]],'readword',[[62,1],[6,1]],'convenient',[[62,1],[52,5]],'provided',[[3,1],[62,3],[78,2],[6,1]],'logic',[[82,1],[81,1],[84,1],[80,7],[83,1],[5,1],[7,1],[13,3],[47,1],[8,2],[9,1]],'sakura',[[50,2]],'approximate',[[62,1],[73,1]],'criticised',[[68,1]],' input1',[[16,1]],'root',[[8,1],[67,2]],'info',[[81,1],[18,3],[68,2],[64,1],[77,3],[70,3],[26,2],[14,1],[82,1]],'attribute',[[75,2],[81,10]],'6th',[[28,1],[80,1]],'constructed',[[60,1]],' keep',[[77,1]],' mode',[[78,3],[80,1]],'recieving',[[78,1]],'monitoring',[[46,5],[81,1],[68,1],[14,1],[64,1],[43,1]],'bi`',[[80,2]],' luminance',[[81,1]],'reversing',[[81,1]],'increments',[[62,1],[83,1],[80,1]],'opens',[[57,1],[41,5],[8,1],[43,2]],'applied',[[43,1],[81,2],[30,2],[61,2],[9,1],[38,1]],'searches',[[43,2]],'pkzip',[[21,1]],'getsuperimpose',[[62,1]],'interrupts',[[78,2],[80,20]],'p3f',[[62,1]],'sense',[[62,1],[80,1]],'pcsx',[[44,1],[45,1]],' 04ex',[[70,1]],'apparently',[[3,1]],'shouldn',[[65,1],[43,1]],'think',[[62,1],[81,2],[50,1],[83,2],[77,1],[78,1],[82,1]],'guid',[[18,1],[73,3]],'pen',[[50,1]],'4000',[[78,6],[70,1],[5,1]],'fields',[[46,1],[77,2],[58,2],[38,1],[73,1]],'font',[[5,1],[50,4],[8,1],[23,2]],'gekimadden',[[11,1]],'occurred',[[80,1],[74,1]],'07ffh',[[77,2]],' a0',[[80,1]],'loved',[[80,1]],'cleans',[[62,1]],'identify',[[81,1]],'stretched',[[38,4]],'determines',[[62,2],[81,2],[78,1],[23,3]],'odd',[[81,4],[80,4],[83,1],[77,1],[78,1],[49,1],[13,1]],'proper',[[30,1],[8,1],[77,5],[5,1]],'frequencys',[[78,4]],'|video',[[81,1]],'afterwards',[[80,1]],'kindle',[[45,1],[83,1],[58,1],[17,1],[19,1],[76,1],[38,1]],'auxillary',[[62,1]],'registerbefore',[[62,4]],'exactly',[[62,2],[81,1],[60,1],[84,1],[77,1],[78,1]],'september',[[3,1],[6,1]],'resetcyclescount',[[62,1],[6,1]],'unintentional',[[14,1]],'highest',[[35,1],[81,1]],'luabitop',[[62,1]],'altered',[[26,1]],'license',[[3,1]],'switched',[[62,1],[83,2],[8,1],[43,1]],'isn',[[10,1],[33,1],[58,1],[82,1]],'tasvideos',[[26,1],[44,1],[45,1],[68,4]],' he',[[28,1]],'until',[[3,1],[43,1],[10,1],[50,1],[30,2],[58,1],[60,1],[62,2],[77,2],[78,2],[81,4],[52,3]],'239',[[62,1],[38,1],[52,1]],'depend',[[73,1],[39,1]],'unif',[[5,12],[4,1],[7,1],[8,1],[21,4],[6,4]],'faq',[[1,1],[58,1],[66,3]],'connected',[[24,1],[81,3],[80,1],[78,2]],'containing',[[8,1],[10,1],[80,1]],'buffer',[[75,1],[81,10],[14,1],[16,1]],'processor',[[3,1],[78,1],[80,27]],'include',[[26,1],[18,2],[21,1],[73,1]],'distinguish',[[62,1],[52,1],[10,1],[57,2],[80,1],[55,1],[6,1]],'hooked',[[28,1],[50,4]],'objects',[[59,1],[81,15],[30,1],[61,1]],'onstart',[[64,5]],'interpret',[[66,1]],' furthermore',[[55,1]],'031x',[[70,1]],'pre',[[3,1],[4,1],[67,1]],'tcp',[[63,1]],'uint32',[[75,4]],' subtitles',[[26,1]],'choosing',[[8,1],[67,1]],' bit3',[[78,2]],'went',[[78,1]],'psid',[[77,1]],' sty',[[80,3]],'metafile',[[63,1]],'lsr',[[80,15]],' 020',[[78,1]],' implied',[[80,1]],'similarly',[[80,3]],'masking',[[5,1]],'#xh',[[80,1]],'prg',[[57,2],[55,3],[58,5],[5,1]],' turns',[[41,2]],'&6&#',[[80,1]],'main',[[53,1],[33,1],[41,2],[81,2],[16,1],[15,1],[75,3],[67,1],[9,1],[63,1],[62,3],[44,1],[32,1],[30,1],[61,3],[64,3],[70,2],[80,2],[13,1]],'ffff',[[57,1],[80,1],[58,2],[77,6],[75,1],[55,5],[52,1]],'lasts',[[80,1]],'dd09',[[80,4]],' 261',[[81,1]],'224p@60fps',[[30,1]],'deutsche',[[80,1]],'0f000h',[[77,2]],'intelligent',[[57,1]],'engaged',[[62,1]],'f13',[[62,1]],' preserves',[[80,1]],'write',[[22,2],[41,3],[2,1],[39,1],[82,5],[38,1],[43,1],[52,3],[62,15],[10,1],[4,2],[57,1],[61,4],[64,2],[70,1],[77,7],[26,2],[76,1],[14,1],[13,2],[55,3],[78,13],[80,15]],'panels',[[53,1]],'shakes',[[13,1]],'fortunately',[[43,1]],'acknowledges',[[80,2]],'hypershot',[[33,1]],'4003',[[78,6]],'transfered',[[81,1]],'feeds',[[81,1]],'altogether',[[65,1]],'unrelated',[[78,1]],'short',[[62,1],[43,1],[33,1],[50,1],[61,1],[78,2],[56,1]],'high',[[62,1],[81,1],[37,1],[80,52],[77,1]],'repeat',[[58,1],[43,1]],'all',[[22,1],[81,14],[18,2],[27,1],[33,1],[37,1],[58,1],[75,2],[2,2],[8,2],[9,1],[38,1],[3,1],[40,2],[43,9],[62,8],[61,4],[80,11],[70,12],[78,9],[82,1],[55,2],[13,2],[84,4],[73,2],[41,1],[50,7],[16,1],[21,2],[31,1],[65,2],[52,4],[4,3],[10,1],[57,1],[64,3],[77,5],[49,1],[19,1],[26,2],[14,5],[12,2],[20,1]],'lack',[[62,1]],'caption',[[13,1],[7,1]],' primary',[[81,1]],'vista',[[67,1]],'somethingistrue',[[61,4]],' sbx',[[80,1]],'releases',[[3,1],[10,1],[8,1],[16,1]],'preceding',[[84,1],[80,1]],'rainbowriding',[[65,1]],'ones',[[53,1],[81,1],[13,1],[51,1]],'selects',[[81,3],[82,1]],'platform',[[3,1],[59,1],[2,1],[61,1],[74,1]],'filenaming',[[8,1]],'vsync',[[38,1],[67,1]],'registerauto',[[62,1]],'avoid',[[62,3],[68,1],[52,1]],'range',[[62,8],[9,1],[43,1],[81,18],[77,5],[70,1],[78,3],[55,2],[84,1],[11,1],[52,3]],'4008',[[78,13]],' tracks',[[65,1]],'`@yoo0a',[[80,1]],'aborts',[[80,1]],'mmmm',[[52,2]],'0006',[[77,1]],'dropping',[[81,1],[10,1]],' the',[[22,1],[35,1],[33,2],[46,1],[53,1],[58,1],[60,1],[68,3],[81,13],[75,3],[43,3],[3,2],[62,1],[32,1],[80,5],[70,4],[78,33],[74,1],[30,7],[64,1],[77,10],[23,2],[83,1],[26,2],[56,1]],'break',[[54,1],[10,1],[80,2],[64,1],[70,1],[52,15]],'inherit',[[84,1],[6,1]],'closing',[[7,2],[32,1],[12,1],[11,1]],'frameadvance',[[62,2],[27,2],[60,2],[61,5],[64,1]],'codec',[[25,1]],'settings',[[35,1],[27,1],[33,1],[37,1],[42,2],[39,1],[8,1],[38,2],[52,2],[29,3],[30,2],[64,1],[49,2],[51,1],[14,1],[20,1],[36,1]],'session',[[57,1],[7,2],[14,1],[30,1],[6,1]],'debuggers',[[69,1]],' 7f2',[[78,1]],'several',[[74,1],[28,1],[65,1],[67,1],[43,2],[3,1],[44,1],[45,1],[52,1],[80,1],[77,1],[78,1],[73,1]],'duh',[[50,1]],'enough',[[81,2],[65,1],[50,1],[70,1]],'give',[[53,1],[50,1],[80,3],[70,1]],' nnn',[[77,1]],'his',[[80,2],[28,1],[78,3]],'dma',[[81,1],[70,1],[80,2]],'hundred',[[63,1]],'two',[[46,2],[73,3],[37,1],[50,1],[63,1],[38,2],[3,1],[24,2],[62,5],[80,12],[30,1],[61,2],[64,2],[70,1],[77,1],[78,1],[84,1],[56,1]],'background',[[22,2],[62,5],[81,8],[30,2],[23,3],[14,1],[82,5],[38,1]],'puts',[[62,1],[43,1]],'basics',[[59,1],[60,1],[81,1],[61,2]],'iup_example',[[63,1]],'box',[[46,1],[18,2],[33,2],[50,1],[21,1],[58,8],[8,1],[38,2],[40,1],[43,3],[52,1],[62,11],[61,1],[26,2],[11,1]],'quotes',[[77,1]],'http',[[60,1],[68,5],[61,3],[71,1],[63,5]],'computer',[[24,2],[38,1]],'minimum',[[35,1],[10,1],[14,1]],' re',[[26,1],[68,1],[80,2]],'convertible',[[15,1]],'translated',[[78,1],[50,1]],'declared',[[61,3]],'disabled',[[22,6],[6,1],[37,2],[16,1],[15,1],[8,1],[52,1],[57,1],[30,1],[77,1],[78,7],[23,1],[7,1],[14,2],[36,2]],'remaining',[[75,1],[81,1],[70,3],[73,3]],'extends',[[3,1]],'163&164',[[16,1]],'classic',[[32,1]],' cur',[[78,1]],'overclocks',[[37,1]],' like',[[80,1]],'protection',[[16,1]],'terminates',[[73,1]],'straighten',[[8,1]],'arguments',[[22,1],[62,2]],'nintendo',[[3,2],[24,2],[81,6],[20,1],[70,2]],'unofficial',[[3,1],[13,1],[69,1]],'pause',[[22,2],[11,1],[56,2],[50,2],[39,2],[43,1],[52,5],[62,3],[10,1],[30,2],[61,3],[25,6],[26,4],[14,2],[13,1],[20,1],[6,1]],'depending',[[62,1],[43,1],[57,1],[68,1],[81,1],[78,2],[67,1],[73,1]],'genie',[[22,2],[81,1],[69,2],[58,15],[67,6],[9,1],[43,2],[3,1],[52,2],[62,2],[30,9],[51,3],[7,2],[6,1]],'please',[[80,2],[82,1],[50,6]],'difference',[[81,2],[80,1],[50,1],[78,1]],'nmi1',[[52,1]],'getcurrentbranch',[[62,1]],'threshold',[[80,1]],'`&z0',[[80,1]],'fceuxdsp',[[3,9],[18,2],[50,1],[28,1],[2,2],[14,1],[12,1]],'maintenance',[[17,1],[10,1]],'savescreenshot',[[62,1]],' |7f',[[78,1]],'improbably',[[64,1]],' add',[[80,6]],'blader',[[11,1]],' envelope',[[78,3]],'partially',[[10,1],[32,1]],'yourself',[[61,1],[65,1],[50,1]],'predecessor',[[64,1]],'ki7rbp',[[80,1]],'repeating',[[81,1]],' decrease',[[78,1]],'options',[[22,3],[11,1],[18,6],[33,1],[46,2],[53,1],[56,2],[42,1],[8,3],[38,7],[43,1],[62,1],[44,3],[29,6],[32,2],[45,3],[7,4],[73,1],[41,1],[50,2],[16,2],[17,1],[28,2],[39,2],[67,2],[52,1],[4,1],[10,2],[5,1],[19,3],[23,2],[26,2],[14,3],[12,1],[6,3]],'accu',[[80,1]],'corresponding',[[46,1],[57,1],[50,1],[80,1],[78,1],[7,1],[73,1]],'rest',[[62,1],[75,1],[81,1],[50,1],[80,3],[78,1]],'megaman',[[81,4]],'11111000',[[82,2]],'parse',[[8,1]],'placement',[[81,1]],'purple',[[62,1]],'stevedonovan',[[63,1]],'beq',[[80,2]],'haven',[[81,1],[78,1],[50,1]],' jsr',[[80,1]],'informed',[[78,1]],'aratanaru',[[11,1]],'special',[[53,1],[81,1],[16,4],[38,2],[52,4],[10,1],[57,2],[30,1],[77,1],[70,1],[78,2],[80,4],[14,1]],' games',[[11,1]],'mailing',[[78,1]],'decrement',[[78,2],[80,6]],'fires',[[49,1]],'watches',[[9,1]],'gate',[[78,2]],'y2k',[[81,2]],'projects',[[8,1]],'seek',[[8,1],[52,3]],'couldn',[[62,2],[81,1],[15,1]],'crc',[[10,1],[7,1]],'savestatefile',[[22,1]],'append',[[50,1]],'confirm',[[62,2],[81,1]],'register',[[62,29],[81,5],[4,1],[80,41],[61,1],[77,8],[78,28],[5,1],[75,7],[82,1],[11,1],[52,4]],'customized',[[28,1],[6,1]],'adjusting',[[13,1],[60,1]],'needs',[[6,1],[62,1],[50,2],[61,1],[84,1],[52,1]],'mkv',[[41,1]],'drastically',[[14,1]],'controlled',[[81,1],[77,1],[78,1],[52,2]],'warioland',[[14,1]],'256',[[62,2],[81,7],[80,2],[30,1],[64,2],[70,1],[14,1],[73,2]],'date',[[61,1],[82,1],[83,1]],'luabot',[[64,9]],'areascrambler',[[65,1]],'bbb',[[74,1]],'detailed',[[81,1],[18,1],[70,1],[52,1]],'release',[[6,1],[34,1],[33,1],[81,5],[16,1],[15,1],[17,2],[67,2],[8,1],[9,2],[47,1],[3,1],[4,1],[10,2],[78,1],[5,1],[14,1],[7,1],[13,2],[11,1],[12,1]],'drawtext',[[62,1]],'maybe',[[64,1],[67,1]],'cutting',[[61,1],[69,1],[68,1]],'chunks',[[75,5]],' 5ff8',[[77,1]],'sei',[[80,2]],'txt',[[14,1],[80,2],[77,2],[15,1],[78,6]],'integral',[[38,1],[7,1]],'streams',[[81,1]],'freezed',[[55,1]],'against',[[34,1],[62,1],[50,1]],'mean',[[50,1],[43,1]],'attach',[[33,1]],' modulator',[[75,1]],'#ce_2gpl`ki7rbp',[[80,1]],'capacity',[[24,1]],'probably',[[62,2],[81,3],[33,1],[50,2],[60,4],[21,1],[80,2],[65,1],[67,2]],'func',[[62,16]],'goal',[[64,1],[63,1],[68,1]],'1008307711',[[73,1]],'bool',[[62,24],[73,5]],'wavelength',[[78,28]],' temporary',[[75,1]],'teenagemutantninjaturtles',[[65,1]],'metal',[[50,1]],'came',[[81,2],[28,1]],'01h',[[77,1]],'button',[[46,1],[18,1],[27,3],[33,11],[8,2],[40,2],[43,8],[62,14],[61,1],[7,1],[55,1],[73,6],[41,2],[50,11],[74,1],[65,1],[52,6],[24,2],[4,1],[57,1],[64,5],[5,1],[26,1],[14,5],[12,1],[6,1]],'calling',[[62,4]],'submitinputchange',[[62,1]],'reported',[[13,1],[80,1]],'whenever',[[62,6],[80,2],[84,2],[78,1],[52,1]],'idle',[[52,1]],'hp898f',[[5,1]],'fffd ',[[70,1]],'name',[[22,2],[35,2],[18,1],[46,1],[54,7],[60,1],[81,16],[75,10],[8,1],[9,1],[40,1],[3,3],[43,3],[62,8],[80,1],[51,2],[13,1],[84,6],[73,1],[50,6],[16,1],[21,1],[31,1],[39,1],[52,11],[30,1],[64,1],[77,3],[5,1],[83,2],[26,2],[14,1],[11,3],[6,4]],'behaviour',[[81,3],[80,1],[8,1],[78,2]],'full',[[18,1],[58,1],[38,7],[43,1],[62,1],[72,1],[25,1],[51,1],[78,3],[7,1],[13,1],[41,1],[39,1],[47,1],[52,1],[24,1],[10,1],[57,2],[30,1],[77,1],[49,1],[0,1],[14,3],[11,1],[56,1]],'bug',[[18,1],[16,9],[15,5],[8,11],[9,2],[4,3],[10,5],[5,2],[14,13],[7,2],[13,3],[12,4],[6,2]],'lua',[[22,5],[12,6],[18,4],[60,18],[68,1],[15,2],[8,18],[9,4],[63,5],[62,29],[61,29],[7,3],[1,1],[13,2],[41,10],[16,5],[17,2],[31,3],[65,29],[52,3],[4,5],[10,6],[64,15],[5,6],[59,11],[14,4],[11,8],[6,6]],'documented',[[50,1],[23,1]],' they',[[75,1],[28,1]],'pirated',[[50,1]],'come',[[70,1]],'untouched',[[77,1]],'communities',[[1,1]],' |10',[[78,1]],' pick',[[25,1]],'supports',[[3,2],[26,1],[62,1],[30,1],[8,1],[21,3]],'onebus',[[5,1]],'softreset',[[62,1],[14,1]],'emphasis',[[35,2]],'net',[[83,2],[61,2],[69,1],[77,1],[82,2]],'swapping',[[84,1],[12,1]],'j3c0b%a@',[[80,1]],'1100',[[70,1]],' |60',[[78,1]],'447',[[78,1]],'quicker',[[69,1],[68,1],[52,1]],'32000',[[16,1],[11,1],[14,2]],'system',[[73,1],[81,1],[18,1],[27,2],[41,1],[68,1],[31,1],[39,1],[63,1],[3,2],[24,5],[62,1],[80,1],[78,4],[19,2],[55,1],[84,1],[20,2],[6,1]],'component',[[78,1],[51,1]],'beed',[[5,1]],'hidden',[[41,1],[32,1]],' 2002',[[80,1]],'rise',[[81,1]],'shows',[[46,1],[52,1],[10,2],[54,1],[56,4],[80,3],[78,3],[7,1],[13,1],[14,2],[40,1]],'backup',[[41,3],[30,1],[14,1],[39,4],[67,1],[11,1],[6,1]],'rbibaseball',[[8,1]],'meant',[[3,1]],'hovering',[[52,1]],'10240',[[43,2]],'f24',[[62,1]],'glitch',[[57,1],[4,1],[55,1],[65,1]],'english',[[50,4]],'p00',[[62,1]],'commands',[[22,1],[18,2],[27,2],[74,1],[15,1],[40,1],[44,1],[10,1],[80,4],[30,3],[59,1],[1,4],[12,1],[73,3]],'rainwarrior',[[1,1],[3,1]],'bookmark',[[8,2],[4,1],[52,2]],'fce',[[3,21],[73,1],[18,1],[74,1],[75,3],[0,1],[26,1],[2,2],[1,1],[48,1],[55,1],[43,3]],'table',[[54,5],[81,33],[50,20],[75,2],[3,1],[62,27],[80,2],[61,18],[64,7],[70,2],[51,2],[78,1],[83,1],[55,2],[13,1],[11,1]],'tracknoise',[[8,1]],'optimized',[[18,1]],'compact',[[7,1]],'player4',[[73,1]],'decay',[[78,29]],' ldy',[[80,1]],'trade',[[80,1]],'3w@',[[80,1]],'gamecube',[[3,1]],'listbox',[[10,1]],'arkanoid',[[62,1],[33,3],[73,1]],'transparancy',[[62,1]],'edition',[[22,1],[46,1],[27,1],[33,1],[12,1],[20,1],[56,1],[68,1],[75,1],[48,1],[8,1],[9,1],[38,1],[63,1],[66,1],[72,1],[32,1],[61,1],[71,1],[78,1],[82,1],[76,1],[7,1],[1,1],[13,1],[34,1],[74,1],[47,1],[52,1],[4,1],[57,1],[64,1],[83,1],[5,1],[19,1],[0,1],[26,1],[14,1],[49,1],[59,1],[36,1],[54,1],[35,1],[18,1],[37,1],[53,1],[58,1],[15,1],[42,1],[60,1],[81,1],[2,1],[40,1],[3,2],[43,1],[29,1],[44,1],[45,1],[62,1],[25,1],[51,1],[70,1],[80,1],[55,1],[84,1],[73,1],[41,1],[50,1],[16,1],[21,1],[69,1],[17,1],[28,1],[31,1],[39,1],[65,1],[67,1],[24,1],[79,1],[10,1],[30,1],[77,1],[23,1],[11,1],[6,1]],'0008',[[77,1]],'002e',[[77,1]],'`rp`',[[80,1]],'%d2n@4',[[80,1]],'000e',[[77,1]],'gpa',[[80,2]],' saving',[[80,1]],'beta',[[3,1]],'section',[[46,1],[56,1],[81,3],[50,3],[75,15],[31,1],[67,1],[52,1],[10,1],[80,1],[77,1],[70,1],[78,3],[73,5]],' xxxx1',[[70,1]],'represented',[[73,2]],'easilly',[[81,1]],'frames|',[[81,1]],' mar',[[75,1]],'exotic',[[16,1]],'assistance',[[68,1]],'arise',[[67,1]],'tttttttt',[[77,1]],'asq_realitya',[[28,1]],' push',[[80,6]],'selling',[[81,1],[50,1]],'factors',[[38,1],[7,1]],'entirity',[[81,1]],'togglable',[[10,2],[11,1]],'getdown',[[62,1],[11,1]],'restoration',[[9,1]],'shifts',[[80,2]],'famicom',[[27,2],[33,10],[16,1],[2,1],[31,1],[9,1],[43,2],[3,1],[24,7],[71,1],[78,1],[19,2],[20,1],[73,1]],'increment',[[30,5],[77,1],[80,62]],'6510',[[80,13]],'abortretryignore',[[62,1]],'3f20|',[[70,1]],'song',[[77,18]],'66hl2n@',[[80,1]],'where',[[56,1],[6,2],[18,1],[60,2],[81,7],[15,5],[9,1],[62,5],[80,2],[61,2],[78,4],[7,1],[13,1],[55,4],[41,1],[50,2],[16,6],[31,10],[67,3],[57,1],[30,3],[64,1],[77,4],[5,1],[49,4],[26,3],[14,5],[36,1]],'&4la',[[80,1]],'rewrites',[[8,1]],'nez',[[21,1]],'inclusive',[[61,1],[64,1]],'scrollbar',[[56,1],[52,1]],'bizhawk',[[6,1]],'uploading',[[63,1]],'save',[[46,2],[20,7],[18,4],[6,1],[58,1],[75,3],[8,2],[62,11],[80,1],[61,5],[70,2],[55,3],[7,3],[13,6],[41,6],[50,12],[16,2],[74,1],[31,2],[52,3],[24,1],[57,7],[30,5],[64,1],[5,1],[14,7],[12,5],[11,1]],' string',[[77,3]],' new',[[78,3]],'yyy',[[73,2]],' xodnizel',[[80,1]],'bcs',[[80,3]],'resuming',[[26,1],[6,1]],'routed',[[81,1],[33,1]],'kernal',[[80,2]],'disassemble',[[57,1]],'lehti',[[80,2]],'achieves',[[68,1]],'hbd7',[[80,2]],'retrieved',[[81,1]],'gamepad',[[10,1]],'minimizes',[[13,1]],'data',[[54,1],[53,3],[56,10],[11,1],[81,52],[75,8],[8,5],[63,2],[43,2],[3,1],[44,1],[45,1],[62,9],[61,1],[80,9],[70,11],[51,4],[78,1],[82,2],[55,14],[7,3],[13,1],[84,1],[73,3],[74,3],[69,3],[16,1],[21,1],[52,11],[24,2],[4,1],[10,1],[57,41],[77,23],[83,2],[26,5],[14,3],[12,1],[6,5]],'f10',[[62,1],[20,2]],'buttoncount',[[8,1]],'track',[[46,1],[62,1],[57,3],[55,1],[12,1],[70,1]],'interface',[[3,2],[63,1],[81,1],[32,1],[11,2],[43,1]],'goodtools',[[30,1]],'33554432',[[80,1]],'dd04',[[80,2]],'129',[[81,1]],'4buttonexit',[[6,1]],'pixel',[[62,10],[81,38],[10,3],[61,4],[5,1],[14,1],[38,1],[52,1]],'extracts',[[80,1]],'permit',[[15,1],[78,1]],'inspired',[[81,1]],'affects',[[37,1],[39,1],[14,1],[80,4],[82,1]],'004e',[[77,1]],'400a',[[78,2]],'600',[[80,3]],'figuring',[[35,1]],'language',[[60,1],[50,3],[61,2],[64,1],[80,1],[51,1],[59,1],[6,1]],'immaterial',[[81,1]],'capacitance',[[78,1]],'sha',[[80,7]],'bullet',[[3,1],[26,2],[68,1]],'question',[[62,3],[67,1]],'started',[[3,1],[46,1],[60,1],[41,1],[50,2],[62,5],[64,7],[68,1],[19,1],[59,2],[14,1],[20,2]],'presskeystart4',[[64,1]],'bit2',[[73,2]],'tadd',[[75,1]],'fds',[[12,1],[73,6],[27,2],[68,1],[69,1],[21,5],[75,1],[31,2],[67,5],[52,1],[24,8],[77,10],[5,1],[19,1],[11,2],[20,1]],'appended',[[84,1],[39,2]],'minor',[[67,1],[16,1],[15,1],[14,2],[1,1],[13,1],[9,1],[12,2]],'created',[[22,1],[46,1],[27,1],[33,1],[12,1],[20,1],[56,1],[68,1],[75,1],[48,1],[8,2],[9,1],[38,1],[63,1],[66,1],[72,1],[32,1],[61,2],[71,1],[78,1],[82,1],[76,1],[7,1],[1,2],[13,1],[34,1],[74,1],[47,1],[52,1],[4,1],[57,2],[64,1],[83,1],[5,1],[19,1],[0,1],[26,1],[14,2],[49,1],[59,1],[36,1],[54,1],[35,1],[18,1],[37,1],[53,1],[58,1],[15,1],[42,1],[60,2],[81,2],[2,1],[40,1],[3,3],[43,1],[29,1],[44,1],[45,1],[62,1],[25,1],[51,1],[70,1],[80,1],[55,1],[84,2],[73,2],[41,3],[50,1],[16,1],[21,1],[69,1],[17,1],[28,1],[31,1],[39,2],[65,1],[67,1],[24,1],[79,1],[10,1],[30,1],[77,1],[23,1],[11,2],[6,2]],'diables',[[13,1]],' ora',[[80,8]],'side',[[3,1],[24,9],[27,1],[50,2],[52,1],[80,1],[78,1],[81,1],[83,1],[75,1],[38,1],[43,1]],'yos0ffa',[[80,1]],' no',[[78,3],[18,1],[14,1]],'y#4j2x@to',[[80,1]],'prepends',[[77,1]],'getinstructionscount',[[62,1],[6,1]],'details',[[81,7],[41,1],[61,1],[70,2],[78,8],[28,1],[14,10],[56,1]],'account',[[62,1],[55,1],[14,1],[64,1],[84,1]],'freely',[[65,1]],'pops',[[61,1],[60,1]],'neccessary',[[81,1]],'wanted',[[81,1],[80,1]],'exclusive',[[81,2],[80,2],[64,1],[78,2],[6,1]],'dong',[[7,1]],'beginning',[[81,3],[18,1],[41,4],[68,2],[8,1],[43,1],[62,1],[52,1],[80,1],[64,2],[26,3],[84,1],[73,1]],'socket',[[9,1]],'grey',[[62,1]],'adr',[[61,4]],'presumably',[[81,3]],'palette',[[35,20],[53,3],[81,22],[75,1],[28,12],[67,4],[8,2],[38,1],[62,8],[10,2],[29,2],[70,1],[5,2],[13,3],[6,1]],'number',[[6,1],[81,4],[27,2],[8,2],[43,4],[62,14],[80,2],[61,2],[78,16],[55,1],[7,1],[13,1],[84,2],[73,3],[50,2],[74,1],[16,1],[39,1],[67,1],[52,6],[24,1],[4,1],[57,1],[30,1],[64,33],[77,4],[5,1],[23,1],[26,2],[14,2],[20,2],[56,1]],'l8i',[[80,1]],'defeated',[[65,1]],'%03d',[[73,2]],'knows',[[15,1]],'adding',[[37,3],[50,1],[58,1],[3,2],[4,1],[10,1],[61,1],[80,1],[26,1],[7,1],[55,2],[84,1],[6,1]],'safely',[[62,1]],'zd`2',[[80,1]],'added',[[6,16],[55,1],[73,4],[50,1],[81,3],[16,9],[15,7],[84,1],[28,2],[8,20],[9,5],[3,2],[62,3],[4,8],[10,13],[30,1],[77,5],[80,3],[5,11],[14,32],[7,12],[13,8],[11,4],[12,5]],'6502',[[53,1],[79,1],[80,6],[77,6],[78,4],[70,2],[43,3]],'allowed',[[62,2],[57,1],[61,1],[78,1],[14,1],[13,1],[8,1]],'automatically',[[22,3],[46,1],[18,1],[33,1],[81,1],[16,1],[58,1],[39,3],[38,2],[43,5],[52,5],[32,1],[30,2],[80,1],[78,1],[26,2],[14,2],[84,2],[56,2]],' game',[[30,1],[70,1]],'matches',[[58,1]],'tutorial',[[60,1]],'doc',[[81,1],[77,3],[78,2],[73,1]],'counter',[[6,1],[81,15],[18,2],[15,2],[75,6],[8,4],[52,6],[62,10],[80,5],[30,14],[70,1],[49,1],[78,97],[26,3],[14,2],[56,2]],'laggy',[[49,1]],'boolean',[[64,1],[52,1]],'b002',[[77,1]],'pushing',[[80,2]],' look',[[74,1]],' linear',[[78,2]],'tile',[[54,3],[53,2],[57,3],[50,2],[69,1],[81,11],[51,1],[82,2]],' uint32',[[75,7]],' 13',[[78,1],[80,3]],'subtractions',[[80,2]],'mention',[[81,1]],'always',[[22,1],[54,1],[81,3],[50,1],[16,2],[15,1],[39,2],[8,1],[52,1],[62,6],[4,1],[10,1],[57,1],[61,2],[70,2],[5,1],[78,4],[26,1],[80,22],[14,1],[12,1],[73,3]],'mostly',[[50,1],[64,1],[80,1],[5,1],[28,1],[12,1],[56,1]],'bank',[[52,11],[6,2],[10,1],[4,1],[57,1],[58,1],[62,2],[70,2],[77,10],[55,1],[84,3],[43,1]],'grayscale',[[8,1],[35,2],[81,1]],'runtime',[[57,1],[52,2]],'pushes',[[80,1]],'learning',[[60,1]],'technical',[[79,1],[81,2],[80,1],[1,2],[71,2],[72,1]],'almost',[[3,1],[70,1],[56,1]],'006eh',[[77,1]],'imply',[[81,1]],'january',[[3,1]],'respective',[[73,1],[52,1]],'seconds',[[80,2],[41,2]],'gpl',[[3,1]],'town',[[50,1]],'records',[[73,2],[57,1],[68,1]],'significantly',[[70,1],[10,1],[43,1]],'clearmarker',[[62,1]],'flip',[[77,1],[81,1]],' bryan',[[80,1]],'anc',[[80,1]],'ability',[[78,4],[68,1],[8,1],[15,1],[6,1]],'robust',[[62,1]],'sequence',[[81,1],[57,1],[80,3],[78,5]],'binds',[[61,1]],'included',[[24,1],[81,1],[10,2],[33,1],[64,1],[77,1],[80,1],[14,1],[65,2]],'players',[[70,1],[81,1],[64,1],[12,1],[49,1]],'doubles',[[8,1],[80,1]],'chapter',[[80,2],[41,3]],'c128',[[80,1]],'dadc',[[80,1]],'registersave',[[62,1],[12,2]],'j@8n',[[80,1]],'extract',[[80,1],[51,1]],'sweeps',[[78,2]],'there',[[81,4],[15,1],[82,2],[43,6],[3,1],[62,8],[80,4],[61,5],[78,2],[70,1],[55,3],[13,1],[84,2],[41,1],[50,4],[65,1],[67,3],[52,6],[57,2],[30,1],[77,3],[64,3],[23,1],[49,1],[26,2],[14,1],[12,1],[56,2]],'4018',[[52,1]],'specific',[[46,1],[18,1],[33,2],[60,1],[69,1],[74,1],[42,1],[75,5],[65,1],[38,1],[43,1],[72,1],[61,2],[64,2],[70,3],[49,1],[51,1],[71,1],[78,2],[13,1],[84,1],[20,2],[56,1]],'auto',[[33,9],[41,9],[68,2],[16,1],[15,1],[42,3],[39,1],[8,1],[52,1],[10,2],[30,6],[77,2],[49,3],[26,1],[7,6],[14,5],[11,1],[6,3]],'platforms',[[62,1]],'decoding',[[81,1]],'explain',[[29,1],[55,1],[50,1],[65,1]],'along',[[3,1],[81,1]],'logical',[[62,3],[59,2],[81,1],[80,2]],'conditional',[[4,2],[10,1],[8,1],[52,4]],'screenshots',[[62,1],[16,1],[31,2]],'additions',[[80,2]],'transfering',[[80,1]],'defaults',[[5,1],[40,1],[62,4],[16,2],[36,1]],'preferably',[[62,2]],'dostuffhere',[[61,1]],'070h',[[77,2]],'mirroring',[[54,2],[75,1],[10,1],[70,3]],'flag',[[22,17],[46,1],[10,2],[52,3],[30,1],[62,2],[77,2],[5,1],[80,104],[81,7],[12,1],[11,1]],'speed',[[22,2],[27,14],[37,3],[60,1],[16,1],[68,2],[9,1],[38,1],[62,1],[10,1],[30,1],[61,1],[25,3],[5,1],[70,6],[26,4],[77,9],[7,5],[14,3],[78,2]],' version',[[77,1]],'analyse',[[81,1]],'view',[[4,2],[41,2],[50,1],[16,1],[57,1],[51,1],[58,1],[78,1],[55,2],[52,2]],'newlines',[[73,2]],'chunk',[[21,1],[75,8],[7,1]],'updating',[[8,1],[14,1]],'reinstalled',[[14,1]],'slowing',[[30,1],[26,1]],'m#l',[[80,1]],'pair',[[73,1]],'fcexp',[[73,1]],'prehaps',[[81,2]],'getinput',[[62,1]],'unpaused',[[7,1]],'boost',[[8,1],[37,1],[14,1]],'emulating',[[62,1],[11,1]],' frame',[[78,3]],'real',[[82,1],[81,1],[80,6],[30,1],[61,1],[77,1],[78,2],[55,2],[13,1],[8,1],[38,3],[43,1]],'snes9x',[[62,1],[45,1],[10,1],[39,1],[61,4]],'spike',[[78,3]],'cleaned',[[8,1],[16,1]],'building',[[84,1],[63,1]],'forget',[[5,1]],'selecting',[[81,2],[10,1],[50,1],[26,1],[31,1],[55,2],[8,1],[20,2],[43,2]],'ranging',[[80,1]],'sped',[[37,1]],'ramwatch',[[9,2]],'endian',[[62,1],[14,1]],'reflect',[[13,1]],'terminal',[[78,7]],'hacks',[[66,1]],'attained',[[78,1]],'cases',[[62,2],[80,1],[13,1],[16,3],[15,1],[52,1]],'gotcha',[[10,1]],'vba',[[44,1],[10,1],[39,1],[45,1]],'letting',[[62,2]],'blow',[[62,1]],'psg',[[62,1]],' 040',[[78,1]],'what ',[[75,1]],'ruined',[[80,1]],'pressing',[[62,2],[27,1],[33,1],[61,1],[25,1],[26,2],[55,1],[65,1],[20,1],[52,1]],'collapsible',[[14,1]],'early',[[62,1]],'triplets',[[35,1]],'artifacts',[[38,3]],'parser',[[52,1]],'navigating',[[26,2],[20,1],[25,1]],' or',[[20,2]],'love',[[82,1]],'411ah',[[77,1]],'effective',[[80,80]],'fills',[[81,1]],'oninputstart',[[64,3]],'john',[[80,1]],'sounddisplay',[[8,1]],'storage',[[24,1],[50,1]],'share',[[81,2],[82,1],[38,1],[70,1]],'pauses',[[61,1],[8,1],[62,2]],'impl',[[80,2]],'field',[[46,1],[18,1],[50,1],[68,1],[16,1],[15,1],[58,2],[75,2],[8,2],[52,7],[62,1],[43,1],[77,2],[26,1],[7,1],[73,6]],'oeka',[[33,1]],'backtrack',[[64,1]],' we',[[77,1]],'reg',[[8,1],[81,1]],' a%',[[80,1]],'competing',[[68,1]],'well',[[46,1],[53,1],[81,2],[50,4],[69,1],[21,1],[31,1],[67,1],[9,1],[43,1],[3,1],[52,1],[57,1],[62,4],[61,1],[64,6],[77,2],[5,1],[80,5],[55,1],[6,1]],'under',[[46,1],[81,1],[18,1],[50,1],[58,2],[42,1],[43,2],[3,3],[24,2],[10,2],[29,1],[30,1],[64,2],[80,1],[51,1],[26,2],[59,1],[1,3],[36,1]],'nmi2',[[52,1]],'indicated',[[62,1],[81,2]],'400d',[[78,1]],'japan',[[24,1]],'hardwired',[[81,1]],'0x2000',[[75,3]],'consist',[[26,1],[73,2]],'inverted',[[78,2]],'tabbing',[[8,1],[56,1]],'saving',[[6,1],[46,1],[57,1],[50,2],[59,1],[31,1],[7,3],[13,1],[14,3],[12,1]],'242',[[8,1]],'lower',[[81,6],[74,1],[30,1],[64,1],[78,1],[70,1],[80,9],[52,2]],'takeshi',[[33,1]],'setpixel',[[62,1]],'measured',[[78,2],[80,1]],'040e',[[43,1]],'downs',[[68,1]],'cart',[[81,5],[7,1],[84,3],[70,2]],'inline',[[3,1],[52,4]],'earth',[[80,1]],'did',[[62,1],[81,1],[10,1],[80,2],[77,2],[65,1],[67,1]],'0xf',[[80,1]],'optimize',[[68,1]],'wrong',[[18,1],[50,1],[13,1],[8,1],[6,1]],'hands',[[61,1]],'halo',[[5,1]],'assisted_speedrun',[[68,1]],'bmf_final3',[[28,1]],'hide',[[81,1],[41,1],[32,1],[30,1],[21,1],[8,1],[38,3]],'clicked',[[62,1]],'0x00fa',[[61,1]],'versions',[[3,1],[62,2],[18,1],[60,2],[78,1],[5,1],[26,2],[7,1],[48,1],[67,1],[12,1],[72,1]],'capabilities',[[62,1],[81,2],[70,1]],'pausing',[[10,1]],'vezj',[[80,1]],'thinking',[[47,1]],'fffc',[[70,1],[52,1]],'rst',[[52,2]],'occurring',[[52,1]],'definetely',[[81,1]],'addition',[[3,1],[62,1],[10,1],[18,1],[30,1],[33,1],[78,1],[80,9],[7,1],[67,2],[9,1],[12,1]],'shy',[[80,3]],'undoes',[[68,1]],' loadstate',[[20,1]],'non',[[81,6],[68,2],[69,1],[16,1],[15,1],[8,1],[52,4],[3,1],[62,3],[43,1],[30,1],[64,1],[70,1],[78,4],[59,1],[14,1],[13,1],[11,1]],'legend',[[80,1]],'guides',[[19,1],[51,1],[1,2],[66,2],[42,1]],'returns',[[62,58],[10,1],[14,1],[61,4],[64,11]],'characteristics',[[70,3],[78,1]],'stupid',[[13,1]],'closer',[[80,1],[5,1]],'themes',[[10,1],[32,1]],'bat',[[19,1]],'lfsr',[[75,1]],'autosearch',[[44,1],[45,1]],'227',[[8,1]],'start',[[46,2],[81,4],[18,1],[33,3],[50,2],[60,1],[82,2],[43,1],[62,5],[10,1],[32,1],[57,2],[61,2],[64,7],[77,1],[78,4],[26,1],[80,3],[55,1],[84,1],[73,6]],'2800|',[[70,1]],'stationary',[[81,1]],'rates',[[81,1]],'pcejin',[[44,1],[45,1]],'romname',[[22,3]],'handle',[[80,2],[61,2],[16,1],[15,1],[64,1]],'quirk',[[81,1],[78,1]],'rb`xh8',[[80,1]],'nop',[[80,16]],' 9000',[[77,1]],'layer',[[81,1]],'entering',[[81,1],[27,1],[50,1],[38,1],[52,3]],'difficult',[[35,1],[80,1]],'readable',[[56,1],[77,1],[52,1]],' instructions',[[84,1]],'registermanual',[[62,1]],'remember',[[81,2],[68,1],[50,2],[61,1],[30,1],[16,2],[77,1],[80,3],[55,1],[6,1]],' power',[[74,1]],'a002',[[77,1]],'grain',[[78,1]],'memory',[[46,17],[53,4],[18,8],[54,1],[68,1],[58,1],[81,29],[42,2],[43,6],[3,1],[62,33],[80,7],[61,5],[70,16],[51,1],[78,2],[55,9],[13,4],[69,1],[16,2],[31,3],[52,21],[4,1],[10,1],[77,1],[5,1],[26,1],[14,7],[12,3],[6,2]],'x11x',[[80,1]],'0x16',[[62,1]],'don’t',[[26,1]],'debuggerfontsize',[[23,1],[6,1]],'varying',[[75,1]],'unexpectingly',[[61,1]],'o&_',[[80,1]],'some',[[36,1],[12,1],[81,9],[15,2],[8,2],[9,2],[38,2],[3,1],[43,1],[62,10],[32,1],[61,3],[80,8],[70,2],[78,2],[7,1],[13,2],[41,1],[50,6],[16,2],[21,2],[28,1],[31,1],[65,1],[67,2],[52,1],[24,1],[10,1],[57,1],[30,2],[64,5],[77,2],[5,1],[23,1],[83,1],[14,1],[11,1],[6,2]],'briefly',[[43,1]],'0afffh',[[77,1]],'md5_asciistr',[[13,1]],'kilobytes',[[24,1]],'initialize',[[81,2],[80,1]],'hand',[[61,2],[80,1]],'discovering',[[57,1]],'hotkey',[[56,1],[18,2],[33,5],[41,2],[16,3],[15,3],[8,3],[38,1],[40,4],[3,1],[52,3],[29,1],[62,1],[30,5],[25,1],[5,1],[26,1],[7,1],[13,1],[14,7],[20,4],[6,1]],'other',[[81,6],[18,2],[33,1],[15,1],[8,1],[63,2],[3,2],[62,5],[32,1],[61,3],[80,13],[70,2],[78,3],[13,1],[73,1],[50,5],[69,1],[65,1],[52,3],[10,1],[57,1],[30,1],[64,1],[77,3],[49,1],[26,2],[11,1],[12,1]],' hence',[[62,4]],'margin',[[81,1]],'like',[[54,1],[53,2],[33,2],[60,1],[81,6],[43,4],[3,2],[44,1],[45,1],[62,12],[61,7],[80,14],[78,1],[84,4],[73,1],[50,3],[69,1],[16,1],[65,2],[67,1],[52,3],[10,1],[57,3],[30,1],[64,3],[77,2],[59,2]],'bound',[[61,1],[33,1]],'cccvvvv',[[77,1]],'nitsuja',[[3,1],[28,3]],'comparator',[[81,2]],'rendered',[[81,8],[57,3],[55,2]],'red',[[62,7],[35,2],[30,1],[61,1],[7,1],[13,1],[55,1]],'conditioned',[[81,1]],'given',[[54,1],[62,37],[68,1],[32,1],[61,5],[58,1],[64,1],[78,1],[81,1],[84,2],[20,1],[52,3]],'rect',[[62,1]],'scenario',[[78,1]],'structure',[[60,1]],'symmetry',[[78,1]],'inc',[[80,10]],'_ok',[[80,1]],'sporting',[[81,1]],'hexbackcolorr',[[23,1]],'gnobgfillcolor ',[[30,1]],'4005',[[78,2]],' has',[[41,1]],'met',[[78,1],[52,1]],'needed',[[62,1],[81,1],[18,1],[50,2],[60,2],[80,1],[26,2],[65,1],[84,1],[63,1]],'player1',[[73,1]],'better',[[62,1],[35,2],[18,1],[50,2],[64,1],[12,1],[38,1]],'mutant',[[70,1],[49,1]],'fail',[[57,1],[50,1],[80,1],[16,1]],'correctly',[[54,1],[80,1],[8,1],[15,1],[16,1]],'levels',[[57,1],[80,1],[69,2],[78,1],[36,1]],'produced',[[78,3],[68,1],[58,1],[38,1],[52,1]],'linked',[[3,1],[63,1],[6,1]],'hitbreakpoint',[[62,2],[6,1]],'dip',[[6,1]],'clip',[[22,2],[14,1],[65,1],[38,1]],'prescale',[[5,1]],'electronic',[[10,1],[31,1]],'closes',[[62,1]],'key2',[[64,1]],'iterate',[[61,1]],'2c00|',[[70,1]],'perl',[[59,1]],'dancing',[[70,1]],'838977920',[[73,1]],'affiliated',[[78,1]],'notes',[[62,6],[7,1],[80,1],[83,1],[78,1],[73,1]],' 004',[[78,1]],'overhauled',[[18,1]],'front',[[61,2],[64,1],[78,1]],'confuse',[[80,2]],'9030',[[77,1]],'simultaniously',[[81,1]],'edits',[[1,2]],'|the',[[81,1]],'terms',[[62,1],[68,1],[52,1]],' ideally',[[81,1]],'multilinecomment',[[84,2]],'nsf',[[52,6],[35,1],[57,10],[21,3],[77,3],[5,2],[51,1],[76,2],[12,3],[6,1]],'differently',[[80,5],[73,1]],'its',[[46,1],[35,1],[18,2],[27,1],[33,1],[58,1],[68,1],[8,1],[38,1],[43,2],[3,1],[62,6],[63,1],[66,1],[61,1],[80,9],[55,1],[1,3],[84,2],[39,3],[47,1],[52,2],[10,1],[64,2],[77,2],[5,1],[0,1],[59,1],[14,3]],'viewing',[[55,1],[69,1],[50,2]]];window.bSearchDataLoaded=true; \ No newline at end of file diff --git a/web/help/vendors/bootstrap-3.4.1/css/ie10-viewport-bug-workaround.css b/web/help/vendors/bootstrap-3.4.1/css/ie10-viewport-bug-workaround.css index 8f7d32b0..f08e50f3 100644 --- a/web/help/vendors/bootstrap-3.4.1/css/ie10-viewport-bug-workaround.css +++ b/web/help/vendors/bootstrap-3.4.1/css/ie10-viewport-bug-workaround.css @@ -1,15 +1,15 @@ -/*! - * IE10 viewport hack for Surface/desktop Windows 8 bug - * Copyright 2014-2015 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */ - -/* - * See the Getting Started docs for more information: - * http://getbootstrap.com/getting-started/#support-ie10-width - */ -@-webkit-viewport { width: device-width; } -@-moz-viewport { width: device-width; } -@-ms-viewport { width: device-width; } -@-o-viewport { width: device-width; } +/*! + * IE10 viewport hack for Surface/desktop Windows 8 bug + * Copyright 2014-2015 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ + +/* + * See the Getting Started docs for more information: + * http://getbootstrap.com/getting-started/#support-ie10-width + */ +@-webkit-viewport { width: device-width; } +@-moz-viewport { width: device-width; } +@-ms-viewport { width: device-width; } +@-o-viewport { width: device-width; } @viewport { width: device-width; } \ No newline at end of file diff --git a/web/help/vendors/bootstrap-3.4.1/js/ie10-viewport-bug-workaround.js b/web/help/vendors/bootstrap-3.4.1/js/ie10-viewport-bug-workaround.js index 479a6ebd..a5ab744b 100644 --- a/web/help/vendors/bootstrap-3.4.1/js/ie10-viewport-bug-workaround.js +++ b/web/help/vendors/bootstrap-3.4.1/js/ie10-viewport-bug-workaround.js @@ -1,23 +1,23 @@ -/*! - * IE10 viewport hack for Surface/desktop Windows 8 bug - * Copyright 2014-2015 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */ - -// See the Getting Started docs for more information: -// http://getbootstrap.com/getting-started/#support-ie10-width - -(function () { - 'use strict'; - - if (navigator.userAgent.match(/IEMobile\/10\.0/)) { - var msViewportStyle = document.createElement('style') - msViewportStyle.appendChild( - document.createTextNode( - '@-ms-viewport{width:auto!important}' - ) - ) - document.querySelector('head').appendChild(msViewportStyle) - } - -})(); +/*! + * IE10 viewport hack for Surface/desktop Windows 8 bug + * Copyright 2014-2015 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ + +// See the Getting Started docs for more information: +// http://getbootstrap.com/getting-started/#support-ie10-width + +(function () { + 'use strict'; + + if (navigator.userAgent.match(/IEMobile\/10\.0/)) { + var msViewportStyle = document.createElement('style') + msViewportStyle.appendChild( + document.createTextNode( + '@-ms-viewport{width:auto!important}' + ) + ) + document.querySelector('head').appendChild(msViewportStyle) + } + +})(); diff --git a/web/help/vendors/respond-1.4.2/respond.min.js b/web/help/vendors/respond-1.4.2/respond.min.js index 80a7b69d..4bd176e4 100644 --- a/web/help/vendors/respond-1.4.2/respond.min.js +++ b/web/help/vendors/respond-1.4.2/respond.min.js @@ -1,5 +1,5 @@ -/*! Respond.js v1.4.2: min/max-width media query polyfill * Copyright 2013 Scott Jehl - * Licensed under https://github.com/scottjehl/Respond/blob/master/LICENSE-MIT - * */ - +/*! Respond.js v1.4.2: min/max-width media query polyfill * Copyright 2013 Scott Jehl + * Licensed under https://github.com/scottjehl/Respond/blob/master/LICENSE-MIT + * */ + !function(a){"use strict";a.matchMedia=a.matchMedia||function(a){var b,c=a.documentElement,d=c.firstElementChild||c.firstChild,e=a.createElement("body"),f=a.createElement("div");return f.id="mq-test-1",f.style.cssText="position:absolute;top:-100em",e.style.background="none",e.appendChild(f),function(a){return f.innerHTML='­',c.insertBefore(e,d),b=42===f.offsetWidth,c.removeChild(e),{matches:b,media:a}}}(a.document)}(this),function(a){"use strict";function b(){u(!0)}var c={};a.respond=c,c.update=function(){};var d=[],e=function(){var b=!1;try{b=new a.XMLHttpRequest}catch(c){b=new a.ActiveXObject("Microsoft.XMLHTTP")}return function(){return b}}(),f=function(a,b){var c=e();c&&(c.open("GET",a,!0),c.onreadystatechange=function(){4!==c.readyState||200!==c.status&&304!==c.status||b(c.responseText)},4!==c.readyState&&c.send(null))};if(c.ajax=f,c.queue=d,c.regex={media:/@media[^\{]+\{([^\{\}]*\{[^\}\{]*\})+/gi,keyframes:/@(?:\-(?:o|moz|webkit)\-)?keyframes[^\{]+\{(?:[^\{\}]*\{[^\}\{]*\})+[^\}]*\}/gi,urls:/(url\()['"]?([^\/\)'"][^:\)'"]+)['"]?(\))/g,findStyles:/@media *([^\{]+)\{([\S\s]+?)$/,only:/(only\s+)?([a-zA-Z]+)\s?/,minw:/\([\s]*min\-width\s*:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/,maxw:/\([\s]*max\-width\s*:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/},c.mediaQueriesSupported=a.matchMedia&&null!==a.matchMedia("only all")&&a.matchMedia("only all").matches,!c.mediaQueriesSupported){var g,h,i,j=a.document,k=j.documentElement,l=[],m=[],n=[],o={},p=30,q=j.getElementsByTagName("head")[0]||k,r=j.getElementsByTagName("base")[0],s=q.getElementsByTagName("link"),t=function(){var a,b=j.createElement("div"),c=j.body,d=k.style.fontSize,e=c&&c.style.fontSize,f=!1;return b.style.cssText="position:absolute;font-size:1em;width:1em",c||(c=f=j.createElement("body"),c.style.background="none"),k.style.fontSize="100%",c.style.fontSize="100%",c.appendChild(b),f&&k.insertBefore(c,k.firstChild),a=b.offsetWidth,f?k.removeChild(c):c.removeChild(b),k.style.fontSize=d,e&&(c.style.fontSize=e),a=i=parseFloat(a)},u=function(b){var c="clientWidth",d=k[c],e="CSS1Compat"===j.compatMode&&d||j.body[c]||d,f={},o=s[s.length-1],r=(new Date).getTime();if(b&&g&&p>r-g)return a.clearTimeout(h),h=a.setTimeout(u,p),void 0;g=r;for(var v in l)if(l.hasOwnProperty(v)){var w=l[v],x=w.minw,y=w.maxw,z=null===x,A=null===y,B="em";x&&(x=parseFloat(x)*(x.indexOf(B)>-1?i||t():1)),y&&(y=parseFloat(y)*(y.indexOf(B)>-1?i||t():1)),w.hasquery&&(z&&A||!(z||e>=x)||!(A||y>=e))||(f[w.media]||(f[w.media]=[]),f[w.media].push(m[w.rules]))}for(var C in n)n.hasOwnProperty(C)&&n[C]&&n[C].parentNode===q&&q.removeChild(n[C]);n.length=0;for(var D in f)if(f.hasOwnProperty(D)){var E=j.createElement("style"),F=f[D].join("\n");E.type="text/css",E.media=D,q.insertBefore(E,o.nextSibling),E.styleSheet?E.styleSheet.cssText=F:E.appendChild(j.createTextNode(F)),n.push(E)}},v=function(a,b,d){var e=a.replace(c.regex.keyframes,"").match(c.regex.media),f=e&&e.length||0;b=b.substring(0,b.lastIndexOf("/"));var g=function(a){return a.replace(c.regex.urls,"$1"+b+"$2$3")},h=!f&&d;b.length&&(b+="/"),h&&(f=1);for(var i=0;f>i;i++){var j,k,n,o;h?(j=d,m.push(g(a))):(j=e[i].match(c.regex.findStyles)&&RegExp.$1,m.push(RegExp.$2&&g(RegExp.$2))),n=j.split(","),o=n.length;for(var p=0;o>p;p++)k=n[p],l.push({media:k.split("(")[0].match(c.regex.only)&&RegExp.$2||"all",rules:m.length-1,hasquery:k.indexOf("(")>-1,minw:k.match(c.regex.minw)&&parseFloat(RegExp.$1)+(RegExp.$2||""),maxw:k.match(c.regex.maxw)&&parseFloat(RegExp.$1)+(RegExp.$2||"")})}u()},w=function(){if(d.length){var b=d.shift();f(b.href,function(c){v(c,b.href,b.media),o[b.href]=!0,a.setTimeout(function(){w()},0)})}},x=function(){for(var b=0;bE;E++)if("0"===m[0]&&1E&&(m=k,E=z)):"0"===l[q]&&(p=!0,k=q,z=1);z>E&&(m=k,E=z);1=L&&D>>10&1023|55296),t=56320|t&1023);return D+=y(t)}).join("")}function E(n,t){return n+22+75*(26>n)-((0!=t)<<5)}function z(n,t,D){var x=0;n=D?g(n/700):n>>1;for(n+=g(n/t);455e&&(e=0);for(b=0;b=D&&w("invalid-input");var h=n.charCodeAt(e++); -h=10>h-48?h-22:26>h-65?h-65:26>h-97?h-97:36;(36<=h||h>g((2147483647-x)/f))&&w("overflow");x+=h*f;var A=c<=a?1:c>=a+26?26:c-a;if(hg(2147483647/h)&&w("overflow");f*=h}f=t.length+1;a=z(x-b,f,0==b);g(x/f)>2147483647-L&&w("overflow");L+=g(x/f);x%=f;t.splice(x++,0,L)}return q(t)}function p(n){var t,D,x,L=[];n=d(n);var a=n.length;var b=128;var c=0;var e=72;for(x=0;xf&&L.push(y(f))}for((t=D=L.length)&&L.push("-");t=b&& -fg((2147483647-c)/A)&&w("overflow");c+=(h-b)*A;b=h;for(x=0;x=e+26?26:h-e;if(J= 0x80 (not a basic code point)","invalid-input":"Invalid input"},g=Math.floor,y=String.fromCharCode,H;var G={version:"1.3.2",ucs2:{decode:d,encode:q},decode:k,encode:p,toASCII:function(n){return m(n,function(t){return u.test(t)?"xn--"+p(t):t})},toUnicode:function(n){return m(n,function(t){return F.test(t)?k(t.slice(4).toLowerCase()): -t})}};if("function"==typeof define&&"object"==typeof define.amd&&define.amd)define("punycode",function(){return G});else if(B&&v)if(module.exports==B)v.exports=G;else for(H in G)G.hasOwnProperty(H)&&(B[H]=G[H]);else r.punycode=G})(this); -(function(r,w){"object"===typeof module&&module.exports?module.exports=w():"function"===typeof define&&define.amd?define(w):r.SecondLevelDomains=w(r)})(this,function(r){var w=r&&r.SecondLevelDomains,l={list:{ac:" com gov mil net org ",ae:" ac co gov mil name net org pro sch ",af:" com edu gov net org ",al:" com edu gov mil net org ",ao:" co ed gv it og pb ",ar:" com edu gob gov int mil net org tur ",at:" ac co gv or ",au:" asn com csiro edu gov id net org ",ba:" co com edu gov mil net org rs unbi unmo unsa untz unze ", -bb:" biz co com edu gov info net org store tv ",bh:" biz cc com edu gov info net org ",bn:" com edu gov net org ",bo:" com edu gob gov int mil net org tv ",br:" adm adv agr am arq art ato b bio blog bmd cim cng cnt com coop ecn edu eng esp etc eti far flog fm fnd fot fst g12 ggf gov imb ind inf jor jus lel mat med mil mus net nom not ntr odo org ppg pro psc psi qsl rec slg srv tmp trd tur tv vet vlog wiki zlg ",bs:" com edu gov net org ",bz:" du et om ov rg ",ca:" ab bc mb nb nf nl ns nt nu on pe qc sk yk ", -ck:" biz co edu gen gov info net org ",cn:" ac ah bj com cq edu fj gd gov gs gx gz ha hb he hi hl hn jl js jx ln mil net nm nx org qh sc sd sh sn sx tj tw xj xz yn zj ",co:" com edu gov mil net nom org ",cr:" ac c co ed fi go or sa ",cy:" ac biz com ekloges gov ltd name net org parliament press pro tm ","do":" art com edu gob gov mil net org sld web ",dz:" art asso com edu gov net org pol ",ec:" com edu fin gov info med mil net org pro ",eg:" com edu eun gov mil name net org sci ",er:" com edu gov ind mil net org rochest w ", -es:" com edu gob nom org ",et:" biz com edu gov info name net org ",fj:" ac biz com info mil name net org pro ",fk:" ac co gov net nom org ",fr:" asso com f gouv nom prd presse tm ",gg:" co net org ",gh:" com edu gov mil org ",gn:" ac com gov net org ",gr:" com edu gov mil net org ",gt:" com edu gob ind mil net org ",gu:" com edu gov net org ",hk:" com edu gov idv net org ",hu:" 2000 agrar bolt casino city co erotica erotika film forum games hotel info ingatlan jogasz konyvelo lakas media news org priv reklam sex shop sport suli szex tm tozsde utazas video ", -id:" ac co go mil net or sch web ",il:" ac co gov idf k12 muni net org ","in":" ac co edu ernet firm gen gov i ind mil net nic org res ",iq:" com edu gov i mil net org ",ir:" ac co dnssec gov i id net org sch ",it:" edu gov ",je:" co net org ",jo:" com edu gov mil name net org sch ",jp:" ac ad co ed go gr lg ne or ",ke:" ac co go info me mobi ne or sc ",kh:" com edu gov mil net org per ",ki:" biz com de edu gov info mob net org tel ",km:" asso com coop edu gouv k medecin mil nom notaires pharmaciens presse tm veterinaire ", -kn:" edu gov net org ",kr:" ac busan chungbuk chungnam co daegu daejeon es gangwon go gwangju gyeongbuk gyeonggi gyeongnam hs incheon jeju jeonbuk jeonnam k kg mil ms ne or pe re sc seoul ulsan ",kw:" com edu gov net org ",ky:" com edu gov net org ",kz:" com edu gov mil net org ",lb:" com edu gov net org ",lk:" assn com edu gov grp hotel int ltd net ngo org sch soc web ",lr:" com edu gov net org ",lv:" asn com conf edu gov id mil net org ",ly:" com edu gov id med net org plc sch ",ma:" ac co gov m net org press ", -mc:" asso tm ",me:" ac co edu gov its net org priv ",mg:" com edu gov mil nom org prd tm ",mk:" com edu gov inf name net org pro ",ml:" com edu gov net org presse ",mn:" edu gov org ",mo:" com edu gov net org ",mt:" com edu gov net org ",mv:" aero biz com coop edu gov info int mil museum name net org pro ",mw:" ac co com coop edu gov int museum net org ",mx:" com edu gob net org ",my:" com edu gov mil name net org sch ",nf:" arts com firm info net other per rec store web ",ng:" biz com edu gov mil mobi name net org sch ", -ni:" ac co com edu gob mil net nom org ",np:" com edu gov mil net org ",nr:" biz com edu gov info net org ",om:" ac biz co com edu gov med mil museum net org pro sch ",pe:" com edu gob mil net nom org sld ",ph:" com edu gov i mil net ngo org ",pk:" biz com edu fam gob gok gon gop gos gov net org web ",pl:" art bialystok biz com edu gda gdansk gorzow gov info katowice krakow lodz lublin mil net ngo olsztyn org poznan pwr radom slupsk szczecin torun warszawa waw wroc wroclaw zgora ",pr:" ac biz com edu est gov info isla name net org pro prof ", -ps:" com edu gov net org plo sec ",pw:" belau co ed go ne or ",ro:" arts com firm info nom nt org rec store tm www ",rs:" ac co edu gov in org ",sb:" com edu gov net org ",sc:" com edu gov net org ",sh:" co com edu gov net nom org ",sl:" com edu gov net org ",st:" co com consulado edu embaixada gov mil net org principe saotome store ",sv:" com edu gob org red ",sz:" ac co org ",tr:" av bbs bel biz com dr edu gen gov info k12 name net org pol tel tsk tv web ",tt:" aero biz cat co com coop edu gov info int jobs mil mobi museum name net org pro tel travel ", -tw:" club com ebiz edu game gov idv mil net org ",mu:" ac co com gov net or org ",mz:" ac co edu gov org ",na:" co com ",nz:" ac co cri geek gen govt health iwi maori mil net org parliament school ",pa:" abo ac com edu gob ing med net nom org sld ",pt:" com edu gov int net nome org publ ",py:" com edu gov mil net org ",qa:" com edu gov mil net org ",re:" asso com nom ",ru:" ac adygeya altai amur arkhangelsk astrakhan bashkiria belgorod bir bryansk buryatia cbg chel chelyabinsk chita chukotka chuvashia com dagestan e-burg edu gov grozny int irkutsk ivanovo izhevsk jar joshkar-ola kalmykia kaluga kamchatka karelia kazan kchr kemerovo khabarovsk khakassia khv kirov koenig komi kostroma kranoyarsk kuban kurgan kursk lipetsk magadan mari mari-el marine mil mordovia mosreg msk murmansk nalchik net nnov nov novosibirsk nsk omsk orenburg org oryol penza perm pp pskov ptz rnd ryazan sakhalin samara saratov simbirsk smolensk spb stavropol stv surgut tambov tatarstan tom tomsk tsaritsyn tsk tula tuva tver tyumen udm udmurtia ulan-ude vladikavkaz vladimir vladivostok volgograd vologda voronezh vrn vyatka yakutia yamal yekaterinburg yuzhno-sakhalinsk ", -rw:" ac co com edu gouv gov int mil net ",sa:" com edu gov med net org pub sch ",sd:" com edu gov info med net org tv ",se:" a ac b bd c d e f g h i k l m n o org p parti pp press r s t tm u w x y z ",sg:" com edu gov idn net org per ",sn:" art com edu gouv org perso univ ",sy:" com edu gov mil net news org ",th:" ac co go in mi net or ",tj:" ac biz co com edu go gov info int mil name net nic org test web ",tn:" agrinet com defense edunet ens fin gov ind info intl mincom nat net org perso rnrt rns rnu tourism ", -tz:" ac co go ne or ",ua:" biz cherkassy chernigov chernovtsy ck cn co com crimea cv dn dnepropetrovsk donetsk dp edu gov if in ivano-frankivsk kh kharkov kherson khmelnitskiy kiev kirovograd km kr ks kv lg lugansk lutsk lviv me mk net nikolaev od odessa org pl poltava pp rovno rv sebastopol sumy te ternopil uzhgorod vinnica vn zaporizhzhe zhitomir zp zt ",ug:" ac co go ne or org sc ",uk:" ac bl british-library co cym gov govt icnet jet lea ltd me mil mod national-library-scotland nel net nhs nic nls org orgn parliament plc police sch scot soc ", -us:" dni fed isa kids nsn ",uy:" com edu gub mil net org ",ve:" co com edu gob info mil net org web ",vi:" co com k12 net org ",vn:" ac biz com edu gov health info int name net org pro ",ye:" co com gov ltd me net org plc ",yu:" ac co edu gov org ",za:" ac agric alt bourse city co cybernet db edu gov grondar iaccess imt inca landesign law mil net ngo nis nom olivetti org pix school tm web ",zm:" ac co com edu gov net org sch ",com:"ar br cn de eu gb gr hu jpn kr no qc ru sa se uk us uy za ",net:"gb jp se uk ", -org:"ae",de:"com "},has:function(m){var d=m.lastIndexOf(".");if(0>=d||d>=m.length-1)return!1;var q=m.lastIndexOf(".",d-1);if(0>=q||q>=d-1)return!1;var E=l.list[m.slice(d+1)];return E?0<=E.indexOf(" "+m.slice(q+1,d)+" "):!1},is:function(m){var d=m.lastIndexOf(".");if(0>=d||d>=m.length-1||0<=m.lastIndexOf(".",d-1))return!1;var q=l.list[m.slice(d+1)];return q?0<=q.indexOf(" "+m.slice(0,d)+" "):!1},get:function(m){var d=m.lastIndexOf(".");if(0>=d||d>=m.length-1)return null;var q=m.lastIndexOf(".",d-1); -if(0>=q||q>=d-1)return null;var E=l.list[m.slice(d+1)];return!E||0>E.indexOf(" "+m.slice(q+1,d)+" ")?null:m.slice(q+1)},noConflict:function(){r.SecondLevelDomains===this&&(r.SecondLevelDomains=w);return this}};return l}); -(function(r,w){"object"===typeof module&&module.exports?module.exports=w(require("./punycode"),require("./IPv6"),require("./SecondLevelDomains")):"function"===typeof define&&define.amd?define(["./punycode","./IPv6","./SecondLevelDomains"],w):r.URI=w(r.punycode,r.IPv6,r.SecondLevelDomains,r)})(this,function(r,w,l,m){function d(a,b){var c=1<=arguments.length,e=2<=arguments.length;if(!(this instanceof d))return c?e?new d(a,b):new d(a):new d;if(void 0===a){if(c)throw new TypeError("undefined is not a valid argument for URI"); -a="undefined"!==typeof location?location.href+"":""}if(null===a&&c)throw new TypeError("null is not a valid argument for URI");this.href(a);return void 0!==b?this.absoluteTo(b):this}function q(a){return a.replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")}function E(a){return void 0===a?"Undefined":String(Object.prototype.toString.call(a)).slice(8,-1)}function z(a){return"Array"===E(a)}function k(a,b){var c={},e;if("RegExp"===E(b))c=null;else if(z(b)){var f=0;for(e=b.length;f]+|\(([^\s()<>]+|(\([^\s()<>]+\)))*\))+(?:\(([^\s()<>]+|(\([^\s()<>]+\)))*\)|[^\s`!()\[\]{};:'".,<>?\u00ab\u00bb\u201c\u201d\u2018\u2019]))/ig;d.findUri={start:/\b(?:([a-z][a-z0-9.+-]*:\/\/)|www\.)/gi,end:/[\s\r\n]|$/,trim:/[`!()\[\]{};:'".,<>?\u00ab\u00bb\u201c\u201d\u201e\u2018\u2019]+$/,parens:/(\([^\)]*\)|\[[^\]]*\]|\{[^}]*\}|<[^>]*>)/g};d.defaultPorts={http:"80",https:"443",ftp:"21", -gopher:"70",ws:"80",wss:"443"};d.hostProtocols=["http","https"];d.invalid_hostname_characters=/[^a-zA-Z0-9\.\-:_]/;d.domAttributes={a:"href",blockquote:"cite",link:"href",base:"href",script:"src",form:"action",img:"src",area:"href",iframe:"src",embed:"src",source:"src",track:"src",input:"src",audio:"src",video:"src"};d.getDomAttribute=function(a){if(a&&a.nodeName){var b=a.nodeName.toLowerCase();if("input"!==b||"image"===a.type)return d.domAttributes[b]}};d.encode=F;d.decode=decodeURIComponent;d.iso8859= -function(){d.encode=escape;d.decode=unescape};d.unicode=function(){d.encode=F;d.decode=decodeURIComponent};d.characters={pathname:{encode:{expression:/%(24|26|2B|2C|3B|3D|3A|40)/ig,map:{"%24":"$","%26":"&","%2B":"+","%2C":",","%3B":";","%3D":"=","%3A":":","%40":"@"}},decode:{expression:/[\/\?#]/g,map:{"/":"%2F","?":"%3F","#":"%23"}}},reserved:{encode:{expression:/%(21|23|24|26|27|28|29|2A|2B|2C|2F|3A|3B|3D|3F|40|5B|5D)/ig,map:{"%3A":":","%2F":"/","%3F":"?","%23":"#","%5B":"[","%5D":"]","%40":"@", -"%21":"!","%24":"$","%26":"&","%27":"'","%28":"(","%29":")","%2A":"*","%2B":"+","%2C":",","%3B":";","%3D":"="}}},urnpath:{encode:{expression:/%(21|24|27|28|29|2A|2B|2C|3B|3D|40)/ig,map:{"%21":"!","%24":"$","%27":"'","%28":"(","%29":")","%2A":"*","%2B":"+","%2C":",","%3B":";","%3D":"=","%40":"@"}},decode:{expression:/[\/\?#:]/g,map:{"/":"%2F","?":"%3F","#":"%23",":":"%3A"}}}};d.encodeQuery=function(a,b){var c=d.encode(a+"");void 0===b&&(b=d.escapeQuerySpace);return b?c.replace(/%20/g,"+"):c};d.decodeQuery= -function(a,b){a+="";void 0===b&&(b=d.escapeQuerySpace);try{return d.decode(b?a.replace(/\+/g,"%20"):a)}catch(c){return a}};var H={encode:"encode",decode:"decode"},G,n=function(a,b){return function(c){try{return d[b](c+"").replace(d.characters[a][b].expression,function(e){return d.characters[a][b].map[e]})}catch(e){return c}}};for(G in H)d[G+"PathSegment"]=n("pathname",H[G]),d[G+"UrnPathSegment"]=n("urnpath",H[G]);H=function(a,b,c){return function(e){var f=c?function(J){return d[b](d[c](J))}:d[b]; -e=(e+"").split(a);for(var h=0,A=e.length;he)return a.charAt(0)===b.charAt(0)&&"/"===a.charAt(0)?"/":"";if("/"!==a.charAt(e)||"/"!==b.charAt(e))e=a.substring(0,e).lastIndexOf("/");return a.substring(0,e+1)};d.withinString=function(a,b,c){c||(c={});var e=c.start||d.findUri.start,f=c.end||d.findUri.end,h=c.trim||d.findUri.trim,A=c.parens||d.findUri.parens,J=/[a-z0-9-]=["']?$/i; -for(e.lastIndex=0;;){var M=e.exec(a);if(!M)break;var P=M.index;if(c.ignoreHtml){var N=a.slice(Math.max(P-3,0),P);if(N&&J.test(N))continue}var O=P+a.slice(P).search(f);N=a.slice(P,O);for(O=-1;;){var Q=A.exec(N);if(!Q)break;O=Math.max(O,Q.index+Q[0].length)}N=-1b))throw new TypeError('Port "'+a+'" is not a valid port');}};d.noConflict=function(a){if(a)return a={URI:this.noConflict()},m.URITemplate&&"function"===typeof m.URITemplate.noConflict&&(a.URITemplate=m.URITemplate.noConflict()),m.IPv6&&"function"===typeof m.IPv6.noConflict&&(a.IPv6=m.IPv6.noConflict()),m.SecondLevelDomains&&"function"===typeof m.SecondLevelDomains.noConflict&&(a.SecondLevelDomains=m.SecondLevelDomains.noConflict()),a;m.URI===this&&(m.URI= -C);return this};g.build=function(a){if(!0===a)this._deferred_build=!0;else if(void 0===a||this._deferred_build)this._string=d.build(this._parts),this._deferred_build=!1;return this};g.clone=function(){return new d(this)};g.valueOf=g.toString=function(){return this.build(!1)._string};g.protocol=u("protocol");g.username=u("username");g.password=u("password");g.hostname=u("hostname");g.port=u("port");g.query=I("query","?");g.fragment=I("fragment","#");g.search=function(a,b){var c=this.query(a,b);return"string"=== -typeof c&&c.length?"?"+c:c};g.hash=function(a,b){var c=this.fragment(a,b);return"string"===typeof c&&c.length?"#"+c:c};g.pathname=function(a,b){if(void 0===a||!0===a){var c=this._parts.path||(this._parts.hostname?"/":"");return a?(this._parts.urn?d.decodeUrnPath:d.decodePath)(c):c}this._parts.path=this._parts.urn?a?d.recodeUrnPath(a):"":a?d.recodePath(a):"/";this.build(!b);return this};g.path=g.pathname;g.href=function(a,b){var c;if(void 0===a)return this.toString();this._string="";this._parts=d._parts(); -var e=a instanceof d,f="object"===typeof a&&(a.hostname||a.path||a.pathname);a.nodeName&&(f=d.getDomAttribute(a),a=a[f]||"",f=!1);!e&&f&&void 0!==a.pathname&&(a=a.toString());if("string"===typeof a||a instanceof String)this._parts=d.parse(String(a),this._parts);else if(e||f){e=e?a._parts:a;for(c in e)"query"!==c&&y.call(this._parts,c)&&(this._parts[c]=e[c]);e.query&&this.query(e.query,!1)}else throw new TypeError("invalid input");this.build(!b);return this};g.is=function(a){var b=!1,c=!1,e=!1,f=!1, -h=!1,A=!1,J=!1,M=!this._parts.urn;this._parts.hostname&&(M=!1,c=d.ip4_expression.test(this._parts.hostname),e=d.ip6_expression.test(this._parts.hostname),b=c||e,h=(f=!b)&&l&&l.has(this._parts.hostname),A=f&&d.idn_expression.test(this._parts.hostname),J=f&&d.punycode_expression.test(this._parts.hostname));switch(a.toLowerCase()){case "relative":return M;case "absolute":return!M;case "domain":case "name":return f;case "sld":return h;case "ip":return b;case "ip4":case "ipv4":case "inet4":return c;case "ip6":case "ipv6":case "inet6":return e; -case "idn":return A;case "url":return!this._parts.urn;case "urn":return!!this._parts.urn;case "punycode":return J}return null};var t=g.protocol,D=g.port,x=g.hostname;g.protocol=function(a,b){if(a&&(a=a.replace(/:(\/\/)?$/,""),!a.match(d.protocol_expression)))throw new TypeError('Protocol "'+a+"\" contains characters other than [A-Z0-9.+-] or doesn't start with [A-Z]");return t.call(this,a,b)};g.scheme=g.protocol;g.port=function(a,b){if(this._parts.urn)return void 0===a?"":this;void 0!==a&&(0===a&& -(a=null),a&&(a+="",":"===a.charAt(0)&&(a=a.substring(1)),d.ensureValidPort(a)));return D.call(this,a,b)};g.hostname=function(a,b){if(this._parts.urn)return void 0===a?"":this;if(void 0!==a){var c={preventInvalidHostname:this._parts.preventInvalidHostname};if("/"!==d.parseHost(a,c))throw new TypeError('Hostname "'+a+'" contains characters other than [A-Z0-9.-]');a=c.hostname;this._parts.preventInvalidHostname&&d.ensureValidHostname(a,this._parts.protocol)}return x.call(this,a,b)};g.origin=function(a, -b){if(this._parts.urn)return void 0===a?"":this;if(void 0===a){var c=this.protocol();return this.authority()?(c?c+"://":"")+this.authority():""}c=d(a);this.protocol(c.protocol()).authority(c.authority()).build(!b);return this};g.host=function(a,b){if(this._parts.urn)return void 0===a?"":this;if(void 0===a)return this._parts.hostname?d.buildHost(this._parts):"";if("/"!==d.parseHost(a,this._parts))throw new TypeError('Hostname "'+a+'" contains characters other than [A-Z0-9.-]');this.build(!b);return this}; -g.authority=function(a,b){if(this._parts.urn)return void 0===a?"":this;if(void 0===a)return this._parts.hostname?d.buildAuthority(this._parts):"";if("/"!==d.parseAuthority(a,this._parts))throw new TypeError('Hostname "'+a+'" contains characters other than [A-Z0-9.-]');this.build(!b);return this};g.userinfo=function(a,b){if(this._parts.urn)return void 0===a?"":this;if(void 0===a){var c=d.buildUserinfo(this._parts);return c?c.substring(0,c.length-1):c}"@"!==a[a.length-1]&&(a+="@");d.parseUserinfo(a, -this._parts);this.build(!b);return this};g.resource=function(a,b){if(void 0===a)return this.path()+this.search()+this.hash();var c=d.parse(a);this._parts.path=c.path;this._parts.query=c.query;this._parts.fragment=c.fragment;this.build(!b);return this};g.subdomain=function(a,b){if(this._parts.urn)return void 0===a?"":this;if(void 0===a){if(!this._parts.hostname||this.is("IP"))return"";var c=this._parts.hostname.length-this.domain().length-1;return this._parts.hostname.substring(0,c)||""}c=this._parts.hostname.length- -this.domain().length;c=this._parts.hostname.substring(0,c);c=new RegExp("^"+q(c));a&&"."!==a.charAt(a.length-1)&&(a+=".");if(-1!==a.indexOf(":"))throw new TypeError("Domains cannot contain colons");a&&d.ensureValidHostname(a,this._parts.protocol);this._parts.hostname=this._parts.hostname.replace(c,a);this.build(!b);return this};g.domain=function(a,b){if(this._parts.urn)return void 0===a?"":this;"boolean"===typeof a&&(b=a,a=void 0);if(void 0===a){if(!this._parts.hostname||this.is("IP"))return"";var c= -this._parts.hostname.match(/\./g);if(c&&2>c.length)return this._parts.hostname;c=this._parts.hostname.length-this.tld(b).length-1;c=this._parts.hostname.lastIndexOf(".",c-1)+1;return this._parts.hostname.substring(c)||""}if(!a)throw new TypeError("cannot set domain empty");if(-1!==a.indexOf(":"))throw new TypeError("Domains cannot contain colons");d.ensureValidHostname(a,this._parts.protocol);!this._parts.hostname||this.is("IP")?this._parts.hostname=a:(c=new RegExp(q(this.domain())+"$"),this._parts.hostname= -this._parts.hostname.replace(c,a));this.build(!b);return this};g.tld=function(a,b){if(this._parts.urn)return void 0===a?"":this;"boolean"===typeof a&&(b=a,a=void 0);if(void 0===a){if(!this._parts.hostname||this.is("IP"))return"";var c=this._parts.hostname.lastIndexOf(".");c=this._parts.hostname.substring(c+1);return!0!==b&&l&&l.list[c.toLowerCase()]?l.get(this._parts.hostname)||c:c}if(a)if(a.match(/[^a-zA-Z0-9-]/))if(l&&l.is(a))c=new RegExp(q(this.tld())+"$"),this._parts.hostname=this._parts.hostname.replace(c, -a);else throw new TypeError('TLD "'+a+'" contains characters other than [A-Z0-9]');else{if(!this._parts.hostname||this.is("IP"))throw new ReferenceError("cannot set TLD on non-domain host");c=new RegExp(q(this.tld())+"$");this._parts.hostname=this._parts.hostname.replace(c,a)}else throw new TypeError("cannot set TLD empty");this.build(!b);return this};g.directory=function(a,b){if(this._parts.urn)return void 0===a?"":this;if(void 0===a||!0===a){if(!this._parts.path&&!this._parts.hostname)return""; -if("/"===this._parts.path)return"/";var c=this._parts.path.length-this.filename().length-1;c=this._parts.path.substring(0,c)||(this._parts.hostname?"/":"");return a?d.decodePath(c):c}c=this._parts.path.length-this.filename().length;c=this._parts.path.substring(0,c);c=new RegExp("^"+q(c));this.is("relative")||(a||(a="/"),"/"!==a.charAt(0)&&(a="/"+a));a&&"/"!==a.charAt(a.length-1)&&(a+="/");a=d.recodePath(a);this._parts.path=this._parts.path.replace(c,a);this.build(!b);return this};g.filename=function(a, -b){if(this._parts.urn)return void 0===a?"":this;if("string"!==typeof a){if(!this._parts.path||"/"===this._parts.path)return"";var c=this._parts.path.lastIndexOf("/");c=this._parts.path.substring(c+1);return a?d.decodePathSegment(c):c}c=!1;"/"===a.charAt(0)&&(a=a.substring(1));a.match(/\.?\//)&&(c=!0);var e=new RegExp(q(this.filename())+"$");a=d.recodePath(a);this._parts.path=this._parts.path.replace(e,a);c?this.normalizePath(b):this.build(!b);return this};g.suffix=function(a,b){if(this._parts.urn)return void 0=== -a?"":this;if(void 0===a||!0===a){if(!this._parts.path||"/"===this._parts.path)return"";var c=this.filename(),e=c.lastIndexOf(".");if(-1===e)return"";c=c.substring(e+1);c=/^[a-z0-9%]+$/i.test(c)?c:"";return a?d.decodePathSegment(c):c}"."===a.charAt(0)&&(a=a.substring(1));if(c=this.suffix())e=a?new RegExp(q(c)+"$"):new RegExp(q("."+c)+"$");else{if(!a)return this;this._parts.path+="."+d.recodePath(a)}e&&(a=d.recodePath(a),this._parts.path=this._parts.path.replace(e,a));this.build(!b);return this};g.segment= -function(a,b,c){var e=this._parts.urn?":":"/",f=this.path(),h="/"===f.substring(0,1);f=f.split(e);void 0!==a&&"number"!==typeof a&&(c=b,b=a,a=void 0);if(void 0!==a&&"number"!==typeof a)throw Error('Bad segment "'+a+'", must be 0-based integer');h&&f.shift();0>a&&(a=Math.max(f.length+a,0));if(void 0===b)return void 0===a?f:f[a];if(null===a||void 0===f[a])if(z(b)){f=[];a=0;for(var A=b.length;a{}"`^| \\]/;l.expand=function(k,p,B){var v=z[k.operator],K=v.named?"Named":"Unnamed";k=k.variables;var F=[],u,I;for(I=0;u=k[I];I++){var C=p.get(u.name);if(0===C.type&&B&&B.strict)throw Error('Missing expansion value for variable "'+ -u.name+'"');if(C.val.length){if(1E;E++)if("0"===m[0]&&1E&&(m=k,E=z)):"0"===l[q]&&(p=!0,k=q,z=1);z>E&&(m=k,E=z);1=L&&D>>10&1023|55296),t=56320|t&1023);return D+=y(t)}).join("")}function E(n,t){return n+22+75*(26>n)-((0!=t)<<5)}function z(n,t,D){var x=0;n=D?g(n/700):n>>1;for(n+=g(n/t);455e&&(e=0);for(b=0;b=D&&w("invalid-input");var h=n.charCodeAt(e++); +h=10>h-48?h-22:26>h-65?h-65:26>h-97?h-97:36;(36<=h||h>g((2147483647-x)/f))&&w("overflow");x+=h*f;var A=c<=a?1:c>=a+26?26:c-a;if(hg(2147483647/h)&&w("overflow");f*=h}f=t.length+1;a=z(x-b,f,0==b);g(x/f)>2147483647-L&&w("overflow");L+=g(x/f);x%=f;t.splice(x++,0,L)}return q(t)}function p(n){var t,D,x,L=[];n=d(n);var a=n.length;var b=128;var c=0;var e=72;for(x=0;xf&&L.push(y(f))}for((t=D=L.length)&&L.push("-");t=b&& +fg((2147483647-c)/A)&&w("overflow");c+=(h-b)*A;b=h;for(x=0;x=e+26?26:h-e;if(J= 0x80 (not a basic code point)","invalid-input":"Invalid input"},g=Math.floor,y=String.fromCharCode,H;var G={version:"1.3.2",ucs2:{decode:d,encode:q},decode:k,encode:p,toASCII:function(n){return m(n,function(t){return u.test(t)?"xn--"+p(t):t})},toUnicode:function(n){return m(n,function(t){return F.test(t)?k(t.slice(4).toLowerCase()): +t})}};if("function"==typeof define&&"object"==typeof define.amd&&define.amd)define("punycode",function(){return G});else if(B&&v)if(module.exports==B)v.exports=G;else for(H in G)G.hasOwnProperty(H)&&(B[H]=G[H]);else r.punycode=G})(this); +(function(r,w){"object"===typeof module&&module.exports?module.exports=w():"function"===typeof define&&define.amd?define(w):r.SecondLevelDomains=w(r)})(this,function(r){var w=r&&r.SecondLevelDomains,l={list:{ac:" com gov mil net org ",ae:" ac co gov mil name net org pro sch ",af:" com edu gov net org ",al:" com edu gov mil net org ",ao:" co ed gv it og pb ",ar:" com edu gob gov int mil net org tur ",at:" ac co gv or ",au:" asn com csiro edu gov id net org ",ba:" co com edu gov mil net org rs unbi unmo unsa untz unze ", +bb:" biz co com edu gov info net org store tv ",bh:" biz cc com edu gov info net org ",bn:" com edu gov net org ",bo:" com edu gob gov int mil net org tv ",br:" adm adv agr am arq art ato b bio blog bmd cim cng cnt com coop ecn edu eng esp etc eti far flog fm fnd fot fst g12 ggf gov imb ind inf jor jus lel mat med mil mus net nom not ntr odo org ppg pro psc psi qsl rec slg srv tmp trd tur tv vet vlog wiki zlg ",bs:" com edu gov net org ",bz:" du et om ov rg ",ca:" ab bc mb nb nf nl ns nt nu on pe qc sk yk ", +ck:" biz co edu gen gov info net org ",cn:" ac ah bj com cq edu fj gd gov gs gx gz ha hb he hi hl hn jl js jx ln mil net nm nx org qh sc sd sh sn sx tj tw xj xz yn zj ",co:" com edu gov mil net nom org ",cr:" ac c co ed fi go or sa ",cy:" ac biz com ekloges gov ltd name net org parliament press pro tm ","do":" art com edu gob gov mil net org sld web ",dz:" art asso com edu gov net org pol ",ec:" com edu fin gov info med mil net org pro ",eg:" com edu eun gov mil name net org sci ",er:" com edu gov ind mil net org rochest w ", +es:" com edu gob nom org ",et:" biz com edu gov info name net org ",fj:" ac biz com info mil name net org pro ",fk:" ac co gov net nom org ",fr:" asso com f gouv nom prd presse tm ",gg:" co net org ",gh:" com edu gov mil org ",gn:" ac com gov net org ",gr:" com edu gov mil net org ",gt:" com edu gob ind mil net org ",gu:" com edu gov net org ",hk:" com edu gov idv net org ",hu:" 2000 agrar bolt casino city co erotica erotika film forum games hotel info ingatlan jogasz konyvelo lakas media news org priv reklam sex shop sport suli szex tm tozsde utazas video ", +id:" ac co go mil net or sch web ",il:" ac co gov idf k12 muni net org ","in":" ac co edu ernet firm gen gov i ind mil net nic org res ",iq:" com edu gov i mil net org ",ir:" ac co dnssec gov i id net org sch ",it:" edu gov ",je:" co net org ",jo:" com edu gov mil name net org sch ",jp:" ac ad co ed go gr lg ne or ",ke:" ac co go info me mobi ne or sc ",kh:" com edu gov mil net org per ",ki:" biz com de edu gov info mob net org tel ",km:" asso com coop edu gouv k medecin mil nom notaires pharmaciens presse tm veterinaire ", +kn:" edu gov net org ",kr:" ac busan chungbuk chungnam co daegu daejeon es gangwon go gwangju gyeongbuk gyeonggi gyeongnam hs incheon jeju jeonbuk jeonnam k kg mil ms ne or pe re sc seoul ulsan ",kw:" com edu gov net org ",ky:" com edu gov net org ",kz:" com edu gov mil net org ",lb:" com edu gov net org ",lk:" assn com edu gov grp hotel int ltd net ngo org sch soc web ",lr:" com edu gov net org ",lv:" asn com conf edu gov id mil net org ",ly:" com edu gov id med net org plc sch ",ma:" ac co gov m net org press ", +mc:" asso tm ",me:" ac co edu gov its net org priv ",mg:" com edu gov mil nom org prd tm ",mk:" com edu gov inf name net org pro ",ml:" com edu gov net org presse ",mn:" edu gov org ",mo:" com edu gov net org ",mt:" com edu gov net org ",mv:" aero biz com coop edu gov info int mil museum name net org pro ",mw:" ac co com coop edu gov int museum net org ",mx:" com edu gob net org ",my:" com edu gov mil name net org sch ",nf:" arts com firm info net other per rec store web ",ng:" biz com edu gov mil mobi name net org sch ", +ni:" ac co com edu gob mil net nom org ",np:" com edu gov mil net org ",nr:" biz com edu gov info net org ",om:" ac biz co com edu gov med mil museum net org pro sch ",pe:" com edu gob mil net nom org sld ",ph:" com edu gov i mil net ngo org ",pk:" biz com edu fam gob gok gon gop gos gov net org web ",pl:" art bialystok biz com edu gda gdansk gorzow gov info katowice krakow lodz lublin mil net ngo olsztyn org poznan pwr radom slupsk szczecin torun warszawa waw wroc wroclaw zgora ",pr:" ac biz com edu est gov info isla name net org pro prof ", +ps:" com edu gov net org plo sec ",pw:" belau co ed go ne or ",ro:" arts com firm info nom nt org rec store tm www ",rs:" ac co edu gov in org ",sb:" com edu gov net org ",sc:" com edu gov net org ",sh:" co com edu gov net nom org ",sl:" com edu gov net org ",st:" co com consulado edu embaixada gov mil net org principe saotome store ",sv:" com edu gob org red ",sz:" ac co org ",tr:" av bbs bel biz com dr edu gen gov info k12 name net org pol tel tsk tv web ",tt:" aero biz cat co com coop edu gov info int jobs mil mobi museum name net org pro tel travel ", +tw:" club com ebiz edu game gov idv mil net org ",mu:" ac co com gov net or org ",mz:" ac co edu gov org ",na:" co com ",nz:" ac co cri geek gen govt health iwi maori mil net org parliament school ",pa:" abo ac com edu gob ing med net nom org sld ",pt:" com edu gov int net nome org publ ",py:" com edu gov mil net org ",qa:" com edu gov mil net org ",re:" asso com nom ",ru:" ac adygeya altai amur arkhangelsk astrakhan bashkiria belgorod bir bryansk buryatia cbg chel chelyabinsk chita chukotka chuvashia com dagestan e-burg edu gov grozny int irkutsk ivanovo izhevsk jar joshkar-ola kalmykia kaluga kamchatka karelia kazan kchr kemerovo khabarovsk khakassia khv kirov koenig komi kostroma kranoyarsk kuban kurgan kursk lipetsk magadan mari mari-el marine mil mordovia mosreg msk murmansk nalchik net nnov nov novosibirsk nsk omsk orenburg org oryol penza perm pp pskov ptz rnd ryazan sakhalin samara saratov simbirsk smolensk spb stavropol stv surgut tambov tatarstan tom tomsk tsaritsyn tsk tula tuva tver tyumen udm udmurtia ulan-ude vladikavkaz vladimir vladivostok volgograd vologda voronezh vrn vyatka yakutia yamal yekaterinburg yuzhno-sakhalinsk ", +rw:" ac co com edu gouv gov int mil net ",sa:" com edu gov med net org pub sch ",sd:" com edu gov info med net org tv ",se:" a ac b bd c d e f g h i k l m n o org p parti pp press r s t tm u w x y z ",sg:" com edu gov idn net org per ",sn:" art com edu gouv org perso univ ",sy:" com edu gov mil net news org ",th:" ac co go in mi net or ",tj:" ac biz co com edu go gov info int mil name net nic org test web ",tn:" agrinet com defense edunet ens fin gov ind info intl mincom nat net org perso rnrt rns rnu tourism ", +tz:" ac co go ne or ",ua:" biz cherkassy chernigov chernovtsy ck cn co com crimea cv dn dnepropetrovsk donetsk dp edu gov if in ivano-frankivsk kh kharkov kherson khmelnitskiy kiev kirovograd km kr ks kv lg lugansk lutsk lviv me mk net nikolaev od odessa org pl poltava pp rovno rv sebastopol sumy te ternopil uzhgorod vinnica vn zaporizhzhe zhitomir zp zt ",ug:" ac co go ne or org sc ",uk:" ac bl british-library co cym gov govt icnet jet lea ltd me mil mod national-library-scotland nel net nhs nic nls org orgn parliament plc police sch scot soc ", +us:" dni fed isa kids nsn ",uy:" com edu gub mil net org ",ve:" co com edu gob info mil net org web ",vi:" co com k12 net org ",vn:" ac biz com edu gov health info int name net org pro ",ye:" co com gov ltd me net org plc ",yu:" ac co edu gov org ",za:" ac agric alt bourse city co cybernet db edu gov grondar iaccess imt inca landesign law mil net ngo nis nom olivetti org pix school tm web ",zm:" ac co com edu gov net org sch ",com:"ar br cn de eu gb gr hu jpn kr no qc ru sa se uk us uy za ",net:"gb jp se uk ", +org:"ae",de:"com "},has:function(m){var d=m.lastIndexOf(".");if(0>=d||d>=m.length-1)return!1;var q=m.lastIndexOf(".",d-1);if(0>=q||q>=d-1)return!1;var E=l.list[m.slice(d+1)];return E?0<=E.indexOf(" "+m.slice(q+1,d)+" "):!1},is:function(m){var d=m.lastIndexOf(".");if(0>=d||d>=m.length-1||0<=m.lastIndexOf(".",d-1))return!1;var q=l.list[m.slice(d+1)];return q?0<=q.indexOf(" "+m.slice(0,d)+" "):!1},get:function(m){var d=m.lastIndexOf(".");if(0>=d||d>=m.length-1)return null;var q=m.lastIndexOf(".",d-1); +if(0>=q||q>=d-1)return null;var E=l.list[m.slice(d+1)];return!E||0>E.indexOf(" "+m.slice(q+1,d)+" ")?null:m.slice(q+1)},noConflict:function(){r.SecondLevelDomains===this&&(r.SecondLevelDomains=w);return this}};return l}); +(function(r,w){"object"===typeof module&&module.exports?module.exports=w(require("./punycode"),require("./IPv6"),require("./SecondLevelDomains")):"function"===typeof define&&define.amd?define(["./punycode","./IPv6","./SecondLevelDomains"],w):r.URI=w(r.punycode,r.IPv6,r.SecondLevelDomains,r)})(this,function(r,w,l,m){function d(a,b){var c=1<=arguments.length,e=2<=arguments.length;if(!(this instanceof d))return c?e?new d(a,b):new d(a):new d;if(void 0===a){if(c)throw new TypeError("undefined is not a valid argument for URI"); +a="undefined"!==typeof location?location.href+"":""}if(null===a&&c)throw new TypeError("null is not a valid argument for URI");this.href(a);return void 0!==b?this.absoluteTo(b):this}function q(a){return a.replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")}function E(a){return void 0===a?"Undefined":String(Object.prototype.toString.call(a)).slice(8,-1)}function z(a){return"Array"===E(a)}function k(a,b){var c={},e;if("RegExp"===E(b))c=null;else if(z(b)){var f=0;for(e=b.length;f]+|\(([^\s()<>]+|(\([^\s()<>]+\)))*\))+(?:\(([^\s()<>]+|(\([^\s()<>]+\)))*\)|[^\s`!()\[\]{};:'".,<>?\u00ab\u00bb\u201c\u201d\u2018\u2019]))/ig;d.findUri={start:/\b(?:([a-z][a-z0-9.+-]*:\/\/)|www\.)/gi,end:/[\s\r\n]|$/,trim:/[`!()\[\]{};:'".,<>?\u00ab\u00bb\u201c\u201d\u201e\u2018\u2019]+$/,parens:/(\([^\)]*\)|\[[^\]]*\]|\{[^}]*\}|<[^>]*>)/g};d.defaultPorts={http:"80",https:"443",ftp:"21", +gopher:"70",ws:"80",wss:"443"};d.hostProtocols=["http","https"];d.invalid_hostname_characters=/[^a-zA-Z0-9\.\-:_]/;d.domAttributes={a:"href",blockquote:"cite",link:"href",base:"href",script:"src",form:"action",img:"src",area:"href",iframe:"src",embed:"src",source:"src",track:"src",input:"src",audio:"src",video:"src"};d.getDomAttribute=function(a){if(a&&a.nodeName){var b=a.nodeName.toLowerCase();if("input"!==b||"image"===a.type)return d.domAttributes[b]}};d.encode=F;d.decode=decodeURIComponent;d.iso8859= +function(){d.encode=escape;d.decode=unescape};d.unicode=function(){d.encode=F;d.decode=decodeURIComponent};d.characters={pathname:{encode:{expression:/%(24|26|2B|2C|3B|3D|3A|40)/ig,map:{"%24":"$","%26":"&","%2B":"+","%2C":",","%3B":";","%3D":"=","%3A":":","%40":"@"}},decode:{expression:/[\/\?#]/g,map:{"/":"%2F","?":"%3F","#":"%23"}}},reserved:{encode:{expression:/%(21|23|24|26|27|28|29|2A|2B|2C|2F|3A|3B|3D|3F|40|5B|5D)/ig,map:{"%3A":":","%2F":"/","%3F":"?","%23":"#","%5B":"[","%5D":"]","%40":"@", +"%21":"!","%24":"$","%26":"&","%27":"'","%28":"(","%29":")","%2A":"*","%2B":"+","%2C":",","%3B":";","%3D":"="}}},urnpath:{encode:{expression:/%(21|24|27|28|29|2A|2B|2C|3B|3D|40)/ig,map:{"%21":"!","%24":"$","%27":"'","%28":"(","%29":")","%2A":"*","%2B":"+","%2C":",","%3B":";","%3D":"=","%40":"@"}},decode:{expression:/[\/\?#:]/g,map:{"/":"%2F","?":"%3F","#":"%23",":":"%3A"}}}};d.encodeQuery=function(a,b){var c=d.encode(a+"");void 0===b&&(b=d.escapeQuerySpace);return b?c.replace(/%20/g,"+"):c};d.decodeQuery= +function(a,b){a+="";void 0===b&&(b=d.escapeQuerySpace);try{return d.decode(b?a.replace(/\+/g,"%20"):a)}catch(c){return a}};var H={encode:"encode",decode:"decode"},G,n=function(a,b){return function(c){try{return d[b](c+"").replace(d.characters[a][b].expression,function(e){return d.characters[a][b].map[e]})}catch(e){return c}}};for(G in H)d[G+"PathSegment"]=n("pathname",H[G]),d[G+"UrnPathSegment"]=n("urnpath",H[G]);H=function(a,b,c){return function(e){var f=c?function(J){return d[b](d[c](J))}:d[b]; +e=(e+"").split(a);for(var h=0,A=e.length;he)return a.charAt(0)===b.charAt(0)&&"/"===a.charAt(0)?"/":"";if("/"!==a.charAt(e)||"/"!==b.charAt(e))e=a.substring(0,e).lastIndexOf("/");return a.substring(0,e+1)};d.withinString=function(a,b,c){c||(c={});var e=c.start||d.findUri.start,f=c.end||d.findUri.end,h=c.trim||d.findUri.trim,A=c.parens||d.findUri.parens,J=/[a-z0-9-]=["']?$/i; +for(e.lastIndex=0;;){var M=e.exec(a);if(!M)break;var P=M.index;if(c.ignoreHtml){var N=a.slice(Math.max(P-3,0),P);if(N&&J.test(N))continue}var O=P+a.slice(P).search(f);N=a.slice(P,O);for(O=-1;;){var Q=A.exec(N);if(!Q)break;O=Math.max(O,Q.index+Q[0].length)}N=-1b))throw new TypeError('Port "'+a+'" is not a valid port');}};d.noConflict=function(a){if(a)return a={URI:this.noConflict()},m.URITemplate&&"function"===typeof m.URITemplate.noConflict&&(a.URITemplate=m.URITemplate.noConflict()),m.IPv6&&"function"===typeof m.IPv6.noConflict&&(a.IPv6=m.IPv6.noConflict()),m.SecondLevelDomains&&"function"===typeof m.SecondLevelDomains.noConflict&&(a.SecondLevelDomains=m.SecondLevelDomains.noConflict()),a;m.URI===this&&(m.URI= +C);return this};g.build=function(a){if(!0===a)this._deferred_build=!0;else if(void 0===a||this._deferred_build)this._string=d.build(this._parts),this._deferred_build=!1;return this};g.clone=function(){return new d(this)};g.valueOf=g.toString=function(){return this.build(!1)._string};g.protocol=u("protocol");g.username=u("username");g.password=u("password");g.hostname=u("hostname");g.port=u("port");g.query=I("query","?");g.fragment=I("fragment","#");g.search=function(a,b){var c=this.query(a,b);return"string"=== +typeof c&&c.length?"?"+c:c};g.hash=function(a,b){var c=this.fragment(a,b);return"string"===typeof c&&c.length?"#"+c:c};g.pathname=function(a,b){if(void 0===a||!0===a){var c=this._parts.path||(this._parts.hostname?"/":"");return a?(this._parts.urn?d.decodeUrnPath:d.decodePath)(c):c}this._parts.path=this._parts.urn?a?d.recodeUrnPath(a):"":a?d.recodePath(a):"/";this.build(!b);return this};g.path=g.pathname;g.href=function(a,b){var c;if(void 0===a)return this.toString();this._string="";this._parts=d._parts(); +var e=a instanceof d,f="object"===typeof a&&(a.hostname||a.path||a.pathname);a.nodeName&&(f=d.getDomAttribute(a),a=a[f]||"",f=!1);!e&&f&&void 0!==a.pathname&&(a=a.toString());if("string"===typeof a||a instanceof String)this._parts=d.parse(String(a),this._parts);else if(e||f){e=e?a._parts:a;for(c in e)"query"!==c&&y.call(this._parts,c)&&(this._parts[c]=e[c]);e.query&&this.query(e.query,!1)}else throw new TypeError("invalid input");this.build(!b);return this};g.is=function(a){var b=!1,c=!1,e=!1,f=!1, +h=!1,A=!1,J=!1,M=!this._parts.urn;this._parts.hostname&&(M=!1,c=d.ip4_expression.test(this._parts.hostname),e=d.ip6_expression.test(this._parts.hostname),b=c||e,h=(f=!b)&&l&&l.has(this._parts.hostname),A=f&&d.idn_expression.test(this._parts.hostname),J=f&&d.punycode_expression.test(this._parts.hostname));switch(a.toLowerCase()){case "relative":return M;case "absolute":return!M;case "domain":case "name":return f;case "sld":return h;case "ip":return b;case "ip4":case "ipv4":case "inet4":return c;case "ip6":case "ipv6":case "inet6":return e; +case "idn":return A;case "url":return!this._parts.urn;case "urn":return!!this._parts.urn;case "punycode":return J}return null};var t=g.protocol,D=g.port,x=g.hostname;g.protocol=function(a,b){if(a&&(a=a.replace(/:(\/\/)?$/,""),!a.match(d.protocol_expression)))throw new TypeError('Protocol "'+a+"\" contains characters other than [A-Z0-9.+-] or doesn't start with [A-Z]");return t.call(this,a,b)};g.scheme=g.protocol;g.port=function(a,b){if(this._parts.urn)return void 0===a?"":this;void 0!==a&&(0===a&& +(a=null),a&&(a+="",":"===a.charAt(0)&&(a=a.substring(1)),d.ensureValidPort(a)));return D.call(this,a,b)};g.hostname=function(a,b){if(this._parts.urn)return void 0===a?"":this;if(void 0!==a){var c={preventInvalidHostname:this._parts.preventInvalidHostname};if("/"!==d.parseHost(a,c))throw new TypeError('Hostname "'+a+'" contains characters other than [A-Z0-9.-]');a=c.hostname;this._parts.preventInvalidHostname&&d.ensureValidHostname(a,this._parts.protocol)}return x.call(this,a,b)};g.origin=function(a, +b){if(this._parts.urn)return void 0===a?"":this;if(void 0===a){var c=this.protocol();return this.authority()?(c?c+"://":"")+this.authority():""}c=d(a);this.protocol(c.protocol()).authority(c.authority()).build(!b);return this};g.host=function(a,b){if(this._parts.urn)return void 0===a?"":this;if(void 0===a)return this._parts.hostname?d.buildHost(this._parts):"";if("/"!==d.parseHost(a,this._parts))throw new TypeError('Hostname "'+a+'" contains characters other than [A-Z0-9.-]');this.build(!b);return this}; +g.authority=function(a,b){if(this._parts.urn)return void 0===a?"":this;if(void 0===a)return this._parts.hostname?d.buildAuthority(this._parts):"";if("/"!==d.parseAuthority(a,this._parts))throw new TypeError('Hostname "'+a+'" contains characters other than [A-Z0-9.-]');this.build(!b);return this};g.userinfo=function(a,b){if(this._parts.urn)return void 0===a?"":this;if(void 0===a){var c=d.buildUserinfo(this._parts);return c?c.substring(0,c.length-1):c}"@"!==a[a.length-1]&&(a+="@");d.parseUserinfo(a, +this._parts);this.build(!b);return this};g.resource=function(a,b){if(void 0===a)return this.path()+this.search()+this.hash();var c=d.parse(a);this._parts.path=c.path;this._parts.query=c.query;this._parts.fragment=c.fragment;this.build(!b);return this};g.subdomain=function(a,b){if(this._parts.urn)return void 0===a?"":this;if(void 0===a){if(!this._parts.hostname||this.is("IP"))return"";var c=this._parts.hostname.length-this.domain().length-1;return this._parts.hostname.substring(0,c)||""}c=this._parts.hostname.length- +this.domain().length;c=this._parts.hostname.substring(0,c);c=new RegExp("^"+q(c));a&&"."!==a.charAt(a.length-1)&&(a+=".");if(-1!==a.indexOf(":"))throw new TypeError("Domains cannot contain colons");a&&d.ensureValidHostname(a,this._parts.protocol);this._parts.hostname=this._parts.hostname.replace(c,a);this.build(!b);return this};g.domain=function(a,b){if(this._parts.urn)return void 0===a?"":this;"boolean"===typeof a&&(b=a,a=void 0);if(void 0===a){if(!this._parts.hostname||this.is("IP"))return"";var c= +this._parts.hostname.match(/\./g);if(c&&2>c.length)return this._parts.hostname;c=this._parts.hostname.length-this.tld(b).length-1;c=this._parts.hostname.lastIndexOf(".",c-1)+1;return this._parts.hostname.substring(c)||""}if(!a)throw new TypeError("cannot set domain empty");if(-1!==a.indexOf(":"))throw new TypeError("Domains cannot contain colons");d.ensureValidHostname(a,this._parts.protocol);!this._parts.hostname||this.is("IP")?this._parts.hostname=a:(c=new RegExp(q(this.domain())+"$"),this._parts.hostname= +this._parts.hostname.replace(c,a));this.build(!b);return this};g.tld=function(a,b){if(this._parts.urn)return void 0===a?"":this;"boolean"===typeof a&&(b=a,a=void 0);if(void 0===a){if(!this._parts.hostname||this.is("IP"))return"";var c=this._parts.hostname.lastIndexOf(".");c=this._parts.hostname.substring(c+1);return!0!==b&&l&&l.list[c.toLowerCase()]?l.get(this._parts.hostname)||c:c}if(a)if(a.match(/[^a-zA-Z0-9-]/))if(l&&l.is(a))c=new RegExp(q(this.tld())+"$"),this._parts.hostname=this._parts.hostname.replace(c, +a);else throw new TypeError('TLD "'+a+'" contains characters other than [A-Z0-9]');else{if(!this._parts.hostname||this.is("IP"))throw new ReferenceError("cannot set TLD on non-domain host");c=new RegExp(q(this.tld())+"$");this._parts.hostname=this._parts.hostname.replace(c,a)}else throw new TypeError("cannot set TLD empty");this.build(!b);return this};g.directory=function(a,b){if(this._parts.urn)return void 0===a?"":this;if(void 0===a||!0===a){if(!this._parts.path&&!this._parts.hostname)return""; +if("/"===this._parts.path)return"/";var c=this._parts.path.length-this.filename().length-1;c=this._parts.path.substring(0,c)||(this._parts.hostname?"/":"");return a?d.decodePath(c):c}c=this._parts.path.length-this.filename().length;c=this._parts.path.substring(0,c);c=new RegExp("^"+q(c));this.is("relative")||(a||(a="/"),"/"!==a.charAt(0)&&(a="/"+a));a&&"/"!==a.charAt(a.length-1)&&(a+="/");a=d.recodePath(a);this._parts.path=this._parts.path.replace(c,a);this.build(!b);return this};g.filename=function(a, +b){if(this._parts.urn)return void 0===a?"":this;if("string"!==typeof a){if(!this._parts.path||"/"===this._parts.path)return"";var c=this._parts.path.lastIndexOf("/");c=this._parts.path.substring(c+1);return a?d.decodePathSegment(c):c}c=!1;"/"===a.charAt(0)&&(a=a.substring(1));a.match(/\.?\//)&&(c=!0);var e=new RegExp(q(this.filename())+"$");a=d.recodePath(a);this._parts.path=this._parts.path.replace(e,a);c?this.normalizePath(b):this.build(!b);return this};g.suffix=function(a,b){if(this._parts.urn)return void 0=== +a?"":this;if(void 0===a||!0===a){if(!this._parts.path||"/"===this._parts.path)return"";var c=this.filename(),e=c.lastIndexOf(".");if(-1===e)return"";c=c.substring(e+1);c=/^[a-z0-9%]+$/i.test(c)?c:"";return a?d.decodePathSegment(c):c}"."===a.charAt(0)&&(a=a.substring(1));if(c=this.suffix())e=a?new RegExp(q(c)+"$"):new RegExp(q("."+c)+"$");else{if(!a)return this;this._parts.path+="."+d.recodePath(a)}e&&(a=d.recodePath(a),this._parts.path=this._parts.path.replace(e,a));this.build(!b);return this};g.segment= +function(a,b,c){var e=this._parts.urn?":":"/",f=this.path(),h="/"===f.substring(0,1);f=f.split(e);void 0!==a&&"number"!==typeof a&&(c=b,b=a,a=void 0);if(void 0!==a&&"number"!==typeof a)throw Error('Bad segment "'+a+'", must be 0-based integer');h&&f.shift();0>a&&(a=Math.max(f.length+a,0));if(void 0===b)return void 0===a?f:f[a];if(null===a||void 0===f[a])if(z(b)){f=[];a=0;for(var A=b.length;a{}"`^| \\]/;l.expand=function(k,p,B){var v=z[k.operator],K=v.named?"Named":"Unnamed";k=k.variables;var F=[],u,I;for(I=0;u=k[I];I++){var C=p.get(u.name);if(0===C.type&&B&&B.strict)throw Error('Missing expansion value for variable "'+ +u.name+'"');if(C.val.length){if(1