diff --git a/help/CheatSearch.html b/help/CheatSearch.html index 4fd13dff..eaca094d 100644 --- a/help/CheatSearch.html +++ b/help/CheatSearch.html @@ -88,9 +88,11 @@


The Active cheats window on the left contains the list of cheats for the currently loaded game. Existing cheats can be selected, edited, and updated using the "Update" button.


-

Each entry in the list is in the format of:  * Address = Value

+

Each entry in the list can be named. If you didn't provide a name, it will be automatically named using this format:

+

For simple "Substitute" type of cheats: * Address:Value

+

For "Compare" type of cheats: * Address?Compare:Value


-

The address is the location in the 6502's address space.  The * denotes that the current cheat is active (double clicking will toggle on/off).  Value is the value (in hex) that the addresses has been locked into.

+

The "Address" is the location in the 6502's address space.  The * denotes that the current cheat is active (double clicking will toggle on/off). "Value" is the value (in hex) that is written to the addresses on each update. "Compare" it the value that must be at the address, or else the Value won't be written there. This allows making cheats more safe.


You can add, delete, and update cheats in the active cheats window with the boxes below.

To find an address use the cheat search portion of the window.

diff --git a/help/Debugger.html b/help/Debugger.html index bf88ebba..e014263d 100644 --- a/help/Debugger.html +++ b/help/Debugger.html @@ -254,9 +254,10 @@


Symbolic Debugging


-

This feature makes it possible to rename addresses in the disassembly window (e.g. $C022) to easily understandable names (e.g. AddHealthpoints). You can also add comments to lines in the disassembly window. You can enable symbolic debugging by clicking the checkbox "Symbolic Debugging".

+

This feature makes it possible to rename addresses in the disassembly window (e.g. $C022) to easily understandable names (e.g. AddHealthpoints). You can also add comments to lines in the disassembly window. You can enable symbolic debugging by clicking the checkbox "Symbolic Debug".

+


+

To use this feature, create name list files (Filename should be like this: *.(bank).nl / *.ram.nl, Example: NES Test Cart (PD).nes.0.nl, NES Test Cart (PD).nes.ram.nl) which contain names and comments you wish to display in the disassembly window. These files are simple ASCII text files.


-

To use this feature, create name list files (Filename should be like this: *.(bank).nl / *.ram.nl, Example: NES Test Cart (PD).nes.0.nl, NES Test Cart (PD).nes.ram.nl) which contain all names and comments you wish to display in the disassembly window. These are ASCII files.

Example of contents of a NL file:


$C000#NewName1#Comment1

@@ -280,7 +281,7 @@

mygame.nes.2.nl

mygame.nes.3.nl


-

All NL files must be into the same directory as the ROM file itself.

+

All NL files must be in the same directory as the ROM file itself.


In the *.ram.nl file you can name and comment RAM addresses instead of ROM addresses. In this case, you might use a line such as:


diff --git a/help/TraceLogger.html b/help/TraceLogger.html index c17d5711..e632393f 100644 --- a/help/TraceLogger.html +++ b/help/TraceLogger.html @@ -74,7 +74,7 @@
  • whether to apply Symbolic data from *.nl files. See Debugger section for details

  • -

    For nice visualization of JSRs nesting you can use Stack Pointer for lines tabbing. Since NES games mostly use stack for subroutine calls (and rarely store variables in the stack), this option will likely produce a structurized disassembly that is much easier to track back visually. With this option you may also want to put registers data to the left from disassembly text.

    +

    For nice visualization of JSRs nesting you can use Stack Pointer for lines tabbing. Since NES games mostly use stack for subroutine calls (and rarely store variables in the stack), this option will likely produce a more readable disassembly. With this option you may also want to put registers data to the left from disassembly text, so they won't be tabbed.


    The Trace Logger has extra options which work with the Code/Data Logger so that it only shows instructions executed for the first time, or those which access data for the first time. This can be quite useful for finding certain key routines or finding otherwise impossible-to-find data in almost any game.  The best way to use this feature is in conjunction with the option to automatically update the window while logging. Then, as you play the game, you can watch new results appear at once. If you're searching for something specific, try to get everything (EXCEPT what you're looking for) to execute, then watch closely as what you're looking for executes for the first time.


    diff --git a/help/WhatsNew216.html b/help/WhatsNew216.html index 3967981a..560124ba 100644 --- a/help/WhatsNew216.html +++ b/help/WhatsNew216.html @@ -206,6 +206,7 @@


    Cheats

    diff --git a/help/js/searchdata.js b/help/js/searchdata.js index 3296dfa6..4bc9e86a 100644 --- a/help/js/searchdata.js +++ b/help/js/searchdata.js @@ -1 +1 @@ -var aTl=[['Intro.html','Introduction'],['Introduction.html','Introduction'],['Overview.html','Overview'],['FCEUltraVersionHistory.html','FCE%20Ultra%20Version%20History'],['WhatsNew216.html','What%27s%20New%3F%202%2E1%2E6%20%28changelog%29'],['WhatsNew215.html','What%27s%20New%3F%202%2E1%2E5%20%28changelog%29'],['WhatsNew214.html','What%27s%20New%3F%202%2E1%2E4%20%28changelog%29'],['WhatsNew213.html','What%27s%20New%3F%202%2E1%2E3%20%28changelog%29'],['WhatsNew212.html','What%27s%20New%3F%202%2E1%2E2%20%28changelog%29'],['WhatsNew211.html','What%27s%20New%3F%202%2E1%2E1%20%28changelog%29'],['WhatsNew210.html','What%27s%20New%3F%202%2E1%20%28changelog%29'],['WhatsNew203.html','What%27s%20New%3F%202%2E0%2E3%20%28changelog%29'],['WhatsNew202.html','What%27s%20New%3F%202%2E0%2E2%20%28changelog%29'],['WhatsNew201.html','What%27s%20New%3F%202%2E0%2E1%20%28changelog%29'],['WhatsNew200.html','What%27s%20New%3F%202%2E0%2E0'],['General.html','General'],['Gettingstarted.html','Getting%20Started'],['Gamefilecompatibility.html','Game%20file%20compatibility'],['CommandLineOptions.html','Command%20Line%20Options'],['CustomizingthroughtheConfigFil.html','Customizing%20through%20the%20Config%20File'],['FamicomDiskSytem.html','Famicom%20Disk%20Sytem'],['AVICapturing.html','AVI%20Capturing'],['MovieRecording.html','Movie%20Recording'],['NES.html','NES%20Menu'],['PaletteOptions.html','Palette%20Options'],['Config.html','Config'],['ToggleSwitchesHideMenuetc.html','Menu%20Items%20%26amp%3B%20Submenus'],['Directories.html','Directories'],['GUI.html','GUI'],['Input.html','Input'],['NetworkPlay.html','Network%20Play'],['Palette.html','Palette'],['SoundOptions.html','Sound'],['Timing.html','Timing'],['Video.html','Video'],['MovieOptions.html','Movie%20Options'],['MapHotkeys.html','Map%20Hotkeys'],['ContextMenuItems.html','Context%20Menu%20Items'],['Tools2.html','Tools'],['CheatSearch.html','Cheat%20Search'],['RAMSearch.html','RAM%20Search'],['RAMWatch.html','RAM%20Watch'],['MemoryWatch.html','Memory%20Watch'],['TASEditor.html','TAS%20Editor'],['Covertfcm.html','Convert%20fcm'],['AutoFireConfigurations.html','Auto%20Fire%20Settings'],['ExternalInput.html','External%20Input'],['TextHooker.html','Text%20Hooker'],['Debug.html','Debug'],['Debugger.html','Debugger'],['PPUViewer.html','PPU%20Viewer'],['NameTableViewer.html','Name%20Table%20Viewer'],['HexEditor.html','Hex%20Editor'],['TraceLogger.html','Trace%20Logger'],['CodeDataLogger.html','Code/Data%20Logger'],['GameGenieEncoderDecoder.html','Game%20Genie%20Encoder/Decoder'],['LuaScripting.html','Lua%20Scripting'],['LuaGettingStarted.html','Getting%20Started'],['LuaFunctionsList.html','Lua%20Functions%20List'],['Commands.html','Using%20Lua'],['LuaBot.html','Lua%20Bot'],['OverviewofIncludedScripts.html','Overview%20of%20Included%20Scripts'],['FAQGuides.html','FAQ%20/%20Guides'],['Troubleshooting.html','Troubleshooting'],['ToolAssistedSpeedruns.html','Tool%20Assisted%20Speedruns'],['ROMHacking.html','ROM%20Hacking'],['NESRAMMappingFindingValues.html','NES%20RAM%20%28Mapping/Finding%20Values%29'],['Technicalinformation.html','Technical%20Information'],['Movieformats.html','Movie%20%26amp%3B%20Savestate%20formats'],['fm2.html','%2Efm2'],['fcm.html','%2Efcm'],['fcs.html','Savestate%20%28%2Efcs%29'],['Sound.html','Sound'],['NSFFormat.html','NSF%20Format'],['NESSound.html','NES%20Sound'],['NESProcessor.html','NES%20Processing'],['6502CPU.html','CPU%20%2D%206502'],['PPU.html','PPU%20%2D%202C02'],['NESScrolling1.html','NES%20Scrolling%201'],['NESScrolling2.html','NES%20Scrolling%202']];var oWl= {'relation':[[47,2],[39,2]],'otherwise':[[59,2],[76,12],[53,2],[60,2],[28,2],[77,4],[74,4],[58,12]],'rightclick':[[4,2],[58,2]],'comma':[[26,2],[58,2]],'content':[[59,2]],'areascrambler':[[61,2]],'become':[[77,4],[6,2],[60,4]],'matching':[[44,2],[39,2]],'chrominance':[[77,12]],'dff8':[[49,2]],'rare':[[76,2],[66,4]],'multilinecomment':[[49,4]],'especially':[[71,2]],'irqs':[[71,2]],'0x16':[[58,2]],'f23':[[58,2]],'speedrunning':[[4,2],[64,2]],'precision':[[77,2],[22,4],[64,2]],'buttons':[[45,2],[8,2],[39,4],[69,6],[59,2],[22,2],[29,6],[25,2],[49,6],[6,6],[60,4],[70,2],[10,4],[58,8]],'takeshi':[[29,2]],'increments':[[76,2],[79,2],[58,2]],'application':[[59,2],[60,2],[58,2]],'dark':[[54,2]],'redundant':[[8,2],[69,2]],'let':[[73,2],[59,4],[54,2],[78,2],[47,2],[76,6],[61,2],[42,2],[39,2]],'submitinputchange':[[58,2]],'ispoweron':[[6,2],[58,4]],'key':[[53,2],[28,2],[45,2],[52,4],[74,6],[36,2],[64,4],[69,22],[59,2],[21,2],[14,2],[22,20],[26,18],[4,2],[11,2],[58,2]],'realize':[[47,2]],'practical':[[76,4]],'feeds':[[77,2]],'reverts':[[37,8]],'byte':[[73,22],[55,4],[53,2],[77,24],[42,4],[74,2],[69,18],[39,2],[59,4],[49,2],[54,24],[47,6],[71,20],[76,120],[58,16]],'config':[[7,4],[1,4],[19,8],[12,8],[8,6],[27,2],[63,8],[9,8],[21,2],[22,2],[25,6],[6,4],[24,2],[4,12],[26,6],[29,2],[10,6],[11,6],[18,14]],'#rrggbb':[[58,2]],'reference':[[59,12],[49,2],[47,6]],'from':[[50,2],[77,34],[27,2],[15,2],[29,6],[47,12],[2,2],[57,4],[79,18],[12,10],[13,2],[68,2],[64,8],[37,14],[63,2],[69,8],[21,2],[22,24],[43,2],[11,4],[73,10],[74,34],[16,2],[39,6],[59,10],[9,10],[14,16],[23,2],[49,12],[54,6],[60,4],[4,14],[66,4],[71,8],[10,12],[7,2],[55,4],[53,6],[31,4],[52,10],[8,10],[17,6],[78,4],[26,2],[70,2],[76,150],[6,8],[34,2],[3,8],[58,46]],'port1':[[69,14]],'dpad':[[7,2]],'gpl':[[3,2]],'cdl':[[54,10]],'incorrect':[[76,2]],'specification':[[73,2],[57,2]],'cleans':[[58,2]],'4009':[[74,2]],'64kb':[[12,2],[13,2]],'crashing':[[61,2],[12,2],[7,2],[11,4]],'dumps':[[37,2]],'approximately':[[76,2]],'04dx':[[66,2]],'slo':[[76,26]],'fed':[[77,6],[74,10]],'modulator':[[71,2]],'zeromus':[[3,2]],'calculated':[[74,10],[49,2],[20,2],[76,2]],'discarded':[[77,4],[60,2]],'elimination':[[39,2]],'hand':[[76,2],[59,4]],'scrolling':[[78,6],[51,4],[34,2],[75,4],[77,8],[79,4]],'api':[[57,2]],'c008':[[49,4]],'sound':[[58,4],[73,34],[12,8],[16,2],[74,64],[5,4],[63,6],[9,8],[22,2],[25,4],[66,6],[4,2],[72,8],[32,44],[10,24],[33,6],[18,2],[11,2]],'playable':[[7,2],[8,2]],'each':[[73,4],[19,2],[77,14],[74,18],[56,2],[35,2],[39,4],[59,2],[49,6],[29,4],[54,8],[66,16],[24,2],[60,4],[71,2],[32,2],[53,2],[31,4],[42,2],[52,2],[69,4],[37,2],[76,16],[34,4],[58,14]],'alias':[[58,10]],'useability':[[9,2]],'scalar':[[6,2]],'cpx':[[76,6]],'rldutsba':[[69,2]],'ordering':[[69,2]],'subtraction':[[76,22]],'set':[[73,32],[77,12],[74,28],[16,2],[35,2],[27,2],[39,6],[59,4],[51,4],[15,2],[23,2],[29,2],[47,4],[49,6],[54,2],[60,20],[71,2],[32,2],[10,10],[57,6],[79,2],[53,2],[31,2],[45,8],[42,2],[20,2],[8,2],[37,2],[64,4],[69,2],[22,4],[26,4],[70,4],[76,84],[6,2],[34,2],[33,2],[11,4],[58,22]],'apu':[[9,2]],'overwrite':[[59,2],[16,2]],'whenever':[[49,6],[76,4],[52,2],[74,2],[35,2],[58,12]],'aspiringsquire':[[24,2]],'keys':[[58,8],[59,4],[69,8],[29,4],[25,2],[60,6],[16,4],[10,4],[7,4],[11,2]],'finding':[[54,2],[53,4],[60,2],[66,10],[48,2],[64,4],[39,2]],'newline':[[69,2]],'106':[[73,4],[77,2]],'0400fh':[[73,2]],'pixels':[[34,6],[61,2],[77,28],[19,2],[58,10]],'unrelated':[[74,2]],'listed':[[63,2],[49,2],[29,6],[55,2],[71,2],[10,2],[39,2]],'tbl2':[[59,6]],'currently':[[73,2],[30,2],[31,4],[77,4],[52,2],[74,12],[39,4],[37,2],[63,4],[22,4],[26,4],[29,2],[49,6],[6,2],[60,2],[66,2],[70,2],[71,2],[78,2],[10,4],[58,14]],'probability':[[60,2]],'4010h':[[73,2]],'access':[[22,4],[76,2],[66,2],[53,4],[4,4],[77,30],[8,4],[58,4]],'improper':[[22,2]],'quiche':[[76,2]],'100%':[[23,2]],'necessary':[[45,2],[54,2],[32,2],[58,4]],'recordbackwards':[[4,2]],'strings':[[59,4],[49,4],[47,2],[58,2]],'helsinki':[[76,2]],'unsigned':[[39,4],[59,2],[49,2],[41,2],[76,6],[40,2],[58,4]],'bus':[[4,6],[77,14],[49,4],[74,4],[76,6]],'preventing':[[6,2]],'sweep':[[74,48]],'clicks':[[58,2]],'placed':[[63,2],[66,2],[58,2]],'2400':[[71,2]],'released':[[77,2],[12,2],[13,2],[20,4],[8,2],[5,2],[9,2],[14,2],[6,4],[60,4],[4,2],[3,20],[10,2],[11,2],[7,2]],'regardless':[[77,12],[74,2],[58,4]],'7fffh':[[73,4]],'converting':[[9,2],[44,2]],'distinctions':[[66,2]],'comparator':[[77,4]],'definitions':[[47,2],[71,6]],'print':[[59,2],[76,2],[58,2]],'unminimized':[[7,2]],'romfreezecolor':[[9,2]],'saves':[[27,2],[26,2],[58,8]],'reach':[[64,2]],'reaches':[[74,4]],'|30':[[74,2]],'snow':[[61,2]],'1800':[[66,4]],'simple':[[39,2],[73,2],[47,2],[66,2],[60,2],[31,2],[77,4],[3,2],[58,4]],'type':[[55,2],[42,2],[52,2],[74,6],[69,8],[17,2],[59,2],[9,2],[49,8],[47,2],[71,12],[4,4],[58,16]],'invalidate':[[5,2]],'revolutionary':[[14,2]],'flawed':[[11,2]],'adapter':[[29,2],[20,4]],'easter':[[54,2]],'disabling':[[63,2],[26,2],[6,2]],'blue':[[59,2],[54,4],[19,2],[31,2],[42,2],[10,2],[58,14]],'object':[[59,4],[77,104],[66,8],[6,2],[58,20]],'sizes':[[11,2]],'redundancy':[[3,2]],'registerexec':[[58,2]],'away':[[77,2],[29,2],[76,12],[58,2]],'changing':[[49,2],[76,8],[77,2],[10,2],[8,2],[35,2]],'2xx':[[73,2]],'presumably':[[77,6]],'reaction':[[16,2]],'noted':[[77,2],[54,2],[39,2]],'fixup':[[76,28]],'storage':[[47,2],[20,2]],'|video':[[77,2]],'p7f':[[58,2]],'counter|':[[77,2]],'well':[[65,2],[73,4],[50,2],[77,6],[42,2],[39,2],[17,2],[5,2],[49,2],[54,2],[47,8],[59,2],[27,2],[60,12],[63,2],[76,10],[3,2],[58,8]],'dos':[[3,6]],'256bytes':[[66,2]],'obj':[[77,2],[26,2]],'getsuperimpose':[[58,2]],'serve':[[3,2],[58,2]],'stated':[[3,2]],'comments':[[59,2],[22,2],[49,8],[4,2],[69,4],[37,4]],'50%':[[60,2],[58,4]],'locations':[[73,2]],'5ff5':[[73,4]],'clock':[[77,52],[74,56],[76,4]],'setup':[[77,2]],'#ff':[[49,2]],'objpixel':[[77,2]],'possibility':[[54,2]],'acceptable':[[58,2]],'avoided':[[77,2]],'basicbot':[[60,2],[14,2]],'initialized':[[4,2],[74,2],[76,2]],'under':[[1,6],[55,4],[38,2],[77,2],[42,2],[20,4],[56,2],[39,4],[22,4],[14,2],[25,2],[26,2],[6,4],[47,2],[60,4],[34,4],[48,2],[32,2],[3,6],[76,2]],'selected':[[22,4],[47,6],[76,2],[6,4],[44,2],[4,2],[34,4],[77,16],[40,2],[39,6]],'1st':[[73,2],[77,2],[42,4],[66,2],[69,6]],'kind':[[77,2],[49,2],[47,8],[76,4]],'070h':[[73,4]],'syncronous':[[74,2]],'dcp':[[76,28]],'registerauto':[[58,2]],'themselves':[[61,6]],'05xx':[[66,2]],'initalized':[[73,2]],'76h':[[73,2]],'`c`':[[76,2]],'behavior':[[42,2]],'bxj':[[76,2]],'decides':[[59,2],[77,2]],'detail':[[63,2],[74,4],[66,2],[39,2]],'3f00':[[66,2]],'fcs':[[70,2],[71,6],[12,2],[68,2],[69,2],[27,2]],'attempt':[[63,4],[73,2],[49,2],[60,46],[28,2],[74,2],[3,2],[58,2]],'big':[[10,4],[47,4],[60,4],[58,2]],'briefly':[[39,2]],'conditionally':[[74,2]],'statistics':[[66,2],[49,2]],'seeing':[[77,6],[22,2],[76,2]],'writes':[[73,4],[78,2],[76,4],[60,2],[6,2],[77,2],[52,2],[74,8]],'nestech':[[74,2]],'robust':[[58,2]],'evaluations':[[77,2]],'address':[[73,56],[55,24],[19,2],[50,4],[77,44],[42,12],[52,4],[39,30],[59,10],[49,86],[51,2],[76,448],[66,12],[6,6],[71,10],[4,8],[78,10],[10,2],[79,2],[58,58]],'japanese':[[47,32]],'item':[[7,2],[37,14],[9,14],[39,2],[47,4],[54,2],[12,2],[10,6],[8,4],[5,2]],'automatically':[[55,2],[53,4],[28,2],[77,2],[12,2],[42,2],[74,2],[35,6],[39,6],[22,4],[14,2],[29,2],[49,8],[76,2],[34,4],[10,4],[18,6]],'unclear':[[77,2]],'shame':[[77,2]],'frkfunctions':[[61,2]],'temp':[[77,4],[78,2]],'experience':[[34,2],[48,2],[61,2],[62,2]],'mkv':[[37,2]],'droradc':[[76,4]],'selling':[[47,2],[77,2]],'tinker':[[52,2]],'2000|':[[66,2]],'drawbox':[[58,2]],'memblers':[[74,2]],'nestopia_yuv':[[24,2]],'distinquished':[[76,2]],'fit':[[76,2],[34,2]],'somethingelseistrue':[[59,2]],'jukka':[[76,2]],'mЉkelЉ':[[76,2]],'followed':[[69,4]],'rowheightborder':[[9,2]],'hexforecolorg':[[19,2]],'imported':[[59,2],[8,4],[58,2]],'complements':[[4,2],[54,2]],'playfield':[[77,58]],'romchecksum':[[69,2]],'short':[[39,2],[59,2],[29,2],[47,2],[53,2],[74,4],[58,2]],'continued':[[3,2]],'final':[[21,2],[74,2]],'makecode':[[54,2]],'silver':[[26,2]],'minor':[[5,2],[9,2],[1,2],[12,2],[10,4],[11,2],[8,4]],'disposal':[[47,2]],'4013h':[[73,2]],'signal':[[77,24],[74,8],[76,8],[31,2]],'while':[[73,8],[61,2],[74,6],[77,4],[35,2],[59,10],[49,8],[14,2],[29,2],[47,8],[54,14],[4,2],[10,4],[57,2],[7,2],[40,2],[53,6],[28,4],[52,6],[64,2],[5,2],[37,2],[63,2],[22,6],[26,2],[76,22],[34,4],[33,4],[58,14]],'fds':[[73,20],[16,2],[20,14],[64,2],[27,4],[17,10],[63,10],[15,2],[23,4],[49,2],[8,2],[69,12],[71,2],[7,4],[65,2]],'gameplay':[[65,4],[20,2]],'time':[[73,2],[61,2],[74,14],[77,46],[35,2],[39,6],[49,10],[29,4],[47,4],[51,4],[2,2],[66,6],[32,2],[10,2],[57,2],[7,2],[53,10],[52,4],[8,2],[64,2],[26,4],[70,2],[76,28],[3,2],[58,22]],'passes':[[9,2]],'height':[[10,4],[9,2]],'busses':[[77,2]],'hexfreezecolorb':[[19,2]],'stupid':[[9,2]],'duration':[[29,2]],'such':[[1,2],[61,2],[74,4],[77,2],[56,2],[39,6],[27,4],[59,2],[9,2],[29,4],[47,2],[49,10],[54,2],[60,6],[66,8],[71,2],[10,4],[7,6],[65,4],[46,2],[53,2],[62,2],[42,2],[64,6],[37,2],[22,2],[26,4],[3,10],[58,12]],'converts':[[58,2]],'func':[[58,32]],'isb':[[76,32]],'listing':[[12,2]],'lack':[[58,6]],'indir':[[76,8]],'side':[[77,2],[74,2],[20,6],[39,2],[49,2],[23,2],[47,4],[71,2],[76,2],[34,2],[3,2],[79,2]],'9fff':[[54,2]],'designation':[[49,2]],'maxsegments':[[60,2]],'render':[[34,2],[77,14]],'eor':[[76,30]],'crossing':[[76,22]],'memo':[[69,2]],'registerrun':[[58,2]],'square2':[[58,2]],'|bits':[[74,4]],'written':[[73,10],[1,2],[50,2],[61,2],[74,12],[20,2],[77,2],[56,2],[8,2],[59,6],[41,2],[47,4],[66,4],[71,8],[76,6],[3,4],[40,2],[58,6]],'babelfish':[[47,2]],'paste':[[48,2],[52,6],[47,4]],'moving':[[58,2],[60,2],[50,2]],'n@3':[[76,2]],'occurrence':[[76,2]],'permanent':[[55,2]],'007c':[[73,2]],'easier':[[73,2],[58,2],[53,2],[61,4],[56,2],[64,2],[78,2],[49,2],[54,2],[76,4],[66,2],[65,2]],'confirm':[[77,2],[58,4]],'tech':[[74,2]],'barcode':[[29,4]],'creating':[[63,2],[64,4],[3,2],[43,4],[58,4]],'artist':[[73,6]],'disabled':[[73,2],[19,2],[12,2],[74,14],[26,2],[49,2],[54,2],[4,2],[32,4],[10,4],[33,4],[11,2],[18,10]],'reader':[[29,2]],'replace':[[77,2],[74,2],[29,4],[47,2],[58,2]],'demo':[[54,4]],'dakuten':[[47,10]],'far':[[77,2],[74,2],[47,2],[76,2]],'necessarily':[[76,2]],'secrets':[[54,2]],'getpixel':[[59,2],[6,2],[58,4]],'drawline':[[58,2]],'f12':[[58,2]],'properly':[[26,2],[54,2],[4,3],[45,2],[16,2],[10,6],[8,2],[39,2]],'scanlines':[[77,18],[49,6],[51,2],[10,6]],'340':[[77,2]],'restored':[[8,4],[39,2]],'opens':[[4,2],[37,10],[54,2],[39,4]],'back':[[73,4],[53,2],[77,4],[16,2],[69,2],[37,2],[64,2],[59,2],[26,2],[22,12],[76,18],[60,6],[58,2]],'rerecordcounting':[[58,2]],'upper':[[77,2],[26,2],[49,2],[76,12],[66,2]],'10h':[[73,2]],'box':[[55,16],[42,2],[36,2],[39,6],[17,2],[59,2],[22,4],[14,4],[29,4],[47,2],[49,2],[34,2],[7,2],[58,22]],'section':[[73,2],[53,2],[77,6],[42,2],[74,6],[69,10],[27,2],[63,2],[49,2],[47,6],[66,2],[6,2],[71,30],[76,2]],'bat':[[15,2]],'radd':[[71,2]],'ability':[[4,2],[74,8],[11,2],[64,2]],'backed':[[10,2],[7,2],[27,2]],'only':[[73,26],[19,2],[77,28],[74,38],[35,8],[39,4],[59,16],[9,4],[14,2],[29,2],[47,6],[49,12],[54,12],[4,6],[60,6],[71,2],[10,2],[18,6],[7,2],[53,10],[31,4],[12,4],[13,2],[36,2],[52,2],[64,4],[5,4],[17,4],[37,14],[21,6],[22,20],[70,2],[76,44],[6,4],[43,2],[34,6],[3,8],[11,6],[58,56]],'alt':[[9,6],[10,4],[58,2]],'corrupted':[[4,2],[47,2],[6,2]],'oversights':[[13,2]],'states':[[27,2],[46,2],[76,4],[69,2],[58,8]],'gp2x':[[3,2]],'reduced':[[42,2]],'shops':[[47,2]],'solely':[[66,2]],'lsr':[[76,34]],'according':[[34,2],[77,2],[76,6],[57,2],[58,2]],'requests':[[58,2]],'seemed':[[47,2]],'bypass':[[77,2]],'occasionally':[[76,4],[65,2]],'everytime':[[77,2]],'@```':[[76,10]],'bros':[[66,2]],'excluded':[[77,2]],'9000':[[73,4]],'depend':[[35,2],[69,2]],'mmc':[[77,6]],'quotes':[[73,2]],'txt':[[73,4],[74,12],[10,2],[76,4],[11,2]],'heavy':[[74,2],[6,2],[58,4]],'assistance':[[64,2]],'fffe':[[49,2],[76,6],[66,2]],'swap':[[55,2],[50,2]],'keeping':[[49,2]],'si_zapper':[[69,8]],'asymmetry':[[74,2]],'banking':[[58,2]],'library':[[5,2],[59,2],[4,2],[3,2],[8,4],[58,52]],'thanks':[[73,6],[74,2],[7,2],[11,2]],'something':[[73,4],[53,2],[64,2],[59,12],[78,2],[47,2],[76,6],[60,6],[4,2],[57,2],[11,2],[58,4]],'vblank':[[77,2],[49,2],[10,4],[58,2]],'falling':[[77,4]],'c16':[[76,4]],'spot':[[77,2],[22,2],[52,2],[66,2]],'reading':[[59,2],[9,4],[26,2],[54,2],[76,2],[78,4],[77,4],[48,2],[74,4]],'compose':[[58,2]],'rdy':[[76,2]],'ddfd':[[76,4]],'rows':[[47,2],[66,6]],'fceux':[[0,4],[61,10],[56,10],[35,10],[27,4],[15,4],[29,8],[2,6],[24,6],[48,2],[32,2],[57,18],[38,2],[28,16],[44,2],[12,18],[20,4],[36,2],[68,4],[64,4],[37,4],[63,26],[69,6],[21,4],[22,8],[41,2],[43,2],[11,4],[1,24],[19,2],[16,6],[39,4],[59,4],[9,4],[14,8],[23,2],[60,2],[4,4],[10,8],[40,2],[18,114],[65,4],[31,2],[42,2],[8,2],[17,10],[26,30],[25,2],[6,2],[34,12],[3,20],[58,40]],'gnobgfillcolor':[[12,2],[26,2],[19,2]],'translators':[[47,4]],'bit6':[[69,4]],'looks':[[59,4],[51,2],[50,2],[39,2]],'tasks':[[56,2],[60,2]],'thru':[[73,4],[77,10],[78,2]],'markedframe':[[58,2]],'numpad9':[[58,2]],'multiplied':[[73,2]],'undesired':[[61,4]],'com':[[77,2],[74,2],[78,4],[79,4],[67,2]],'stumble':[[54,2]],'5000':[[73,2]],'ffffffff':[[73,4]],'|7f':[[74,2]],'m#l':[[76,2]],'hud':[[4,4]],'r0j0':[[76,2]],'fwnes':[[20,2]],'jumps':[[76,8]],'probably':[[17,2],[63,2],[29,2],[47,4],[76,8],[61,2],[77,6],[57,8],[58,4]],'341':[[77,8]],'decode':[[48,2]],'dozens':[[77,2]],'oring':[[9,2]],'emulator':[[73,2],[19,2],[77,2],[16,4],[56,2],[59,18],[49,8],[47,8],[71,12],[2,6],[4,6],[57,6],[7,4],[65,2],[53,4],[31,4],[28,4],[64,8],[69,12],[21,6],[22,4],[25,2],[26,2],[6,2],[76,2],[34,4],[3,6],[11,4],[58,34]],'hexforecolorr':[[19,2]],'drawrect':[[58,2]],'hbd7':[[76,4]],'smart':[[54,2]],'session':[[10,2],[54,2]],'across':[[76,2],[60,2],[58,4]],'component':[[48,2],[74,2]],'received':[[60,2]],'1ffh':[[73,4]],'windowed':[[63,2],[34,2],[11,2],[28,2]],'warrior':[[27,2]],'memwatch':[[10,4],[6,2],[18,2]],'revert':[[9,2],[39,2]],'framecount':[[10,2],[58,12]],'clipboard':[[47,2],[52,2]],'convenient':[[49,6],[58,2]],'bit2':[[69,4]],'yes':[[60,8]],'setrenderplanes':[[58,2]],'gdstr':[[58,6]],'`je':[[76,2]],'device':[[29,10],[66,2],[77,6],[74,4],[20,2],[16,2],[69,6]],'mind':[[17,2],[73,2],[47,2],[77,2],[3,2],[58,2]],'moved':[[10,2]],'pass':[[73,2],[59,2],[77,4],[53,2],[58,2]],'running':[[28,2],[52,6],[20,2],[59,4],[15,2],[49,6],[54,2],[76,6],[60,4],[34,4],[57,4],[7,2],[58,10]],'proof':[[22,4],[3,2],[76,6],[64,2]],'nez':[[17,2]],'siren':[[5,2]],'convention':[[49,2],[69,14],[58,2]],'numpad2':[[58,2]],'nnn':[[73,2]],'decreasing':[[74,4]],'0000000000011111':[[78,2]],'terms':[[49,2],[64,2],[58,2]],'addgamegenie':[[6,2],[58,4]],'broken':[[49,2],[54,2],[66,4],[77,2],[8,2],[11,2]],'corrected':[[6,2]],'bmf_final3':[[24,2]],'miserabley':[[47,2]],'passed':[[59,2],[49,4],[77,8],[58,4]],'unknown':[[77,2],[74,8]],'opacity':[[58,4]],'pulses':[[77,4],[74,2]],'intensify':[[5,2]],'bits':[[73,8],[58,2],[78,12],[70,2],[76,12],[77,28],[74,64],[79,4],[69,6],[5,2]],'self':[[76,2],[59,2]],'main':[[50,2],[28,2],[77,4],[12,2],[37,4],[5,2],[59,6],[9,2],[26,2],[29,2],[63,2],[60,6],[66,4],[71,6],[76,4],[40,2],[11,2],[58,6]],'tim':[[76,2]],'000e':[[73,2]],'sb#0':[[76,2]],'equivalent':[[56,2],[59,6]],'differs':[[69,2]],'modes':[[59,2],[76,12],[66,2],[34,4],[74,2],[39,2]],'transfer':[[73,2],[76,2]],'|50':[[74,2]],'clearinputchanges':[[58,2]],'yyy':[[69,4]],'master':[[77,2],[32,8],[6,2]],'assignable':[[14,2]],'inherited':[[76,4]],'colon':[[59,2],[39,2]],'coded':[[10,2],[76,2]],'accel':[[10,2]],'resizeable':[[12,2]],'warn':[[60,2]],'executes':[[53,2],[58,4]],'captures':[[48,2],[27,2]],'unpredictable':[[76,6],[77,2]],'constants':[[69,2]],'lua5':[[8,2]],'wasn':[[13,2]],'oneshot':[[58,2]],'street':[[10,2]],'text':[[57,2],[58,8],[73,10],[1,2],[19,6],[38,4],[53,4],[61,4],[12,2],[52,6],[64,2],[39,4],[69,22],[59,4],[22,2],[14,4],[47,80],[49,2],[4,4],[3,2],[10,6],[7,2],[11,2]],'worry':[[59,4],[77,2],[47,2],[56,2],[58,2]],'ki7rbp':[[76,2]],'callback':[[58,58]],'restore':[[49,4],[54,2],[12,8],[16,6],[10,2],[32,2],[36,2],[37,6]],'customized':[[24,2]],'movie_finished':[[35,2]],'punchoutchallenge':[[61,2]],'|commands|rldutsba|rldutsba|rldutsba|rldutsba|port2|':[[69,2]],'form':[[73,2],[59,2],[22,2],[49,8],[77,6],[52,2],[69,4],[58,2]],'lsb':[[77,4],[74,6],[70,2],[71,2],[76,2]],'nutant':[[58,4]],'affiliated':[[74,2]],'controlling':[[49,4]],'registers':[[73,24],[53,4],[61,2],[52,4],[74,4],[77,22],[78,2],[51,4],[49,8],[76,26],[66,6],[6,2],[58,20]],'restriction':[[77,2]],'narrowed':[[66,2]],'cycles':[[49,4],[76,24],[50,2],[4,4],[77,18],[74,14],[58,2]],'latter':[[76,6]],'unnecessary':[[76,2]],'8500':[[76,2]],'slader':[[47,2]],'adv':[[12,4],[26,2]],'with':[[50,2],[61,6],[77,60],[56,2],[35,2],[29,4],[47,12],[24,4],[48,4],[57,4],[28,4],[12,2],[20,8],[68,4],[64,8],[5,4],[37,2],[63,14],[22,10],[69,14],[11,2],[73,2],[67,2],[74,34],[16,6],[39,20],[59,20],[9,8],[14,2],[23,2],[49,26],[54,22],[60,10],[4,14],[66,14],[10,6],[18,4],[7,14],[55,2],[53,10],[31,2],[45,4],[52,4],[8,4],[17,12],[78,4],[26,2],[76,58],[6,14],[34,4],[3,14],[58,36]],'illustrates':[[76,2]],'glory':[[47,2]],'behaving':[[35,2]],'838977920':[[69,2]],'between':[[73,2],[19,2],[31,2],[28,2],[77,14],[74,10],[64,2],[8,2],[78,2],[26,2],[29,2],[54,2],[66,2],[60,4],[76,18],[48,2],[79,2],[11,2],[58,8]],'working':[[73,2],[9,2],[54,4],[53,2],[4,2],[3,2],[58,4]],'readdown':[[58,2]],'breakpoint':[[4,12],[49,24],[52,2],[53,4],[58,2]],'ane':[[76,10]],'assure':[[76,2]],'perfecting':[[22,2]],'forceful':[[58,2]],'abbreviations':[[76,2]],'dmc':[[9,2],[74,26],[71,6]],'dpcm':[[8,2],[58,2]],'a002':[[73,2]],'rates':[[77,2],[26,2]],'goroh':[[74,4]],'absolute':[[76,32],[6,2],[60,2]],'loss':[[10,2],[59,2]],'saving':[[9,2],[54,2],[47,4],[76,2],[42,2],[10,6],[56,2],[8,2],[27,2]],'particular':[[73,2],[22,4],[49,2],[47,2],[31,2],[77,6],[74,2]],'got':[[74,2],[58,2]],'maybe':[[63,2],[60,2]],'possible':[[55,4],[77,2],[16,2],[64,4],[37,4],[22,2],[49,4],[47,2],[54,4],[6,2],[24,2],[60,6],[66,2],[71,2],[76,8],[58,2]],'insert':[[23,4],[20,4],[57,2],[69,4],[58,2]],'omit':[[58,2]],'anc':[[76,4]],'naming':[[4,2],[49,2],[10,2],[35,2],[37,2]],'|04':[[74,2]],'0x200':[[58,4]],'nops':[[76,2]],'like':[[73,4],[50,4],[61,4],[74,2],[77,12],[56,4],[39,8],[59,14],[49,6],[29,4],[47,6],[51,2],[54,6],[60,6],[40,2],[57,2],[65,2],[12,2],[69,2],[26,2],[41,2],[76,30],[6,2],[3,4],[58,20]],'0320':[[66,2]],'nes_basecycles':[[73,4]],'transparent':[[77,12],[74,2],[7,2],[58,8]],'range':[[58,16],[39,2],[49,6],[73,10],[66,4],[77,36],[52,2],[74,6],[7,2],[5,2]],'of_':[[76,2]],'inverted':[[74,4]],'folders':[[27,2]],'occurs':[[77,6],[74,4],[76,20]],'screen':[[50,2],[77,34],[35,2],[27,2],[59,4],[9,2],[14,4],[29,2],[66,26],[24,2],[47,4],[51,2],[54,2],[60,2],[10,8],[28,4],[45,2],[69,4],[5,2],[63,2],[22,2],[26,6],[76,2],[6,4],[34,28],[58,40]],'file':[[35,10],[27,8],[15,6],[47,22],[24,2],[48,2],[57,8],[38,2],[28,4],[44,4],[12,14],[20,8],[68,8],[64,4],[5,2],[37,44],[63,2],[21,22],[22,34],[69,10],[43,2],[11,4],[73,24],[1,2],[19,10],[16,16],[39,4],[59,4],[9,16],[14,14],[49,28],[54,16],[60,4],[71,8],[4,6],[10,14],[18,12],[7,6],[55,2],[53,6],[31,10],[45,2],[42,6],[52,12],[8,6],[17,14],[26,8],[70,8],[76,4],[6,2],[34,2],[58,24]],'yabause':[[41,2],[40,2]],'0000':[[39,2],[73,2],[49,2],[66,14],[71,4],[52,2],[5,2]],'wrapper':[[12,2]],'wanting':[[66,2]],'homebrew':[[12,2],[13,2]],'rotation':[[77,4]],'smb3':[[61,2]],'movies':[[58,8],[38,2],[12,6],[35,6],[5,4],[27,2],[8,2],[22,6],[14,8],[63,4],[64,10],[6,14],[43,2],[4,4],[66,2],[69,4],[18,2],[11,2]],'3f1f':[[66,2]],'net':[[73,2],[59,4],[78,4],[79,4],[65,2]],'publically':[[74,2]],'port':[[73,8],[77,4],[74,2],[20,2],[69,6],[5,4],[8,2],[9,2],[29,14],[54,2],[6,2],[3,6],[7,4]],'specific':[[67,2],[61,2],[74,4],[16,4],[39,2],[59,4],[9,2],[14,2],[29,4],[49,2],[54,2],[60,4],[66,6],[71,10],[48,2],[57,2],[65,2],[38,2],[53,2],[45,2],[42,2],[68,2],[70,2],[34,4]],'braces':[[59,2]],'099822938442230224609375':[[69,2]],'3d2n@8':[[76,2]],'transfers':[[77,2]],'unused':[[54,12],[76,2],[66,2],[6,2],[71,4],[4,2],[74,12]],'b@`':[[76,2]],'makes':[[58,8],[49,2],[54,2],[76,6],[50,2],[6,2],[77,4],[52,2],[16,2],[39,2]],'included':[[73,2],[29,2],[76,2],[6,4],[60,2],[61,4],[77,2],[20,2],[10,2]],'japan':[[20,2]],'reported':[[63,2],[9,2],[76,2]],'television':[[29,2],[20,2],[24,2],[31,2]],'basic':[[73,2],[1,2],[46,2],[0,2],[74,2],[16,2],[56,4],[64,8],[59,2],[54,2],[14,2],[25,2],[47,2],[60,6],[66,4],[57,4],[7,2]],'interrupt':[[49,12],[74,4],[76,78],[66,2],[6,2]],'operators':[[59,6],[49,2]],'colorful':[[4,2]],'recommended':[[58,4]],'fancy':[[59,2]],'3fff':[[66,2],[77,2]],'2eff':[[66,2]],'namco':[[73,8]],'harmless':[[76,2]],'buzzers':[[29,2]],'protection':[[12,2]],'finishing':[[76,2]],'1200':[[66,2]],'pi#x7':[[76,8]],'compromised':[[77,2]],'skinny':[[78,2]],'g8r':[[76,2]],'2003':[[71,4]],'00a5#mic':[[49,2]],'want':[[55,4],[53,4],[45,2],[77,2],[42,2],[52,2],[39,6],[59,2],[9,2],[29,2],[49,2],[54,4],[60,6],[76,4],[57,4],[58,16]],'jan':[[77,2]],'adequately':[[8,2]],'surrounding':[[77,2]],'movement':[[51,2]],'4011h':[[73,2]],'cause':[[26,2],[76,8],[34,2],[12,2],[52,2],[61,2],[74,4],[77,2],[39,2]],'allocated':[[66,2]],'common':[[73,2],[62,2],[28,2],[77,2],[16,2],[8,2],[5,2],[39,2],[59,4],[9,2],[64,4],[76,6],[6,2],[4,2],[40,2],[7,2]],'tenten':[[47,12]],'different':[[73,2],[77,4],[74,6],[16,2],[8,2],[39,2],[22,2],[14,4],[26,4],[47,4],[6,4],[49,2],[66,2],[70,2],[76,18],[79,2],[58,6]],'voltage':[[77,4],[74,10]],'waves':[[77,4]],'x0p':[[76,2]],'chosenjo':[[29,2]],'fills':[[77,2]],'registerwrite':[[58,2]],'options':[[19,4],[50,2],[35,4],[39,2],[15,6],[14,12],[29,2],[47,4],[24,4],[49,2],[4,4],[10,6],[40,6],[18,6],[7,2],[38,2],[53,4],[28,4],[12,4],[13,2],[42,4],[8,2],[37,2],[63,2],[69,2],[22,4],[25,12],[41,6],[6,4],[34,8],[58,2]],'force':[[59,2],[31,2],[4,2],[34,4],[74,2],[32,2]],'smoother':[[34,4]],'mess':[[77,2],[60,2]],'commenting':[[59,2]],'furthermore':[[54,4],[51,2],[52,2]],'preserved':[[64,4],[69,2]],'letter':[[55,8]],'extract':[[76,2],[48,2]],'restarting':[[58,2]],'purpose':[[61,6],[74,2],[3,2],[58,2]],'slash':[[26,2],[58,2]],'margin':[[77,2]],'apr':[[78,2],[79,2]],'diagram':[[74,2],[76,16],[66,4]],'reconstruct':[[22,4]],'leaves':[[4,2],[18,4]],'wikipedia':[[66,2],[64,2]],'inclined':[[65,2]],'wants':[[74,2]],'miscellaneous':[[69,2]],'interpret':[[62,2]],'zero':[[51,2],[49,2],[76,58],[66,10],[71,4],[77,2],[74,8],[39,2]],'manner':[[47,2],[59,2]],'slave':[[77,2]],'9001':[[73,2]],'push':[[76,14],[60,2],[64,2]],'extended':[[3,4]],'shy':[[76,8]],'color':[[19,12],[31,12],[50,2],[77,30],[12,4],[63,4],[59,8],[9,2],[26,4],[29,2],[54,2],[6,8],[4,2],[34,6],[58,46]],'translated':[[47,2],[74,2]],'bank':[[39,2],[73,20],[49,24],[54,2],[55,2],[66,4],[6,2],[58,4]],'perfection':[[64,2]],'drop':[[9,2],[29,4],[10,4],[42,2],[6,2]],'%1d':[[69,4]],'complain':[[60,2]],'port2':[[69,6]],'guide':[[69,2],[15,10],[66,4],[38,10],[62,4],[64,2],[39,2]],'notebook':[[47,2]],'8123':[[49,2]],'accessed':[[54,10],[53,4],[66,2],[71,2],[77,10],[52,2]],'createfromgdstr':[[59,2],[58,2]],'arr':[[76,12]],'fillcolor':[[58,8]],'preparations':[[76,6]],'gets':[[54,2],[76,2],[6,4],[4,2],[77,2],[58,14]],'mid':[[7,2],[50,2]],'deemed':[[60,8]],'60hz':[[73,2]],'noicon':[[18,6]],'beta':[[3,2]],'planning':[[77,2]],'wins':[[77,2]],'samples':[[73,2]],'guard':[[58,2]],'comprised':[[47,2]],'120':[[74,4]],'rp2a03e':[[74,2]],'gtk2':[[3,2],[5,2]],'giorgio':[[3,2]],'installed':[[10,2]],'signed':[[73,4],[59,2],[41,2],[71,6],[76,4],[40,2],[58,6]],'matches':[[55,2]],'activity':[[76,2]],'break':[[51,2],[49,30],[76,4],[66,2],[6,2],[60,2]],'generator':[[77,2],[74,32],[66,4]],'placement':[[77,2]],'card':[[4,2]],'remain':[[77,2],[42,2],[76,2]],'previously':[[58,6]],'will':[[50,6],[61,4],[77,44],[56,2],[35,22],[27,30],[29,16],[47,34],[32,8],[57,20],[79,2],[38,2],[28,12],[44,4],[12,10],[20,10],[36,2],[64,4],[37,4],[63,4],[69,6],[21,2],[22,46],[33,2],[11,2],[73,18],[74,136],[16,6],[39,40],[59,32],[49,58],[14,8],[51,10],[54,8],[60,26],[66,26],[71,2],[10,2],[18,14],[7,2],[55,18],[53,10],[30,2],[31,8],[45,6],[42,16],[52,10],[8,2],[17,8],[78,2],[26,42],[70,2],[76,90],[6,2],[34,20],[58,84]],'consistently':[[7,2]],'sbx':[[76,28]],'accessible':[[59,2],[49,4],[10,2],[37,4]],'else':[[64,2],[59,6],[61,2],[60,6],[58,6]],'`#j1@lj3b@29':[[76,2]],'cross':[[76,2],[2,2]],'state':[[73,6],[61,2],[74,10],[16,16],[77,2],[35,4],[59,4],[49,8],[51,4],[54,2],[71,10],[4,2],[18,2],[53,4],[12,2],[52,2],[69,6],[37,2],[22,12],[26,2],[70,4],[76,8],[6,4],[11,4],[58,42]],'populated':[[6,2]],'framedisplay':[[18,6]],'troubleshooting':[[63,4],[62,2]],'0005':[[73,2],[49,4]],'lua':[[1,2],[61,58],[56,24],[27,6],[59,58],[9,4],[14,8],[49,4],[60,30],[4,30],[10,8],[57,36],[18,10],[7,16],[12,10],[13,4],[8,12],[5,8],[37,20],[63,4],[64,2],[6,12],[11,4],[58,60]],'checked':[[74,2],[35,12],[39,4],[27,2],[9,2],[14,4],[21,2],[47,2],[49,2],[34,14],[32,4],[33,2],[11,2],[58,6]],'thing':[[77,4],[74,2],[47,10],[64,2],[39,4]],'yesno':[[58,6]],'slowdown':[[4,2],[22,2]],'highlighted':[[9,2]],'defeated':[[61,2]],'diagrams':[[77,2]],'00h':[[73,14]],'#256':[[77,2]],'circuit':[[77,2]],'huge':[[77,2]],'not':[[73,28],[50,2],[61,6],[74,26],[77,26],[56,2],[35,6],[27,2],[39,18],[59,28],[49,12],[14,6],[47,32],[51,4],[54,8],[60,14],[4,8],[66,12],[71,4],[10,10],[57,2],[18,10],[55,2],[53,2],[28,4],[45,4],[12,8],[20,2],[42,2],[52,2],[64,8],[5,2],[17,2],[37,2],[21,2],[22,10],[26,16],[63,8],[69,12],[76,110],[34,2],[33,2],[11,2],[58,64]],'4040':[[73,2]],'anymore':[[4,4]],'0300':[[66,8]],'hertz':[[73,2],[58,10]],'log':[[54,14],[76,4],[53,20],[4,18],[10,4],[69,24]],'|10':[[74,2]],'mirrored':[[77,2]],'frontend':[[3,2],[57,2],[60,2]],'maximum':[[73,2],[59,2],[70,2],[76,2],[60,2],[31,2],[74,4],[58,2]],'shrink':[[35,2]],'saved':[[12,2],[16,2],[35,2],[37,6],[39,2],[27,10],[9,2],[26,2],[47,10],[49,2],[54,4],[60,6],[71,2],[58,4]],'taller':[[34,2]],'refer':[[59,2],[55,2],[66,8],[58,4]],'conversion':[[63,2],[74,4],[11,2],[58,2]],'ever':[[77,6],[74,2]],'faintly':[[77,2]],'safely':[[58,2]],'nop':[[76,70]],'additions':[[76,4]],'polled':[[45,2],[26,2]],'moviefilenames':[[12,2]],'design':[[4,2],[74,2],[43,2]],'messagebox':[[59,2]],'unhide':[[28,2],[26,2],[37,2]],'relating':[[27,2],[1,2]],'becomes':[[4,2],[54,4],[74,2],[47,2]],'raw':[[17,2],[21,2],[48,2],[58,22]],'integral':[[34,2]],'refused':[[76,2]],'1400h':[[73,2]],'excess':[[47,2]],'met':[[49,2],[74,2]],'disrupt':[[73,2]],'registersave':[[8,4],[58,2]],'smb2':[[18,4]],'anded':[[76,2]],'pin':[[77,10],[74,8]],'basics':[[59,4],[77,2],[56,2],[57,2]],'explain':[[61,2],[52,2],[25,2],[47,2]],'notice':[[76,2]],'retrieves':[[77,4]],'beyond':[[21,2],[52,2]],'4020':[[66,2]],'relocated':[[73,4]],'determining':[[76,2],[77,2]],'existing':[[48,2],[16,2],[39,2]],'page':[[58,6],[37,2],[49,2],[59,2],[76,80],[66,14],[24,2],[71,2],[3,6],[39,2]],'w_pm`':[[76,2]],'debugging':[[5,2],[59,2],[49,18],[65,4],[6,2],[4,4],[12,2],[48,2],[3,6],[8,2],[11,2]],'nothrottle':[[59,2],[18,4],[58,2]],'aid':[[61,2],[77,2],[47,2],[65,2]],'rather':[[59,2],[26,2],[14,4],[49,2],[60,2],[45,2],[77,4],[42,2],[10,2],[18,2],[58,8]],'reliably':[[76,2]],'deleting':[[4,2],[54,2],[56,2]],'inital':[[73,4]],'scrolllock':[[58,2]],'mapinittab':[[7,2]],'behaves':[[76,2]],'joe':[[47,2]],'precise':[[59,2],[77,2],[76,2]],'onto':[[66,10],[77,4]],'line':[[11,2],[58,8],[53,2],[77,20],[52,2],[74,2],[69,8],[39,4],[59,8],[15,4],[14,2],[22,2],[49,50],[51,2],[66,2],[4,2],[34,8],[76,8],[78,2],[3,2],[10,6],[18,8],[7,2]],'west':[[76,2]],'sav':[[54,2],[20,2],[10,2],[27,2]],'kage':[[4,2]],'blob':[[69,2]],'around':[[73,4],[76,2],[66,2],[48,2],[74,4],[58,4]],'zapper':[[7,2],[29,16],[6,4],[10,6],[69,10],[58,16]],'goes':[[73,4],[76,4],[66,2],[60,2],[77,2],[12,2],[74,4],[58,2]],'tearing':[[4,2]],'capslock':[[58,2]],'send':[[76,2],[39,2]],'shouldn':[[61,2],[39,2]],'ejecting':[[20,2]],'c000':[[73,4],[49,6],[54,2],[66,2]],'0000|':[[66,2]],'plp':[[76,8]],'destination':[[21,2],[54,4],[76,2]],'|0e':[[74,2]],'065':[[74,2]],'0x10':[[49,2]],'draw':[[59,2],[12,2],[78,2],[58,16]],'statement':[[76,2],[49,4]],'rules':[[57,2]],'__________________________________________':[[66,2]],'popped':[[77,2]],'blur':[[34,2]],'extracts':[[76,2]],'shorthand':[[78,2]],'wrap':[[74,2]],'held':[[22,2],[29,6],[74,2],[6,2],[58,22]],'automate':[[56,2]],'called':[[77,4],[16,2],[64,2],[37,8],[59,6],[49,2],[76,8],[60,28],[3,2],[10,2],[57,2],[58,20]],'t2p9d`pyd`':[[76,2]],'automated':[[64,2],[58,2]],'setpixel':[[58,2]],'newly':[[53,4]],'pix':[[66,4]],'interrupting':[[58,2]],'incomplete':[[71,4]],'port0':[[69,14]],'arithmetic':[[76,16]],'garbage':[[77,6]],'lehti':[[76,4]],'testing':[[76,2]],'post':[[4,2],[77,2],[8,2]],'deck':[[20,2]],'flakes':[[4,2]],'004':[[74,2]],'software':[[3,2],[76,2]],'f14':[[58,2]],'downs':[[64,2]],'hide':[[17,2],[26,2],[28,2],[4,2],[34,6],[77,2],[37,2]],'themes':[[6,2],[28,2]],'driven':[[77,2]],'instructions':[[58,2],[49,10],[76,90],[53,8],[4,6],[48,4],[57,4],[39,2]],'similar':[[39,2],[73,4],[76,4],[66,4],[6,4],[77,2],[56,2],[35,2],[58,4]],'finally':[[49,2],[52,2],[76,6]],'06xx':[[66,2]],'subpixel':[[66,6]],'proves':[[76,12]],'a000':[[73,2],[54,2]],'host':[[4,2]],'internally':[[59,2],[77,4],[58,2]],'turns':[[37,4],[10,2],[76,4],[18,12],[5,2]],'serialize':[[77,2]],'parasyte':[[3,2]],'etc':[[73,8],[77,2],[74,4],[27,2],[9,2],[15,2],[49,2],[54,2],[6,2],[60,2],[4,2],[34,2],[66,6],[10,2],[7,2],[58,2]],'blargg':[[9,6]],'mulitple':[[66,2]],'ml`':[[76,2]],'distorted':[[77,2]],'metroid':[[4,2],[73,4]],'screens':[[66,4],[77,2]],'xxx1':[[73,2]],'peek':[[4,2]],'deleted':[[58,10]],'friends':[[58,2]],'standard':[[37,2],[59,2],[73,4],[47,4],[42,2],[20,2],[74,2],[69,2],[58,6]],'digit':[[76,2],[66,2]],'dd0e':[[76,16]],'240hz':[[74,6]],'programmable':[[74,22]],'bullet':[[22,4],[3,2],[64,2]],'win32':[[5,2],[11,24],[9,2],[6,6],[4,2],[12,4],[10,2],[7,4],[8,2]],'decay':[[74,58]],'weekend':[[77,2]],'hash':[[47,2],[69,2]],'0x00fa':[[59,2]],'recovering':[[11,2]],'write':[[73,14],[52,6],[74,26],[35,2],[37,6],[39,2],[59,8],[9,4],[22,4],[49,4],[54,2],[6,2],[60,4],[66,2],[76,78],[78,10],[10,2],[18,4],[58,26]],'blank':[[47,2]],'magenta':[[58,2]],'intensive':[[59,2]],'hexeditor':[[59,2]],'means':[[73,6],[55,2],[45,2],[77,10],[74,6],[56,2],[69,2],[37,12],[49,2],[14,2],[47,2],[34,8],[58,18]],'2001':[[71,2]],'equal':[[59,6],[49,4],[76,2],[60,2],[74,4],[39,16]],'tiles':[[77,8],[47,10],[66,2]],'representations':[[58,2]],'sssff':[[73,2]],'|14':[[74,2]],'convertfcmtofm2':[[63,2]],'peripheral':[[20,2]],'persistent':[[58,12]],'scales':[[58,4]],'rp2a03':[[58,2]],'explaination':[[73,2]],'routine':[[73,10],[48,4],[74,2],[76,22],[66,6]],'hop':[[74,2]],'numpad8':[[58,2]],'action':[[74,12],[8,2],[39,4]],'games':[[73,4],[50,2],[61,2],[74,8],[16,4],[77,8],[27,4],[39,8],[59,4],[15,4],[29,8],[47,8],[51,2],[54,2],[60,4],[4,8],[66,14],[71,4],[10,4],[7,4],[65,6],[53,2],[31,2],[45,4],[12,2],[13,2],[20,8],[52,2],[64,2],[17,2],[78,2],[26,2],[34,2],[58,4]],'drawn':[[78,2],[9,2],[51,2],[47,2],[54,2],[77,6]],'your':[[73,2],[55,2],[61,2],[42,2],[52,4],[77,8],[63,2],[59,8],[22,2],[29,4],[47,38],[49,6],[60,8],[66,8],[76,18],[57,4],[58,34]],'dadc':[[76,2]],'battletoads':[[66,2]],'``a':[[76,4]],'gracefully':[[6,2],[11,2]],'scans':[[54,2]],'calling':[[58,8]],'checkboxes':[[4,2]],'simultaneously':[[45,2],[26,2],[76,6]],'buffering':[[32,6]],'r6502':[[76,2]],'deviation':[[66,2]],'400c':[[74,8]],'processor':[[74,2],[3,2],[71,2],[76,54]],'unzipping':[[12,2]],'hashes':[[47,8]],'branching':[[76,2],[59,2]],'lastkeys':[[60,2]],'init':[[73,24],[49,4]],'examined':[[74,2]],'pause':[[58,6],[53,4],[16,2],[35,4],[39,2],[59,6],[9,2],[21,12],[22,8],[26,4],[6,2],[47,4],[49,8],[10,4],[18,4],[7,2]],'latest':[[4,2],[12,2],[14,4],[10,2]],'shift':[[76,2],[44,2],[77,26],[12,2],[16,2],[10,2],[74,22],[58,2]],'headerless':[[20,2]],'private':[[54,2]],'fall':[[77,2],[60,2]],'treated':[[76,2]],'512':[[77,2]],'f24':[[58,2]],'l&xj8':[[76,2]],'within':[[49,2],[51,2],[54,2],[71,2],[34,2],[77,2],[58,2]],'square1':[[58,2]],'04fx':[[66,2]],'regards':[[77,2],[74,4]],'counterbreak':[[58,4]],'nicely':[[45,2]],'blip':[[3,2]],'128d':[[76,2]],'separate':[[22,2],[49,2],[47,2],[54,2],[2,2],[76,2],[58,6]],'begins':[[9,2],[47,4],[70,2]],'helpful':[[47,2],[54,2]],'reserved':[[76,2],[66,4]],'redo':[[26,2],[16,4],[10,4],[37,8]],'difference':[[77,4],[74,2],[47,2],[76,2]],'besides':[[59,2],[61,2]],'increases':[[74,4],[7,2],[8,2]],'vd`d2n0q':[[76,2]],'nothing':[[59,2],[54,2],[47,2],[66,2],[60,14],[77,4]],'gamepad0':[[7,2]],'window':[[27,2],[39,20],[59,6],[49,42],[9,4],[14,4],[29,4],[47,28],[4,6],[48,2],[10,14],[40,2],[7,2],[55,4],[53,16],[28,6],[12,4],[52,2],[8,2],[5,4],[26,4],[25,2],[6,6],[34,12],[11,8],[58,2]],'supply':[[59,2]],'0afffh':[[73,2]],'affected':[[45,2],[55,2],[76,12]],'msmakela@kruuna':[[76,2]],'bit1':[[76,2],[69,4]],'hacked':[[17,2]],'patched':[[17,2]],'#100':[[49,2]],'stopping':[[58,4]],'word':[[73,16],[47,16],[69,4]],'initialrawdalatch':[[58,2]],'system':[[77,2],[74,8],[16,4],[20,10],[69,2],[37,2],[35,2],[27,2],[15,2],[14,2],[23,4],[76,2],[3,4],[58,2]],'belongs':[[69,4]],'activates':[[6,2]],'player2':[[13,4],[69,2]],'weed':[[39,2]],'ikari':[[66,2]],'occurred':[[70,2],[76,2]],'grows':[[73,2]],'battle':[[47,4]],'development':[[3,2],[76,2]],'imply':[[77,2]],'detecting':[[58,2]],'|0c':[[74,4]],'|28':[[74,2]],'fm2':[[7,4],[38,2],[44,8],[61,2],[12,6],[68,2],[35,6],[27,2],[37,4],[63,6],[9,6],[14,10],[15,2],[21,4],[6,2],[22,18],[69,6],[10,8],[18,24],[11,4]],'|frames':[[74,4]],'recorded':[[35,2],[64,4],[22,2],[14,2],[69,6],[60,2],[8,2],[58,2]],'machines':[[73,2],[9,2],[32,2],[16,2]],'arrives':[[77,2],[74,2]],'protections':[[76,2]],'fastest':[[23,2],[76,2],[60,2]],'obtained':[[74,2]],'conflicts':[[4,4]],'004e':[[73,2]],'capable':[[77,2],[20,2],[47,2],[60,2]],'strategies':[[22,2]],'2406':[[77,2]],'needing':[[47,2]],'addressing':[[77,2],[76,52],[66,2],[39,2]],'164':[[4,2]],'drastic':[[58,2]],'showing':[[35,2],[58,2]],'traditional':[[29,2]],'rockwell':[[76,2]],'170':[[77,6]],'ultra':[[1,2],[0,2],[44,2],[52,2],[69,2],[39,6],[22,2],[14,2],[70,2],[71,6],[2,6],[3,36]],'autohold':[[6,8]],'totally':[[76,2]],'implementation':[[77,2],[56,2],[6,4]],'bit4':[[76,2],[69,4]],'2048':[[74,4],[76,2],[66,10],[39,2]],'instant':[[47,2],[77,2]],'|02':[[74,2]],'however':[[73,2],[30,2],[77,6],[74,2],[64,4],[39,2],[63,2],[78,2],[22,2],[26,2],[41,2],[47,2],[76,16],[34,2],[3,2],[40,2],[58,10]],'stop':[[77,2],[74,2],[37,12],[9,4],[21,6],[47,2],[49,2],[6,2],[60,8],[76,6],[3,2],[57,4],[18,4],[58,12]],'sends':[[22,2],[14,4]],'asm':[[55,2]],'creative':[[65,2]],'2b8':[[76,2]],'half':[[59,2],[74,4],[77,8],[76,4],[66,2]],'influence':[[76,2]],'quirk|':[[77,2]],'earlier':[[5,2],[58,2],[64,2],[24,2],[6,2]],'indicates':[[77,2],[49,2],[74,2],[69,8],[58,2]],'front':[[59,4],[74,2],[60,2]],'errors':[[59,4],[60,2],[6,2],[48,2],[11,2],[58,2]],'wramless':[[4,2]],'ask':[[9,2],[28,6]],'capturing':[[15,4],[21,12],[10,2]],'inserted':[[14,2]],'warning':[[47,2],[18,2],[58,6]],'0080':[[73,4]],'flaws':[[24,2]],'determines':[[77,4],[74,2],[19,2],[58,4]],'slower':[[63,4],[34,2],[47,2],[33,2]],'doing':[[73,2],[76,2],[60,4],[77,2],[52,4],[10,2],[11,2],[58,8]],'scanned':[[17,2]],'ret':[[52,2]],'strange':[[76,2]],'less':[[73,2],[77,4],[12,2],[74,8],[39,6],[49,2],[47,4],[71,2],[6,2],[76,6],[34,2],[7,2],[58,4]],'040e':[[39,2]],'single':[[73,4],[28,2],[77,8],[74,2],[64,2],[9,2],[22,4],[49,4],[76,2],[2,2],[6,2],[4,2],[48,2]],'vsprintf':[[12,2]],'another':[[61,2],[77,6],[16,2],[59,2],[54,4],[29,2],[47,2],[66,6],[76,2],[78,2],[10,2],[58,2]],'throughout':[[47,2]],'inverting':[[74,2]],'comecon':[[76,2]],'operand':[[76,12]],'disk':[[17,2],[58,4],[15,2],[23,12],[29,2],[69,10],[71,2],[16,2],[20,44],[8,2],[27,2]],'30fps':[[45,2],[26,4]],'discussed':[[77,2]],'horrible':[[77,2]],'slot':[[59,2],[9,4],[16,8],[66,10],[58,10]],'triply':[[58,2]],'defaulting':[[8,2]],'homepage':[[3,6],[57,2]],'checkbox':[[35,4],[49,6],[29,2],[47,6],[32,4],[7,2],[39,2]],'pipelining':[[76,4]],'caused':[[76,2],[6,2],[4,2],[12,2],[10,14],[8,2]],'swap1p2p':[[4,2]],'follows':[[73,2],[47,2],[77,4],[74,10],[57,2],[69,2],[39,2]],'p17':[[71,2]],'colorburst':[[77,12]],'mutually':[[77,2],[74,2]],'emuversion':[[69,2]],'directions':[[66,2]],'terminate':[[76,2]],'pre':[[3,2],[63,2]],'m159':[[4,2]],'9003':[[73,2]],'tracknoise':[[4,2]],'rect':[[58,2]],'doings':[[77,2]],'infamous':[[77,2]],'01h':[[73,2]],'useless':[[53,2]],'10ff':[[66,2]],'suppose':[[47,6],[58,2]],'d011':[[76,4]],'above':[[73,8],[55,2],[77,4],[59,2],[49,8],[29,4],[47,4],[76,6],[6,2],[4,2],[34,2],[79,2]],'joystick':[[29,2],[70,6],[71,4]],'shifts':[[76,4]],'fix':[[73,2],[77,2],[12,6],[13,4],[8,2],[5,4],[9,2],[76,26],[6,12],[24,2],[4,4],[34,2],[48,2],[10,6],[11,12],[7,8]],'exists':[[77,2],[9,2],[14,2],[58,2]],'startup':[[54,2],[14,2],[60,2],[10,2],[11,2],[18,2]],'genie':[[65,4],[55,30],[77,2],[5,2],[63,10],[39,4],[26,18],[49,4],[48,6],[3,2],[18,4],[58,4]],'selects':[[77,6],[78,2]],'figure':[[47,8],[77,2]],'_____':[[66,4]],'associative':[[59,6]],'assigned':[[22,2],[29,6],[10,2],[40,2]],'presskeystart4':[[60,2]],'platform':[[59,2],[3,2],[2,2]],'aimlessly':[[14,2]],'nmi1':[[49,2]],'rerecording':[[52,2],[64,2],[8,2],[22,4],[14,4],[41,2],[2,2],[6,2],[24,4],[3,10],[40,2],[7,2]],'200000':[[64,2]],'extent':[[58,2]],'jeopardy':[[66,2]],'contained':[[71,2],[74,2]],'tie':[[60,10]],'1f0h':[[73,2]],'small':[[63,2],[73,4],[49,4],[47,2],[66,2],[60,2],[77,4],[64,6]],'period':[[39,2],[22,2],[26,2],[77,6],[74,2],[58,2]],'prepends':[[73,2]],'0xf':[[76,2]],'disassembler':[[54,10]],'#8123':[[49,2]],'16777216':[[76,4]],'simultaneous':[[76,2]],'romname':[[18,6]],'fetched':[[76,18],[77,24]],'0&&4ka':[[76,2]],'dreams':[[77,2]],'|24':[[74,2]],'choose':[[59,2],[55,2],[53,2],[31,2],[4,2],[57,4]],'controller':[[26,2],[29,18],[66,2],[6,4],[50,2],[56,2],[58,4]],'laws':[[6,2]],'anyways':[[60,2]],'exact':[[77,4]],'field':[[73,4],[55,4],[12,2],[42,2],[64,2],[39,2],[69,12],[22,2],[14,2],[47,2],[49,12],[71,4],[4,4],[11,2],[58,2]],'resume':[[22,2],[49,2]],'says':[[60,2],[58,2]],'steps':[[77,4],[74,4]],'09000h':[[73,4]],'input':[[61,4],[74,6],[16,2],[27,8],[59,14],[9,2],[14,4],[15,2],[29,22],[60,8],[66,6],[4,4],[32,2],[10,2],[18,12],[46,8],[38,4],[45,2],[12,6],[8,4],[5,2],[64,2],[69,34],[22,6],[26,22],[25,2],[70,2],[6,16],[43,2],[11,2],[58,46]],'6502_cpu':[[76,4]],'registermanual':[[58,2]],'handling':[[4,2],[54,2],[14,4],[5,2]],'european':[[76,2]],'wiki':[[64,2]],'getdown':[[7,2],[58,2]],'drag':[[9,2],[10,4],[47,4],[6,2],[7,2]],'statically':[[3,2]],'backslash':[[58,2]],'deeper':[[59,2]],'panels':[[50,2]],'gates':[[77,2],[74,8]],'copying':[[47,2],[76,2]],'seems':[[77,6],[9,2],[74,2],[76,8]],'emblem':[[7,4]],'latched':[[77,2]],'forcefully':[[58,2]],'actual':[[49,2],[54,2],[47,4],[71,2],[31,6],[77,2],[74,4],[64,2],[58,6]],'#ce_2gpl':[[76,2]],'megaman':[[77,8]],'conditioned':[[77,2]],'srt':[[9,2],[37,2]],'playern':[[59,4]],'scripting':[[64,2],[59,2],[14,4],[60,8],[61,2],[56,8],[57,2],[27,2]],'improvements':[[3,2],[5,2]],'keyword':[[59,2]],'ctlr':[[71,4]],'4017':[[71,2],[74,32]],'recording':[[64,32],[69,2],[12,2],[42,2],[8,4],[5,2],[27,2],[35,2],[15,4],[14,6],[21,2],[22,28],[6,4],[25,2],[4,2],[26,6],[37,6],[43,2],[3,4],[63,2],[11,4],[58,6]],'100':[[77,2],[74,2],[76,14],[60,2],[58,4]],'names':[[4,4],[49,4],[47,4],[8,2],[27,2]],'check':[[63,4],[49,2],[29,2],[76,2],[6,2],[31,2],[60,2],[48,2],[10,2],[35,2],[58,4]],'videolog':[[11,2]],'asq_realitya':[[24,2]],'fcm':[[38,4],[44,12],[12,8],[68,4],[69,2],[63,4],[9,2],[14,4],[22,4],[70,12],[6,4],[10,2],[11,2]],'bunch':[[47,2],[77,2]],'events':[[77,2],[60,4]],'aforementioned':[[77,2],[74,2]],'mmmm':[[49,4]],'nybble':[[76,68]],'configuration':[[45,2],[34,2],[32,4],[25,4],[29,10]],'cheating':[[39,4]],'bytes':[[73,12],[53,2],[77,4],[52,4],[69,10],[63,2],[49,8],[54,8],[70,4],[66,26],[71,20],[76,8],[58,16]],'subtract':[[76,4]],'reworked':[[77,2]],'4006':[[74,6]],'phases':[[77,8]],'invisible':[[77,2]],'font':[[4,2],[47,8]],'optimize':[[64,2]],'77h':[[73,2]],'judged':[[60,2]],'icons':[[26,2]],'tests':[[78,2],[74,2],[76,14]],'mappers':[[4,4],[12,2],[52,4],[3,10],[10,2],[7,6]],'8192':[[63,2],[66,2]],'sunsoft':[[73,8]],'kentaro':[[74,2]],'eight':[[60,2],[69,2]],'#l&':[[76,2]],'dmcaddress':[[58,2]],'0x863c':[[58,2]],'subsection':[[71,12]],'smooth':[[77,2]],'bandai':[[4,2]],'tabbing':[[4,2],[53,2]],'04x0':[[66,2]],'restoration':[[5,2]],'coordinate':[[59,4],[77,12],[58,8]],'eeprom':[[4,2]],'izumi':[[74,2]],'glitch':[[61,2],[52,2],[54,2]],'exclamationmark':[[59,2]],'dsbc':[[76,4]],'auxillary':[[58,2]],'ties':[[74,2]],'edu':[[76,2]],'johnson':[[77,4]],'emulating':[[7,2],[58,2]],'linear':[[73,2],[77,2],[74,48],[58,2]],'going':[[77,4],[47,8],[58,2]],'tax':[[76,4]],'requires':[[63,4],[30,2],[28,2],[34,2],[12,2],[77,2]],'hands':[[59,2]],'inputdisplay_for_selection':[[4,2]],'transparency':[[77,4],[58,16]],'upgrades':[[14,2]],'flag':[[8,2],[58,4],[26,2],[49,6],[73,4],[76,208],[6,4],[77,14],[42,2],[7,2],[18,32]],'wider':[[34,2]],'gzip':[[17,2]],'0011111100000000':[[78,2]],'rendering':[[4,2],[77,32],[12,2],[49,2],[58,2]],'recognize':[[10,2]],'algorithm':[[17,4],[76,2]],'japanophile':[[47,2]],'fba':[[41,2],[40,2]],'aborts':[[76,2]],'&z0':[[76,2]],'bypassed':[[32,2]],'processed':[[76,2],[59,2]],'profiling':[[49,2]],'snapped':[[55,2]],'tttttttt':[[73,2]],'169':[[77,2]],'2007':[[77,6],[54,2],[78,2],[66,4],[71,2]],'includes':[[58,4],[9,2],[50,2],[72,2],[12,2],[75,2],[10,6],[11,2],[37,2]],'plugging':[[20,2]],'earth':[[76,2]],'competing':[[64,2]],'removes':[[58,2],[39,2]],'drastically':[[10,2]],'intuitive':[[6,2],[52,2]],'provided':[[74,4],[3,2],[58,6]],'punkrockguy318':[[3,2]],'grammar':[[49,2]],'specially':[[57,2]],'coder':[[77,2]],'multiply':[[73,2]],'during':[[22,6],[54,2],[47,2],[76,10],[6,4],[34,4],[12,4],[20,4],[74,6],[77,36]],'altogether':[[61,2]],'player4':[[69,2]],'deactivating':[[76,2]],'accumulate':[[77,2]],'commontricks':[[64,2]],'aspects':[[67,2]],'simply':[[73,8],[44,2],[77,6],[42,2],[16,2],[52,2],[69,2],[64,2],[27,2],[22,6],[14,2],[49,4],[66,2],[60,6]],'04ff':[[66,2]],'yesnocancel':[[58,2]],'000a':[[73,2]],'kiji':[[7,2]],'collector':[[76,2]],'sta':[[76,84]],'undefined':[[76,6]],'6400%':[[23,2]],'tune':[[73,44],[54,2]],'08ff':[[66,2]],'palflag':[[12,2],[69,2]],'calls':[[58,8],[54,2],[53,2],[37,2]],'repeat':[[55,2],[39,2]],'aborted':[[11,2]],'trying':[[54,2],[76,4],[66,2],[6,2],[60,2],[4,2],[34,4],[12,2],[74,2],[58,2]],'filter':[[38,4],[31,2],[53,6],[42,2],[36,2],[64,2],[8,2],[14,2],[41,4],[66,4],[3,2],[40,4],[65,2]],'rightbracket':[[58,2]],'m#nd':[[76,4]],'incrementing':[[73,2]],'unl':[[4,2],[10,2]],'evaluation':[[77,10],[56,2],[60,4]],'sdl':[[11,36],[9,4],[6,2],[4,2],[12,44],[3,2],[10,26],[7,6],[5,2]],'compile':[[56,2],[60,2]],'anything':[[73,6],[59,6],[76,4],[6,2],[4,2],[64,2],[58,8]],'related':[[1,2],[31,2],[28,2],[13,2],[35,2],[5,4],[37,2],[78,2],[9,2],[14,2],[25,8],[66,2],[24,2],[76,2],[48,2],[10,4],[33,2]],'lags':[[42,4]],'product':[[49,6]],'taylor':[[77,2],[74,2]],'767':[[74,4]],'recieving':[[74,2]],'stack':[[73,2],[49,10],[76,54],[66,8],[53,6],[6,2],[4,4],[71,2],[7,2]],'ef43':[[69,2]],'neg':[[74,2]],'taught':[[60,2]],'picture':[[63,2],[50,2]],'rip':[[73,2],[54,2]],'anonymous':[[59,4],[58,6]],'2012':[[50,2],[0,2],[61,2],[77,2],[56,2],[35,2],[27,2],[15,2],[29,2],[47,2],[2,2],[24,2],[48,2],[32,2],[57,2],[79,2],[46,2],[38,2],[28,2],[44,2],[12,2],[13,2],[20,2],[36,2],[64,2],[5,2],[37,2],[63,2],[21,2],[22,2],[41,2],[68,2],[43,2],[69,2],[33,2],[11,2],[73,2],[1,2],[19,2],[67,2],[74,2],[16,2],[39,2],[59,2],[9,2],[14,2],[23,2],[49,2],[51,2],[54,2],[4,4],[60,2],[66,2],[71,2],[10,2],[40,2],[18,2],[7,2],[65,2],[55,2],[53,2],[30,2],[31,2],[45,2],[62,2],[42,2],[52,2],[8,2],[17,2],[78,2],[26,2],[25,2],[70,2],[6,2],[76,2],[34,2],[72,2],[75,2],[3,2],[58,2]],'encounters':[[59,2]],'parodius':[[67,2],[65,2]],'dragon':[[73,2],[26,4],[4,2],[45,2],[77,2],[8,2],[27,4]],'0x800':[[71,6]],'stopseeking':[[58,2]],'constitute':[[69,2]],'introduces':[[4,2]],'causing':[[49,2],[76,4],[6,4],[4,2],[34,2],[61,2]],'features':[[65,4],[1,2],[0,2],[77,2],[12,4],[74,4],[8,2],[64,10],[9,2],[14,6],[22,2],[41,2],[6,4],[47,10],[4,4],[76,4],[3,10],[10,8],[11,2],[40,2]],'compiling':[[10,2]],'variant':[[58,2]],'play':[[65,2],[73,12],[53,2],[30,6],[77,2],[16,4],[20,2],[35,2],[8,2],[37,16],[64,2],[9,2],[22,8],[25,2],[26,4],[47,4],[49,4],[4,2],[54,10],[60,6],[10,2],[18,2],[58,4]],'5ff6':[[73,2]],'frequencies':[[74,6]],'experimental':[[9,4],[43,2]],'incremented':[[77,2],[76,8],[79,2]],'bookmarks':[[5,2],[49,16],[39,2]],'error':[[7,2],[12,4],[5,2],[63,6],[9,2],[14,4],[47,2],[76,2],[6,4],[60,4],[4,2],[10,4],[11,2],[58,26]],'vezj':[[76,2]],'demos':[[76,2],[48,2]],'rollback':[[60,6]],'fetches':[[76,14],[77,20]],'microprocessor':[[76,2]],'assumes':[[77,2]],'useable':[[10,2],[56,2],[30,2]],'pkzip':[[17,2]],'projects':[[4,2]],'configfile':[[12,4]],'translations':[[47,2]],'0111000000000000':[[78,2]],'periodic':[[73,2],[26,2],[39,2]],'shs':[[76,6]],'vbjin':[[40,2]],'management':[[14,2],[76,2],[56,2]],'suited':[[77,2]],'offsets':[[4,2],[17,2],[49,6],[73,6],[77,2]],'functions':[[58,24],[79,2],[61,4],[42,2],[56,4],[8,2],[5,2],[37,4],[39,4],[9,2],[14,2],[59,10],[76,2],[6,4],[60,28],[4,4],[3,2],[10,2],[7,2],[57,8]],'no8lim':[[12,2],[18,4]],'3000|':[[66,2]],'similarly':[[76,6]],'together':[[34,2],[74,4],[76,2],[60,2]],'compatible':[[16,2],[68,2],[8,2],[37,2],[17,6],[63,2],[22,2],[14,2],[76,2],[66,2],[71,2],[10,2]],'increasing':[[4,2],[74,2],[32,2],[10,2]],'palette':[[31,42],[50,4],[77,44],[63,6],[9,6],[25,4],[66,2],[6,4],[24,20],[4,4],[34,2],[71,2],[58,16]],'separated':[[54,2],[2,2],[50,2]],'zd`2':[[76,2]],'newppu':[[7,2],[8,2],[9,4],[4,6],[11,2],[69,2]],'stopmovie':[[18,6]],'oops':[[76,2]],'getinput':[[58,2]],'for':[[50,2],[61,14],[77,124],[56,6],[27,4],[15,12],[29,10],[47,38],[2,2],[24,2],[48,16],[57,8],[46,2],[38,8],[28,4],[12,20],[20,6],[64,14],[5,4],[37,8],[63,4],[21,8],[22,20],[41,2],[69,16],[11,26],[73,34],[1,4],[74,76],[16,4],[39,32],[59,42],[9,16],[14,12],[49,38],[51,6],[54,32],[60,44],[4,18],[66,44],[71,6],[10,44],[40,2],[18,4],[7,12],[65,8],[55,4],[53,28],[31,10],[45,12],[52,6],[8,8],[17,8],[78,8],[26,12],[70,2],[76,76],[6,26],[34,18],[72,2],[75,2],[3,18],[58,98]],'equipment':[[29,2]],'fun':[[47,2]],'1a00':[[66,2]],'op`b@`':[[76,2]],'booleans':[[69,2]],'occupied':[[20,2]],'appropriate':[[77,14],[74,8],[76,2],[58,6]],'registerexit':[[58,2]],'app':[[47,4]],'rerecordcount':[[10,2],[69,2],[58,2]],'executed':[[54,6],[76,18],[53,14]],'elseif':[[59,2]],'17d':[[74,2]],'undoes':[[64,2]],'generation|':[[77,2]],'users':[[61,4],[10,2],[8,2],[58,2]],'applying':[[49,2]],'dir':[[11,2]],'softreset':[[10,2],[58,2]],'native':[[3,2]],'hello':[[59,4]],'could':[[63,2],[73,2],[54,6],[47,4],[76,8],[77,14],[42,2],[52,2],[64,2],[58,4]],'lowest':[[76,2],[66,2],[60,2]],'1000':[[66,4],[69,4]],'254':[[58,2]],'numpad0':[[58,2]],'1008307711':[[69,2]],'freely':[[61,2]],'ch8':[[73,4]],'dream':[[6,2],[7,2]],'filehandle':[[59,6]],'essentially':[[54,2],[47,2],[77,8],[74,4],[56,2],[57,2],[65,2]],'conducted':[[74,2]],'reformats':[[14,2]],'taps':[[74,2]],'macros':[[64,2]],'machrider':[[61,2]],'sequential':[[77,8]],'root':[[4,2],[63,6]],'screenshot':[[37,4],[10,2],[58,8]],'days':[[59,2]],'bit1|bit0':[[76,2]],'apparently':[[3,2]],'d020':[[76,4]],'png':[[58,4],[27,12]],'datalatch':[[4,2]],'rewrites':[[4,2]],'prefer':[[34,2],[53,2]],'replay':[[37,2],[39,2],[9,2],[21,2],[22,4],[58,2],[6,6],[4,8],[12,2],[11,4],[35,2]],'strmode':[[59,2]],'couple':[[59,2]],'changelog':[[5,2],[11,2],[9,2],[6,2],[4,2],[12,2],[13,2],[3,10],[10,2],[7,2],[8,2]],'lose':[[4,2],[76,4]],'crackling':[[32,2]],'nesdev@onelist':[[78,4],[79,4]],'ascii':[[4,2],[49,2],[69,4]],'hexforecolorb':[[19,2]],'quirk':[[77,2],[74,2]],'return':[[59,6],[22,2],[29,2],[49,4],[76,4],[60,22],[52,4],[74,4],[10,4],[57,2],[58,12]],'_ok':[[76,2]],'bfff':[[66,2],[54,2]],'came':[[63,2],[77,4],[24,2]],'caller':[[4,2]],'whole':[[76,2],[77,6]],'xxxx1':[[66,2]],'too':[[59,2],[26,2],[47,4],[76,8],[4,2],[77,2],[57,4],[7,2],[58,8]],'c006':[[49,2]],'compete':[[77,2]],'ease':[[4,2]],'mechanism':[[60,2],[58,2]],'madara':[[73,2]],'ported':[[41,4],[3,6],[40,4],[7,2],[8,2]],'generate':[[73,2],[77,2],[74,14],[60,2],[58,2]],'5015':[[73,2]],'call':[[73,10],[59,4],[78,2],[60,4],[77,2],[74,2],[58,8]],'motion':[[64,4]],'attempted':[[64,2]],'1ch':[[73,2]],'opcodes':[[76,10]],'1@i#zbe_':[[76,4]],'netplay':[[63,2],[7,2]],'town':[[47,2]],'kinds':[[59,2],[47,2],[76,4]],'rumored':[[77,2]],'unchanged':[[58,6]],'|0a':[[74,4]],'exnr':[[71,2]],'cumulative':[[4,2]],'preexisting':[[22,2]],'viewer':[[65,2],[51,8],[54,6],[50,8],[12,2],[48,6],[3,4],[10,4],[7,2],[52,2]],'september':[[3,2]],'premise':[[47,2],[64,4]],'extensive':[[15,2]],'archives':[[12,2]],'usual':[[73,2],[77,4],[76,2]],'provide':[[77,2],[58,2]],'logic':[[78,2],[9,6],[76,14],[43,2],[4,4],[77,2],[79,2],[5,2]],'uint8':[[71,78]],'a%_':[[76,2]],'overview':[[73,2],[1,2],[2,2],[0,2],[61,4],[42,2]],'renamed':[[49,2]],'those':[[73,4],[19,2],[53,2],[77,2],[74,4],[39,2],[54,2],[29,2],[60,2],[4,2],[34,2],[58,12]],'handled':[[76,20],[6,2]],'scanline':[[78,2],[49,8],[51,18],[47,6],[50,4],[34,2],[77,110],[10,2],[18,4]],'m`0@9':[[76,10]],'logging':[[54,10],[53,8],[6,2],[8,2]],'untouched':[[73,2]],'abortretryignore':[[58,2]],'patches':[[39,2]],'isattemptok':[[60,4]],'input3':[[12,2]],'terminates':[[69,2]],'zd#':[[76,2]],'using':[[50,2],[61,2],[74,4],[16,6],[77,6],[56,4],[27,2],[39,4],[59,10],[49,2],[51,4],[47,6],[54,12],[60,2],[66,2],[4,2],[32,4],[57,2],[7,2],[65,2],[55,6],[38,8],[53,2],[44,2],[42,4],[52,6],[8,2],[63,2],[22,2],[76,10],[6,2],[58,26]],'sporting':[[77,2]],'drawing':[[78,2],[51,2],[50,2],[4,2],[34,2],[61,2],[77,4],[10,2],[58,18]],'although':[[77,6],[76,6],[65,2]],'turbo':[[18,10],[58,4],[59,4],[14,8],[23,6],[6,2],[12,2],[32,4],[10,16],[11,2],[5,4]],'engaged':[[58,2]],'doubly':[[58,2]],'eaters':[[76,2]],'selector':[[77,2]],'multiplies':[[34,2]],'declaration':[[47,4]],'r0j0`fd%j':[[76,2]],'si_none':[[69,8]],'ampl':[[71,2]],'icon':[[26,2],[18,6],[58,10]],'switched':[[4,2],[39,2],[79,4],[58,2]],'imagine':[[77,2]],'criteria':[[42,4]],'v`a%_':[[76,2]],'&4la':[[76,2]],'231':[[34,2],[58,2]],'decision':[[77,2]],'optionally':[[49,2],[11,2],[58,6]],'kevin':[[73,2]],'getup':[[7,2],[58,2]],'relative':[[76,8],[6,2]],'items':[[37,6],[26,2],[25,6],[47,2],[66,2],[10,10],[65,2]],'specifics':[[59,2]],'gameinfo':[[31,2]],'khorton@iquest':[[73,2]],'technically':[[65,2]],'community':[[62,4],[2,4],[65,2]],'specialized':[[65,2]],'customize':[[9,2]],'|bit7':[[74,4]],'convience':[[77,2]],'coin':[[23,4]],'key3':[[60,2]],'mutlitrack2':[[61,2]],'smearing':[[34,2]],'exiting':[[59,2]],'5c00':[[73,6]],'256x224':[[58,2]],'brad':[[77,2],[74,2]],'bar':[[9,2],[14,2],[51,6],[66,2],[50,2],[77,12],[3,2]],'stay':[[34,2],[22,2],[74,6]],'based':[[73,2],[77,2],[42,2],[74,2],[64,2],[69,2],[17,2],[8,2],[49,2],[14,2],[39,2],[10,2]],'basically':[[77,6],[52,2],[47,2],[60,2]],'f16':[[58,2]],'indeed':[[61,2]],'tri':[[74,16]],'chapter':[[76,4],[37,6]],'stretch':[[34,2]],'rewritten':[[4,2],[43,2]],'curly':[[59,2]],'y#4j2x@to':[[76,2]],'%d2n@4':[[76,2]],'remained':[[3,4]],'644':[[76,12]],'middle':[[77,2],[49,4],[52,2],[55,2]],'until':[[73,4],[55,2],[77,8],[74,4],[39,2],[26,4],[49,6],[47,2],[6,2],[3,2],[57,2],[58,4]],'pauses':[[4,2],[59,2],[58,2]],'potentially':[[58,2]],'respectively':[[73,2],[74,4],[76,6]],'frames':[[45,4],[77,6],[12,2],[42,2],[74,2],[69,2],[22,2],[14,2],[26,8],[47,2],[60,10],[70,2],[10,2],[11,2],[58,20]],'obsoletes':[[52,2]],'refresh':[[74,10],[10,8],[8,2]],'expand':[[66,2]],'delay':[[45,2],[77,2],[74,8],[58,2]],'compatibility':[[17,2],[5,2],[26,4],[58,10],[4,2],[16,2],[8,4],[7,4]],'corners':[[34,2]],'rand':[[60,16]],'string':[[73,10],[59,6],[9,2],[49,2],[47,2],[71,6],[69,8],[58,82]],'presskeya1':[[60,2]],'must':[[73,12],[55,2],[77,4],[42,2],[20,4],[74,2],[69,10],[37,4],[63,8],[59,2],[26,4],[29,2],[47,2],[49,6],[60,4],[71,2],[76,6],[57,2],[18,10],[58,6]],'turned':[[39,2],[26,2],[69,2],[58,2]],'4092':[[73,2]],'setreadonly':[[10,2],[58,8]],'|frame':[[77,2],[74,2]],'terminated':[[73,6],[71,2],[69,2]],'arrow':[[42,2],[29,4]],'closer':[[76,2]],'f17':[[58,2]],'retrieved':[[77,2]],'dismisses':[[58,2]],'collapse':[[42,2]],'notable':[[4,2]],'flickering':[[34,4]],'irq':[[9,2],[49,6],[76,34],[71,14],[77,8],[74,36]],'the':[[50,24],[61,20],[77,864],[56,12],[35,32],[27,30],[29,158],[47,234],[2,16],[24,10],[48,20],[32,34],[57,50],[79,16],[38,12],[28,20],[44,6],[12,24],[13,4],[20,70],[36,20],[64,74],[5,18],[37,102],[63,42],[21,26],[22,178],[41,4],[68,6],[43,4],[69,222],[11,12],[73,252],[1,8],[19,22],[67,4],[74,734],[16,42],[39,270],[59,170],[9,80],[14,40],[23,18],[49,372],[51,54],[54,152],[4,30],[60,260],[66,134],[71,62],[10,54],[40,6],[18,38],[7,28],[65,14],[55,98],[53,82],[30,4],[31,30],[45,30],[62,6],[42,92],[52,92],[8,18],[17,20],[78,30],[26,152],[25,12],[70,24],[6,76],[76,1110],[34,58],[72,2],[75,6],[3,58],[58,710]],'popup':[[59,2],[8,4],[58,20]],'expensive':[[59,2],[58,2]],'off':[[66,2],[71,4],[76,4],[45,16],[77,6],[74,4],[69,2],[5,2],[39,6],[9,4],[22,2],[23,2],[26,10],[6,6],[29,2],[4,2],[47,2],[60,2],[32,2],[10,12],[33,2],[18,16],[58,4]],'song':[[73,36]],'better':[[14,2],[47,4],[31,4],[60,2],[34,2],[8,2],[58,2]],'05ff8h':[[73,6]],'luabot_backend':[[60,2]],'m09':[[76,2]],'sifc_none':[[69,2]],'default_nitsuja':[[24,2]],'bear':[[47,2]],'readbyte':[[59,4],[10,4],[58,4]],'player':[[59,4],[29,2],[66,24],[2,2],[6,6],[60,4],[12,2],[58,24]],'achieves':[[64,2]],'modern':[[3,2]],'invalid':[[4,2],[10,2],[76,26],[11,2],[58,2]],'minimal':[[14,2]],'allowed':[[59,2],[9,2],[29,2],[54,2],[4,2],[74,2],[10,2],[58,2]],'maxattempts':[[60,2]],'mhz':[[77,24],[74,4],[76,6]],'located':[[63,2],[39,2],[47,2],[66,2],[76,4],[52,2],[58,2]],'alive':[[58,2]],'generic':[[71,8],[60,4]],'%h21cp`ea@':[[76,2]],'transform':[[34,2]],'disappear':[[12,2],[10,4],[76,2]],'images':[[17,4],[77,4],[20,8]],'mysterious':[[4,2],[9,2]],'navigate':[[49,2],[21,2],[22,2]],'english':[[47,8]],'fixedfontheight':[[9,2]],'0x0263':[[58,2]],'linux':[[3,8],[58,4]],'proceed':[[11,2]],'everything':[[54,2],[76,2],[53,4],[60,2],[77,2],[64,2],[58,2]],'ripper':[[73,2],[54,4]],'2nd':[[73,2],[66,2],[77,2],[10,2],[8,2],[69,6]],'nor':[[76,2],[64,2]],'preset':[[29,8],[76,2],[58,2]],'tens':[[64,2]],'anew':[[3,2]],'lined':[[45,2]],'rendered':[[77,16],[54,6]],'turning':[[77,2],[26,4],[23,2],[10,2],[39,2]],'specifications':[[72,2],[75,2],[67,2]],'viewing':[[52,2],[47,4],[65,2]],'176':[[4,2]],'bind':[[9,2],[29,2],[11,4],[35,2]],'dancing':[[66,2]],'latch':[[77,10],[74,2],[76,4],[71,8]],'pressed':[[58,4],[59,2],[22,2],[6,2],[60,14],[45,2],[32,2],[10,2],[69,10],[39,4]],'making':[[65,4],[55,2],[38,2],[62,2],[77,4],[74,2],[35,2],[39,2],[64,14],[26,2],[22,6],[14,4],[47,2],[43,2],[54,2],[66,8],[76,2],[58,2]],'iql2':[[71,2]],'57%':[[74,2]],'demokratische':[[76,2]],'``````````````':[[76,2]],'lag':[[26,16],[14,6],[4,2],[45,2],[12,2],[42,4],[10,4],[11,4],[58,22]],'indexes':[[77,2]],'serializer':[[77,2]],'1100':[[66,2]],'mahjong':[[29,2]],'freq':[[74,2],[58,10]],'width':[[10,2]],'castlevania':[[73,2]],'note':[[73,8],[53,2],[31,2],[45,2],[77,4],[12,4],[74,14],[39,4],[59,10],[26,4],[14,2],[29,2],[47,6],[49,4],[51,2],[60,6],[66,2],[71,2],[32,2],[76,28],[78,4],[18,4],[58,22]],'release':[[46,2],[30,2],[77,10],[12,2],[13,4],[74,2],[8,2],[5,4],[63,2],[9,4],[29,2],[6,4],[43,2],[4,2],[3,2],[10,2],[11,2],[7,2]],'automation':[[49,2]],'f11':[[54,2],[58,2]],'#rrggbbaa':[[58,2]],'reserve':[[66,2]],'overflows':[[76,6]],'function':[[73,2],[12,2],[16,4],[8,2],[37,4],[5,2],[59,22],[47,2],[6,2],[60,26],[48,2],[7,2],[58,142]],'playbeginning':[[10,2],[58,2]],'cover':[[77,2]],'pcl':[[76,30]],'32000':[[12,2],[10,4],[7,2]],'kremer':[[76,2]],'octave':[[74,6]],'behind':[[59,2],[54,2],[77,4],[2,2],[58,4]],'contents':[[73,2],[50,2],[62,2],[77,6],[52,2],[74,2],[39,2],[78,2],[22,2],[49,8],[66,2],[60,6],[4,1],[48,6]],'grey':[[58,2]],'447':[[74,2]],'rpg':[[47,2],[60,2]],'designed':[[22,2],[1,2],[41,2],[38,2],[24,2],[66,2],[71,2],[42,2],[40,2]],'explanation':[[55,2],[38,2],[76,2]],'newname':[[49,2]],'synchronize':[[74,2]],'vector':[[76,24],[49,16]],'ranging':[[76,2]],'given':[[59,10],[49,8],[51,2],[55,2],[60,2],[28,2],[77,2],[74,2],[16,2],[64,2],[58,68]],'surface':[[63,2]],'jl`@h':[[76,2]],'|history|':[[77,2]],'improve':[[63,2]],'initialize':[[76,2],[77,4]],'gaiden':[[7,6]],'luke':[[3,2]],'mail':[[73,2]],'4005':[[74,4]],'mask':[[54,4]],'hq2x':[[34,6]],'rest':[[47,2],[71,2],[76,6],[77,2],[74,2],[58,2]],'concept':[[43,2],[60,2],[2,2]],'feb':[[77,4]],'describe':[[74,6]],'along':[[3,2],[77,2]],'1536':[[66,2],[77,2]],'human':[[30,2],[64,4]],'who':[[59,2],[74,4],[60,2]],'playingbest':[[60,2]],'positive':[[42,2],[74,2],[47,2],[76,4],[58,2]],'specified':[[27,2],[69,6],[26,2],[49,6],[73,6],[74,2],[20,2],[18,20],[58,2]],'returns':[[60,22],[59,8],[10,4],[6,2],[58,106]],'provides':[[64,4],[66,2],[2,2],[65,2]],'cli':[[76,2],[74,4]],'existed':[[58,2]],'shortcuts':[[10,2]],'determine':[[73,6],[47,8],[53,2],[60,6],[77,6],[74,2],[58,2]],'listbox':[[6,2]],'little':[[9,2],[47,2],[76,2],[60,2],[58,2]],'improvement':[[4,2]],'nonsense':[[61,2]],'presettable':[[74,4]],'choice':[[77,2],[26,2],[58,4]],'altering':[[76,2]],'diables':[[9,2]],'lax':[[76,26]],'middleclick':[[58,2]],'ramwatch':[[5,4]],'ugly':[[47,2]],'p40':[[58,2]],'blacker':[[77,2]],'triangle':[[74,62],[32,2],[58,2]],'shoddy':[[47,2]],'serializers':[[77,4]],'attention':[[77,2]],'providing':[[77,2],[7,2]],'difficult':[[76,2],[31,2]],'booting':[[4,4]],'gray':[[58,2]],'logged':[[4,2],[52,2],[54,8],[53,4]],'compress':[[7,2],[26,2]],'submitinsertframes':[[58,2]],'assisted':[[22,6],[66,2],[60,2],[2,2],[4,2],[43,2],[62,4],[3,2],[64,26]],'outlinecolor':[[58,8]],'fixes':[[5,2],[11,6],[9,12],[14,2],[6,6],[4,4],[12,8],[13,2],[10,12],[7,8],[8,6]],'autoconverts':[[9,2]],'giving':[[61,2]],'wave':[[71,2],[74,64]],'ticks':[[73,4]],'older':[[46,2],[74,2],[32,2],[3,2],[57,2],[58,6]],'truncate':[[6,2],[35,2]],'inserts':[[23,2]],'definite':[[74,2]],'identically':[[58,2]],'effectively':[[77,2],[74,4],[52,2],[29,2],[76,6]],'kana':[[47,12]],'sept':[[77,4]],'ymouse':[[58,2]],'00111111':[[78,2]],'enabling':[[63,2],[26,2],[6,2],[34,2],[74,4],[10,2],[33,2]],'six':[[20,2]],'nil':[[60,2],[59,12],[10,2],[8,2],[58,32]],'rising':[[77,2]],'applied':[[5,2],[59,4],[26,4],[77,4],[39,2]],'9002':[[73,4]],'neat':[[77,2]],'june':[[3,2],[76,2],[6,2],[5,2]],'3f00|':[[66,2]],'larger':[[34,2]],'setting':[[73,2],[38,2],[53,2],[45,4],[77,4],[74,2],[63,2],[9,2],[15,2],[22,2],[26,2],[29,2],[51,2],[76,4],[10,2]],'arbitrary':[[39,4]],'sty':[[76,14]],'closed':[[12,2],[26,2]],'improved':[[4,6],[9,2],[26,2],[10,2],[5,2]],'getmarker':[[58,2]],'constantly':[[71,2],[74,2]],'242':[[4,2]],'foreground':[[19,2],[77,8]],'displaying':[[26,2],[4,2],[77,2],[48,4],[56,2],[58,4]],'getemuscreen':[[58,6]],'divider':[[74,8]],'static':[[60,2]],'01xx':[[66,2]],'programmer':[[77,4],[74,2],[56,2]],'scan':[[34,4],[11,2]],'lead':[[74,4]],'descriptions':[[76,2],[74,2]],'f800':[[73,4]],'list':[[55,8],[31,4],[52,2],[20,4],[36,4],[56,4],[74,2],[39,14],[17,2],[59,4],[9,2],[14,2],[29,4],[47,2],[6,8],[49,12],[4,8],[71,6],[76,2],[10,2],[7,2],[58,2]],'pirated':[[47,2]],'record':[[37,4],[58,6],[21,4],[22,18],[26,4],[69,20],[12,2],[10,2],[8,2],[35,2]],'powerful':[[52,2],[14,2],[54,2],[43,2],[60,4]],'xxx0':[[66,2]],'qbe':[[76,2]],'subtractions':[[76,4]],'equally':[[60,2]],'stream':[[70,2],[77,2]],'regarding':[[16,2],[1,2],[68,2],[62,6],[76,2]],'fps':[[4,2],[21,2],[26,4]],'resetting':[[4,2],[74,2],[39,2]],'getname':[[10,2],[58,2]],'mouse':[[50,2],[28,2],[61,2],[52,2],[69,14],[49,2],[29,6],[47,4],[51,2],[4,2],[34,4],[10,4],[58,6]],'cutting':[[59,2],[64,2],[65,2]],'pertain':[[74,2]],'jumping':[[76,8]],'motherboard':[[77,2]],'which':[[73,8],[1,2],[77,56],[74,30],[27,2],[59,4],[49,18],[23,2],[29,2],[47,2],[51,6],[54,24],[4,2],[60,10],[48,2],[66,6],[10,2],[57,12],[65,2],[55,4],[53,12],[31,2],[12,8],[20,4],[42,2],[52,12],[69,26],[78,2],[22,2],[26,2],[70,6],[76,34],[6,10],[3,6],[11,2],[58,10]],'stores':[[73,2],[54,2],[76,6],[69,2],[6,2]],'throws':[[76,2],[58,12]],'decimal':[[59,2],[76,56],[71,2],[66,2],[42,4],[69,4],[39,2]],'vrc':[[73,2]],'minus':[[73,4],[77,4],[74,2],[71,2],[58,2]],'comparison':[[59,2],[77,6],[55,2],[76,2]],'reflects':[[74,2]],'license':[[3,2]],'mistakes':[[22,2],[64,2]],'start':[[73,2],[28,2],[77,8],[42,4],[52,2],[74,8],[69,12],[39,2],[59,4],[22,2],[14,2],[29,6],[47,4],[6,2],[49,2],[54,4],[60,14],[76,6],[78,4],[57,2],[58,10]],'anothervalue':[[59,2]],'lines':[[73,2],[49,12],[51,2],[47,2],[53,8],[66,2],[76,2],[77,6],[10,6],[69,2]],'title':[[47,2],[60,2],[58,2]],'saturation':[[77,2]],'05fffh':[[73,6]],'textcolor':[[58,6]],'luapack':[[57,2]],'require':[[59,2],[26,2],[74,2],[77,4],[78,2]],'dmcloop':[[58,2]],'040h':[[74,2]],'@x&#cfyl':[[76,2]],'entirely':[[58,2]],'july':[[9,2]],'press':[[28,2],[42,2],[16,6],[36,4],[52,2],[26,4],[29,10],[47,12],[49,2],[54,4],[60,6],[58,6]],'trouble':[[17,2]],'work':[[18,4],[53,4],[45,2],[61,4],[12,2],[74,4],[77,4],[8,2],[39,4],[59,2],[9,2],[26,2],[47,8],[71,4],[76,6],[3,2],[11,2],[58,4]],'compression':[[17,2],[7,2]],'178':[[4,2]],'65xx':[[76,10]],'speedruns':[[22,4],[66,2],[43,2],[62,4],[3,2],[64,14]],'botting':[[60,2]],'050':[[74,2]],'wait':[[59,4],[10,2],[76,4]],'joyhat':[[7,2]],'unset':[[58,2]],'uint16':[[71,8]],'gamepad5':[[7,2]],'mos':[[76,2]],'bookmark':[[4,6],[49,6]],'therefore':[[77,2],[26,2],[74,4]],'hooked':[[47,8]],'you':[[73,20],[19,4],[61,22],[74,12],[16,18],[77,32],[56,2],[35,6],[39,6],[59,56],[49,62],[14,2],[29,28],[47,122],[51,4],[54,44],[60,58],[66,18],[48,6],[32,6],[57,22],[79,8],[55,18],[53,36],[30,2],[28,6],[31,4],[44,4],[42,14],[20,6],[36,6],[45,4],[8,2],[52,60],[17,2],[63,8],[21,6],[22,34],[26,14],[76,56],[78,4],[34,6],[3,2],[58,122]],'left':[[73,2],[53,4],[28,2],[42,2],[69,6],[39,6],[27,2],[59,4],[9,2],[14,2],[29,8],[49,16],[60,2],[71,2],[4,4],[34,6],[76,8],[10,4],[18,4],[58,26]],'happening':[[63,2],[77,2],[12,2],[58,2]],'immediately':[[9,2],[55,2],[66,2],[6,2],[60,2],[77,4],[52,2],[74,8],[35,2],[58,12]],'pathname':[[18,2]],'dimensions':[[34,2],[58,2]],'memory':[[73,2],[50,8],[77,66],[74,4],[39,12],[27,6],[59,10],[9,8],[14,16],[49,42],[51,2],[66,32],[4,2],[48,2],[10,14],[65,2],[55,2],[38,4],[12,4],[42,34],[52,18],[8,6],[64,2],[22,2],[76,14],[6,2],[3,2],[58,60]],'used':[[73,22],[61,4],[74,24],[77,36],[27,10],[39,8],[59,8],[49,6],[9,4],[14,4],[29,4],[24,2],[47,20],[54,14],[60,10],[48,4],[66,10],[10,4],[57,2],[7,2],[18,2],[65,4],[71,4],[79,2],[53,2],[31,6],[12,6],[20,6],[52,2],[64,6],[37,14],[17,2],[69,36],[21,2],[22,2],[70,4],[76,26],[6,2],[78,2],[33,4],[11,2],[58,12]],'restores':[[37,12],[32,2]],'limitations':[[47,2],[64,4]],'calculation':[[49,2],[74,2]],'roms':[[18,4],[54,2],[14,2],[47,2],[4,2],[12,2],[7,2],[27,4]],'eggs':[[54,2]],'ohm':[[74,2]],'coming':[[74,2]],'1993':[[76,2]],'exwram':[[13,2]],'waiting':[[58,2]],'85xx':[[76,2]],'sight':[[76,2]],'savestatefile':[[18,2]],'253':[[4,2],[7,2],[8,2]],'segment':[[64,8],[22,2],[60,54],[58,2]],'programmed':[[61,2],[77,4],[57,2],[60,2]],'edited':[[22,2],[1,2],[49,2],[39,2]],'captured':[[26,2]],'enables':[[26,2],[76,6],[6,2],[4,2],[18,2],[39,2]],'room':[[58,2]],'writeable':[[58,4]],'dfff':[[73,4],[54,2]],'buffer':[[77,20],[12,2],[10,2],[71,2]],'p`ne':[[76,2]],'ratio':[[4,2],[34,12],[74,2],[10,2]],'throttling':[[10,4],[33,6],[18,6]],'health':[[60,2]],'totalsize':[[71,2]],'matt':[[74,2]],'|60':[[74,2]],'gdoverlay':[[58,6]],'documentation':[[11,2],[1,2],[67,4],[77,2],[74,2],[68,2],[35,2],[22,2],[14,2],[41,2],[76,6],[4,2],[10,6],[57,2],[40,2],[58,2]],'fires':[[45,2]],'onsegmentend':[[60,2]],'phenomenon':[[74,2]],'shifted':[[77,2],[74,2]],'mario':[[66,6]],'1998':[[3,2]],'negative':[[74,6],[76,24],[79,2],[58,2]],'why':[[59,2],[47,2],[76,10],[77,10],[52,2],[74,4],[79,2]],'column':[[49,10],[66,6],[42,8],[10,2],[69,4],[39,6]],'physical':[[49,2]],'2800|':[[66,2]],'tmnt':[[66,2]],'layer':[[77,2]],'oeka':[[29,2]],'nmi':[[77,4],[49,4],[74,2],[76,38],[66,2]],'144':[[60,2]],'1fc':[[74,2]],'bring':[[49,2]],'lastkey4':[[60,2]],'dated':[[76,2]],'number':[[73,8],[19,2],[77,8],[74,32],[16,4],[35,2],[39,8],[59,4],[9,2],[49,16],[47,4],[54,2],[60,66],[4,4],[10,4],[53,2],[12,2],[20,2],[69,6],[63,2],[22,4],[26,2],[70,2],[76,4],[58,24]],'corruption':[[66,2]],'rom':[[73,2],[1,2],[61,2],[77,4],[16,2],[27,8],[39,2],[59,4],[9,6],[14,4],[47,6],[49,34],[2,2],[54,46],[4,10],[66,8],[71,2],[10,18],[18,16],[7,6],[65,24],[55,14],[53,2],[62,8],[28,4],[12,4],[20,8],[52,32],[69,2],[37,8],[17,4],[63,10],[22,4],[26,14],[76,2],[6,2],[3,2],[11,2],[58,14]],'sprite':[[49,4],[71,2],[66,14],[50,2],[77,28],[12,2],[7,2]],'decent':[[34,2],[77,2],[55,2]],'opposite':[[76,2],[60,2],[58,6]],'decoding':[[77,2]],'known':[[58,2],[59,2],[22,2],[63,4],[73,4],[50,2],[42,2],[20,2],[3,2],[74,6],[39,4]],'attached':[[69,10],[20,2]],'adjusting':[[57,2],[9,2]],'splitting':[[59,2]],'temporarily':[[29,2],[76,2],[39,2]],'scale3x':[[34,2]],'but':[[73,4],[77,22],[74,8],[56,4],[39,4],[59,8],[9,4],[29,4],[47,24],[49,2],[54,10],[60,10],[66,2],[57,2],[79,2],[53,6],[45,4],[42,4],[20,2],[64,4],[37,2],[17,4],[63,2],[78,4],[76,30],[3,2],[58,24]],'4th':[[45,2],[77,4],[74,2],[69,2]],'pla':[[76,4]],'may':[[73,2],[61,6],[77,4],[16,2],[39,2],[49,18],[29,2],[47,2],[54,2],[32,4],[53,2],[31,2],[28,2],[45,2],[52,4],[64,4],[37,2],[63,2],[69,6],[26,2],[76,48],[6,2],[34,4],[58,14]],'vbuf':[[71,2]],'nes':[[73,8],[1,4],[50,2],[67,4],[77,28],[74,20],[16,2],[39,6],[59,2],[9,2],[23,10],[29,6],[47,4],[2,2],[49,36],[51,2],[54,12],[66,20],[57,2],[18,42],[65,2],[79,4],[55,6],[53,2],[31,10],[62,4],[52,10],[20,2],[64,4],[17,10],[63,2],[21,2],[22,4],[26,6],[78,6],[34,8],[72,4],[75,12],[3,2],[58,2]],'favourite':[[76,2]],'clearing':[[4,2],[74,2]],'cleanup':[[4,4],[12,4],[10,2],[60,2],[5,2]],'stopframe':[[18,4]],'debug':[[4,2],[12,2],[1,4],[48,6],[49,2]],'visually':[[48,2],[54,2],[53,2]],'2k3':[[77,6],[74,2]],'observe':[[49,2]],'dumping':[[4,2],[21,2]],'0f000h':[[73,4]],'0xf0':[[76,2]],'approprite':[[77,2]],'07xx':[[66,2]],'vsbx':[[76,6]],'#0t':[[76,16]],'server':[[63,4],[30,4]],'store':[[20,2],[47,2],[53,2],[76,26],[27,2]],'default':[[19,12],[16,6],[27,10],[39,4],[9,2],[14,2],[29,4],[24,4],[60,6],[4,2],[32,2],[10,10],[7,2],[18,2],[31,4],[28,6],[45,4],[12,10],[20,2],[36,4],[42,6],[8,2],[69,4],[21,2],[22,10],[26,18],[6,6],[34,10],[11,8],[58,6]],'slowing':[[22,2]],'breakpoints':[[4,16],[12,4],[49,36]],'average':[[26,2]],'normal':[[5,2],[58,4],[54,2],[23,2],[59,4],[45,2],[32,2],[57,2],[39,2]],'filters':[[12,2],[53,2],[58,2]],'modulate':[[58,2]],'tasvideos':[[63,2],[22,2],[41,2],[40,2],[64,8]],'seven':[[76,2]],'conditional':[[4,2],[49,8],[6,2]],'slows':[[23,2]],'binary':[[54,2],[3,2],[76,20],[69,12],[58,6]],'yelling':[[29,2]],'plain':[[69,4],[39,2]],'performing':[[76,6],[58,2]],'clip':[[34,2],[61,2],[10,2],[18,4]],'creates':[[60,2],[27,2]],'bcs':[[76,6]],'don’t':[[22,2]],'quicksave':[[8,2]],'enhancements|':[[77,2]],'high':[[73,2],[77,2],[76,104],[33,2]],'unix':[[3,4],[7,2]],'can':[[50,2],[61,2],[77,18],[56,2],[27,2],[29,10],[47,28],[48,2],[32,8],[57,4],[79,4],[46,2],[12,2],[20,6],[69,10],[63,16],[21,4],[22,44],[41,2],[33,2],[11,2],[73,10],[19,6],[67,2],[74,16],[16,4],[39,10],[59,26],[49,42],[14,14],[23,2],[54,28],[60,26],[66,16],[4,6],[71,2],[10,8],[40,6],[18,2],[55,4],[53,14],[31,4],[45,2],[42,4],[52,28],[8,4],[17,4],[78,4],[26,24],[70,2],[76,22],[6,4],[34,12],[3,4],[58,68]],'feeding':[[58,2]],'base64':[[69,2]],'programs':[[77,2],[47,2],[56,2],[76,6]],'frameskip':[[12,2]],'getselection':[[58,2]],'a13':[[77,16]],'recompiled':[[1,2]],'important':[[77,2],[60,2],[64,2]],'pipeline':[[77,10]],'monitor':[[9,2],[76,2],[77,10],[42,4],[10,2],[39,2]],'follow':[[59,2],[49,2],[74,2]],'meaningful':[[58,2]],'indices':[[76,2]],'dualcore':[[10,2]],'reflex':[[64,4]],'serialized':[[77,2]],'luabot_front':[[60,2]],'classic':[[28,2]],'effective':[[76,160]],'leftclick':[[58,2]],'integers':[[58,6]],'wired':[[76,2]],'rainwarrior':[[1,2]],'rts':[[4,2],[73,2],[49,4],[76,8]],'ips':[[17,18],[12,2]],'c0a8':[[49,2]],'presskeyx':[[60,6]],'puts':[[58,2],[39,2]],'blending':[[4,2]],'undone':[[64,2]],'framenumber':[[18,2]],'xxx2':[[73,2]],'enthusiast':[[74,2]],'m3y':[[76,2]],'exp':[[76,2]],'bi`':[[76,4]],'finishes':[[76,2],[77,4]],'details|':[[77,4]],'multiple':[[58,4],[49,2],[54,2],[71,2],[6,2],[44,2],[77,8],[5,4]],'this':[[50,2],[61,4],[77,188],[56,6],[27,2],[15,2],[29,20],[47,58],[24,10],[57,14],[79,8],[46,2],[28,10],[12,4],[13,2],[20,10],[64,8],[37,48],[63,10],[69,8],[21,2],[22,16],[41,4],[11,2],[73,74],[19,4],[74,104],[16,6],[39,22],[59,30],[9,6],[14,4],[49,40],[51,6],[54,14],[60,56],[4,4],[66,28],[71,10],[10,2],[40,4],[18,6],[7,2],[65,2],[55,6],[53,14],[30,2],[31,4],[45,10],[42,4],[52,14],[17,4],[78,4],[26,20],[70,4],[76,150],[6,6],[34,28],[3,12],[58,124]],'polling':[[26,2]],'han':[[47,2]],'more':[[73,2],[67,2],[77,6],[74,4],[56,2],[39,4],[59,6],[9,2],[14,8],[47,8],[49,10],[60,2],[54,4],[4,2],[66,4],[10,8],[40,2],[18,2],[7,2],[65,4],[79,2],[53,4],[12,4],[64,4],[17,2],[63,2],[22,4],[78,2],[41,2],[76,12],[6,4],[34,6],[3,2],[11,4],[58,8]],'permit':[[11,2],[74,2]],'dead':[[77,4],[60,2],[58,2]],'amazing':[[76,2],[61,2]],'2fa9':[[69,2]],'frequency':[[73,8],[77,2],[74,38],[76,4],[58,20]],'translating':[[47,4]],'|0d':[[74,4]],'vic':[[76,8]],'impulse':[[77,2]],'261':[[77,2]],'ignored':[[59,2],[74,4],[47,2],[76,10],[69,4]],'information':[[73,6],[1,12],[67,4],[0,2],[77,16],[74,16],[16,4],[56,2],[39,2],[49,6],[54,6],[47,4],[66,2],[60,2],[48,6],[10,2],[57,2],[65,2],[62,6],[12,2],[68,2],[63,2],[78,2],[22,4],[26,2],[76,2],[3,2],[58,12]],'conjunction':[[54,2],[53,2],[18,2]],'substitute':[[39,2]],'forces':[[58,4]],'lot':[[4,2],[3,2],[47,4],[66,2],[5,2]],'hexadecimal':[[49,12],[76,2],[66,2],[39,2]],'monitored':[[42,2]],'cur':[[74,4]],'&bh':[[76,4]],'distortion':[[77,2]],'inverter':[[77,2]],'report':[[76,2],[6,2]],'5fffh':[[73,2]],'t2p':[[76,2]],'intended':[[76,2],[58,2]],'affects':[[78,2],[10,2],[76,8],[35,2]],'rotated':[[76,2]],'resides':[[77,2]],'against':[[47,2],[30,2],[58,2]],'getfilename':[[6,2],[58,2]],'msb':[[77,2],[74,8]],'what':[[73,2],[1,2],[50,2],[0,2],[77,18],[74,6],[56,2],[27,2],[9,4],[14,4],[47,26],[51,2],[54,4],[60,2],[4,4],[71,4],[48,2],[10,4],[7,4],[65,2],[55,2],[53,6],[31,4],[62,2],[12,4],[13,4],[52,4],[8,4],[5,4],[63,2],[64,2],[22,2],[76,14],[6,4],[11,6],[58,8]],'have':[[73,4],[61,2],[74,20],[16,4],[77,20],[39,10],[59,12],[9,2],[14,2],[29,8],[47,32],[49,8],[60,18],[4,2],[66,2],[10,2],[57,4],[18,2],[55,2],[53,2],[44,4],[45,6],[13,2],[52,6],[64,2],[69,12],[63,4],[26,2],[70,2],[76,26],[6,6],[58,10]],'conforms':[[6,2]],'script':[[7,2],[11,2],[12,6],[8,2],[37,8],[63,2],[59,16],[49,2],[54,2],[6,2],[60,14],[10,2],[57,20],[18,4],[58,52]],'deals':[[68,2]],'position':[[39,2],[59,2],[14,4],[47,2],[66,8],[74,2],[10,10],[69,8],[58,12]],'abilities':[[74,2]],'crash':[[58,4],[52,4],[12,6],[13,2],[5,4],[63,2],[9,2],[54,2],[6,6],[4,4],[48,2],[10,6],[11,4],[7,2]],'sweeps':[[74,4]],'efficient':[[76,2]],'created':[[1,2],[77,2],[69,2],[37,4],[35,2],[59,2],[54,2],[4,2],[3,4],[57,2],[10,2],[7,2]],'other':[[73,6],[61,2],[74,6],[77,14],[59,6],[9,2],[14,4],[29,2],[66,4],[47,10],[49,6],[4,2],[54,2],[60,2],[7,2],[65,2],[28,2],[45,2],[8,2],[69,2],[22,4],[26,2],[76,26],[6,2],[3,4],[11,2],[58,10]],'xh%&q':[[76,2]],'separately':[[8,2]],'quickly':[[22,2],[29,2],[14,2],[49,4],[66,2],[52,2]],'offers':[[18,2]],'proprietary':[[20,2]],'pepper':[[3,2]],'chronicals':[[5,2]],'declared':[[59,6]],'gone':[[74,2]],'append':[[47,2]],'representation':[[47,2],[74,2]],'defaults':[[12,4],[32,2],[36,2],[58,8]],'put':[[53,4],[31,2],[77,8],[42,6],[20,2],[35,2],[14,2],[47,8],[66,2],[60,2],[18,2],[58,6]],'request':[[77,2]],'snapshots':[[24,2]],'meta':[[22,2]],'alternatively':[[54,2],[49,2],[16,2]],'17ff':[[66,4]],'past':[[6,2],[26,2]],'int':[[58,260]],'|the':[[77,2]],'usefully':[[61,2]],'newname4':[[49,2]],'asl':[[76,22]],'dashes':[[59,2]],'organized':[[66,2]],'battery':[[20,2],[10,2],[7,2],[27,4]],'capture':[[21,12],[14,2],[54,4],[5,2]],'0000000011111111':[[78,2]],'topmost':[[76,4]],'accompanying':[[39,2]],'ppu':[[50,20],[77,190],[74,2],[9,10],[49,10],[47,2],[51,8],[54,10],[66,10],[71,18],[48,12],[10,6],[79,4],[7,2],[65,4],[52,6],[8,10],[5,4],[69,2],[78,2],[26,16],[6,6],[75,4],[3,2]],'presses':[[10,2],[64,4]],'math':[[34,2]],'collisions':[[77,6]],'kid':[[66,2]],'ninja':[[45,2],[66,2]],'taken':[[74,6],[3,2],[10,2],[76,6]],'relocate':[[73,2]],'platforms':[[58,2]],'lowmost':[[76,6]],'sram':[[27,2],[12,2],[66,2],[39,2]],'sytem':[[20,2]],'rate':[[73,4],[77,4],[74,28],[32,4]],'sloppy':[[64,2]],'cheat':[[55,8],[38,4],[52,4],[8,2],[27,2],[39,56],[64,2],[26,2],[14,4],[41,4],[66,6],[6,18],[4,6],[40,4],[7,2],[65,4]],'sebastian':[[3,2]],'because':[[73,6],[77,14],[52,2],[74,6],[37,2],[17,2],[59,4],[22,6],[29,2],[51,2],[54,2],[76,6],[3,2],[58,14]],'example':[[73,2],[45,2],[77,2],[42,4],[69,4],[39,6],[49,16],[51,4],[47,6],[54,6],[6,2],[66,10],[71,2],[76,10],[57,2],[58,20]],'dmcseed':[[58,2]],'behave':[[73,2],[59,2],[49,2],[76,2]],'c128':[[76,2]],'boat':[[17,16]],'reset':[[77,4],[42,4],[74,18],[8,2],[39,10],[69,8],[22,6],[14,4],[23,8],[49,6],[6,2],[54,6],[4,4],[66,2],[70,4],[76,16],[10,4],[11,4],[58,4]],'pha':[[76,4]],'repeated':[[77,6]],'corresponding':[[54,2],[47,2],[76,2],[42,2],[74,2],[69,2]],'data':[[73,46],[50,2],[77,104],[74,2],[39,4],[59,2],[9,2],[49,10],[51,2],[54,82],[66,22],[71,16],[4,10],[48,8],[10,6],[40,2],[7,2],[65,6],[79,4],[53,22],[12,2],[20,4],[52,20],[8,2],[69,6],[17,2],[78,4],[22,10],[41,2],[70,6],[6,2],[76,30],[3,2],[58,18]],'drag&drop':[[4,4]],'appended':[[35,4],[49,2]],'reside':[[66,4]],'excitingbike':[[61,4]],'worth':[[77,4]],'bots':[[58,2]],'cia':[[76,16]],'pointer':[[49,2],[76,56],[53,2],[71,2],[4,2],[77,2],[7,2]],'translates':[[66,2]],'nesm':[[73,2]],'rejoice':[[54,2]],'precisely':[[66,2]],'tables':[[59,4],[9,2],[51,4],[47,6],[76,4],[50,2],[77,4],[79,2]],'screenshots':[[12,2],[27,4]],'assembler':[[3,2],[49,8]],'contexts':[[6,2]],'explicitly':[[59,2]],'struct':[[7,2]],'knowledge':[[76,2],[47,4],[55,2],[66,2],[77,2],[56,2]],'adr':[[59,8]],'rbibaseball':[[4,2]],'encompasses':[[73,2]],'chain':[[76,2]],'oe_':[[76,4]],'due':[[47,2],[66,2],[76,2],[77,2],[74,6],[20,2],[3,2],[10,4],[64,2],[58,2]],'contain':[[73,2],[31,2],[12,2],[74,4],[69,2],[27,2],[59,2],[22,6],[49,4],[54,2],[66,4],[70,2],[71,4]],'hexrowheightborder':[[19,2]],'maintain':[[4,2],[34,4]],'unzipped':[[57,2]],'int16':[[71,2]],'07ffh':[[73,4]],'sounddisplay':[[4,2]],'applies':[[51,2],[71,4],[31,2],[58,12]],'developed':[[76,4]],'k0z':[[76,2]],'schematics':[[77,2]],'idle':[[49,2]],'applyinputchanges':[[58,2]],'amplitude':[[77,2],[74,2],[71,2]],'played':[[69,2],[73,4],[54,4],[64,2],[18,2]],'responsible':[[59,2],[54,2],[74,4],[76,2]],'returning':[[58,4]],'dd05':[[76,8]],'hex':[[65,6],[55,4],[19,6],[42,8],[52,14],[64,4],[39,22],[5,2],[59,4],[9,10],[49,4],[41,2],[47,2],[6,6],[54,6],[4,2],[66,6],[48,2],[69,2],[3,2],[10,6],[40,2],[58,4]],'googlecode':[[3,2]],'enter':[[9,2],[49,4],[55,10],[60,2],[34,6],[52,2],[77,2],[10,2],[58,2]],'dwedit':[[7,2]],'icarus':[[66,2]],'6000':[[5,2],[73,10],[66,2],[71,2],[39,2]],'zbq':[[76,2]],'452de2c3':[[69,2]],'named':[[63,4],[26,4],[49,2],[76,2],[20,2],[3,4],[27,2]],'explosion':[[10,2]],'pageup':[[58,2]],'composite':[[77,2]],'processing':[[76,2],[31,2],[50,2],[75,4],[32,2],[10,2],[33,2]],'configable':[[7,2]],'assign':[[29,8],[36,6],[18,2]],'lavelle':[[8,2]],'|06':[[74,4]],'specificness':[[71,2]],'ready':[[47,4],[65,2]],'regular':[[12,2],[64,2]],'guaranteed':[[71,2]],'analog':[[74,6]],'ctrl':[[4,2],[12,2],[16,4],[52,6],[55,2]],'ganbare':[[7,4]],'consume':[[53,2]],'numpad':[[12,2],[58,10]],'milliseconds':[[58,2]],'triggers':[[73,4]],'global':[[60,2],[59,2],[31,2],[58,8]],'comprehend':[[76,2],[58,2]],'loading':[[73,2],[12,4],[42,4],[74,2],[56,2],[8,2],[5,2],[17,2],[35,2],[9,2],[14,2],[15,2],[22,12],[6,10],[26,2],[4,8],[29,2],[64,4],[69,2],[10,4],[7,2],[58,6]],'resize':[[6,2]],'problem':[[73,4],[77,2],[76,4],[11,2]],'columns':[[34,2],[66,4],[39,2]],'dostuffhere':[[59,2]],'0x0200':[[58,4]],'out':[[73,2],[55,4],[31,2],[77,16],[74,12],[39,2],[59,2],[9,2],[22,2],[26,2],[47,14],[6,2],[49,2],[4,6],[34,6],[48,2],[71,2],[76,6],[7,4],[58,4]],'directdraw':[[63,2]],'170th':[[77,2]],'predictable':[[77,2],[22,2]],'transparancy':[[58,2]],'042x':[[66,2]],'response':[[76,2]],'easilly':[[77,2]],'intend':[[21,2]],'toggles':[[58,2],[26,10],[23,2],[6,2],[10,2],[35,4],[18,4]],'flashing':[[5,2]],'subroutine':[[49,2],[76,4],[53,2]],'think':[[73,2],[78,2],[47,2],[77,4],[74,2],[79,4],[58,2]],'resuming':[[22,2]],'fly':[[51,2]],'entire':[[73,2],[47,2],[66,2],[71,2],[77,4],[52,2]],'indicated':[[77,4],[58,2]],'dictate':[[49,2]],'bne':[[76,8]],'anding':[[76,4]],'beat':[[66,4]],'fceuxdsp':[[14,4],[47,2],[24,2],[2,4],[3,18],[10,2],[8,2]],'tbl4':[[59,6]],'abbreviated':[[64,2]],'caveat':[[73,4],[77,4]],'setnote':[[58,2]],'take':[[73,2],[55,2],[61,2],[52,4],[74,4],[77,4],[39,2],[22,4],[29,2],[26,2],[66,2],[76,8],[58,4]],'vsnprintf':[[12,2]],'attr':[[12,2]],'mixed':[[59,2],[74,2],[77,4]],'cases':[[9,2],[49,2],[76,2],[12,6],[11,2],[58,4]],'eats':[[58,2]],'competitionrecorder':[[61,2]],'produce':[[9,2],[55,4],[53,4],[77,2],[74,8],[32,2],[69,2]],'rla':[[76,26]],'general':[[1,4],[61,6],[74,2],[77,2],[5,2],[15,6],[14,2],[71,2],[2,2],[4,4],[57,2],[58,2]],'smbconfig':[[18,2]],'luau':[[56,2]],'randomly':[[77,2]],'straighten':[[4,2]],'corresponds':[[77,4],[66,2],[69,2]],'0x2000':[[71,6]],'resembles':[[47,2]],'consider':[[77,2],[74,2],[76,2]],'multi':[[64,4],[69,2],[49,6],[6,2],[8,2]],'values':[[73,8],[19,6],[77,8],[42,12],[52,2],[36,2],[74,8],[64,2],[39,22],[69,12],[59,14],[9,8],[49,4],[41,2],[47,2],[66,38],[71,2],[76,12],[48,2],[10,6],[40,2],[7,4],[58,26]],'usable':[[11,2]],'inc':[[76,20]],'translator':[[47,6]],'cxi':[[76,4]],'systems':[[17,2],[63,2],[77,2]],'kids':[[29,2]],'prior':[[53,2],[4,2],[77,4],[74,8],[10,2],[5,2]],'edge':[[77,2],[74,2],[66,2],[64,2],[65,2]],'9810':[[71,2]],'priority':[[77,36],[76,2],[33,4],[31,6]],'topics':[[77,2]],'irqc':[[71,4]],'requiring':[[20,2]],'modulated':[[77,2]],'gauntlet':[[66,2]],'entertainment':[[20,2],[3,2],[16,2]],'reason':[[77,6],[54,2],[74,2],[47,2],[58,2]],'whatever':[[51,2],[54,2],[74,4],[60,4],[58,4]],'nospritelim':[[12,2]],'rule':[[76,2]],'concern':[[39,2]],'hexbackcolorr':[[19,2]],'signficantly':[[5,2]],'particularly':[[58,2]],'65536':[[76,4],[69,4]],'accurately':[[77,2]],'irix':[[3,2]],'cool':[[47,4]],'evaluated':[[77,4],[60,8]],'0x5fff':[[4,2]],'md5':[[69,2]],'brief':[[42,2],[76,4],[56,2]],'handakuten':[[47,8]],'4800':[[73,6]],'|01':[[74,2]],'`rp`':[[76,2]],'blader':[[7,2]],'autofire':[[45,24],[13,4],[14,2]],'closest':[[77,2]],'forcing':[[58,2]],'tab':[[58,2],[14,2]],'188':[[76,2]],'rgp':[[76,4]],'potential':[[63,2],[6,2]],'resolve':[[32,2]],'wrapping':[[4,2],[66,2],[79,4]],'visible':[[34,2],[49,4]],'040':[[74,2]],'entering':[[34,2],[49,4],[77,2],[47,2]],'generating':[[73,2],[77,2],[74,2],[58,2]],'stepping':[[8,2],[64,2]],'accessing':[[76,2]],'assembled':[[49,4]],'accu':[[76,2]],'subs':[[47,4]],'submitdeleteframes':[[58,2]],'remainder':[[69,2]],'j@8n':[[76,2]],'deutsche':[[76,2]],'scaling':[[34,2],[12,2],[77,4],[10,2]],'lets':[[51,2],[52,4],[76,6],[53,2]],'attribute':[[71,4],[77,20]],'|miscellanious':[[77,2]],'wordpad':[[19,2]],'findings':[[74,4]],'program':[[73,4],[58,4],[46,2],[61,10],[74,2],[77,2],[59,2],[49,14],[76,28],[71,2],[60,4],[65,2]],'&a%_':[[76,4]],'table':[[77,66],[52,4],[74,2],[59,36],[9,2],[51,10],[47,40],[66,4],[60,14],[71,4],[76,4],[48,4],[3,2],[79,2],[7,2],[58,54]],'replacing':[[64,2],[74,2]],'hacking':[[65,22],[1,2],[62,6],[2,2]],'august':[[12,2],[13,2],[3,8],[14,2]],'retained':[[3,2],[74,2]],'multibyte':[[4,2]],'these':[[73,6],[19,2],[67,4],[61,16],[74,20],[77,10],[27,10],[39,2],[59,4],[9,2],[23,2],[29,6],[47,4],[60,12],[24,4],[49,10],[66,12],[40,2],[45,2],[64,2],[37,2],[63,2],[17,2],[22,4],[26,4],[25,2],[41,2],[6,2],[69,2],[76,10],[34,8],[58,6]],'ijc':[[76,16]],'d2n@3y':[[76,2]],'getlostplayback':[[58,2]],'xmouse':[[58,2]],'getregister':[[8,2],[58,6]],'finds':[[47,2]],'combined':[[54,2],[1,2],[76,2],[60,4],[0,2],[77,2]],'jajamaru':[[7,2]],'fractions':[[12,2],[64,2]],'player1':[[69,2]],'quietust':[[74,2]],'66hl2n@':[[76,2]],'some':[[73,4],[19,2],[61,2],[74,4],[77,18],[27,2],[39,2],[59,6],[49,2],[54,4],[9,4],[47,12],[24,2],[60,10],[4,4],[66,4],[32,2],[10,2],[79,2],[7,2],[28,2],[12,4],[20,2],[8,2],[5,4],[17,4],[37,2],[26,2],[63,4],[76,18],[6,2],[34,2],[3,2],[11,4],[58,20]],'displaced':[[64,2]],'05ff9h':[[73,4]],'parameter':[[76,20],[60,4],[39,2]],'colors':[[63,2],[59,2],[9,2],[6,6],[31,2],[77,2],[10,2],[58,28]],'unique':[[22,2],[69,2]],'loved':[[76,2]],'chunks':[[71,10]],'analyzing':[[48,2]],'exactly':[[73,2],[49,2],[77,2],[74,2],[57,2],[58,4]],'complex':[[76,2],[77,2]],'skipped':[[76,4]],'modify':[[52,6],[55,2],[76,16],[58,2]],'trade':[[76,2]],'lesser':[[58,2]],'reversing':[[77,2]],'achieved':[[49,4],[55,4],[71,2]],'fine':[[77,10]],'freezing':[[59,2],[10,4],[39,4]],'1x1':[[34,8]],'identified':[[69,2]],'quicker':[[49,2],[64,2],[65,2]],'fill':[[34,4],[12,2],[55,2]],'debuggers':[[65,2]],'version':[[73,2],[1,2],[46,2],[0,2],[77,2],[56,2],[69,8],[63,4],[14,2],[29,4],[41,2],[2,2],[43,2],[4,4],[71,12],[76,12],[3,20],[10,2],[40,2]],'tod':[[76,10]],'lxa':[[76,6]],'website':[[47,6]],'decrement':[[76,12],[74,4]],'j1rb':[[71,2]],'slots':[[12,4],[10,2],[66,2],[58,6]],'las':[[76,2]],'except':[[39,4],[59,4],[73,2],[76,12],[53,2],[60,4],[4,2],[74,6],[69,4],[58,8]],'226':[[7,2]],'control':[[73,4],[46,2],[77,2],[74,10],[56,2],[59,12],[9,2],[29,2],[76,2],[32,4],[10,6],[58,12]],'bit7':[[69,4]],'xxx':[[69,4]],'acquired':[[74,2]],'xxff':[[76,2]],'exit':[[58,14],[59,2],[49,2],[6,2],[28,4]],'causes':[[9,2],[49,4],[76,4],[34,2],[74,2],[77,4],[79,2]],'batteries':[[20,2]],'characteristic':[[66,2]],'bit5':[[76,2],[69,4]],'symbolic':[[4,4],[49,8],[53,2]],'resolved':[[63,4],[30,2]],'assume':[[73,4],[59,2],[76,2],[58,2]],'clouds':[[77,6]],'accessable':[[77,2]],'once':[[65,2],[73,8],[55,2],[53,4],[77,2],[74,2],[16,2],[35,2],[37,4],[59,4],[9,2],[22,2],[26,4],[29,2],[47,14],[76,2],[34,2],[10,4],[58,14]],'steady':[[33,2]],'org':[[63,2],[59,2],[57,2],[64,10]],'2kb':[[71,4]],'throw':[[76,12],[77,2]],'flip':[[73,2],[77,2]],'ldy':[[76,18]],'0900':[[66,2]],'areas':[[4,2],[34,6],[52,2]],'filenames':[[4,2],[14,2],[7,2]],'storing':[[17,2],[69,2],[58,2]],'increment':[[73,2],[26,10],[76,142]],'readup':[[58,2]],'holds':[[77,2],[74,2],[29,4],[60,4]],'pushing':[[76,4]],'made':[[77,14],[74,2],[16,2],[8,2],[5,2],[63,2],[9,6],[14,6],[22,10],[29,2],[6,14],[47,6],[3,4],[11,2],[7,4]],'discarding':[[53,2]],'republik':[[76,2]],'fceu98':[[12,2]],'bryan':[[76,4]],'inconvenience':[[74,2]],'stretches':[[34,2]],'chm':[[4,4]],'loadscriptdata':[[8,4],[58,2]],'b002':[[73,2]],'xh8':[[76,2]],'262':[[77,6]],'highlighed':[[4,2]],'cell':[[20,2]],'inspect':[[49,2]],'auxiliary':[[61,2]],'400a':[[74,4]],'changed':[[77,2],[12,2],[20,2],[42,2],[39,6],[9,4],[49,2],[76,2],[4,2],[10,2],[7,4],[11,2]],'minimized':[[7,2],[9,2]],'copyright':[[73,6],[76,2]],'scroll':[[49,2],[51,10],[66,2],[4,2],[77,16],[10,2],[79,8]],'hhhhllll':[[73,2]],'effect':[[26,2],[29,2],[49,2],[55,6],[6,2],[76,2],[77,2],[74,6],[37,6]],'fullscreen':[[4,4],[9,2],[12,2],[28,4]],'distribute':[[54,2]],'life':[[39,2],[61,2],[65,2]],'ddr':[[76,2]],'subtracting':[[76,4],[74,2]],'semi':[[74,2]],'indexing':[[76,6]],'snap':[[12,2],[47,6],[55,2]],'poorly':[[34,4],[30,2]],'through':[[65,2],[73,4],[19,4],[53,2],[77,10],[74,4],[56,2],[64,2],[39,4],[59,2],[22,4],[49,2],[47,2],[54,6],[66,2],[71,2],[4,4],[57,2],[11,2],[58,2]],'woes':[[12,2]],'widely':[[17,2]],'subtitles':[[69,4],[9,4],[22,12],[61,2],[10,4],[35,8],[37,12]],'couldn':[[77,2],[11,2],[58,4]],'exceeds':[[4,4]],'reinstalled':[[10,2]],'glitchy':[[32,2]],'scale':[[34,2],[74,6]],'accidental':[[4,2]],'titlebar':[[12,2]],'r65c00':[[76,4]],'laggy':[[45,2]],'lastkey':[[60,2]],'y2k':[[77,4]],'4018':[[49,2]],'checks':[[7,2],[54,2]],'greatly':[[10,2],[32,2]],'|scanline':[[77,2]],'deliver':[[46,2]],'5th':[[76,2]],'filename':[[7,2],[58,4],[12,2],[35,2],[37,2],[17,2],[21,2],[49,2],[6,2],[4,2],[10,8],[18,6],[11,2]],'comparing':[[48,2]],'kh%61':[[76,2]],'dialogue':[[65,2]],'jammed':[[76,2],[71,2]],'valid':[[77,8],[69,2],[39,2],[17,4],[5,2],[14,2],[70,2],[76,2],[4,2],[10,2],[18,2],[58,4]],'tilde':[[59,2],[58,2]],'aratanaru':[[7,2]],'|08':[[74,4]],'resources':[[58,2],[66,2],[64,2],[65,2]],'bound':[[59,2],[29,2]],'iiiiiiiiiiiii':[[49,2]],'blitting':[[58,2]],'snowbro':[[74,2]],'rounder':[[34,2]],'regulate':[[74,2]],'history':[[1,2],[3,4],[0,2]],'addr_hi':[[76,10]],'divided':[[77,2]],'408':[[77,2]],'results':[[39,2],[54,2],[76,6],[53,2],[61,4],[74,18],[77,2],[58,2]],'eyebrows':[[77,2]],'portion':[[74,2],[66,2],[39,2]],'cah4e3':[[3,4],[12,2]],'fixing':[[48,2],[54,2],[76,12],[6,4],[5,4]],'early':[[58,2]],'local':[[59,18],[58,8]],'freeware':[[3,2]],'240':[[77,2],[49,2],[74,6],[79,2]],'ddt':[[71,2]],'limits':[[77,4],[64,4]],'overhauls':[[14,2]],'flow':[[59,4]],'detect':[[77,2],[26,2]],'replaced':[[49,2],[47,2],[76,2],[77,2],[74,2],[10,2]],'approx':[[10,2]],'contra':[[66,2]],'minvalue':[[60,24]],'strobe':[[74,6]],'jams':[[76,4]],'socket':[[5,2]],'former':[[76,2]],'kinda':[[63,2]],'adjustments':[[31,2]],'sorta':[[73,2]],'pauseframe':[[9,2]],'existence':[[61,2],[74,2]],'outlet':[[65,2]],'inspecting':[[49,2]],'onattemptstart':[[60,4]],'deflate':[[17,2]],'over':[[30,2],[50,4],[45,2],[61,2],[77,6],[64,4],[37,6],[59,4],[26,2],[14,2],[25,2],[47,4],[2,2],[49,4],[51,2],[60,2],[71,2],[76,2],[10,2]],'0318':[[76,6]],'incorrectly':[[10,2]],'definition':[[47,2],[49,2]],'fact':[[76,2],[61,2]],'wiped':[[12,2]],'ejected':[[20,2]],'third':[[76,2],[49,4]],'reopen':[[58,4]],'editors':[[65,2]],'refills':[[39,2]],'binds':[[59,2]],'pcm':[[54,8],[21,2],[32,2]],'sit':[[73,2]],'animation':[[66,2],[39,2]],'initializing':[[13,2],[60,2]],'overrides':[[63,2],[16,2],[10,2],[20,4],[8,4],[27,4]],'non':[[11,2],[65,2],[77,12],[12,4],[74,8],[56,2],[64,4],[39,2],[9,2],[26,2],[49,8],[66,2],[60,2],[71,4],[4,2],[3,2],[10,2],[7,2],[58,6]],'depending':[[63,2],[64,2],[54,2],[58,2],[77,2],[74,6],[69,2],[39,2]],'fire':[[45,10],[64,2],[38,6],[7,6],[58,4]],'impose':[[4,2]],'hits':[[4,2],[77,2],[53,2],[7,2]],'minimizes':[[9,2]],'310':[[49,2]],'primitive':[[49,6]],'description':[[39,2],[73,4],[49,4],[76,80],[71,20],[42,2],[74,6],[56,2],[58,2]],'sense':[[76,2],[58,2]],'callbacks':[[58,16]],'bmf_final2':[[24,2]],'decoder':[[26,2],[55,14],[77,2],[48,2],[3,2],[65,2]],'numpad5':[[58,2]],'intellivision':[[73,2]],'operation|':[[74,4]],'misleading':[[60,2]],'ora':[[76,34]],'selecting':[[27,2],[22,4],[47,2],[6,2],[4,2],[77,4],[52,4],[16,4],[39,4]],'b@ll7aol':[[76,2]],'much':[[53,2],[77,4],[74,2],[56,4],[59,2],[26,2],[54,6],[47,6],[76,10],[6,2],[34,2],[57,2],[58,6]],'00698089599609375':[[69,2]],'pgen':[[71,2]],'dffe':[[49,2]],'performance':[[63,2],[33,2],[64,2],[5,2]],'crc':[[6,2]],'american':[[20,2]],'properties':[[76,2],[58,2]],'hurt':[[26,2]],'constant':[[77,2],[9,2],[12,2],[76,4]],'inline':[[3,2],[49,8]],'hidden':[[37,2],[28,2]],'unassigned':[[10,2]],'getplaybacktarget':[[58,2]],'|commands|port0|port1|port2|':[[69,2]],'please':[[78,2],[47,12],[76,4]],'oldversion':[[71,4]],'silenced':[[74,8]],'mc650x':[[76,2]],'vd`d2n0l':[[76,2]],'unconditionally':[[77,2]],'considering':[[77,2]],'critical':[[22,2],[60,2]],'versatile':[[77,2]],'been':[[73,2],[53,4],[77,14],[74,12],[64,2],[39,6],[63,4],[59,2],[9,2],[14,4],[41,2],[76,10],[60,8],[3,6],[40,2],[58,2]],'00000111':[[78,4]],'onstart':[[60,10]],'tht':[[10,2],[47,6]],'dynamic':[[56,2]],'nesdev':[[78,2],[74,6],[67,2]],'tya':[[76,2]],'closing':[[8,2],[7,2],[28,2]],'helps':[[47,2],[48,2]],'null':[[4,2],[59,2],[12,2],[73,8],[71,4]],'poll':[[26,2],[58,4]],'were':[[53,2],[77,4],[12,4],[20,2],[52,4],[74,2],[69,2],[22,2],[54,4],[76,2],[24,2],[60,2],[3,4],[10,2],[58,2]],'sides':[[23,2],[47,2],[66,4],[34,4],[20,10],[10,2],[18,4]],'doc':[[73,6],[77,2],[74,2]],'dd0c':[[76,20]],'c100':[[76,2]],'0008':[[73,2]],'tas':[[1,2],[46,2],[38,4],[62,6],[61,2],[64,12],[14,10],[66,6],[6,2],[43,10],[4,6],[58,4]],'excuse':[[77,2]],'command':[[20,8],[16,2],[39,2],[15,6],[14,2],[22,2],[70,4],[6,2],[76,8],[3,2],[10,4],[11,2],[18,12]],'svgalib':[[3,6]],'stuck':[[47,2],[11,2]],'sockets':[[20,2]],'improves':[[10,2],[9,2]],'confuse':[[76,4]],'portability':[[3,2]],'0070h':[[73,6]],'pulling':[[76,2],[29,2]],'jmp':[[76,18],[54,2]],'18ff':[[66,2]],'occurring':[[49,2]],'nybbles':[[76,2]],'interrupts':[[76,40],[74,4]],'part2':[[49,2]],'1900':[[66,2]],'extra':[[73,4],[53,2],[77,14],[74,2],[69,2],[9,2],[29,2],[49,2],[71,8],[6,2],[76,4],[18,2],[58,4]],'love':[[78,2]],'find':[[73,2],[55,2],[53,2],[42,4],[52,2],[74,2],[27,2],[39,6],[59,4],[22,2],[54,4],[47,4],[63,2],[66,8],[76,4],[4,2],[48,4],[57,4],[58,2]],'moreover':[[74,2]],'search':[[55,2],[38,4],[53,2],[52,4],[8,6],[27,2],[39,52],[5,4],[26,2],[14,4],[41,8],[47,2],[6,8],[60,2],[4,6],[64,4],[66,12],[40,16],[65,4]],'later':[[58,2],[47,2],[53,2],[76,4],[77,4],[16,2],[3,2],[57,2],[39,2]],'shot':[[59,2],[58,4]],'boost':[[4,2],[10,2],[33,2]],'limit':[[12,2],[76,4],[60,4]],'limited':[[66,2],[32,2]],'papers':[[77,2]],'flattering':[[77,2]],'0fff':[[66,4]],'scope':[[57,2],[59,4]],'f18':[[58,2]],'show':[[53,2],[50,4],[61,2],[12,2],[42,2],[74,2],[77,2],[59,2],[51,2],[47,2],[76,4],[4,2],[34,2],[10,2],[7,2],[58,4]],'modifies':[[58,2]],'author':[[69,6],[22,6],[14,4],[47,2],[77,2],[12,2],[11,2],[64,2]],'mapping':[[1,2],[66,6],[62,4],[12,2],[3,2],[10,4]],'shots':[[58,2]],'bible':[[65,2]],'paint':[[59,2],[47,2],[58,8]],'core':[[26,2],[9,4],[67,2],[72,2],[57,2],[8,2]],'wasok':[[60,4]],'w0dn':[[76,2]],'aaaa':[[49,8]],'cleaned':[[4,2],[12,2]],'unpause':[[39,2],[21,2],[49,2],[47,2],[8,2],[58,2]],'40000h':[[73,2]],'corner':[[26,4],[49,4],[58,10]],'si_gamepad':[[69,8]],'speedup':[[4,2],[63,2]],'engineer':[[54,2]],'semicolon':[[58,2]],'vertical':[[4,2],[77,12],[66,4],[71,2],[39,2]],'sweet':[[66,2]],'tone':[[73,6]],'complicated':[[76,6]],'hotkeys':[[12,2],[16,2],[20,4],[36,10],[8,2],[22,8],[14,4],[23,2],[25,2],[6,2],[26,6],[4,4],[29,4],[32,4],[10,8],[40,4],[7,2]],'cleaner':[[54,2]],'indirectly':[[54,4],[74,2]],'048x':[[66,2]],'pal':[[73,24],[31,10],[69,4],[8,2],[9,6],[26,4],[2,2],[6,2],[4,2],[24,18],[34,8],[18,14]],'scanning':[[11,2]],'anyone':[[47,2],[56,2]],'grain':[[74,2]],'revisions':[[74,6]],'capability':[[12,4],[54,2],[66,2]],'computer':[[34,2],[20,4]],'performs':[[76,6],[58,4]],'writable':[[73,8]],'inputtable':[[59,2]],'researching':[[76,2]],'li#':[[76,4]],'understanding':[[77,2],[78,2]],'oam':[[77,14]],'skipfirst':[[58,8]],'solaris':[[3,2]],'tracer':[[4,2],[53,2]],'trigger':[[52,4],[29,6],[76,2],[58,6]],'having':[[61,2],[74,2],[77,4],[39,2],[17,2],[14,2],[29,2],[47,2],[6,2],[60,2],[76,2],[10,2],[58,4]],'meaning':[[61,2]],'shapedefs':[[61,2]],'dcfb':[[76,2]],'maximize':[[10,2]],'ultimately':[[47,2],[77,2]],'400b':[[74,12]],'implement':[[77,6]],'accomplished':[[65,2]],'transfered':[[77,2]],'occurence':[[77,2]],'generictips':[[64,2]],'absolutely':[[60,2]],'0400':[[66,2]],'getimmediate':[[4,2],[58,2]],'excite':[[47,2]],'0071h':[[73,2]],'technical':[[1,4],[76,2],[67,4],[77,4],[75,2],[68,2]],'produced':[[74,6],[55,2],[64,2]],'overhauling':[[5,2]],'unfreeze':[[9,2]],'gfceux':[[11,8]],'|18':[[74,2]],'perl':[[56,2]],'safe':[[47,2]],'japenese':[[47,2]],'numbers':[[73,2],[59,4],[49,2],[76,4],[66,2],[60,2],[45,4],[61,2]],'241':[[77,2],[49,2]],'energy':[[77,12],[66,8],[39,10]],'recently':[[37,10]],'apply':[[49,6],[53,2],[71,2],[61,2],[77,2],[58,2]],'stateful':[[58,2]],'anthony':[[3,2]],'float':[[58,6]],'communities':[[1,2]],'disable':[[58,2],[55,2],[19,2],[28,4],[74,26],[39,2],[63,2],[9,2],[29,4],[49,2],[76,8],[6,4],[34,4],[10,2],[33,2],[18,4],[7,2]],'create':[[55,4],[61,2],[77,2],[59,10],[49,4],[14,2],[54,8],[6,2],[60,2],[48,2],[57,2],[58,14]],'sf_':[[76,2]],'uud':[[76,2]],'hides':[[26,2]],'miscellanious':[[77,2],[74,4]],'purple':[[58,2]],'mostly':[[76,2],[47,2],[60,2],[53,2],[24,2],[8,2]],'shinwa':[[29,2]],'give':[[47,2],[66,2],[50,2],[76,6]],'via':[[26,2],[22,2],[29,2],[50,2],[77,12],[74,6],[20,2],[68,2]],'320x239':[[58,2]],'operating':[[17,2],[63,2],[3,2]],'pro':[[39,2]],'5205':[[73,8]],'ch2':[[73,4]],'successful':[[76,2]],'planes':[[58,2]],'sp`0':[[76,2]],'legal':[[76,2]],'switches':[[26,2],[23,2],[18,6]],'referencing':[[49,2]],'automagically':[[76,2]],'concepts':[[77,2],[1,2],[62,2]],'pasting':[[47,2],[60,2]],'operates':[[73,2],[54,2],[74,2],[76,2]],'mmc3':[[77,8]],'january':[[3,2]],'does':[[73,2],[55,2],[50,2],[77,10],[42,2],[74,4],[69,2],[39,4],[59,4],[26,4],[49,2],[47,4],[51,2],[54,2],[60,4],[66,4],[34,2],[71,2],[76,38],[10,4],[11,4],[58,8]],'ending':[[69,2]],'tricks':[[77,2]],'1000000ths':[[73,2]],'get':[[58,18],[73,4],[53,2],[28,2],[61,2],[12,2],[16,2],[74,4],[56,2],[64,2],[5,4],[63,4],[59,6],[54,2],[77,4],[47,8],[76,2],[6,2],[60,6],[4,2],[10,6],[7,4],[11,4]],'volumes':[[32,2]],'bool':[[69,10],[58,46]],'enabled':[[73,2],[31,2],[28,16],[77,2],[74,14],[5,2],[37,12],[78,4],[9,4],[26,14],[29,2],[47,2],[6,6],[49,4],[4,6],[34,2],[54,2],[32,2],[10,2],[60,2],[18,8]],'horton':[[73,2]],'relivant':[[77,2]],'bcc':[[76,4]],'share':[[77,4],[78,2],[66,2]],'cannot':[[54,2],[14,2],[76,4],[77,2],[52,2],[69,2],[58,2]],'locked':[[39,2]],'encountered':[[76,2],[58,2]],'knows':[[11,2]],'dummy':[[70,6],[77,8]],'registerafter':[[58,2]],'salt':[[74,2]],'sourceforge':[[3,4]],'conte':[[74,2]],'slider':[[10,2]],'searches':[[39,4]],'inputdisplay':[[18,6]],'parsed':[[69,4]],'dd09':[[76,8]],'gun':[[61,2],[29,2]],'logical':[[77,2],[76,4],[56,4],[58,6]],'fresh':[[13,2]],'broad':[[57,2]],'disassembled':[[49,2]],'rerecord':[[26,6],[69,2],[58,6]],'examples':[[17,2],[59,2],[49,2],[76,2],[31,2],[60,2]],'capabilities':[[77,4],[66,2],[58,2]],'taseditor':[[4,18],[58,50]],'beginning':[[77,6],[69,2],[37,8],[64,4],[39,2],[22,6],[14,2],[49,4],[76,2],[60,4],[4,2],[58,2]],'placing':[[51,2]],'eliminates':[[56,2]],'recognized':[[6,2]],'dd0b':[[76,12]],'fortunately':[[39,2]],'integer':[[77,2],[76,4],[69,10],[58,4]],'decremented':[[77,2]],'bigbad':[[31,12]],'few':[[73,4],[28,2],[61,2],[13,2],[20,2],[74,2],[77,6],[39,2],[59,12],[78,2],[47,4],[66,2],[3,2],[58,2]],'row':[[77,2],[47,2],[19,2],[66,20]],'configure':[[29,4],[32,2],[16,2]],'elements':[[2,2],[65,2]],'channel':[[74,168],[32,6]],'combination':[[36,2],[76,4],[60,2]],'itself':[[49,2],[47,2],[76,2],[61,2],[42,2],[52,8],[74,4],[77,2],[58,8]],'ranges':[[77,6],[49,2],[23,2]],'idea':[[73,4],[54,2],[47,2]],'attempting':[[63,2],[24,2],[61,2],[12,2],[10,2],[58,2]],'speed':[[18,4],[73,18],[12,2],[74,4],[64,4],[5,2],[59,2],[21,6],[22,8],[23,14],[66,12],[6,2],[34,2],[10,6],[57,2],[33,6],[58,2]],'blocks':[[73,2],[74,2],[66,8]],'10#newname4#':[[49,2]],'caption':[[9,2]],'4003':[[74,12]],'bullets':[[61,2]],'article':[[76,4]],'clv':[[76,6]],'tied':[[74,2]],'reduce':[[77,4],[32,2]],'007a':[[73,2]],'sensitive':[[60,2],[59,2],[18,2],[58,4]],'blowing':[[29,2]],'termination':[[58,2]],'stretching':[[34,2]],'pipe':[[69,6]],'shows':[[9,2],[51,2],[76,6],[53,8],[6,4],[4,4],[42,2],[74,6],[10,4],[36,2]],'when':[[73,2],[19,6],[50,2],[77,40],[74,40],[35,10],[27,6],[39,12],[59,24],[9,8],[14,8],[47,8],[49,20],[51,4],[54,6],[4,26],[60,24],[66,6],[32,6],[10,20],[71,6],[7,4],[18,2],[79,2],[53,8],[28,2],[12,18],[20,2],[42,6],[52,4],[8,4],[5,8],[37,8],[63,10],[21,2],[22,10],[26,18],[64,2],[6,12],[69,8],[70,2],[34,10],[76,48],[3,2],[33,2],[11,6],[58,32]],'detailed':[[77,2],[49,2],[14,2],[66,2]],'backward':[[58,2]],'emulua':[[59,2],[12,2]],'createfrompng':[[58,2]],'redrawn':[[58,2]],'unpredictably':[[76,2]],'works':[[73,2],[49,2],[54,2],[47,4],[76,2],[45,2],[77,6],[12,2],[52,2],[10,4],[58,6]],'segmentation':[[5,2]],'launches':[[8,2]],'place':[[73,2],[77,6],[12,2],[74,4],[17,2],[9,2],[14,2],[29,4],[47,2],[60,2],[76,8],[58,2]],'never':[[77,8],[54,2],[20,2],[76,4],[57,2]],'setlagflag':[[4,2],[58,2]],'tile':[[78,4],[51,6],[54,6],[47,4],[71,2],[50,4],[77,24],[48,2],[65,2]],'filling':[[55,2]],'addhealthpoints':[[49,2]],'meant':[[3,2]],'figured':[[47,2]],'keyrecording1':[[60,2]],'deccmp':[[76,4]],'luascripts':[[61,4],[60,2]],'declaring':[[59,2]],'whatsoever':[[77,2]],'togglable':[[6,4],[7,2]],'situation':[[45,4],[28,2],[47,2],[37,2]],'decreased':[[39,4]],'block':[[77,2],[12,2],[47,2],[66,48]],'cccvvvv':[[73,2]],'049x':[[66,2]],'timestamp':[[70,8]],'newlines':[[69,4]],'halted':[[74,4]],'increased':[[14,2],[77,2],[32,2],[3,2],[10,2],[39,2]],'m016':[[4,2]],'operate':[[77,2],[74,2],[39,2]],'assembly':[[48,4],[49,8]],'sequence':[[77,2],[54,2],[74,12],[76,8]],'v%_0ah':[[76,4]],'shownotes':[[4,2]],'subtitle':[[10,4],[69,10],[37,2]],'enable':[[55,2],[28,2],[77,2],[12,6],[74,28],[63,2],[26,2],[29,2],[49,4],[54,4],[76,6],[18,4],[7,4]],'ouch':[[39,2]],'teenagemutantninjaturtles':[[61,2]],'series':[[74,2],[49,2],[16,2],[76,12]],'hardwired':[[77,2]],'officially':[[47,2]],'differently':[[76,10],[69,2]],'operation':[[77,10],[74,12],[76,42],[58,6]],'task':[[9,2]],'frames|':[[77,2]],'0078':[[73,2]],'unlicensed':[[3,2]],'fffa':[[49,2],[76,4],[66,2]],'spaces':[[6,2]],'faq':[[1,2],[55,2],[62,6]],'boolean':[[49,2],[60,2]],'arkanoid':[[29,6],[69,2],[58,2]],'predefined':[[59,4],[58,12]],'jetpack':[[61,2]],'found':[[29,2],[41,2],[55,2],[67,2],[77,10],[74,14],[40,2],[57,2]],'mar':[[71,2]],'50fps':[[33,2],[26,2]],'wouldn':[[47,2],[74,2]],'versions':[[63,2],[22,4],[14,2],[44,2],[74,2],[68,2],[3,2],[57,4],[8,2],[58,4]],'substraction':[[76,2]],'1984':[[76,2]],'1000|':[[66,2]],'tweaked':[[24,2]],'4007':[[74,12]],'xxx000x1':[[76,2]],'dsiplay':[[9,2]],'turtle':[[66,2]],'replicate':[[24,2]],'acceleration':[[63,4],[34,4]],'revamp':[[4,2]],'001f':[[49,2]],'ok#00':[[49,2]],'retrieve':[[58,10]],'say':[[73,2],[39,4],[47,2],[28,2],[77,2],[42,2],[58,2]],'ffff':[[73,12],[54,2],[49,2],[55,4],[66,4],[71,2],[76,2],[52,8]],'6000h':[[73,2]],'measured':[[76,2],[74,4]],'source':[[54,4],[74,2],[3,6],[76,2]],'pay':[[77,2]],'died':[[60,4]],'prompted':[[22,4],[20,2],[47,2]],'closely':[[12,2],[53,2],[39,2]],'int8':[[71,2]],'greater':[[39,4],[22,2],[26,2],[76,6],[42,2],[58,2]],'silence':[[74,2]],'read':[[73,6],[50,2],[77,24],[74,10],[35,8],[39,8],[59,12],[9,6],[14,2],[49,6],[54,12],[60,2],[66,2],[4,4],[71,8],[10,2],[7,4],[18,10],[45,2],[12,4],[52,4],[5,2],[37,26],[22,24],[76,118],[6,8],[3,2],[11,2],[58,38]],'python':[[3,6],[56,2]],'doubles':[[4,2],[76,2]],'mirroring':[[51,4],[66,6],[6,2],[71,2]],'exponentially':[[60,2]],'knobs':[[31,2]],'guides':[[15,2],[1,4],[48,2],[38,2],[62,4]],'ans':[[3,2],[1,4]],'customizing':[[10,2],[19,4]],'mute':[[12,2],[32,6],[10,6],[11,2]],'substitution':[[47,8],[39,6]],'chip':[[73,12],[77,2],[76,4]],'generation':[[77,6],[74,8]],'took':[[47,2],[77,2]],'getting':[[58,2],[15,2],[51,2],[60,2],[4,2],[16,4],[10,4],[56,2],[57,2],[37,2]],'endian':[[10,2]],'direction':[[76,2],[74,2]],'bullethell':[[61,2]],'pull':[[74,2],[32,2],[36,2],[29,2],[76,12]],'x11x':[[76,2]],'stored':[[73,2],[69,6],[27,6],[63,6],[39,6],[9,4],[26,2],[70,2],[66,2],[71,8],[76,6],[10,4],[58,8]],'keeps':[[54,4],[47,2],[58,4]],'appears':[[37,6],[74,2],[76,2],[58,2]],'11111000':[[78,4]],'even':[[73,2],[45,2],[77,8],[52,4],[16,2],[74,4],[59,4],[22,2],[76,18],[66,2],[60,2],[34,4],[3,2],[10,6],[58,24]],'dictionary':[[47,12]],'network':[[25,2],[7,2],[30,4]],'hovering':[[49,2]],'xii':[[76,4]],'rgp9':[[76,4]],'missed':[[58,2]],'streams':[[77,2]],'crashed':[[52,2]],'max':[[10,2]],'consequence':[[76,2],[69,2]],'haven':[[77,2],[74,2],[47,2]],'asq_realityb':[[24,2]],'special':[[73,4],[50,2],[77,2],[12,8],[74,4],[49,8],[54,4],[76,8],[66,2],[6,2],[34,2],[10,2]],'started':[[42,2],[16,4],[56,4],[64,2],[37,2],[15,2],[47,4],[60,14],[3,2],[57,2],[10,2],[58,10]],'rheiny':[[3,2]],'5ff8':[[73,2]],'cpy':[[76,6]],'advances':[[59,2],[64,2]],'eject':[[23,2],[20,4]],'29651n52':[[76,2]],'including':[[63,2],[9,2],[14,2],[51,2],[71,2],[77,2],[12,2],[74,2],[3,4],[58,2]],'than':[[58,14],[73,4],[45,2],[77,12],[42,4],[74,10],[56,2],[69,2],[39,10],[17,2],[26,4],[14,6],[29,2],[47,4],[49,4],[60,4],[71,2],[34,16],[76,30],[10,4],[11,2],[18,4]],'006e':[[73,4]],'2008':[[14,2],[66,2],[12,2],[13,2],[3,10],[11,2]],'space':[[39,6],[73,12],[29,2],[55,4],[71,2],[60,2],[52,4],[69,2],[58,6]],'delta':[[4,2]],'sounding':[[74,6]],'represented':[[69,4]],'march':[[3,2],[10,2],[70,2]],'hooker':[[3,2],[10,2],[38,2],[47,36]],'begin':[[69,2],[49,4],[21,2],[22,8],[54,2],[76,18],[64,2],[58,2]],'engineering':[[74,6],[65,2]],'10240':[[39,4]],'02ff':[[66,2]],'fcuex':[[18,2]],'nitsujrehtona':[[3,4]],'encompassing':[[2,2]],'background':[[78,10],[26,4],[19,6],[34,2],[77,16],[10,2],[18,4],[58,10]],'unchecked':[[34,2],[35,6],[27,2]],'4008':[[74,26]],'bankswitchable':[[73,2]],'went':[[74,2]],'mix':[[59,2]],'rolledback':[[60,2]],'efficiency':[[4,2]],'where':[[73,8],[77,16],[74,12],[27,20],[59,4],[9,2],[14,2],[47,4],[60,2],[4,2],[32,2],[10,10],[57,4],[53,2],[45,8],[12,12],[52,8],[37,2],[5,2],[63,8],[22,6],[26,2],[76,4],[11,10],[58,10]],'smaller':[[47,2],[76,18],[58,2]],'situations':[[45,2],[26,2],[10,2],[60,4],[37,4]],'employs':[[10,4],[60,2]],'reminding':[[12,2]],'2c02':[[77,6],[75,2],[66,6]],'04ax':[[66,2]],'0x0123456789abcdef':[[69,2]],'editing':[[65,6],[69,2],[22,2],[14,2],[19,2],[4,4],[61,2],[52,6],[64,2],[58,2]],'obscure':[[3,2]],'listening':[[54,2]],'calculate':[[76,10],[77,2]],'religion_mode_on':[[76,2]],'mem':[[77,8]],'won':[[29,2],[47,2],[55,2],[76,2],[4,2],[12,2],[52,2],[79,2],[58,12]],'saner':[[12,2]],'editor':[[19,8],[39,14],[59,2],[9,10],[14,2],[47,2],[49,2],[54,6],[66,6],[4,8],[48,2],[10,6],[57,2],[65,6],[55,4],[38,2],[42,4],[52,16],[64,6],[5,2],[22,2],[6,6],[43,8],[3,2],[58,8]],'addition':[[58,2],[63,8],[14,2],[29,2],[76,18],[6,2],[74,2],[3,2],[8,2],[5,2]],'composition':[[77,2]],'reply':[[78,2],[79,2]],'116':[[4,2]],'mmc5':[[73,14],[77,4],[12,6],[13,2],[66,2]],'launch':[[4,2]],'quit':[[59,2]],'sine':[[77,2],[39,2]],'8000':[[73,8],[54,2],[55,4],[66,2],[71,4],[52,8]],'isn':[[78,2],[29,2],[55,2],[6,2]],'qwerty':[[58,2]],'ruined':[[76,2]],'3w@`':[[76,2]],'explains':[[15,2],[23,2],[25,2],[26,2],[66,2],[79,2]],'gave':[[9,2]],'corrupt':[[54,2]],'double':[[55,2],[28,4],[45,2],[77,2],[74,2],[20,2],[36,2],[39,10],[63,2],[27,2],[26,4],[14,4],[49,8],[4,4]],'tostring':[[58,2]],'quirks':[[59,2]],'machine':[[4,2],[49,2],[76,10]],'bug':[[11,10],[9,6],[14,2],[6,10],[4,24],[12,18],[10,26],[8,8],[5,4]],'did':[[73,4],[76,4],[6,2],[61,2],[77,2],[58,2]],'moment':[[58,2],[16,2]],'isrunend':[[60,2]],'amoung':[[74,2]],'now':[[73,4],[77,8],[74,14],[39,4],[59,8],[9,8],[14,10],[47,2],[54,2],[60,6],[71,2],[4,16],[10,28],[7,16],[12,20],[13,2],[42,2],[8,12],[64,2],[69,2],[22,4],[76,4],[6,8],[43,2],[11,8],[58,2]],'arguments':[[18,2],[58,4]],'looping':[[74,8]],'commodore':[[76,10]],'needed':[[22,4],[14,2],[47,4],[76,2],[61,2],[77,2],[57,4],[58,2]],'microprocessors':[[76,4]],'exceptions':[[76,4]],'ishihara':[[74,2]],'dc0c':[[76,2]],'inflating':[[58,2]],'techniques':[[76,2]],'mygame':[[49,14]],'update':[[73,2],[53,4],[74,6],[64,2],[39,4],[9,6],[14,2],[47,2],[49,2],[6,2],[51,4],[70,6],[58,2]],'appeared':[[77,2],[3,2],[79,2]],'truly':[[76,2]],'pressing':[[59,2],[22,6],[21,2],[23,2],[29,4],[49,2],[61,2],[52,2],[16,2],[58,4]],'rise':[[77,2]],'appearing':[[77,2],[74,2]],'behaviour':[[4,2],[77,6],[74,4],[76,2]],'bankswitched':[[73,4],[49,2]],'reads':[[76,10],[6,2],[58,2]],'breathe':[[65,2]],'mirror':[[66,10],[71,4]],'end':[[77,4],[74,2],[20,2],[69,2],[59,22],[49,2],[47,4],[76,16],[6,2],[60,12],[3,2],[57,6],[58,12]],'chart':[[74,2]],'bmi':[[76,4]],'continuing':[[64,4]],'illustration':[[76,2]],'multiplexed':[[77,2]],'16384':[[66,4]],'exec_count':[[58,2]],'annoying':[[77,2],[58,2]],'paged':[[71,2]],'codec':[[21,2]],'mv#b@3':[[76,2]],'cias':[[76,4]],'impossible':[[47,2],[53,2]],'selection':[[47,38],[76,4],[6,2],[4,2],[77,4],[5,8]],'child':[[11,2]],'right':[[50,2],[77,4],[74,6],[16,4],[39,14],[59,2],[49,10],[29,10],[47,6],[60,6],[10,4],[18,4],[55,2],[53,2],[28,4],[42,2],[52,8],[69,6],[63,2],[22,2],[26,6],[76,12],[34,2],[58,12]],'monitors':[[77,4],[42,4]],'desync':[[6,2]],'dumb':[[47,2]],'way':[[73,10],[55,2],[53,2],[61,2],[77,6],[56,2],[59,2],[22,4],[29,2],[14,4],[47,2],[43,2],[49,2],[54,2],[60,2],[76,10],[78,2],[57,2],[58,2]],'reg':[[4,2],[77,2]],'exhausts':[[60,2]],'filebase':[[27,2]],'there':[[73,8],[19,2],[61,2],[74,6],[77,8],[39,10],[59,10],[9,2],[49,10],[47,8],[54,4],[60,6],[66,2],[10,2],[79,2],[53,4],[45,2],[52,6],[8,2],[37,4],[63,6],[78,4],[22,4],[26,2],[76,10],[3,2],[11,2],[58,16]],'j2rb':[[71,2]],'settings':[[38,4],[31,2],[45,4],[16,2],[35,2],[26,4],[23,2],[25,6],[29,2],[49,4],[60,2],[4,2],[34,8],[48,2],[32,2],[10,2],[33,2]],'originally':[[74,2],[3,4],[40,2],[41,2],[58,2]],'further':[[3,2],[47,2]],'boxes':[[58,2],[14,4],[47,4],[55,2],[6,2],[28,2],[42,2],[39,2]],'okattempts':[[60,2]],'somevalue':[[59,2]],'his':[[74,6],[76,4],[24,2]],'registerexecute':[[58,4]],'esper2':[[73,2]],'hexbackcolorb':[[19,2]],'increase':[[21,2],[22,2],[74,8],[8,2],[5,2]],'gpa':[[76,4]],'sequences':[[74,18]],'forbid':[[12,2],[49,4]],'focus':[[26,6]],'stays':[[77,2]],'pops':[[57,2],[59,2]],'infinite':[[39,2],[74,2],[58,4]],'tapanim':[[76,2]],'loop':[[59,6],[74,2],[76,8],[58,8]],'doesn':[[31,2],[45,2],[61,2],[74,2],[77,2],[9,4],[47,2],[71,2],[6,6],[76,2],[4,2],[7,2],[58,4]],'quite':[[77,2],[76,6],[53,2],[66,2],[58,2]],'blocking':[[58,2]],'wav':[[21,16]],'expandable':[[52,2]],'tale':[[76,2]],'amounts':[[34,2]],'isa':[[77,2]],'plugged':[[29,4]],'mentioned':[[77,2],[74,2],[58,2]],'1999':[[73,8],[78,2],[79,2]],'playmovie':[[18,24]],'ontop':[[77,2]],'subtitler':[[61,2]],'fme':[[73,4]],'dehacked':[[59,6]],'clocked':[[74,22]],'3rd':[[77,6],[69,2]],'consist':[[22,2],[69,4]],'monitoring':[[60,2],[77,2],[42,10],[10,2],[64,2],[39,2]],'sorry':[[78,2],[9,2],[7,2]],'amd':[[10,2]],'c000#newname1#comment1':[[49,2]],'prelim':[[73,2]],'modified':[[73,2],[47,2],[76,2],[20,4],[3,4],[58,8]],'surprise':[[47,2]],'higher':[[76,2],[71,2],[53,2],[31,2],[60,2],[77,2],[74,2]],'same':[[73,4],[61,2],[74,4],[77,16],[39,8],[59,10],[49,8],[29,4],[47,8],[66,8],[24,2],[51,2],[4,2],[54,4],[60,8],[57,2],[53,2],[31,2],[44,2],[69,2],[8,2],[17,2],[37,32],[22,2],[64,2],[70,4],[76,22],[6,2],[58,20]],'champion':[[3,2]],'400f':[[74,8]],'flipped':[[73,2]],'denotes':[[73,2],[59,2],[76,8],[39,6]],'chosen':[[49,2]],'2004':[[77,2],[9,2],[3,6],[70,2],[76,4]],'junk':[[58,2]],'additionally':[[77,2],[74,2],[58,2]],'was':[[73,2],[77,34],[74,8],[16,2],[39,10],[59,2],[9,4],[14,2],[47,2],[54,24],[60,2],[66,2],[4,4],[10,6],[40,2],[46,2],[55,2],[53,2],[12,10],[20,12],[13,2],[8,2],[5,2],[37,22],[63,2],[22,2],[64,6],[41,2],[69,12],[6,4],[43,2],[76,20],[3,44],[58,14]],'manage':[[60,2]],'ball':[[8,2],[74,2]],'bvc':[[76,6]],'yellow':[[54,4],[58,2]],'releases':[[4,2],[12,2],[3,2],[6,2]],'outputs':[[77,6],[48,2],[74,12]],'msg':[[58,2]],'setplayback':[[58,2]],'readbyterange':[[12,2],[58,2]],'revolutionizes':[[14,2]],'romfilename':[[69,2]],'edcba9876543210':[[74,2]],'2c00|':[[66,2]],'tested':[[9,2],[54,2],[47,6],[76,2],[77,2],[74,2],[3,2]],'has':[[73,10],[77,14],[74,24],[35,2],[39,14],[59,4],[49,8],[14,12],[29,2],[51,2],[60,10],[54,4],[66,6],[10,2],[40,2],[7,4],[53,4],[28,2],[42,2],[52,2],[8,2],[5,2],[37,8],[63,8],[26,4],[64,4],[41,2],[76,34],[43,2],[3,6],[58,14]],'picked':[[3,2]],'3w@':[[76,2]],'volume':[[73,4],[9,2],[29,2],[74,38],[32,16],[58,10]],'fast':[[64,4]],'sounddisplay2':[[4,2]],'rgb':[[58,2],[9,2],[19,2],[6,2],[31,2]],'hadn':[[53,2]],'simulate':[[31,2]],'maru':[[47,8]],'fully':[[73,2],[14,2],[6,4],[58,4]],'again':[[53,2],[77,6],[8,2],[59,2],[9,4],[54,2],[47,2],[66,2],[60,2],[76,8],[3,4],[58,6]],'thinking':[[43,2]],'code':[[73,6],[74,4],[39,6],[9,2],[49,20],[54,70],[66,4],[60,6],[4,6],[48,8],[10,2],[65,4],[55,48],[53,10],[52,4],[12,2],[8,2],[69,8],[63,4],[76,20],[6,4],[3,12],[11,2],[58,32]],'bankswitch':[[73,2],[52,2]],'xdsp':[[3,2]],'input1':[[12,2]],'unexpectingly':[[59,2]],'fffd':[[66,2]],'sbc':[[76,52]],'drivers':[[76,2]],'cable':[[20,2]],'extends':[[3,2]],'devices':[[69,6]],'eliminate':[[66,2]],'psid':[[73,2]],'failed':[[60,2],[64,4]],'fixed':[[73,2],[77,6],[12,24],[13,2],[74,4],[8,8],[5,24],[17,2],[69,2],[9,18],[14,2],[76,2],[6,8],[4,46],[10,24],[11,10],[7,8]],'10x1':[[76,2]],'developing':[[47,2]],'hear':[[74,2]],'ror':[[76,42]],'point':[[37,2],[78,2],[22,6],[70,2],[77,2],[48,2],[20,2],[16,2],[74,6],[64,4],[39,4]],'respective':[[69,2]],'one':[[73,8],[50,2],[77,18],[74,10],[39,6],[59,16],[9,4],[14,2],[29,12],[66,8],[60,10],[24,2],[47,6],[49,16],[48,2],[54,2],[57,6],[31,2],[42,6],[64,6],[63,4],[17,2],[21,2],[76,40],[6,2],[3,2],[11,2],[58,38]],'156':[[4,2]],'signals':[[77,2],[74,6],[76,2]],'variable':[[59,2],[71,6],[60,14],[77,2],[69,4],[58,16]],'predecrement':[[76,2]],'c64':[[73,2],[76,6]],'drawtext':[[58,2]],'5fff':[[66,2]],'pbin':[[71,2]],'archive':[[17,2],[65,2],[14,4],[47,2],[12,6],[11,4],[58,4]],'077h':[[73,2]],'32k':[[74,4]],'instead':[[45,2],[77,6],[13,2],[52,4],[74,4],[8,4],[59,2],[9,8],[26,2],[47,4],[49,10],[6,4],[54,4],[60,2],[76,10],[32,2],[79,2],[58,8]],'part3':[[49,2]],'backwards':[[61,2],[9,2],[71,2],[58,6]],'guid':[[69,6],[14,2]],'nsfs':[[31,2]],'alteration':[[45,2]],'represents':[[39,4],[54,2],[55,2],[31,2],[52,2],[74,2],[58,2]],'order':[[31,4],[44,2],[61,2],[74,4],[20,2],[77,14],[64,4],[27,2],[69,2],[22,4],[49,2],[47,4],[54,4],[60,2],[66,2],[58,2]],'c006#newname3#multilinecomment':[[49,2]],'lfsr':[[71,2]],'`&z0':[[76,2]],'timing':[[9,2],[26,2],[25,4],[76,6],[77,16],[74,8],[16,2],[10,2],[33,4],[18,2],[69,2]],'conflict':[[4,4]],'levels':[[54,2],[32,2],[74,2],[76,2],[65,4]],'problematic':[[39,2]],'switchy':[[58,2]],'tools':[[1,4],[38,8],[12,2],[8,4],[39,2],[64,8],[54,2],[14,8],[47,6],[66,2],[6,2],[4,4],[48,2],[3,8],[65,12]],'freebsd':[[3,2]],'biggest':[[47,2]],'exec_time':[[58,2]],'claim':[[76,2],[64,2]],'numbered':[[73,2]],'sits':[[73,2]],'sq2':[[74,20]],'enhancing':[[4,2]],'accuracy':[[9,2],[26,2],[58,2]],'shu':[[10,2]],'tweaking':[[47,2]],'open':[[28,4],[44,2],[61,4],[12,8],[16,4],[35,4],[37,4],[17,2],[27,2],[22,6],[14,6],[26,4],[39,2],[47,6],[49,12],[54,4],[76,2],[10,8],[7,2]],'shared':[[77,2],[74,2]],'pagedown':[[58,2]],'uuencoded':[[76,2]],'&b%_3bxi':[[76,2]],'progress':[[58,2]],'circuitry':[[77,4]],'button':[[28,2],[61,2],[42,2],[20,4],[36,4],[52,2],[8,2],[39,14],[37,4],[59,2],[22,2],[14,2],[23,6],[29,22],[47,22],[49,12],[4,4],[54,2],[60,10],[69,12],[10,10],[70,2],[58,28]],'yourself':[[59,2],[61,2],[47,2]],'complimentery':[[77,2]],'prevented':[[4,2],[8,2]],'ntsccolor':[[12,2]],'misrepresented':[[77,2]],'persist':[[58,2]],'loc':[[76,6]],'merge':[[3,2],[2,2]],'continuously':[[49,2]],'watching':[[66,2]],'dcfd':[[76,4]],'randomness':[[76,2]],'val':[[76,10],[74,4]],'decoded':[[74,2],[58,4]],'layout':[[4,2],[66,4],[62,2]],'wrong':[[4,2],[9,2],[14,2],[47,2]],'inserting':[[42,2],[23,2],[20,2]],'multiplier':[[73,2],[34,2]],'documented':[[47,2],[19,2]],'overridden':[[27,2]],'jones':[[5,2]],'resets':[[74,2],[49,2],[39,2]],'mega':[[39,10]],'kept':[[77,2],[49,2],[60,4]],'keep':[[73,2],[53,4],[77,4],[42,2],[74,2],[17,2],[49,2],[29,2],[54,2],[76,2],[60,2],[33,2],[57,2],[58,6]],'hikari':[[29,2]],'makedata':[[54,2]],'board':[[66,4]],'ppc':[[11,2]],'loads':[[58,8],[18,4],[22,2],[73,2],[76,6],[77,2],[74,2],[10,2],[11,2],[37,4]],'www':[[57,2],[59,2]],'kirby':[[66,2]],'dual':[[73,6]],'obsolete':[[4,2]],'following':[[73,2],[1,2],[77,6],[74,4],[16,2],[68,2],[69,8],[59,4],[49,6],[76,20],[66,2],[58,10]],'speedmode':[[59,2],[10,2],[57,2],[58,2]],'noconfig':[[10,2]],'chunk':[[17,2],[71,16]],'grapical':[[34,2]],'programmers':[[59,2],[61,4],[77,2],[76,4]],'intact':[[77,2]],'adc':[[76,44]],'skill':[[64,6]],'cdlogger':[[6,2]],'8_47':[[76,2]],'_29_':[[79,2]],'understand':[[77,6],[55,2],[56,2],[76,2]],'describes':[[63,2],[77,4],[24,2],[37,2]],'9010':[[73,2]],'ensure':[[76,4],[58,4]],'loadstate':[[37,12],[58,2],[22,2],[14,4],[26,2],[6,6],[16,16],[10,2],[18,6],[5,2]],'dd0d':[[76,22]],'fairly':[[52,2]],'comment':[[59,2],[22,4],[49,18],[76,4],[69,10]],'truecolor':[[58,2]],'attain':[[74,2]],'just':[[19,2],[53,2],[61,4],[12,2],[42,2],[74,2],[77,12],[39,2],[59,8],[26,2],[49,8],[41,2],[47,6],[54,2],[60,6],[4,2],[34,2],[48,2],[70,2],[71,2],[40,2],[76,22],[58,8]],'inv':[[58,2]],'paying':[[77,2]],'loadstates':[[6,2]],'extracted':[[77,2]],'major':[[73,2],[9,2],[14,2],[4,2],[77,2],[52,2],[10,10],[11,2]],'posted':[[74,2]],'ongoing':[[58,2]],'uwa':[[76,2]],'option':[[53,8],[12,8],[16,6],[20,2],[8,2],[35,2],[37,32],[9,10],[14,8],[26,4],[29,6],[6,10],[41,2],[4,20],[34,8],[49,6],[51,2],[10,10],[40,2],[11,6],[58,4]],'cpu':[[50,4],[77,24],[74,18],[63,2],[9,6],[14,2],[49,16],[66,12],[6,2],[71,6],[4,2],[76,12],[75,4],[58,8]],'dialogs':[[9,2],[12,6],[10,2],[8,2]],'without':[[73,2],[79,2],[77,8],[12,2],[20,2],[74,2],[64,2],[47,6],[66,2],[6,4],[60,2],[4,4],[76,2],[10,4],[57,2],[11,4],[58,20]],'significant':[[71,2],[58,2]],'pretty':[[73,2],[77,4],[58,2]],'frameadvancing':[[59,2]],'zeros':[[54,2]],'canceling':[[10,2]],'rely':[[59,2]],'hardware':[[17,2],[63,4],[73,2],[1,2],[76,12],[67,4],[34,10],[74,46],[77,12],[58,4]],'funny':[[73,2],[76,2]],'designates':[[49,2]],'implemented':[[9,6],[46,2],[6,4],[77,4],[3,6],[10,6],[8,2]],'containers':[[37,2]],'navigation':[[3,2],[49,4]],'ideas':[[43,2]],'indirect':[[76,16],[49,2]],'tutorial':[[57,2]],'seek':[[4,2],[49,4]],'explained':[[59,2],[77,2]],'08000h':[[73,8]],'poweron':[[10,2],[58,2]],'triplets':[[31,2]],'tatakai':[[7,2]],'omitted':[[58,2]],'cmp':[[76,42]],'wealth':[[64,2],[65,2]],'activated':[[77,6]],'backups':[[35,4],[10,2],[6,2],[7,2]],'activate':[[55,2],[39,2]],'pcsx':[[41,2],[40,2]],'drive':[[20,2]],'utfconverter':[[9,2]],'sometime':[[37,2]],'uint32':[[71,22]],'overincreased':[[12,2]],'experienced':[[59,2]],'containing':[[4,2],[76,2],[6,2]],'lists':[[76,2]],'8x8':[[12,2]],'mwav':[[71,2]],'unified':[[3,2]],'sample':[[54,2],[32,2],[74,2],[58,6]],'know':[[73,4],[55,2],[61,4],[52,2],[77,4],[39,8],[59,2],[78,4],[47,18],[66,2],[60,2],[76,6],[58,4]],'trial':[[47,2],[60,4]],'progression':[[58,2]],'gotcha':[[6,2]],'leftbracket':[[58,2]],'bbitmaster':[[3,2]],'nmi3':[[49,2]],'basis':[[77,2],[31,2]],'reaching':[[22,2],[35,4]],'dff6':[[49,2]],'prevent':[[59,2],[49,2],[76,2],[6,2],[60,2],[77,2],[12,2],[52,2],[10,4],[11,2],[58,4]],'slight':[[34,2],[26,2],[24,2],[5,2]],'subsequent':[[69,2],[58,4]],'lame':[[77,2]],'brk':[[76,56],[66,2]],'galaxian':[[61,2]],'bpl':[[76,26]],'unless':[[53,2],[77,4],[74,2],[20,4],[69,6],[27,2],[26,2],[22,2],[47,2],[49,2],[76,2],[58,10]],'09fffh':[[73,4]],'add':[[73,2],[55,6],[31,2],[77,4],[12,6],[52,2],[39,4],[49,20],[29,2],[47,6],[76,38],[6,2],[4,8],[48,2]],'issues':[[24,2],[63,4],[10,2],[11,4],[5,4]],'iiii':[[49,2]],'sounds':[[73,2]],'combinations':[[77,2],[76,8],[60,2]],'aop':[[76,2]],'visit':[[22,2]],'described':[[77,8],[74,4],[55,2]],'blow':[[58,2]],'crackle':[[63,2]],'6502':[[73,12],[76,12],[66,4],[50,2],[74,8],[75,2],[39,6]],'savestates':[[58,6],[12,6],[16,2],[56,2],[35,4],[37,4],[63,6],[59,6],[9,2],[14,6],[22,4],[26,12],[6,2],[4,6],[10,2],[11,4],[7,4]],'allowing':[[58,2],[4,2],[34,2],[10,2],[69,2],[35,2]],'decrypt':[[55,2]],'discovered':[[76,2],[74,2]],'coincides':[[77,2]],'portions':[[77,2],[60,2],[5,2]],'available':[[53,2],[31,2],[28,2],[74,10],[56,2],[64,2],[37,8],[17,2],[15,2],[14,2],[76,8],[66,2],[43,2],[58,2]],'refers':[[49,2],[66,2],[58,2]],'format':[[73,10],[38,2],[31,2],[44,2],[53,2],[12,4],[68,8],[64,2],[39,12],[17,10],[69,32],[22,4],[14,12],[54,2],[70,10],[71,6],[4,2],[72,4],[32,2],[7,2],[58,6]],'lastkey2':[[60,2]],'prehaps':[[77,6]],'matter':[[73,2],[61,2],[31,2]],'done':[[73,8],[19,2],[77,16],[52,2],[74,2],[64,4],[39,4],[63,2],[59,6],[26,2],[14,2],[54,4],[76,2],[60,2],[3,2],[65,2]],'persistently':[[48,2]],'optimal':[[58,2]],'120hz':[[74,2]],'coinciding':[[77,2]],'intention':[[56,2]],'index':[[59,2],[77,12],[76,30],[71,6],[58,4]],'several':[[73,2],[61,2],[74,2],[69,2],[39,4],[63,2],[49,2],[41,2],[70,2],[24,2],[76,2],[3,2],[40,2]],'length':[[73,4],[77,2],[12,2],[74,82],[69,10],[59,2],[9,2],[70,4],[71,8],[76,2],[10,2],[58,6]],'need':[[73,4],[44,2],[45,2],[61,6],[52,2],[20,2],[16,2],[56,2],[77,2],[49,2],[54,4],[47,20],[70,2],[6,2],[60,2],[71,2],[76,6],[57,4],[58,10]],'computers':[[63,2],[34,2],[76,2],[33,2]],'remappable':[[9,2]],'27th':[[77,2]],'words':[[73,2],[47,12],[76,2],[77,4],[69,2],[58,2]],'summon':[[55,2]],'don':[[61,8],[52,2],[20,2],[74,6],[77,4],[59,4],[9,2],[49,4],[47,6],[54,2],[60,6],[76,2],[4,4],[78,2],[11,2],[58,6]],'|__________________________________________|':[[66,18]],'terminator':[[73,2]],'00fh':[[73,2]],'readability':[[58,2]],'forums':[[3,2]],'dialog':[[35,4],[39,2],[9,6],[14,8],[49,2],[4,8],[10,26],[57,4],[40,8],[7,6],[28,4],[12,12],[42,10],[36,2],[52,2],[8,8],[37,8],[17,2],[63,6],[22,8],[41,8],[6,8],[11,6],[58,14]],'rerecords':[[4,2],[26,2]],'0700':[[66,2]],'sure':[[39,2],[73,2],[21,2],[54,2],[47,2],[60,2],[69,2],[58,4]],'compared':[[14,2],[3,4],[6,2],[8,2]],'fc0':[[18,4]],'vint':[[77,18]],'|extra':[[77,2]],'mark':[[3,2],[47,6]],'arriving':[[74,2]],'4011':[[74,8]],'75%':[[58,4]],'rewinding':[[8,2],[37,4]],'waits':[[6,2]],'unit':[[76,2],[50,2],[77,2],[74,28],[20,2],[57,2]],'cancel':[[10,2],[57,2]],'bulletproof':[[6,2]],'rename':[[49,2],[12,2],[26,2]],'autosearch':[[41,2],[40,2]],'soft':[[54,4],[14,2],[23,2],[6,2],[4,2],[69,4],[58,2]],'1024':[[66,6]],'ntar':[[71,2]],'pair':[[69,2]],'confirmed':[[74,4],[58,2]],'sprites':[[78,4],[26,2],[47,4],[66,2],[34,6],[77,4],[10,2],[18,6],[58,4]],'updates':[[78,2],[47,2],[76,2],[6,2],[4,2],[45,2],[3,2],[10,6],[7,4]],'cyan':[[54,2],[58,2]],'bak':[[35,2]],'pspfceultra':[[3,2]],'stage':[[77,16],[74,2],[76,2]],'conditions':[[49,8],[74,10]],'symmetry':[[74,2]],'inits':[[73,2]],'sources':[[77,2],[74,2],[76,8]],'generated':[[77,8],[74,10],[76,2],[71,2],[69,2]],'loses':[[61,2]],'disassembly':[[4,6],[49,36],[54,2],[53,6]],'adventure':[[66,2]],'unusual':[[76,2]],'midikey':[[58,10]],'debugger':[[65,4],[1,2],[55,8],[53,6],[12,8],[42,2],[52,2],[8,4],[5,2],[64,2],[9,2],[49,28],[6,8],[4,6],[48,4],[3,8],[10,6],[11,6],[7,4]],'case':[[11,2],[45,4],[61,2],[77,2],[69,2],[39,2],[63,2],[59,4],[49,2],[54,2],[76,6],[60,10],[18,2],[58,8]],'savescreenshotas':[[58,2],[5,2]],'locate':[[55,2]],'http':[[63,2],[59,6],[57,2],[64,10],[67,2]],'king':[[29,2]],'drawimage':[[58,2]],'overriding':[[58,2]],'0ffffh':[[73,6]],'bcd':[[76,32]],'always':[[58,10],[77,6],[12,4],[74,8],[35,4],[8,2],[69,6],[59,4],[22,2],[49,2],[47,2],[51,2],[6,2],[66,4],[4,2],[34,2],[76,44],[10,2],[18,2],[11,2]],'preferred':[[39,2],[77,2],[58,2]],'choppy':[[12,2]],'intervals':[[73,2]],'ejects':[[23,2]],'reporting':[[6,2]],'alternative':[[55,2]],'reorganize':[[13,2]],'minute':[[76,2]],'gnu':[[3,2]],'argus_':[[54,2]],'iql1':[[71,4]],'halt':[[49,4],[74,4]],'replaces':[[55,2]],'3f9':[[74,2]],'argument':[[5,2],[59,2],[76,16],[12,2],[11,2],[58,14]],'perfectly':[[77,2]],'desired':[[73,8],[48,2],[29,2],[55,6],[74,2]],'searchspace':[[60,2]],'someone':[[54,4],[29,2]],'mailing':[[74,2]],'14915':[[74,2]],'pairs':[[73,2],[59,4],[69,6]],'7fff':[[5,2],[73,4],[66,2],[71,2],[39,2]],'setregister':[[8,2],[58,4]],'most':[[77,4],[74,4],[16,2],[56,2],[39,2],[49,2],[29,4],[47,6],[51,2],[54,2],[60,6],[4,2],[66,2],[57,2],[65,2],[45,2],[42,2],[52,2],[64,2],[37,4],[17,2],[78,2],[22,2],[76,18],[58,6]],'dropping':[[77,2],[6,2]],'239':[[34,2],[49,2],[58,2]],'since':[[73,8],[53,2],[77,24],[74,2],[39,12],[9,2],[47,12],[70,2],[76,8],[4,4],[3,2],[10,2],[58,4]],'pain':[[71,2]],'nonsensical':[[17,2]],'expect':[[76,2],[29,4]],'getrecordermode':[[58,2]],'zeroes':[[60,2]],'deselected':[[47,2]],'east':[[76,2]],'sec':[[73,4],[76,2]],'yos0ffa':[[76,2]],'0070':[[73,4]],'fullest':[[1,2]],'emulated':[[39,2],[63,2],[29,16],[25,2],[4,2],[16,4],[58,10]],'1994':[[76,8]],'partially':[[54,2],[6,2],[28,2]],'psg':[[58,2]],'shifting':[[77,2],[9,2],[76,2]],'bbb':[[70,2]],'view':[[49,6],[54,2],[47,2],[55,2],[12,2],[48,2],[52,4],[74,2],[37,4]],'assumed':[[73,2]],'bottom':[[59,4],[49,2],[26,2],[76,2],[42,4],[58,6]],'hooks':[[58,2]],'0@9':[[76,6]],'2j1t892n%':[[76,2]],'6th':[[76,2]],'redesigned':[[43,2]],'gfce':[[3,2]],'counter':[[45,2],[77,30],[74,194],[22,6],[14,4],[26,28],[49,14],[66,2],[71,12],[4,8],[76,10],[10,4],[11,4],[58,12]],'process':[[58,2],[64,4],[26,2],[22,2],[47,4],[54,2],[65,4],[76,4],[77,14],[11,2],[39,4]],'unavailable':[[64,2]],'stuff':[[73,2],[59,8],[78,2],[47,2],[50,2],[60,4],[77,2]],'p2t0p9d`pid`':[[76,2]],'imbedded':[[35,2],[69,2]],'develop':[[77,2]],'might':[[22,2],[49,2],[47,2],[66,2],[60,4],[76,6],[45,4],[34,2],[58,6]],'removing':[[4,2],[77,2],[54,2],[5,2]],'strict':[[49,2]],'depth':[[58,2]],'040x':[[66,4]],'ours':[[76,2]],'faster':[[34,2],[21,2],[14,2],[66,2],[6,2]],'denoted':[[59,2],[60,2]],'notification':[[6,4]],'odds':[[60,2]],'khz':[[74,6]],'assisted_speedrun':[[64,2]],'0x0000':[[58,4]],'informed':[[74,2]],'output':[[5,2],[58,2],[21,2],[53,4],[66,4],[4,2],[77,10],[74,52],[32,2],[27,2]],'4015':[[74,18]],'65c02':[[76,2]],'registerbefore':[[58,8]],'o&_':[[76,2]],'tell':[[47,2],[66,2],[60,4],[57,4],[69,2],[58,2]],'files':[[61,2],[27,26],[39,6],[49,14],[9,4],[14,8],[15,2],[24,2],[29,2],[4,8],[47,6],[54,10],[10,8],[57,4],[38,2],[31,2],[44,10],[53,2],[12,6],[42,6],[52,4],[68,2],[8,2],[37,4],[17,10],[63,2],[21,8],[22,10],[25,2],[6,6],[11,2]],'resolution':[[34,2],[74,4]],'272':[[77,2]],'browse':[[57,2],[22,2]],'parts':[[49,4],[54,4],[47,2],[71,2],[60,2],[52,2],[69,2]],'outline':[[58,2]],'investigate':[[61,2]],'trace':[[65,4],[9,2],[54,4],[53,12],[4,4],[48,2],[3,2],[10,2],[7,4],[8,2]],'marks':[[47,8],[49,2]],'getreadonly':[[10,2],[58,4]],'edits':[[1,4]],'install':[[58,2]],'rpgs':[[47,2]],'soon':[[47,4],[76,2]],'save':[[16,14],[27,4],[59,10],[9,12],[14,8],[47,24],[49,6],[54,12],[60,2],[4,4],[66,4],[71,6],[10,14],[7,2],[46,2],[55,2],[12,4],[20,2],[42,4],[52,6],[8,10],[37,12],[26,12],[70,2],[76,2],[58,22]],'dec':[[76,22]],'readable':[[73,2]],'transferred':[[48,2],[74,2]],'correctly':[[4,2],[12,2],[51,2],[76,2],[11,2]],'modifying':[[9,2],[76,2],[19,2],[52,2],[74,2],[65,2]],'horizontally':[[77,4]],'squares':[[48,2]],'3f20|':[[66,2]],'super':[[77,4],[42,2],[66,6],[39,2]],'alphamul':[[58,14]],'extension':[[17,2],[47,4],[31,2],[12,4],[52,2],[35,2]],'extreme':[[60,2]],'tue':[[78,2],[79,2]],'8910':[[73,4]],'question':[[63,2],[58,6]],'also':[[77,14],[74,6],[16,2],[27,2],[39,4],[59,4],[9,4],[14,2],[47,2],[29,6],[49,24],[51,2],[4,6],[54,6],[48,2],[32,2],[10,4],[40,2],[7,2],[57,2],[60,8],[66,8],[71,2],[55,2],[53,2],[28,2],[12,2],[52,8],[64,2],[37,2],[63,4],[69,2],[22,16],[26,10],[41,2],[70,2],[43,2],[6,2],[76,20],[34,2],[3,4],[11,2],[58,16]],'lastkey1':[[60,2]],'1000000th':[[73,4]],'d`h#v1':[[76,2]],'fce':[[1,2],[0,2],[44,2],[52,2],[69,2],[39,6],[22,2],[14,2],[70,2],[71,6],[2,4],[3,42]],'labeled':[[6,4],[29,2]],'09ff':[[66,2]],'numpad7':[[58,2]],'0100':[[49,4],[76,40],[66,4]],'fetching':[[77,4],[49,2],[78,2],[76,2]],'heard':[[74,2]],'0677fc51543b':[[69,2]],'cut':[[66,2],[39,2]],'rectangle':[[58,4]],'04xx':[[73,2],[66,2]],'replayed':[[6,2]],'chance':[[77,2],[47,2],[60,2],[58,4]],'down':[[73,2],[31,2],[77,10],[42,2],[74,18],[36,2],[69,6],[39,4],[59,2],[22,10],[14,2],[23,4],[29,18],[49,2],[60,2],[66,8],[76,2],[32,4],[3,2],[58,6]],'directory':[[31,4],[12,2],[16,2],[20,10],[42,2],[8,2],[27,12],[17,2],[39,2],[26,4],[14,2],[25,2],[49,2],[60,2],[63,10],[10,6],[18,2],[11,4]],'joysticks':[[70,2]],'inx':[[76,4]],'packaged':[[63,4],[24,2]],'objctr':[[58,6]],'resized':[[10,4],[49,2]],'401f':[[66,2]],'linked':[[3,2]],'brand':[[4,2],[14,2]],'iny':[[76,2]],'hitting':[[39,2]],'worlds':[[2,2]],'graphical':[[77,8],[3,2],[56,2]],'ripsubs':[[9,2]],'details':[[59,2],[66,4],[53,2],[24,2],[77,16],[74,16],[10,20],[37,2]],'maxframes':[[60,8]],'fm3':[[4,2],[69,2]],'wrote':[[77,2],[3,2],[37,6]],'possibilities':[[77,2],[54,2],[14,6],[66,4],[39,14]],'1fff':[[66,4],[71,4]],'decide':[[66,2],[77,2]],'interact':[[57,2],[58,2]],'buggy':[[48,2]],'|1e':[[74,2]],'navigating':[[22,6],[21,2],[16,2]],'utf':[[11,2]],'translation':[[47,12]],'criterion':[[64,4]],'gens':[[9,2],[41,2],[6,2],[40,2],[7,2],[8,4]],'simultaniously':[[77,2]],'categories':[[36,2]],'playing':[[73,2],[16,2],[8,2],[39,2],[17,4],[64,12],[15,4],[14,6],[21,2],[22,12],[25,4],[26,4],[54,6],[60,2],[66,2],[10,2],[7,2],[58,4]],'added':[[58,4],[73,10],[77,6],[12,18],[52,2],[8,10],[5,10],[69,8],[9,16],[26,2],[47,2],[49,2],[6,26],[24,4],[4,32],[76,6],[3,4],[10,66],[11,14],[7,8]],'framerate':[[74,2],[33,2],[69,2]],'filenaming':[[4,2]],'crossed':[[76,8]],'remove':[[9,2],[12,2],[36,2],[47,2],[49,2]],'feature':[[46,2],[53,4],[12,2],[52,4],[74,4],[56,2],[9,2],[26,4],[29,16],[47,2],[6,2],[49,4],[4,2],[54,2],[3,2],[11,2],[7,2]],'preview':[[41,2],[40,2]],'convert':[[14,2],[38,4],[6,2],[44,8],[12,4],[68,2],[74,2],[58,2]],'parameters':[[58,2],[5,2],[39,4]],'april':[[7,2]],'commercially':[[3,2]],'cht':[[39,6],[27,4]],'hardly':[[77,2],[30,2]],'referenced':[[49,2]],'event':[[52,2],[70,2],[64,2]],'capacity':[[20,2]],'manipulate':[[59,2]],'luabot_framework':[[60,2]],'shape':[[61,2]],'expected':[[77,2],[76,6],[31,2],[64,2]],'misbelief':[[76,2]],'john@ucc':[[76,2]],'161':[[77,2]],'atx':[[9,2]],'waveform':[[71,4]],'parser':[[49,2]],'bugsbunnybirthdayblowout':[[61,2]],'edition':[[3,2]],'copies':[[4,2],[76,2]],'j2x@to':[[76,2]],'warped':[[77,2]],'shown':[[4,2],[59,2],[49,8],[50,2],[39,2]],'almost':[[3,2],[53,2],[66,2]],'connect':[[49,8]],'fade':[[74,2]],'characteristics':[[66,6],[74,2]],'teal':[[58,2]],'160':[[77,2]],'unintentional':[[10,2]],'largely':[[61,2]],'html':[[63,2],[59,6],[64,6],[58,4]],'part':[[49,10],[47,4],[55,2],[60,2],[70,2],[76,8],[61,2],[52,4],[75,4],[77,6],[64,6]],'gives':[[9,2],[29,2],[66,8],[28,2],[77,2],[33,2],[58,2]],'snaps':[[4,2]],'supplied':[[59,2],[20,4]],'warned':[[59,2]],'sax':[[76,20]],'brute':[[58,2]],'maintenance':[[6,2],[13,2]],'zenity':[[12,2]],'bmf':[[24,6]],'maximus':[[3,4]],'reload':[[4,2],[9,2],[12,2],[49,4],[37,2]],'foundation':[[65,2]],'token':[[69,2]],'halves':[[76,2]],'phase':[[76,2],[77,22]],'cia2':[[76,2]],'nestopia':[[24,2]],'songs':[[73,4]],'segments':[[60,12]],'z80':[[77,2]],'methods':[[76,2],[58,4]],'recovery':[[11,2],[12,2]],'combines':[[54,2]],'john':[[76,2]],'sweeping':[[74,8]],'direct':[[76,2],[56,2]],'timing|':[[77,2]],'suffice':[[39,2]],'banked':[[73,2]],'updated':[[73,6],[9,4],[1,2],[47,6],[70,2],[71,2],[77,6],[74,8],[10,2],[39,4]],'bankswitching':[[73,10],[77,2],[49,2],[54,2]],'licensed':[[3,2]],'objpri':[[77,2]],'unpauses':[[7,2],[58,2]],'rewinder':[[61,2]],'pattern':[[66,4],[50,4],[45,14],[77,42],[13,2],[58,2]],'020':[[74,2]],'spanned':[[20,2]],'readme':[[76,2]],'expansion':[[17,2],[73,4],[29,4],[66,2],[12,2],[5,2]],'finished':[[51,2],[71,2],[6,2],[58,2]],'w0fvb':[[76,2]],'statistical':[[60,4]],'f10':[[54,2],[16,4],[58,2]],'associated':[[39,2],[77,6],[58,2]],'str':[[59,4],[58,16]],'trans':[[58,6]],'replaying':[[35,2]],'hasn':[[9,2]],'executing':[[76,8],[58,2]],'chrr':[[71,4]],'0000h':[[73,6]],'assignment':[[36,4]],'21477270':[[73,2]],'cope':[[76,2]],'painting':[[59,4],[12,2],[58,2]],'cpuregistername':[[58,4]],'being':[[73,4],[53,4],[42,2],[20,2],[74,12],[56,2],[78,2],[29,4],[47,2],[70,2],[60,2],[76,14],[58,6]],'ida':[[54,2]],'vrcvii':[[73,6]],'criticised':[[64,2]],'newer':[[3,2]],'nmos':[[76,32]],'unmodified':[[76,4]],'ports':[[4,2],[29,4],[3,2],[50,2]],'5x5':[[58,4]],'marginal':[[76,2]],'silly':[[17,2]],'blossom”':[[47,2]],'remind':[[69,2]],'comprehension':[[77,2]],'0600':[[78,2],[66,2],[79,2]],'006eh':[[73,2]],'start_address':[[73,2]],'keyboard':[[23,2],[29,2],[20,4],[10,2],[11,2],[58,6]],'#xh':[[76,2]],'overhauled':[[14,2]],'gekimadden':[[7,2]],'latency':[[32,2]],'rewind':[[61,2],[22,2],[37,4]],'vectors':[[6,2]],'future':[[63,2],[73,2],[47,2],[76,2],[30,2],[61,2]],'timings':[[33,2],[77,2]],'#byte':[[76,8]],'detrimental':[[54,2]],'mac':[[3,2],[63,2]],'young':[[5,2]],'poking':[[48,2]],'01ff':[[49,4],[76,6],[66,4]],'akel':[[76,6]],'tries':[[58,2]],'clockline':[[77,2]],'watch':[[38,4],[53,4],[12,2],[42,28],[8,4],[27,6],[39,6],[5,2],[9,12],[14,16],[41,6],[49,6],[6,2],[54,2],[4,2],[64,2],[66,2],[3,2],[10,12],[58,2]],'rmw':[[76,4]],'remember':[[73,2],[59,2],[26,2],[47,4],[76,6],[77,4],[12,4],[52,2],[64,2]],'advanced':[[77,2],[49,4],[64,2],[65,2]],'scrolls':[[4,2]],'sq1':[[74,20]],'cherished':[[65,2]],'dcfc':[[76,6]],'commandline':[[9,4],[5,2]],'location':[[58,4],[21,2],[22,2],[49,4],[55,2],[76,6],[74,4],[32,2],[39,4]],'pointed':[[29,2]],'dd04':[[76,4]],'entry':[[73,4],[39,2],[26,2],[47,2],[76,2],[4,2],[77,8],[58,8]],'824':[[77,2]],'discovering':[[54,2]],'said':[[61,2],[51,2],[74,2],[77,2]],'offset':[[73,2],[59,2],[49,2],[78,4],[76,2],[38,2],[71,2],[45,6],[77,10],[52,4]],'looking':[[48,2],[47,2],[53,4],[24,2]],'quote':[[58,2]],'exotic':[[12,2]],'xmessage':[[58,2]],'flubba':[[74,2]],'warioland':[[10,2]],'043x':[[66,2]],'course':[[77,4],[74,2],[76,2],[58,2]],'tsx':[[76,4]],'shinydoofy':[[11,2]],'|ppu':[[77,6]],'115':[[4,2]],'hacks':[[62,2]],'invert':[[8,2],[58,12]],'armed':[[73,2]],'players':[[45,2],[77,2],[66,2],[8,2],[60,2]],'announced':[[20,2]],'supported':[[17,8],[59,4],[54,2],[70,2],[52,2],[20,2],[3,2],[69,6],[58,6]],'base':[[18,2],[39,2],[26,2],[58,2],[76,2],[77,8],[74,2],[20,4],[3,2],[11,2],[27,4]],'internal':[[77,6],[74,14],[76,6],[69,8],[58,6]],'structurized':[[53,2]],'argment':[[10,2]],'gamepads':[[69,2],[29,2]],'alternate':[[45,6],[76,2],[38,2]],'_will_':[[60,2]],'consistency':[[10,2],[8,2]],'bginput':[[18,6]],'hitboxes':[[61,2]],'issue':[[63,4],[9,6],[76,2],[30,2],[12,2],[32,2],[10,2],[11,6],[5,4]],'interactive':[[54,2]],'int32':[[71,6],[69,2]],'sequentially':[[73,2],[77,2]],'192':[[74,6]],'05ff':[[66,2]],'shx':[[76,8]],'stick':[[73,2],[66,2]],'entirity':[[77,2]],'goal':[[60,2],[64,2]],'defines':[[71,2],[49,6]],'hotkey':[[53,2],[12,6],[16,8],[36,8],[37,4],[9,2],[14,4],[21,2],[22,2],[25,2],[26,10],[4,4],[29,10],[49,6],[3,2],[10,14],[11,6],[58,2]],'02xx':[[66,4]],'usability':[[4,2],[3,2],[7,2],[8,2]],'c022':[[49,2]],'draws':[[77,2],[79,2],[58,10]],'recommend':[[77,2]],'saver':[[9,2],[28,4]],'writing':[[73,2],[77,6],[52,4],[20,2],[74,8],[59,2],[49,2],[78,2],[76,4],[60,2],[10,2],[57,2],[79,2],[58,6]],'environments':[[17,2]],'resulting':[[54,2],[64,2],[31,2]],'learning':[[57,2]],'onsegmentstart':[[60,4]],'kh%&1':[[76,2]],'multiplexer':[[77,14]],'messages':[[58,2],[53,2],[6,2],[4,8],[12,2],[10,2],[7,2],[5,2]],'profit':[[77,2]],'differrences':[[74,2]],'reverse':[[54,2],[74,6],[66,2],[65,2]],'legend':[[76,2]],'113':[[77,2]],'outputted':[[74,2]],'joypad':[[11,2],[20,4],[69,4],[8,2],[59,6],[23,2],[25,2],[6,2],[4,2],[10,6],[7,6],[58,30]],'buttoncount':[[4,2]],'idc':[[54,2]],'drawings':[[4,2]],'psin':[[71,2]],'implied':[[76,10]],'two':[[73,2],[53,2],[42,4],[20,4],[74,2],[69,6],[59,4],[26,2],[49,2],[47,2],[66,2],[60,4],[76,24],[34,4],[3,2],[58,8]],'acts':[[76,2],[77,2]],'powersave':[[9,2]],'regression':[[9,2]],'automatic':[[17,4],[49,2],[74,2],[10,2]],'cycle':[[39,2],[59,4],[23,2],[76,40],[71,4],[77,48],[12,2],[74,28],[58,2]],'playfields':[[77,6]],'pseudo':[[74,10],[76,2],[60,2]],'2000':[[73,6],[78,4],[66,6],[71,4],[77,16],[3,2]],'74ls373':[[77,2]],'customization':[[4,2]],'brackets':[[49,2],[39,2]],'fatal':[[76,2]],'compresses':[[26,2]],'0fe':[[74,2]],'needs':[[59,2],[49,4],[47,4],[58,2]],'specify':[[73,2],[42,2],[53,2],[58,2]],'expertise':[[74,2]],'appliciable':[[77,2]],'encoder':[[26,2],[49,2],[55,14],[48,2],[3,2],[65,2]],'info':[[73,6],[78,2],[22,4],[14,6],[66,6],[60,2],[77,2],[10,2],[64,4]],'understandable':[[49,2]],'receive':[[26,2],[47,2],[58,2]],'patterns':[[45,2],[77,2],[74,4]],'tbl1':[[59,6]],'posting':[[74,2]],'abandoned':[[3,2]],'belonging':[[49,2]],'ungzipping':[[12,2]],'home':[[58,2]],'became':[[64,2]],'alot':[[77,2]],'dma':[[77,2],[76,4],[66,2]],'avi':[[27,4],[35,4],[15,4],[14,6],[21,18],[4,2],[12,2],[10,4],[11,2],[5,2]],'lower':[[49,2],[26,2],[70,2],[66,2],[60,2],[76,18],[77,12],[74,2],[32,2]],'classics':[[77,2]],'counts':[[58,2]],'wram':[[71,4],[12,2]],'ones':[[77,2],[9,2],[48,2],[50,2]],'unofficial':[[9,2],[3,2],[65,2]],'every':[[73,2],[53,8],[45,6],[77,26],[74,8],[69,4],[37,4],[26,8],[49,2],[47,4],[54,8],[60,4],[71,2],[76,10],[10,2],[11,4],[58,8]],'0000001111100000':[[78,2]],'backtrack':[[60,2]],'secondary':[[63,2]],'envelope':[[74,60]],'fceultra':[[3,2]],'flicker':[[77,4]],'bare':[[59,2]],'smallest':[[77,2],[74,4],[58,2]],'rgba':[[58,4]],'tool':[[38,12],[62,4],[42,2],[52,4],[8,2],[27,2],[63,2],[64,30],[22,8],[14,6],[41,2],[47,8],[2,2],[43,4],[4,6],[49,2],[48,8],[60,4],[3,4],[40,2],[10,2],[66,2]],'dex':[[76,6]],'industry':[[77,2]],'smb0':[[18,28]],'click':[[55,8],[28,8],[44,4],[52,6],[16,2],[36,2],[39,10],[26,2],[49,26],[47,6],[4,6],[10,6],[57,4],[58,2]],'loaded':[[73,16],[61,2],[74,8],[77,12],[35,8],[27,8],[39,4],[9,4],[14,2],[49,2],[66,10],[60,4],[4,2],[48,2],[10,8],[7,4],[18,2],[53,2],[31,6],[28,4],[12,4],[20,4],[42,4],[52,2],[37,20],[22,8],[26,2],[76,14],[6,4],[34,6],[58,42]],'compare':[[49,6],[41,2],[55,8],[4,2],[40,2],[39,4]],'extensively':[[64,2]],'introduction':[[1,4],[53,2],[50,2],[0,6],[52,2],[74,2],[39,2],[59,2],[21,2],[22,2],[49,2],[51,2],[54,2]],'affect':[[39,4],[10,2],[76,6],[58,2]],'dc0d':[[76,8]],'edit':[[49,2],[42,2],[14,10],[52,22]],'rips':[[73,4]],'letting':[[58,4]],'laptop':[[10,2]],'f20':[[58,2]],'configurations':[[67,2],[14,2]],'effects':[[77,4],[49,2],[79,2]],'emrwxf':[[49,4]],'enters':[[58,4]],'clear':[[73,8],[77,2],[36,4],[69,2],[78,2],[49,4],[29,6],[47,2],[54,4],[76,20],[4,2],[58,8]],'include':[[17,2],[22,2],[14,4],[69,2]],'consists':[[58,2],[70,2],[77,8],[52,2],[69,8],[39,2]],'truth':[[76,2]],'simulation':[[58,2]],'punchouttraining':[[61,2]],'textual':[[65,2]],'2002':[[77,10],[78,2],[3,4],[76,2]],'triggered':[[74,2],[58,2]],'65500':[[71,2]],'002':[[74,2]],'tracing':[[53,2]],'4#p`e@`h#vq':[[76,2]],'languages':[[4,2],[56,4]],'recieve':[[74,2]],'characters':[[73,2],[49,2],[14,2],[66,2],[4,2],[12,2],[52,2],[69,2]],'engine':[[4,2]],'045x':[[66,2]],'thrown':[[77,2],[58,2]],'ldx':[[76,30]],'menu':[[1,12],[16,6],[27,2],[39,10],[9,12],[14,14],[23,8],[29,2],[47,4],[4,6],[48,4],[32,4],[10,36],[7,6],[38,2],[28,8],[12,4],[13,2],[20,4],[36,2],[8,4],[5,2],[37,40],[42,6],[21,8],[22,16],[25,12],[26,32],[6,8],[52,4],[63,2],[11,2],[58,4]],'approximate':[[69,2],[58,2]],'cld':[[76,2],[66,2]],'playmoviefrombeginning':[[6,2]],'buffing':[[32,2]],'blanking':[[39,2]],'turtles':[[45,2],[66,2]],'forced':[[77,2],[74,2]],'successive':[[76,2]],'bandwith':[[77,2]],'needle':[[74,2]],'speedrun':[[60,2],[64,4],[2,2]],'evaluates':[[77,2],[49,2],[60,8]],'6fff':[[73,2]],'suggest':[[4,2],[35,2],[58,2]],'accordingly':[[26,2]],'sections':[[77,4],[47,2],[71,2]],'creation':[[59,2],[14,2],[11,2],[60,2]],'emu':[[7,2],[59,14],[6,6],[4,4],[57,6],[8,2],[58,90]],'own':[[55,2],[61,2],[74,2],[77,6],[39,2],[49,4],[29,2],[14,2],[76,4],[43,2],[6,2],[58,2]],'010':[[74,2]],'invertselection':[[4,2]],'044x':[[66,2]],'bookmarked':[[6,4]],'prefixes':[[42,2]],'backgrounds':[[77,2],[26,4],[19,2]],'000':[[66,2]],'rotate':[[76,4]],'d8t`2i':[[76,2]],'empty':[[59,6],[49,6],[14,2],[76,2],[4,2],[34,4],[69,2]],'help':[[73,2],[1,4],[74,2],[37,12],[59,2],[54,4],[14,2],[76,2],[34,4],[10,4],[33,2],[57,2],[58,2]],'frame':[[50,2],[77,16],[74,44],[35,8],[39,2],[59,12],[9,6],[14,2],[49,12],[60,12],[4,6],[32,4],[10,14],[57,2],[18,8],[65,2],[46,2],[53,4],[44,2],[45,8],[12,4],[42,2],[64,10],[37,4],[69,10],[78,2],[21,2],[22,36],[26,22],[70,4],[6,10],[11,4],[58,64]],'instance':[[73,2],[28,2],[45,2],[77,2],[16,2],[39,2],[59,4],[26,2],[49,2],[76,4],[66,6],[6,2],[60,6]],'converter':[[63,2],[12,2],[22,2],[10,2],[74,8]],'composed':[[71,2]],'vints':[[77,4]],'resistors':[[74,2]],'correction':[[34,2],[74,2],[10,2]],'next':[[55,2],[77,30],[74,8],[39,8],[59,6],[49,8],[29,2],[47,4],[66,4],[6,2],[60,10],[71,4],[76,32],[7,2],[58,10]],'kilobytes':[[20,2]],'newtext':[[58,2]],'bit0':[[76,2],[69,4]],'pushed':[[76,8]],'separator':[[69,2]],'mpby':[[71,2]],'04000':[[73,2]],'credit':[[74,2]],'processors':[[10,2],[76,14]],'thread':[[33,2]],'connection':[[76,2]],'c002##comment2':[[49,2]],'xoff':[[71,2]],'date':[[59,2],[78,2],[79,2]],'bandwidth':[[77,2]],'adjust':[[77,2]],'dcfa':[[76,6]],'detection':[[29,2]],'dragged':[[7,2]],'job':[[34,2]],'chibi':[[74,2]],'dincsbc':[[76,8]],'invoked':[[7,2]],'triplet':[[31,2]],'kbfe_j':[[76,2]],'hence':[[73,2],[59,2],[58,8]],'religion_mode_off':[[76,2]],'instantly':[[77,2]],'sev':[[76,4]],'folder':[[27,4],[58,4],[26,4],[63,4],[44,2],[4,2],[61,4],[42,6],[57,2],[39,2]],'rar':[[17,2]],'scoring':[[60,2]],'loopcounter':[[60,2]],'aspiring':[[47,2]],'readbytesigned':[[59,2],[10,2],[58,4]],'interpreted':[[77,2],[69,2]],'hexi':[[42,2]],'cartridge':[[77,4],[29,2],[20,4],[66,2],[39,2]],'vtog':[[71,2]],'irritating':[[58,2]],'beebee':[[60,8]],'automagical':[[76,2]],'snapshot':[[22,2],[16,2]],'console':[[64,2],[22,2],[29,2],[4,4],[34,2],[52,2],[20,2],[7,4],[58,2]],'logs':[[54,2],[53,6],[7,2]],'had':[[63,2],[73,2],[76,2],[24,2],[2,2],[77,6],[74,2],[11,2],[58,2]],'fields':[[73,4],[42,2],[55,4],[69,2]],'radikus':[[4,2]],'nmi2':[[49,2]],'de0d':[[76,2]],'registerload':[[8,4],[58,2]],'defined':[[47,4],[57,2]],'luabitop':[[58,2]],'willing':[[73,2]],'123':[[76,8]],'verify':[[76,2],[78,2]],'acknowledged':[[74,2]],'prepend':[[12,2]],'highlighting':[[39,2]],'maskable':[[49,8],[74,4],[66,2]],'0800':[[66,4]],'already':[[47,2],[53,2],[55,2],[66,2],[61,2],[77,8],[20,2],[64,2],[58,6]],'dot':[[76,4]],'modal':[[58,4]],'onfinish':[[60,2]],'pins':[[77,6]],'exist':[[51,2],[31,2],[61,2],[74,4],[77,4],[58,2]],'nice':[[53,4]],'disassemble':[[54,2]],'collision':[[77,2]],'frozen':[[42,4],[10,6],[19,2],[6,4]],'metal':[[47,2]],'atop':[[77,2]],'freeze':[[59,2],[9,2],[76,4],[52,4],[16,4],[58,4]],'their':[[61,2],[74,4],[77,2],[36,2],[69,2],[49,2],[14,2],[47,6],[66,2],[76,4],[48,2],[32,2],[10,2],[58,2]],'promptly':[[61,2]],'mirr':[[71,2]],'key4':[[60,2]],'|05':[[74,4]],'emulate':[[73,4],[26,2],[29,2],[20,2]],'thinks':[[77,2]],'specifies':[[18,10],[58,8]],'appendix':[[58,2]],'rgb32':[[58,2]],'8bit':[[58,4]],'confirmation':[[28,2],[5,2]],'bypasses':[[10,2]],'tablet':[[29,2]],'libraries':[[59,2],[58,2]],'decrease':[[74,8]],'that':[[50,4],[61,14],[77,80],[56,6],[27,2],[29,6],[47,38],[2,4],[24,2],[48,4],[57,4],[79,2],[46,2],[38,2],[12,4],[13,2],[20,2],[64,18],[5,4],[37,16],[63,6],[22,18],[69,14],[41,2],[43,2],[73,16],[19,4],[74,58],[16,6],[39,46],[59,24],[9,10],[14,6],[49,40],[51,6],[54,26],[60,38],[4,2],[66,24],[71,4],[10,18],[40,2],[7,2],[18,2],[55,2],[53,16],[31,4],[45,2],[42,2],[52,20],[8,6],[17,2],[78,6],[26,8],[76,88],[6,14],[3,10],[58,102]],'okay':[[47,2]],'hq3x':[[34,2]],'wraps':[[76,2],[79,6]],'convertible':[[11,2]],'area':[[73,6],[49,2],[47,2],[66,2],[45,2],[34,2],[77,10],[58,2]],'enemy':[[66,42]],'19th':[[77,2],[74,2]],'suggested':[[58,2]],'disallow':[[7,2]],'setmarker':[[58,2]],'first':[[73,4],[77,32],[74,6],[59,8],[9,2],[49,4],[47,6],[54,2],[60,4],[66,6],[71,8],[55,4],[53,8],[31,2],[28,2],[44,2],[8,2],[69,6],[78,6],[26,2],[70,4],[76,26],[6,4],[34,4],[3,2],[58,12]],'maxvalue':[[60,24]],'411ah':[[73,2]],'luminance':[[77,8]],'care':[[74,2],[76,2],[58,2]],'points':[[77,2],[76,6],[60,2],[58,2]],'demonstrate':[[77,2]],'0000010000011111':[[78,4]],'antony':[[8,2]],'top':[[58,8],[5,2],[26,2],[49,6],[25,2],[59,2],[77,2],[39,2]],'correct':[[9,8],[76,2],[6,2],[34,6],[12,2],[58,12]],'stats':[[66,8]],'family':[[29,4],[76,4],[20,4]],'coding':[[59,2],[48,2]],'below':[[59,2],[49,10],[76,14],[71,2],[74,4],[39,2]],'account':[[49,2],[10,2],[60,2],[58,2]],'kh%r1':[[76,2]],'step':[[74,16],[9,2],[49,8],[76,2]],'actually':[[54,2],[76,2],[66,2],[60,2],[61,2],[74,6],[77,10],[58,12]],'allowudlr':[[18,6]],'stands':[[3,4],[77,2]],'prefix':[[42,6],[49,4]],'filled':[[55,4]],'often':[[76,2],[47,6],[57,2],[64,4],[66,6]],'230':[[58,2]],'constructed':[[57,2]],'plus':[[73,2],[77,6],[52,2],[58,2]],'formula':[[73,2],[77,2],[42,4],[74,2],[58,2]],'fired':[[77,2]],'really':[[78,2],[54,2],[47,8],[76,6],[60,2],[77,2],[74,2],[58,2]],'edwin':[[76,2]],'tay':[[76,2]],'8184':[[66,2]],'tutorials':[[47,2],[59,2]],'cycling':[[77,4]],'zeropage':[[76,18],[49,2]],'audible':[[74,8]],'wasted':[[77,2]],'mangling':[[47,2]],'onscreen':[[4,2],[58,2]],'playstation':[[3,2]],'putting':[[50,2],[58,2]],'bit':[[73,28],[31,4],[77,60],[74,146],[56,2],[69,18],[39,4],[63,2],[59,4],[49,6],[54,4],[47,2],[70,2],[71,14],[76,76],[4,2],[34,2],[32,4],[79,6],[58,4]],'audio':[[73,4],[54,4],[21,14],[32,2],[74,2]],'slow':[[63,6],[59,2],[22,4],[23,2],[47,2],[76,4],[34,2],[64,6],[39,2]],'pages':[[76,2],[66,4]],'patchlevel':[[76,2]],'recent':[[37,4],[9,4],[14,2],[6,4],[4,4],[42,4],[10,2],[8,2],[7,2]],'world':[[59,6],[29,2]],'xodnizel':[[3,4],[76,2]],'sets':[[77,2],[74,2],[37,4],[39,2],[27,6],[23,4],[25,10],[76,6],[34,10],[32,8],[10,2],[33,2],[18,46],[58,8]],'total':[[39,2],[73,2],[22,2],[76,2],[71,2],[4,4],[77,2],[74,2],[20,2],[58,2]],'presets':[[29,6],[14,2],[64,2],[27,6]],'substitutions':[[47,2]],'alpha':[[4,2],[58,18]],'vram':[[78,8],[52,2],[66,2],[71,2],[79,2]],'11ff':[[66,2]],'subpix':[[66,4]],'segfault':[[12,2]],'killed':[[66,2],[77,2]],'usually':[[73,2],[55,2],[66,6],[76,6],[52,2],[74,4],[64,6],[65,4]],'fcexp':[[69,2]],'rotations':[[76,4]],'believed':[[76,2]],'attrib':[[79,2]],'channels':[[73,2],[74,34],[32,4],[10,2],[58,2]],'neccessary':[[77,2]],'dostuff':[[59,2]],'yet':[[63,2],[59,2],[9,2],[58,2],[76,2],[66,4],[77,2],[39,4]],'030x':[[66,2]],'prepared':[[58,2]],'teenage':[[45,2],[66,2]],'avoid':[[64,2],[58,6]],'isattemptend':[[60,6]],'into':[[73,26],[77,32],[74,10],[56,2],[35,8],[27,2],[39,2],[59,2],[15,2],[14,4],[29,6],[47,14],[2,4],[49,8],[54,2],[60,8],[66,10],[10,2],[57,4],[65,2],[55,6],[28,2],[44,2],[12,2],[20,2],[42,4],[52,2],[21,4],[76,8],[6,4],[3,2],[58,8]],'carrier':[[71,2]],'ch1':[[73,4]],'damaging':[[77,2]],'parsecolor':[[7,2],[58,4]],'sum':[[49,6]],'lasereyes':[[61,2]],'enhance':[[77,4]],'timer':[[74,22],[76,16],[66,2]],'`28':[[76,2]],'supports':[[4,2],[17,6],[22,2],[3,4]],'varying':[[71,2]],'runtime':[[49,4],[54,2]],'calculates':[[74,2]],'isolate':[[48,2]],'windows':[[58,4],[28,4],[12,2],[8,4],[39,4],[63,4],[9,2],[6,2],[43,2],[4,6],[34,2],[3,6],[10,2],[11,2],[7,4]],'jamm':[[71,2]],'either':[[73,4],[49,2],[47,2],[53,4],[66,2],[76,12],[77,4],[74,4],[79,2],[69,4],[58,8]],'interprets':[[77,2],[58,2]],'fail':[[12,2],[54,2],[47,2],[76,2]],'corruptor':[[54,4]],'myimage':[[58,2]],'gettie1':[[60,2]],'passage':[[64,2]],'big_time_software@hotmail':[[77,2],[74,2]],'branch':[[3,8],[76,18],[2,2]],'win98':[[47,2]],'irrelevant':[[54,2],[69,4]],'getscore':[[60,2]],'successfully':[[76,4]],'“cherry':[[47,2]],'correspond':[[73,2],[66,2]],'gamecube':[[3,2]],'user':[[11,4],[77,2],[12,2],[20,2],[59,4],[9,4],[26,6],[29,2],[4,2],[3,2],[10,6],[7,2],[58,36]],'rainbowriding':[[61,2]],'hexbackcolorg':[[19,2]],'counting':[[73,4],[77,2],[49,2],[74,10],[58,2]],'copy':[[47,12],[76,10],[6,2],[28,2],[48,2],[52,6],[35,2],[58,2]],'definetely':[[77,2]],'how':[[73,2],[1,4],[55,4],[53,2],[62,2],[67,2],[61,4],[42,4],[74,8],[77,14],[56,6],[27,2],[39,2],[63,4],[54,2],[47,12],[66,4],[60,8],[71,2],[76,18],[79,2],[58,2]],'tracks':[[61,2]],'tbl3':[[59,4]],'serves':[[77,2],[60,2]],'failattempts':[[60,2]],'external':[[54,6],[46,8],[38,4],[60,2],[31,2],[77,10],[74,2],[58,2]],'condition':[[49,2],[31,2],[4,2],[77,2],[74,6],[11,2]],'cnrom':[[4,2],[12,2]],'websites':[[47,4]],'certain':[[53,2],[45,2],[61,2],[74,8],[77,2],[56,2],[63,2],[49,2],[29,2],[60,8],[48,2],[58,2]],'die':[[66,2]],'pack':[[57,2],[60,2]],'haystack':[[74,2]],'168':[[76,2],[77,2]],'threshold':[[76,2]],'inspired':[[77,2]],'fdsr':[[71,2]],'isolated':[[77,2]],'numpad3':[[58,2]],'stx':[[76,22]],'effected':[[77,2]],'dropped':[[7,2],[9,2]],'4000':[[66,2],[74,12]],'irqa':[[71,4]],'60th':[[22,2]],'plot':[[59,4]],'gtk':[[7,4]],'00000011':[[78,2]],'rippers':[[54,2]],'gamepad':[[6,2]],'pulled':[[77,2]],'vrc7':[[73,2]],'047x':[[66,2]],'experiment':[[77,2]],'deselect':[[47,2],[6,2]],'black':[[34,2],[77,10],[19,6],[58,2]],'name':[[73,6],[77,32],[35,2],[27,2],[9,2],[14,2],[47,12],[49,20],[51,14],[60,2],[4,2],[71,20],[48,4],[10,2],[57,2],[18,4],[7,6],[79,4],[31,4],[12,2],[42,2],[36,2],[69,2],[5,2],[17,2],[22,4],[76,2],[3,6],[58,16]],'micro':[[9,2]],'sent':[[77,2],[74,8],[47,2],[57,2],[39,2]],'commands':[[1,8],[36,2],[56,2],[8,2],[69,6],[26,6],[14,4],[23,4],[70,2],[6,2],[76,8],[40,2],[11,2],[18,2]],'regions':[[12,2]],'248':[[4,2]],'decryption':[[76,2]],'match':[[58,2],[12,2],[7,2],[39,2]],'endless':[[59,2],[77,2],[58,4]],'attained':[[74,2]],'nitsuja':[[3,2],[24,6]],'nsf':[[17,6],[73,8],[49,12],[54,20],[31,2],[72,4],[48,2],[8,6]],'rti':[[76,22],[74,2]],'familiar':[[73,2],[59,2],[74,2],[57,2]],'227':[[4,2]],'path':[[6,6],[28,2],[4,4],[20,2],[57,2],[18,8],[58,4]],'generates':[[77,2],[74,6],[37,2]],'alongside':[[49,2]],'identical':[[77,2],[74,2],[58,2]],'weren':[[74,2]],'accident':[[16,2]],'8502':[[76,12]],'theory':[[76,4]],'`@yoo0a':[[76,2]],'adds':[[27,2],[58,2],[9,2],[76,4],[6,4],[4,2],[3,4],[10,2],[8,2],[7,4]],'here':[[73,6],[19,2],[31,2],[77,24],[52,4],[74,10],[37,2],[39,2],[59,8],[49,4],[29,2],[41,2],[47,8],[60,2],[76,6],[4,2],[78,2],[40,2],[57,2],[58,8]],'sync':[[4,2],[34,8],[63,2],[10,2]],'scheme':[[77,2],[9,2],[70,2],[19,2]],'directories':[[25,2],[27,2]],'truthvalue':[[58,2]],'hackers':[[65,2]],'reached':[[77,2],[49,2],[51,4],[60,4]],'accumulator':[[73,4],[76,54],[71,2]],'current':[[73,2],[50,2],[77,6],[74,24],[35,2],[39,12],[49,12],[29,6],[51,4],[54,2],[60,18],[66,2],[4,4],[71,2],[48,4],[32,2],[10,6],[65,2],[53,2],[31,2],[20,2],[64,4],[69,4],[78,2],[22,4],[26,2],[76,8],[6,2],[34,8],[3,2],[11,2],[58,40]],'mapper':[[49,4],[6,2],[4,4],[12,2],[52,2],[10,2],[8,4],[7,2]],'internet':[[14,2],[25,2],[57,4],[30,2],[65,2]],'likelihood':[[20,2]],'disks':[[29,2],[20,6]],'decided':[[73,2],[47,4],[64,2]],'prerender':[[49,2]],'autostart':[[76,2]],'pch':[[76,32]],'unmapped':[[4,2]],'deducted':[[60,2]],'choosing':[[4,2]],'emulation':[[1,2],[74,2],[16,4],[35,2],[39,2],[59,4],[49,2],[23,14],[4,6],[32,2],[18,6],[31,4],[12,4],[20,2],[64,2],[37,4],[63,2],[21,6],[22,10],[25,2],[26,4],[6,2],[34,6],[75,2],[33,2],[58,10]],'scale2x':[[34,6]],'character':[[49,4],[47,6],[66,6],[52,2],[69,2],[58,2]],'processes':[[64,2]],'sed':[[76,2],[66,2]],'claimed':[[76,2]],'fceu':[[67,2],[16,2],[27,10],[59,2],[14,12],[2,10],[24,12],[4,2],[60,2],[10,16],[46,2],[30,4],[28,2],[12,2],[20,2],[42,2],[52,2],[8,4],[68,2],[63,8],[21,2],[25,2],[3,24],[58,8]],'tbl':[[47,2],[52,2]],'latching':[[74,4]],'nesting':[[4,2],[53,2]],'whereas':[[76,4],[77,2]],'nametable':[[78,6],[9,2],[66,10],[77,2],[12,2],[10,2]],'result':[[73,2],[76,44],[31,2],[77,10],[52,2],[74,8],[64,2],[58,8]],'perform':[[73,2],[58,4],[54,10],[76,8],[60,2],[39,2]],'dmcsize':[[58,2]],'measurements':[[76,2]],'twice':[[74,4]],'mappable':[[10,8],[22,2]],'green':[[59,2],[54,4],[31,2],[58,16]],'codes':[[63,2],[65,2],[26,4],[49,2],[55,8],[76,4],[48,4],[39,2]],'medium':[[58,4]],'receives':[[59,2],[58,2]],'entries':[[77,6]],'binding':[[11,2]],'handy':[[59,2],[47,2],[66,2]],'clocks':[[77,6],[74,4]],'07f':[[74,2]],'xor':[[59,2],[74,4],[58,4]],'l8i':[[76,2]],'impl':[[76,4]],'adjustment':[[24,2],[74,2]],'dump':[[10,4],[53,2],[37,2]],'significantly':[[66,2],[6,2],[39,2]],'incorporating':[[43,2]],'crashes':[[4,2],[59,2],[12,6],[10,4],[58,2]],'true':[[69,12],[59,6],[49,2],[76,2],[60,14],[34,2],[77,2],[57,2],[8,2],[58,52]],'execution':[[49,26],[76,4],[64,2]],'0xffff':[[58,4]],'previous':[[44,2],[42,2],[16,2],[68,2],[56,2],[69,2],[39,8],[37,18],[74,2],[22,2],[14,4],[26,2],[66,2],[6,2],[60,10],[4,2],[10,2],[7,2],[58,2]],'full':[[63,2],[9,2],[14,2],[54,6],[6,2],[34,22],[74,6],[20,2],[10,4],[35,2],[58,2]],'required':[[69,14],[8,2],[54,2],[27,2],[77,10],[74,2],[18,2],[39,2]],'scenario':[[74,2]],'reverted':[[9,2]],'submenus':[[26,2]],'level':[[51,6],[77,6],[74,6],[32,2],[56,2],[69,4],[39,8]],'131072':[[76,2]],'d019':[[76,10]],'accesses':[[77,4],[54,2]],'007b':[[73,2]],'hexfreezecolorr':[[19,2]],'restricting':[[58,4]],'sided':[[20,2]],'movie':[[35,48],[27,2],[9,24],[14,16],[15,6],[29,2],[60,2],[66,6],[4,12],[10,40],[18,28],[7,8],[65,2],[38,2],[44,4],[45,2],[12,12],[42,4],[68,10],[8,10],[37,58],[5,4],[64,28],[21,12],[22,120],[25,4],[26,16],[43,2],[6,46],[69,46],[70,2],[3,4],[11,8],[58,134]],'dll':[[63,4],[57,4],[8,2]],'feed':[[77,4]],'caveats':[[73,10],[58,2]],'taking':[[77,4],[74,2],[76,4],[56,2]],'gyp#8':[[76,2]],'somethingistrue':[[59,8]],'compute':[[58,2]],'opponent':[[30,2]],'opcode':[[9,4],[49,4],[76,122]],'exception':[[76,2],[66,2]],'detected':[[17,2],[29,2]],'seem':[[76,6],[77,4]],'quick':[[59,2],[49,2],[16,2],[58,4]],'guess':[[76,2],[77,2]],'official':[[73,2],[76,4],[57,2]],'relate':[[77,2]],'savestate':[[7,4],[58,56],[12,4],[16,24],[68,8],[8,12],[27,2],[35,12],[37,46],[9,2],[14,14],[22,30],[26,6],[6,20],[59,20],[4,2],[64,6],[69,14],[71,2],[10,6],[11,8],[18,2]],'horizontal':[[77,20],[51,2],[66,2],[71,2],[79,2]],'dungeon':[[77,2]],'fashion':[[77,4]],'extraneous':[[20,2]],'simulated':[[58,2]],'logger':[[65,8],[9,2],[54,30],[53,18],[4,4],[48,4],[52,2],[3,4],[10,2],[7,4],[8,4]],'architecture':[[4,2],[77,2],[74,2],[3,2],[50,2]],'appear':[[55,4],[53,2],[77,4],[74,2],[16,2],[27,2],[37,4],[49,10],[4,2],[10,4],[7,2],[58,4]],'gdimage':[[58,2]],'temporary':[[77,16],[3,2],[71,2],[76,2],[58,2]],'active':[[55,2],[31,2],[77,2],[74,2],[8,2],[39,14],[27,2],[49,2],[76,2],[6,2],[10,4],[7,4],[58,2]],'relatively':[[39,2]],'vars':[[60,2]],'1kb':[[71,2]],'handle':[[59,4],[12,2],[76,4],[11,2],[60,2]],'shadow':[[29,2]],'f13':[[58,2]],'nametables':[[66,2]],'size':[[73,4],[12,2],[20,2],[69,10],[49,10],[54,2],[41,2],[66,4],[71,10],[4,2],[34,18],[10,6],[40,2],[58,20]],'allow':[[69,2],[49,4],[29,6],[6,2],[60,2],[4,2],[34,4],[77,4],[10,2],[18,6],[58,2]],'unlike':[[76,4],[58,2]],'useful':[[53,6],[50,2],[77,8],[42,2],[56,2],[17,2],[26,2],[49,4],[47,2],[54,10],[66,8],[76,2],[48,2],[57,2],[11,2],[58,4]],'cart':[[77,10],[49,4],[66,4]],'noticeable':[[58,2]],'arise':[[63,2]],'#34053d':[[59,2]],'vista':[[63,4]],'clarify':[[76,2]],'messageboards':[[74,2]],'project':[[3,4]],'nestopia_rgb':[[24,2]],'doliner':[[3,2]],'connecting':[[49,2]],'bpp':[[11,2]],'produces':[[77,2],[74,6],[10,4],[60,2]],'predecessor':[[60,2]],'#bxi':[[76,2]],'dependent':[[76,2]],'assigns':[[25,2]],'programming':[[59,2],[61,4],[56,2],[57,2],[66,2]],'|graphical':[[77,2]],'adders':[[77,2]],'loopy':[[78,4],[79,4]],'manual':[[59,2],[43,2],[58,4]],'dc9d':[[76,8]],'farcry':[[59,2]],'fceud':[[3,8],[24,2]],'executable':[[3,2],[66,4],[76,4]],'ines':[[4,2],[17,8],[49,8],[71,2]],'weird':[[76,4],[58,2]],'programmatically':[[54,6]],'figuring':[[31,2]],'come':[[66,2]],'isfromsavestate':[[6,2],[58,4]],'bios':[[63,4],[73,2],[20,4],[7,2],[27,2]],'swapping':[[8,2],[49,2]],'new':[[73,2],[77,10],[74,22],[59,4],[54,8],[9,12],[14,20],[47,4],[24,2],[49,2],[4,16],[60,16],[10,16],[7,8],[65,4],[55,2],[38,2],[53,2],[44,2],[12,14],[13,4],[20,4],[42,4],[8,16],[5,8],[69,4],[22,2],[26,10],[76,14],[6,16],[43,4],[3,6],[11,6],[58,4]],'opaque':[[58,8]],'dosomething':[[59,2]],'modded':[[58,2]],'jump':[[76,14],[77,4]],'dragging':[[34,2]],'fourth':[[76,2]],'prg':[[52,4],[54,4],[55,10],[66,4]],'drawpixel':[[58,2]],'tasing':[[64,2]],'upward':[[74,2]],'400e':[[74,6]],'register':[[73,16],[59,2],[49,8],[78,2],[76,82],[71,14],[77,10],[74,56],[7,2],[58,58]],'bother':[[52,2],[74,2]],'pushes':[[76,2]],'issegmentend':[[60,6]],'quality':[[63,2],[32,6],[10,2]],'very':[[73,6],[53,2],[30,2],[61,2],[52,2],[77,10],[64,2],[39,2],[59,2],[49,2],[54,4],[47,4],[66,2],[71,4],[76,16],[48,2]],'shell':[[58,2]],'0xff':[[76,2]],'wch':[[4,4]],'afterwards':[[76,2]],'xnor':[[74,8]],'square':[[59,2],[9,4],[32,4],[74,62],[77,2]],'accounts':[[7,2]],'evaluate':[[59,4],[49,2]],'somethingglobal':[[59,2]],'playback':[[18,4],[73,6],[12,2],[74,8],[35,4],[9,8],[14,2],[21,2],[22,12],[6,4],[60,4],[10,2],[11,2],[58,10]],'noise':[[9,6],[71,2],[4,2],[74,68],[32,2],[58,2]],'low':[[63,2],[76,88],[77,6],[12,2],[32,2],[74,2],[56,2]],'unif':[[17,8]],'image':[[63,2],[59,4],[22,2],[51,2],[47,2],[65,2],[76,4],[34,14],[77,10],[20,10],[58,18]],'examiners':[[76,2]],'analyse':[[77,2]],'though':[[59,4],[54,2],[76,4],[50,2],[77,2],[52,2],[74,2],[39,2]],'opening':[[58,4],[5,2],[60,2],[4,2],[12,2],[39,2]],'visual':[[66,2],[6,2],[28,4]],'dots':[[76,4]],'functional':[[14,2],[3,2],[7,2],[8,2]],'difficulty':[[57,2],[64,2]],'deb':[[4,2],[49,6],[8,2]],'bitmap':[[77,26]],'long':[[63,2],[14,2],[29,2],[47,2],[53,2],[76,2],[4,2],[77,4],[74,12],[3,2],[64,2]],'longer':[[69,2],[9,8],[14,4],[47,2],[6,2],[12,4],[74,4],[10,4],[57,2],[7,4],[8,2]],'fetch':[[77,30],[76,218],[71,2]],'lastkey3':[[60,2]],'places':[[73,2]],'registered':[[58,20]],'optimizing':[[64,2]],'divide':[[77,2],[74,4]],'1976':[[76,2]],'cleared':[[74,4],[76,18],[6,2],[60,4]],'positions':[[77,2],[12,2],[66,6],[7,4]],'parameterstack':[[59,2]],'configured':[[10,2]],'pet':[[76,4]],'consecutive':[[76,2],[59,2]],'player3':[[69,2]],'moves':[[7,2]],'serial':[[77,2]],'screwed':[[77,2]],'people':[[39,2],[54,2],[47,2],[62,2],[77,2],[74,2],[58,2]],'second':[[73,6],[53,2],[28,2],[77,6],[12,2],[64,2],[78,6],[22,2],[49,4],[76,4],[71,2],[6,2],[60,2],[11,2],[58,8]],'commonly':[[10,2],[47,2],[64,2],[37,2]],'scaler':[[34,2],[6,2]],'snapping':[[53,2]],'suitable':[[54,2]],'and':[[50,4],[0,2],[61,6],[77,122],[56,12],[35,4],[27,2],[15,2],[29,30],[47,82],[2,6],[24,6],[48,20],[32,6],[57,12],[79,6],[46,2],[38,6],[28,4],[12,14],[20,6],[68,2],[64,22],[5,10],[37,14],[63,8],[21,10],[22,30],[41,4],[69,30],[43,2],[11,12],[73,114],[1,10],[19,2],[67,4],[74,114],[16,14],[39,50],[59,50],[9,18],[14,20],[23,2],[49,46],[51,2],[54,60],[4,36],[60,62],[66,34],[71,18],[10,34],[40,4],[18,4],[7,20],[65,14],[55,28],[53,8],[30,2],[31,8],[45,14],[62,8],[42,4],[52,26],[8,18],[17,18],[78,10],[26,20],[25,2],[76,350],[6,46],[34,30],[75,2],[3,62],[58,148]],'messes':[[12,2]],'resurrected':[[3,2]],'still':[[73,4],[74,6],[35,2],[39,4],[59,2],[9,4],[21,2],[26,2],[47,4],[76,2],[10,2],[79,2],[58,8]],'individual':[[77,4],[74,4],[32,6],[10,2],[58,4]],'selectively':[[54,2]],'subdirectory':[[39,2]],'pbl':[[71,2]],'stops':[[59,2],[74,2],[6,2],[58,8]],'pipelines':[[77,4]],'before':[[73,2],[53,4],[28,2],[77,10],[74,10],[16,2],[35,2],[5,2],[37,2],[39,2],[49,6],[54,6],[47,4],[59,4],[60,10],[64,4],[76,20],[3,2],[7,2],[58,22]],'256':[[26,2],[76,4],[66,18],[60,4],[71,2],[77,14],[10,2],[69,4],[58,2]],'ignore':[[60,2],[61,2],[9,2],[6,2],[58,2]],'unisystem':[[29,2],[31,4],[7,2]],'implies':[[2,2],[29,2]],'lock':[[12,2]],'various':[[65,2],[1,2],[62,2],[28,2],[74,4],[36,4],[35,2],[27,2],[37,2],[5,2],[26,2],[14,2],[25,2],[60,2],[34,2],[3,6],[58,2]],'lacking':[[41,2],[40,2]],'patcher':[[49,2]],'corrupts':[[54,2]],'registering':[[58,12]],'informing':[[59,2]],'030':[[74,2]],'starts':[[73,2],[59,2],[22,4],[76,2],[60,6],[6,2],[28,2],[77,8],[69,2]],'|09':[[74,2]],'adding':[[59,2],[22,2],[47,2],[55,2],[6,2],[76,2],[52,2],[3,4]],'menus':[[9,2],[29,2],[25,2],[47,6],[28,2],[4,4],[8,2]],'lagcounter':[[12,2]],'brightness':[[77,2],[24,2],[31,2]],'400d':[[74,2]],'rra':[[76,28]],'x64':[[76,4]],'controls':[[73,8],[59,2],[9,4],[15,2],[29,8],[49,2],[74,12],[10,2]],'differences':[[26,2],[74,2],[76,2]],'bases':[[77,2]],'hit':[[49,6],[53,2],[60,2],[66,2],[4,2],[7,2],[39,2]],'north':[[20,2]],'highest':[[77,2],[31,2]],'stationary':[[77,2]],'myself':[[59,2]],'switch':[[39,2],[26,2],[23,2],[47,2],[31,2],[28,4],[4,4],[20,6],[18,4],[35,2]],'sha':[[76,18]],'key2':[[60,2]],'163&164':[[12,2]],'icou':[[71,2]],'10000':[[18,2]],'greenzone':[[5,2]],'xparent':[[77,4]],'denote':[[73,2],[60,2]],'n#bm#l':[[76,2]],'0fffh':[[73,6]],'0x5000':[[4,2]],'references':[[77,2],[49,2],[76,2]],'stopped':[[74,2],[14,2],[76,4],[58,4]],'initialization':[[10,2],[54,2]],'subject':[[78,2],[69,6]],'compliment':[[74,4]],'anyway':[[61,2],[74,2],[50,2]],'03ff':[[66,2]],'vrcvi':[[73,6]],'kj0':[[76,2]],'yield':[[77,4]],'dd0a':[[76,18]],'inversion':[[77,8]],'formatted':[[47,2]],'delgamegenie':[[6,2],[58,4]],'cartridges':[[29,2]],'pram':[[71,2]],'immed':[[76,4]],'0000110000000000':[[78,2]],'mexr':[[71,2]],'its':[[73,4],[1,6],[0,2],[56,2],[35,6],[39,4],[59,2],[49,6],[14,4],[23,2],[29,2],[60,4],[4,2],[10,6],[55,2],[31,2],[62,2],[42,2],[52,2],[64,2],[76,18],[6,2],[43,2],[3,2],[58,10]],'regs':[[12,2],[58,10]],'77ac':[[69,2]],'online':[[59,2],[66,2]],'2011':[[5,2]],'grayed':[[10,2],[9,4]],'deal':[[59,2],[67,2]],'approved':[[60,2]],'adequate':[[47,2]],'tetris':[[61,2]],'reasons':[[76,2]],'eval':[[60,6]],'interrupted':[[76,2]],'006fh':[[73,4]],'present':[[73,2],[77,8],[51,2],[54,2],[69,2]],'sophisticated':[[77,2]],'txa':[[76,4]],'pixel':[[59,8],[49,2],[6,6],[34,2],[77,76],[10,2],[58,18]],'00a2':[[39,2]],'cursor':[[4,2],[34,4],[51,2],[50,4],[39,2]],'8kb':[[71,6],[13,2]],'poke':[[6,2],[39,6]],'1986':[[20,2]],'records':[[54,2],[69,4],[64,2]],'cbl':[[71,2]],'sort':[[59,2],[77,2],[76,4],[39,2]],'04015h':[[73,2]],'eraser':[[47,2]],'numpad6':[[58,2]],'sometimes':[[77,4],[74,2],[47,2],[76,6],[58,2]],'problems':[[63,2],[76,2],[6,2],[62,2],[34,2],[10,2]],'style':[[58,2],[9,2],[23,2],[29,2],[20,2],[3,2],[39,2]],'04cx':[[66,2]],'didn':[[4,2],[77,2],[12,2],[47,2],[58,2]],'happens':[[73,2],[59,2],[47,4],[76,6],[77,2],[58,2]],'hooking':[[38,2]],'~60':[[8,2]],'info|':[[77,2]],'advantage':[[22,2],[74,2],[56,2]],'breaking':[[49,4]],'prompt':[[5,2],[59,2],[8,2],[6,2]],'context':[[39,4],[9,4],[22,2],[26,4],[6,4],[28,6],[4,4],[10,10],[56,2],[37,8]],'|0b':[[74,2]],'close':[[77,6],[12,2],[52,2],[35,4],[37,4],[14,2],[29,2],[47,2],[24,2],[76,2],[10,4],[58,8]],'6510':[[76,26]],'terminal':[[74,14]],'savestateas':[[5,2]],'make':[[73,4],[61,2],[74,2],[16,4],[77,8],[59,6],[9,2],[49,8],[47,10],[54,8],[60,2],[48,4],[65,2],[55,2],[31,2],[28,2],[52,4],[69,2],[37,2],[21,2],[22,4],[26,2],[76,2],[34,6],[58,14]],'dey':[[76,2]],'megamanii':[[61,2]],'nreg':[[71,2]],'truncating':[[5,2]],'f19':[[58,2]],'portable':[[3,2]],'8160':[[66,2]],'initalizing':[[73,2]],'nesten':[[3,2]],'proper':[[4,4],[73,10],[26,2]],'bigger':[[4,2],[34,8],[47,2],[76,6],[60,14]],'addresses':[[73,2],[55,2],[77,2],[42,6],[74,2],[5,4],[39,24],[9,4],[49,20],[51,2],[66,10],[4,2],[48,2],[10,8],[58,4]],'respect':[[77,2]],'windows98':[[28,2]],'both':[[73,6],[53,4],[45,2],[77,8],[74,12],[20,2],[8,2],[39,2],[17,2],[78,2],[22,4],[14,4],[29,6],[47,2],[6,2],[49,2],[4,2],[54,4],[76,18],[10,2]],'any':[[73,2],[19,2],[61,6],[74,20],[16,2],[77,24],[39,6],[59,8],[49,10],[14,4],[29,2],[47,4],[51,2],[54,2],[4,4],[60,6],[66,4],[57,2],[7,2],[53,2],[45,2],[13,2],[20,2],[52,4],[69,8],[21,2],[22,12],[26,6],[76,36],[6,4],[34,4],[3,6],[58,22]],'typing':[[52,4],[39,2]],'synchronized':[[49,2]],'0a00':[[66,2]],'008':[[74,4]],'structure':[[57,2]],'transfering':[[76,2]],'declare':[[57,2]],'controllers':[[26,2],[29,8],[25,2]],'hl2n@':[[76,2]],'parentheses':[[49,2]],'evolution':[[2,2]],'whereby':[[52,2]],'collapsible':[[10,2]],'dictates':[[58,2]],'overlap':[[76,2]],'february':[[74,2]],'about':[[73,2],[1,4],[62,2],[0,2],[67,2],[77,6],[74,2],[56,2],[37,4],[59,4],[9,2],[49,2],[47,8],[66,2],[76,4],[10,2],[58,8]],'artifacts':[[34,4]],'fequency':[[74,2]],'manually':[[22,2],[29,2],[47,2],[49,2],[77,2],[79,2],[58,2]],'value':[[73,4],[19,4],[77,24],[74,76],[39,72],[59,10],[9,6],[14,8],[47,2],[49,8],[60,12],[71,6],[4,2],[10,8],[79,4],[55,20],[31,2],[42,24],[52,10],[69,36],[26,4],[76,68],[6,4],[58,46]],'calculating':[[76,2]],'whose':[[76,2]],'breaks':[[77,2],[49,2],[76,2],[7,2]],'bero':[[3,2]],'interesting':[[54,2]],'operations':[[49,2],[52,2],[76,20],[58,4]],'f15':[[58,2]],'abbr':[[77,2]],'deletes':[[6,2]],'score':[[9,2],[29,4],[60,6]],'formats':[[17,10],[14,2],[1,2],[68,4]],'takes':[[73,2],[59,2],[49,2],[76,8],[43,2],[60,2],[34,4],[12,2],[74,2],[77,6],[58,4]],'disables':[[74,2],[18,4],[39,2]],'key1':[[60,6]],'controlled':[[73,2],[77,2],[49,4],[74,2]],'fffb':[[76,2],[66,2]],'decays':[[74,2]],'mistake':[[59,4],[52,2]],'bd2ox':[[76,2]],'bounds':[[4,2],[7,4]],'move':[[54,8],[66,2],[60,2],[58,2]],'spec':[[73,6]],'headers':[[71,2],[6,2]],'outputting':[[21,2],[31,2]],'none':[[58,2]],'t%_87':[[76,4]],'extensions':[[17,4]],'hard':[[22,2],[14,2],[23,2],[47,2],[54,4],[10,2],[69,4]],'clicked':[[58,2]],'experiments':[[74,2]],'typical':[[66,2],[77,2]],'cmos':[[76,20]],'enhancements':[[8,2],[9,6],[14,8],[77,2],[12,2],[3,2],[10,4],[11,2],[7,2]],'uninstall':[[11,2]],'upon':[[54,2],[28,2],[77,2],[74,10],[16,2],[64,2],[58,2]],'2010':[[6,4],[7,2]],'runs':[[59,2],[49,10],[53,2],[30,2],[60,2],[3,2],[10,4],[64,2],[58,20]],'exits':[[60,2],[58,2]],'sakura':[[47,4]],'whyandhow':[[64,2]],'optimized':[[14,2]],'fulscreen':[[4,2]],'searching':[[14,2],[53,2],[57,2]],'oninputend':[[60,2]],'determined':[[73,6],[77,2],[76,2],[69,2]],'nulled':[[71,2]],'gradius':[[61,2]],'assemblers':[[65,2]],'sachen':[[4,2]],'duh':[[47,2]],'intelligent':[[54,2]],'metadata':[[22,10],[14,2],[10,2],[37,8]],'represent':[[74,10],[52,2],[69,6]],'use':[[61,10],[77,14],[56,6],[27,2],[29,14],[47,26],[48,2],[32,2],[57,4],[46,4],[38,4],[28,2],[44,4],[12,2],[64,8],[63,6],[21,2],[11,2],[73,12],[1,4],[74,2],[39,8],[59,4],[9,2],[49,16],[54,4],[66,10],[60,10],[71,2],[4,6],[10,2],[7,2],[18,2],[65,2],[55,2],[53,8],[30,2],[31,4],[45,2],[42,6],[52,4],[8,2],[26,2],[76,30],[6,4],[34,4],[3,4],[58,28]],'involving':[[6,4]],'esc':[[26,2],[28,2]],'contributed':[[74,2]],'katakana':[[47,2]],'globally':[[58,2]],'onattemptend':[[60,2]],'writepixel':[[58,2]],'identifier':[[69,4]],'ram':[[73,22],[1,2],[77,20],[39,18],[59,2],[9,2],[14,2],[49,20],[54,4],[60,2],[66,52],[4,10],[71,18],[48,8],[10,8],[40,8],[65,2],[38,4],[53,2],[62,6],[42,8],[20,2],[52,12],[8,8],[5,8],[64,8],[41,8],[6,6],[3,2],[58,12]],'sconsruct':[[12,2]],'inputcfg':[[7,2],[11,2]],'0319':[[76,2]],'header':[[17,2],[58,6],[73,8],[71,14],[20,4],[69,8],[7,2]],'backcolor':[[58,6]],'2005':[[78,6],[71,2],[79,4]],'studying':[[74,2]],'contains':[[61,2],[74,8],[77,2],[69,2],[39,2],[59,2],[22,2],[49,4],[47,2],[71,4],[76,8],[4,2],[3,4]],'|0f':[[74,2]],'auto':[[73,4],[38,6],[45,6],[12,2],[35,2],[37,22],[64,4],[22,2],[26,10],[29,18],[49,2],[6,4],[4,2],[10,10],[11,2],[7,2]],'tasedit':[[10,2],[7,4],[5,2]],'botloop':[[60,6]],'1100000000000000':[[78,2]],'advance':[[65,2],[46,2],[53,2],[64,8],[39,4],[22,18],[26,6],[49,4],[60,2],[32,4],[10,2],[57,2],[58,10]],'part1':[[49,2]],'applicable':[[77,4]],'years':[[3,2],[77,2]],'real':[[73,2],[77,2],[52,4],[74,4],[39,2],[59,2],[9,2],[26,2],[76,12],[78,2],[4,2],[34,4]],'construct':[[56,2]],'graphic':[[4,2],[77,2],[48,2],[7,2]],'asr':[[76,2]],'128':[[77,4],[49,4],[10,4],[76,14]],'25%':[[58,4]],'p3f':[[58,2]],'element':[[77,10],[58,2]],'rests':[[77,2]],'symbols':[[49,2]],'functionality':[[12,4],[6,4],[7,2]],'sconscripts':[[9,2]],'dac':[[74,16]],'clean':[[47,2]],'6500':[[76,10]],'hokeys':[[26,2]],'returned':[[76,2],[71,4],[60,12],[77,4],[74,2],[58,2]],'memw':[[42,2]],'~50':[[8,2]],'wanted':[[76,2],[77,2]],'began':[[3,4]],'somthing':[[77,4]],'4bits':[[73,2]],'clc':[[76,2]],'map':[[52,2],[16,2],[20,4],[36,6],[8,2],[74,2],[22,8],[14,2],[23,2],[25,2],[26,8],[29,2],[60,2],[66,30],[48,2],[32,2]],'they':[[73,4],[61,6],[74,2],[77,14],[27,2],[59,2],[9,2],[49,2],[47,2],[51,4],[24,2],[54,8],[4,2],[60,2],[66,4],[71,2],[40,2],[7,2],[65,2],[53,2],[12,2],[64,2],[17,2],[63,2],[76,18],[58,4]],'md5_asciistr':[[9,2]],'language':[[59,4],[47,6],[76,2],[60,2],[48,2],[56,2],[57,2]],'then':[[73,22],[50,2],[77,10],[74,14],[35,2],[39,4],[59,26],[49,8],[14,2],[47,4],[54,12],[60,18],[57,2],[55,14],[53,6],[31,4],[28,2],[44,4],[42,6],[52,4],[36,2],[69,6],[22,8],[26,2],[76,14],[6,4],[3,2],[58,28]],'resulted':[[10,2]],'copied':[[77,2],[47,2],[76,10],[44,2]],'coloring':[[54,2]],'php':[[76,8]],'requested':[[77,4]],'mention':[[77,2]],'backup':[[63,2],[35,8],[26,2],[10,2],[7,2],[37,6]],'toggle':[[28,2],[77,2],[12,2],[13,2],[37,6],[39,8],[78,2],[9,2],[14,4],[22,2],[26,4],[6,4],[71,2],[4,2],[10,6],[11,8],[18,22]],'pad':[[3,2],[29,12]],'beginnign':[[6,2]],'numerous':[[18,2],[14,4]],'saying':[[47,4],[49,2]],'ways':[[59,2],[54,2],[53,2],[31,2],[61,2],[77,2],[69,2]],'postings':[[74,2]],'capacitance':[[74,2]],'splicing':[[64,2],[69,2]],'builds':[[12,2],[54,2]],'paiting':[[59,2]],'attach':[[29,2]],'matthew':[[74,2]],'power':[[12,2],[69,8],[39,2],[22,4],[23,8],[29,8],[66,2],[60,2],[70,2],[4,4],[11,4],[58,2]],'essence':[[64,2]],'4004':[[74,12]],'ing':[[48,2]],'mainly':[[74,2]],'savescreenshot':[[58,2]],'pictures':[[26,2]],'identify':[[77,2]],'mustrollback':[[60,2]],'p00':[[58,2]],'spike':[[74,6]],'adjusted':[[76,2]],'sign':[[47,6],[76,4],[58,2]],'repeating':[[77,2]],'manipulating':[[49,2],[60,2]],'additional':[[63,2],[49,4],[1,2],[76,4],[77,2],[74,2],[3,2],[56,2],[8,2],[37,2]],'overflow':[[76,26],[12,2]],'65c816':[[76,2]],'upgrade':[[12,2]],'translate':[[47,6]],'broke':[[9,2]],'normally':[[26,2],[49,4],[47,2],[53,4],[76,4],[74,4]],'earliest':[[77,2]],'`j@xn':[[76,2]],'subroutines':[[54,2]],'fourscore':[[12,2],[69,12]],'would':[[73,2],[31,2],[45,2],[77,38],[12,6],[74,4],[39,2],[17,2],[9,2],[26,2],[47,6],[49,2],[54,10],[66,12],[4,2],[76,8],[11,4],[58,4]],'mis':[[4,2]],'overhaul':[[77,2],[14,2],[10,2],[6,2],[43,2]],'uncheck':[[34,2],[29,2],[47,2],[31,2]],'li#v7':[[76,4]],'z`_d2n@09':[[76,2]],'times':[[73,4],[76,2],[66,2],[60,2],[34,8],[42,2],[74,2],[77,14],[64,4],[58,2]],'target':[[77,2],[64,2],[58,2]],'chr':[[51,2],[54,8],[71,4],[4,4],[77,4],[12,6]],'association':[[76,2]],'authors':[[3,2]],'manners':[[59,2]],'compensates':[[58,6]],'irql':[[71,2]],'framework':[[60,4]],'original':[[49,4],[46,2],[55,2],[2,2],[74,2],[3,4],[10,2],[39,4]],'four':[[9,2],[29,6],[47,2],[66,2],[6,2],[70,2],[71,6],[34,2],[52,2],[20,2],[76,6]],'lagframe':[[58,2]],'chips':[[73,2],[77,2]],'borrow':[[76,2]],'maintained':[[7,2]],'mnemonics':[[69,2]],'ntsc':[[73,24],[22,2],[26,2],[31,10],[2,2],[4,2],[6,2],[34,8],[77,16],[69,2],[58,2]],'revision':[[76,22]],'engineers':[[76,2],[77,2]],'0500':[[66,2]],'rb`xh8':[[76,2]],'activation':[[74,2]],'switching':[[54,2],[20,2],[55,2],[79,2],[11,2]],'grayscale':[[4,2],[77,2],[31,4]],'bitwise':[[59,6],[58,2]],'trim':[[47,2]],'highlight':[[47,2],[44,2]],'periods':[[77,2]],'aspect':[[4,2],[34,12],[74,2],[10,2]],'custom':[[54,2],[31,8],[50,2],[34,8],[77,2],[10,2],[58,2]],'admittedly':[[47,2]],'counters':[[9,2],[49,6],[4,2],[77,6],[74,18],[10,2]],'looped':[[74,2],[58,2]],'highly':[[60,4]],'typically':[[77,2],[74,4],[66,2],[37,4]],'pbrate':[[73,4]],'u%_':[[76,2]],'cycles|':[[77,2]],'0007':[[73,2]],'par':[[39,2]],'holder':[[73,2]],'large':[[77,2],[12,2],[49,2],[60,2],[58,2]],'x00fd':[[42,2]],'j0`zgx':[[76,2]],'porst':[[3,2]],'ghz':[[34,2]],'objects':[[59,2],[26,2],[77,30],[56,2]],'06ff':[[66,2]],'ale':[[77,4]],'sufficient':[[78,2]],'airman':[[77,2]],'informative':[[6,2]],'skipping':[[26,2],[10,2],[11,2]],'count':[[69,2],[18,2],[76,2],[6,4],[77,6],[42,6],[74,66],[7,2],[58,10]],'lagcount':[[10,2],[58,2]],'rst':[[49,4]],'gdscreenshot':[[59,2],[58,2]],'applications':[[76,4],[59,2]],'damage':[[39,2]],'see':[[73,10],[50,2],[77,10],[74,22],[16,2],[35,2],[39,2],[59,6],[49,4],[14,2],[23,4],[47,4],[24,2],[54,10],[4,4],[60,6],[66,10],[71,2],[10,16],[79,2],[18,14],[53,4],[31,2],[45,2],[42,2],[52,4],[36,2],[64,2],[37,2],[63,4],[69,2],[22,6],[26,6],[76,30],[78,2],[43,2],[3,8],[11,4],[58,16]],'inclusive':[[59,2],[60,2]],'slowest':[[23,2]],'frequencys':[[74,8]],'illegal':[[76,2]],'reduces':[[66,2]],'stripped':[[4,2],[54,18]],'connected':[[77,6],[74,4],[20,2],[76,2]],'fails':[[26,2]],'uint64':[[69,2]],'%xh`':[[76,2]],'600':[[76,6]],'0x100':[[71,2]],'allows':[[19,2],[30,2],[28,4],[31,2],[42,2],[52,8],[36,4],[56,4],[8,2],[39,2],[37,2],[59,2],[21,2],[14,2],[26,4],[29,4],[47,2],[49,4],[60,2],[64,2],[48,10],[58,2]],'esper':[[7,2]],'indiana':[[5,2]],'000c':[[73,2]],'clears':[[76,6]],'lae':[[76,2]],'fd%j':[[76,2]],'bot':[[46,4],[14,4],[60,44],[56,4],[64,2],[58,4]],'warcraft':[[59,2]],'emulators':[[7,2],[58,2],[22,2],[6,2],[4,2],[8,4],[35,2]],'ended':[[60,4]],'031x':[[66,2]],'ideal':[[64,2],[74,2]],'altered':[[22,2]],'crossings':[[76,6]],'many':[[73,2],[61,2],[77,2],[59,2],[51,2],[14,4],[47,2],[54,4],[2,2],[60,2],[4,4],[66,2],[71,2],[10,6],[40,2],[7,2],[53,2],[31,2],[28,2],[42,4],[20,2],[52,2],[8,2],[5,4],[41,2],[76,10],[6,2],[3,4]],'toggled':[[26,8],[14,2],[35,2],[5,2]],'raised':[[77,4],[60,4]],'alter':[[50,2],[65,2]],'happen':[[63,2],[74,2],[76,2],[79,2]],'dffa':[[49,2]],'19ff':[[66,2]],'0a000h':[[73,2]],'qfox':[[3,2],[59,2]],'act':[[64,2]],'7000':[[73,2]],'improbably':[[60,2]],'desire':[[53,2],[74,2]],'_f_':[[76,2]],'uses':[[73,26],[1,2],[77,4],[74,4],[39,4],[59,4],[15,2],[14,6],[47,2],[54,2],[24,2],[60,4],[66,2],[10,2],[44,2],[42,2],[69,8],[37,2],[63,2],[78,2],[76,6],[6,2],[3,2],[58,8]],'microphone':[[6,6],[29,8]],'routines':[[48,2],[54,2],[76,2],[53,2]],'agree':[[78,2]],'inspection':[[49,2]],'nnnn':[[49,6],[54,2]],'floppy':[[20,4]],'anytime':[[22,2]],'knew':[[47,2]],'mirrors':[[66,2]],'flop':[[77,2]],'vbl':[[49,2]],'patent':[[77,2]],'seen':[[14,2],[66,2],[64,2]],'primary':[[77,18]],'cheats':[[39,22],[58,8],[59,2],[6,2],[4,2],[42,4],[48,2],[10,10],[7,8],[27,4]],'combine':[[49,2],[54,12],[76,2]],'variables':[[73,4],[59,6],[9,2],[71,2],[53,2],[60,12],[57,4]],'installation':[[47,2]],'embedded':[[58,2]],'asymmetery':[[74,2]],'bitmaps':[[77,6]],'readbyteunsigned':[[58,4]],'inside':[[77,6],[49,2],[11,2],[58,8]],'25th':[[77,4]],'watched':[[42,2]],'last':[[77,4],[74,4],[35,6],[39,10],[9,4],[14,8],[47,4],[71,6],[49,4],[54,2],[4,2],[66,4],[10,2],[18,2],[42,2],[37,22],[78,2],[22,2],[26,6],[70,2],[76,12],[34,4],[3,8],[58,8]],'oninputstart':[[60,6]],'polls':[[58,2]],'rol':[[76,22]],'x_functions':[[61,2]],'4bit':[[73,8]],'discrete':[[77,2]],'starting':[[73,14],[28,2],[77,4],[74,4],[16,2],[69,2],[64,4],[9,2],[49,10],[54,2],[76,2],[6,2],[58,8]],'spra':[[71,2]],'prevention':[[10,2]],'red':[[59,2],[9,2],[26,2],[31,2],[58,14]],'zd`92r%_':[[76,2]],'04bx':[[66,2]],'8th':[[76,4],[77,2]],'carrying':[[77,2]],'document':[[77,12],[74,8],[76,4],[71,4],[37,6]],'kanji':[[47,10]],'minimize':[[10,2],[14,2]],'deterministic':[[22,2]],'prints':[[12,2],[76,4],[7,2]],'001c':[[42,4]],'conclusion':[[74,2]],'brothers':[[66,4]],'somewhat':[[73,4],[59,2],[70,2],[71,4],[34,2],[74,2],[77,6],[39,2]],'lsb_first':[[11,2]],'try':[[63,2],[59,2],[51,2],[54,2],[47,4],[53,2],[55,2],[60,2],[76,4],[57,2],[58,12]],'0310':[[66,4]],'easily':[[49,4],[76,2],[60,4],[77,6],[52,4],[40,2],[58,4]],'blobs':[[69,2]],'referred':[[22,2],[3,2],[70,2],[71,2]],'disksys':[[63,4],[20,4],[27,4]],'latches':[[76,4],[77,2]],'support':[[58,2],[73,4],[12,8],[52,2],[74,2],[39,2],[5,2],[9,4],[14,4],[26,2],[47,4],[6,4],[4,8],[3,4],[10,4],[11,2],[7,2]],'seconds':[[76,4],[37,4]],'opposed':[[77,8],[47,2],[39,2]],'selections':[[47,8]],'hold':[[77,2],[78,2],[29,18],[14,4],[64,2]],'00xx':[[66,2]],'possibly':[[59,2],[54,2],[47,2],[6,2],[60,2],[52,2]],'select':[[44,6],[77,16],[42,6],[16,8],[52,2],[69,10],[59,4],[21,12],[22,18],[26,2],[29,10],[6,2],[47,10],[60,2],[76,2],[32,2],[58,4]],'loops':[[59,4],[58,2]],'faults':[[5,2]],'coordinates':[[77,2],[66,10],[58,4]],'prioritized':[[77,8]],'hell':[[77,2]],'displayed':[[55,2],[77,2],[42,2],[35,2],[39,4],[69,8],[22,2],[26,2],[49,8],[51,4],[6,2],[48,2],[10,2],[18,4],[58,2]],'vrom':[[4,2],[54,2],[71,2]],'frameadvance':[[59,10],[57,4],[60,2],[58,4]],'orange':[[58,6]],'quiz':[[29,2]],'smb':[[61,14],[10,2],[18,32],[50,2]],'easy':[[73,2],[59,2],[54,2],[77,2],[52,2],[69,2]],'lagged':[[10,2],[58,2]],'accurate':[[76,2],[74,2]],'b000':[[73,2]],'pfpixel':[[77,2]],'completing':[[64,2]],'speeds':[[12,2],[23,2]],'041x':[[66,2]],'kicked':[[58,4]],'distinguish':[[54,4],[76,2],[6,2],[58,2]],'good':[[77,8],[60,2],[39,2]],'007bh':[[73,2]],'october':[[76,2]],'carry':[[74,6],[76,34],[58,2]],'watches':[[5,2]],'outside':[[73,2],[77,2],[66,2],[6,2]],'03xx':[[66,2]],'9030':[[73,2]],'among':[[41,2],[40,2]],'bi&':[[76,8]],'indicate':[[57,2],[77,2]],'underlaps':[[77,2]],'257':[[58,2]],'price':[[77,2]],'dance':[[10,2]],'thus':[[59,2],[54,2],[76,2],[77,2],[35,2],[58,4]],'ignores':[[11,2]],'|07':[[74,4]],'look':[[73,2],[61,2],[12,2],[77,10],[27,2],[63,2],[59,2],[47,6],[70,2],[6,2],[60,2],[76,2],[34,2],[3,2],[57,2],[11,4],[58,4]],'1000000':[[73,2]],'old':[[58,2],[53,2],[77,2],[12,2],[74,8],[63,2],[9,2],[26,6],[54,2],[76,4],[4,2],[65,4]],'5206':[[73,8]],'f22':[[58,2]],'fairy':[[76,2]],'04ex':[[66,2]],'light':[[54,4]],'9th':[[76,2]],'104':[[77,2]],'colored':[[34,2],[52,2],[77,2]],'60fps':[[33,2],[26,2]],'squeeze':[[47,2]],'certainly':[[56,2]],'ought':[[76,2]],'firing':[[77,2],[58,8]],'marko':[[76,8]],'zip':[[17,8],[31,2],[6,2],[18,4]],'built':[[61,4],[3,2],[55,4],[57,2],[5,2]],'readonly':[[18,14],[58,8]],'emulates':[[23,6],[29,4],[20,2],[67,2]],'comes':[[63,2],[26,2],[47,2],[76,6],[60,2],[31,2],[24,2],[77,2],[39,2]],'override':[[42,2],[39,2],[27,2],[63,2],[26,2],[14,2],[25,2],[29,2],[6,2],[32,2],[10,6],[11,2],[58,4]],'fceuxd':[[63,2],[52,2],[3,16],[2,2],[24,2]],'ends':[[69,2],[49,2],[76,4],[60,4],[6,2]],'icoa':[[71,2]],'7f2':[[74,2]],'07ff':[[49,2],[66,16],[5,2]],'exe':[[63,6],[26,2],[57,2]],'vba':[[41,2],[40,2],[6,2],[35,2]],'pads':[[29,4]],'pane':[[4,2],[58,2]],'numpad4':[[58,2]],'toggling':[[9,2],[14,4],[22,2],[26,2],[29,4],[77,4],[3,2],[10,4],[7,2],[5,2]],'parantheses':[[59,2]],'imposed':[[64,2]],'2a03':[[66,8],[74,26]],'4002':[[74,10]],'comparisons':[[76,4]],'kh#f1':[[76,2]],'damn':[[77,2]],'c150':[[76,2]],'paddle':[[29,6],[69,2],[58,2]],'fffc':[[66,2],[49,2]],'interpreter':[[59,2]],'immaterial':[[77,2]],'execute':[[49,10],[74,2],[76,2],[53,2],[57,2]],'perhaps':[[47,2],[76,2],[58,2]],'gate':[[74,4]],'removed':[[54,2],[14,4],[66,2],[4,2],[34,2],[77,4],[3,2],[10,2],[8,2]],'technique':[[64,4]],'choices':[[17,2],[14,2],[6,2],[31,2]],'missing':[[7,2],[11,2]],'method':[[58,6],[76,4],[34,4],[74,2],[77,4],[39,4]],'8ch':[[73,2]],'radiobuttons':[[4,2]],'pen':[[47,2]],'calculations':[[58,2]],'erroneous':[[10,2],[6,2]],'indexed':[[76,26],[77,2]],'game':[[73,2],[50,2],[61,6],[77,14],[16,6],[39,18],[59,2],[15,2],[14,2],[23,2],[29,6],[47,20],[49,10],[4,4],[51,6],[48,18],[54,22],[10,6],[60,2],[18,6],[7,6],[65,16],[66,18],[71,2],[55,32],[53,6],[31,10],[28,8],[12,4],[20,4],[42,8],[52,18],[8,4],[5,2],[17,4],[37,14],[22,18],[26,40],[63,16],[64,10],[69,2],[34,2],[3,2],[58,24]],'initial':[[76,4]],'tons':[[73,2]],'lacked':[[74,2]],'clipping':[[18,2]],'arcade':[[73,2],[23,2]],'xx00':[[76,4]],'clipsides':[[18,4]],'specifically':[[22,2],[66,4],[60,2],[61,2],[12,2],[56,2],[58,2]],'acknowledge':[[76,16]],'boundary':[[76,40],[58,2]],'restart':[[58,2],[16,2],[60,2],[28,2]],'booklet':[[76,2]],'2009':[[9,2],[10,2],[8,2]],'misplaced':[[58,2]],'getnote':[[58,2]],'split':[[66,2],[77,2]],'changes':[[59,4],[14,2],[47,4],[76,4],[4,4],[77,2],[52,2],[74,2],[3,2],[10,2],[8,2]],'knowing':[[61,2]],'fans':[[65,2]],'goemon':[[7,4]],'numbering':[[10,4],[6,2],[58,4]],'test':[[22,2],[9,6],[47,4],[49,6],[76,20],[77,2],[16,2]],'desyncs':[[63,2],[22,2]],'addressed':[[55,2]],'desmume':[[41,2],[40,2],[6,2]],'plays':[[73,2],[22,2],[54,2],[66,2],[6,2],[18,4],[37,4]],'rightclicks':[[4,2]],'hue':[[77,2],[31,2]],'eof':[[73,2],[77,2],[74,2],[69,2]],'255':[[58,14],[76,8],[71,2],[19,18],[31,2],[77,2],[7,2],[39,2]],'completely':[[5,2],[22,2],[76,4],[43,2],[60,2],[4,2],[77,2],[10,2],[58,8]],'trainer':[[29,2]],'writebyte':[[59,2],[58,2]],'snd':[[71,4]],'dd9d':[[76,2]],'zxcvzxcv@netzero':[[78,4],[79,4]],'blurred':[[63,2],[34,2]],'wide':[[52,2]],'wish':[[21,2],[49,6],[55,2],[53,2],[44,2],[61,2],[52,2],[36,2],[57,2]],'pcejin':[[41,2],[40,2]],'slightly':[[73,2],[74,2],[79,2],[58,2]],'individuals':[[74,4]],'track':[[54,6],[66,2],[53,2],[42,2],[8,2],[58,2]],'lost':[[22,2],[12,4],[14,2],[47,2],[52,2]],'are':[[61,8],[77,78],[56,2],[35,2],[27,12],[47,34],[32,2],[57,8],[79,2],[12,4],[20,2],[64,6],[37,6],[63,4],[69,26],[22,4],[41,4],[73,20],[19,6],[74,54],[16,2],[39,16],[59,32],[9,2],[14,4],[49,30],[54,16],[60,18],[66,14],[4,6],[71,10],[10,18],[40,4],[18,2],[7,4],[65,6],[53,2],[31,2],[45,4],[42,2],[52,6],[8,2],[17,6],[78,10],[26,4],[76,76],[6,4],[58,40]],'syncronization':[[77,4],[74,2]],'others':[[45,2],[54,2],[74,4],[76,2],[65,2]],'music':[[73,24],[74,2],[47,2],[66,6]],'multiples':[[34,2],[74,2]],'2006':[[77,4],[78,8],[3,8],[71,2],[79,2]],'notes':[[54,2],[76,20],[66,2],[74,4],[79,2],[69,2],[58,12]],'cancelled':[[64,2]],'reloading':[[9,2],[74,4]],'claims':[[76,2]],'vic20':[[76,4]],'getcurrentbranch':[[58,2]],'naturally':[[77,4],[74,2]],'modulus':[[41,2],[40,2]],'q_s8':[[76,2]],'agrees':[[78,2]],'112':[[58,8]],'holding':[[56,2],[22,2]],'throught':[[54,2]],'|03':[[74,2]],'tadd':[[71,2]],'load':[[73,26],[61,6],[74,20],[16,8],[35,6],[27,2],[39,2],[59,22],[9,2],[14,6],[47,8],[49,6],[24,2],[60,2],[10,2],[7,8],[18,8],[46,2],[31,4],[28,6],[42,8],[20,2],[52,2],[37,6],[17,4],[63,4],[22,2],[26,8],[76,10],[6,4],[11,4],[58,12]],'setselection':[[58,2]],'unf':[[4,2],[17,2]],'skip':[[26,4],[14,2],[45,2],[61,2],[12,4],[10,4],[58,2]],'collected':[[1,2]],'obtain':[[54,2]],'reflect':[[9,2]],'paused':[[4,4],[49,4],[58,6]],'listings':[[36,2]],'villigust':[[73,2]],'weapon':[[45,2],[66,4]],'enough':[[61,2],[77,4],[47,2],[66,2]],'skips':[[59,2]],'chapters':[[1,2],[25,2],[67,2]],'prevents':[[22,2],[14,2]],'260':[[77,2],[49,2]],'11111111':[[78,2]],'aki':[[76,2]],'01ah':[[73,2]],'sei':[[76,4]],'build':[[9,2],[47,2],[12,4],[3,2],[10,4],[11,6]],'enlist':[[4,2]],'backspace':[[58,2]],'run':[[45,2],[61,6],[64,4],[63,2],[59,4],[26,2],[49,14],[76,18],[78,2],[60,8],[34,4],[48,2],[3,4],[10,4],[57,14],[58,12]],'interface':[[39,2],[77,2],[3,4],[7,4],[28,2]],'inputs':[[29,2],[60,4],[77,2],[12,6],[16,2],[56,2],[64,2],[58,4]],'indicating':[[77,2],[58,2]],'happily':[[76,2]],'tar':[[17,2]],'groups':[[9,2],[26,2]],'f21':[[58,2]],'densetsu':[[4,2]],'three':[[59,2],[49,8],[29,2],[47,4],[71,2],[60,4],[76,6],[34,4],[52,2],[77,2]],'random':[[74,28],[47,2],[66,2],[60,26],[76,4]],'rarely':[[76,2],[53,2],[66,2]],'127':[[76,2],[58,10]],'2400|':[[66,2]],'relevant':[[71,2],[54,2]],'okcancel':[[58,2]],'aware':[[59,2]],'distributed':[[65,2]],'processtable':[[59,4]],'forward':[[71,2]],'getscreenpixel':[[6,2],[58,6]],'strobed':[[77,2],[74,2]],'oddities':[[76,2]],'&6&#':[[76,2]],'129':[[77,2]],'5ff7':[[73,4]],'hypershot':[[29,2]],'clearmarker':[[58,2]],'0x60':[[76,2]],'immediate':[[49,2],[76,18],[6,2]],'shakes':[[9,2]],'patching':[[17,6],[12,2],[48,2],[49,2],[39,2]],'numpad1':[[58,2]],'fceu_setrenderplanes':[[10,2]],'designated':[[74,2]],'j3c0b%a@':[[76,2]],'nintendo':[[77,12],[20,4],[3,4],[16,2],[66,4]],'compressed':[[17,4],[14,2]],'lda':[[76,92],[54,2]],'goto':[[6,4],[39,6]],'advancing':[[4,2],[14,2]],'hexified':[[69,2]],'#228844':[[58,2]],'numlock':[[58,2]],'patient':[[73,2]],'exram':[[73,6],[77,2]],'newname1':[[49,4]],'anywhere':[[76,4],[74,2]],'abbreviation':[[76,2]],'reverses':[[58,2]],'notation':[[59,6]],'tracking':[[64,2]],'somewhere':[[47,4],[49,2]],'solutions':[[60,2]],'lagging':[[26,4]],'false':[[58,56],[59,4],[60,10],[77,2],[10,2],[69,2],[8,2]],'things':[[73,2],[59,2],[54,6],[28,2],[61,2],[52,2],[74,4],[77,2],[58,2]],'dffc':[[49,2]],'overcome':[[64,4]],'tells':[[54,2],[57,2],[58,2]],'waveforms':[[74,2]],'txs':[[76,8]],'transition':[[26,2]],'002e':[[73,2]],'obviously':[[76,2],[79,2]],'ideally':[[77,2]],'hereon':[[77,2],[74,2]],'organization':[[10,2]],'tint':[[77,2],[31,2]],'mamiya':[[73,6]],'optional':[[58,6],[7,2],[9,4],[49,4],[59,4],[69,18],[73,2],[11,2],[39,2]],'man':[[39,10]],'escape':[[10,2],[58,2]],'hexfreezecolorg':[[19,2]],'makers':[[64,2]],'0200':[[66,4],[49,2]],'cfg':[[9,4],[26,4],[19,4],[6,2],[12,6],[13,2],[10,4],[11,2],[18,8]],'mode':[[58,16],[73,6],[28,6],[77,2],[12,2],[74,40],[35,6],[5,2],[37,2],[59,2],[9,2],[22,16],[23,4],[26,2],[6,12],[63,4],[66,2],[34,22],[76,68],[32,2],[10,4],[18,2],[11,2]],'duty':[[74,22],[58,4]],'producing':[[74,4]],'0be':[[74,2]],'zelda':[[77,2],[54,2],[29,2]],'welcome':[[1,2]],'gui':[[58,90],[28,4],[16,2],[8,2],[5,8],[59,18],[9,4],[14,2],[25,2],[6,10],[60,4],[4,2],[3,2],[10,4],[7,14],[57,2]],'per':[[73,4],[31,2],[77,16],[74,2],[20,2],[59,2],[26,4],[47,2],[34,2],[10,4],[18,4],[58,12]],'uncompressed':[[14,2]],'whitespace':[[47,2]],'n#l':[[76,2]],'after':[[73,8],[77,28],[12,2],[74,10],[35,6],[39,2],[69,6],[59,8],[21,2],[49,4],[47,2],[54,2],[60,8],[70,4],[71,2],[34,2],[76,38],[18,4],[58,8]],'clicking':[[55,2],[50,2],[52,4],[16,2],[8,2],[39,10],[22,4],[14,4],[29,4],[49,12],[34,2],[58,2]],'mismatch':[[11,2]],'palettes':[[31,8],[63,2],[77,2],[50,4],[24,8]],'requirement':[[56,2],[61,2]],'desyncing':[[60,2]],'speedometeronly':[[61,2]],'expose':[[77,2]],'should':[[73,22],[79,2],[31,2],[45,2],[61,2],[52,4],[74,4],[77,14],[69,6],[59,2],[49,4],[29,2],[47,14],[54,2],[6,2],[60,12],[71,2],[34,8],[76,12],[3,2],[57,2],[11,4],[58,8]],'updating':[[4,2],[10,2],[53,2]],'usage':[[73,2],[47,2],[12,2],[42,2],[3,2],[58,14]],'brings':[[39,2],[5,2],[58,2],[66,2],[37,2]],'white':[[19,2],[58,8]],'e000':[[73,8],[54,2]],'noisey':[[74,2]],'00ff':[[49,2],[66,4],[39,2]],'preferably':[[58,4]],'famicom':[[67,2],[12,2],[16,2],[20,14],[74,2],[69,2],[27,2],[39,4],[5,2],[15,4],[23,4],[29,20],[2,2],[3,2]],'bugs':[[5,4],[9,2],[14,2],[6,6],[4,4],[12,2],[10,2],[7,2],[8,2]],'generally':[[65,4],[76,4],[66,6],[77,4],[74,4],[58,2]],'nrom':[[10,4]],'continue':[[26,4],[60,2],[31,2],[77,2],[74,2],[64,2]],'patch':[[48,2],[49,12],[11,2],[39,4]],'smb2u':[[61,2]],'#ce_2gpl`ki7rbp':[[76,2]],'converted':[[63,2],[22,2],[74,2],[44,2]],'define':[[47,2],[71,2],[58,2]],'alu':[[76,4]],'components':[[39,2],[49,2],[74,2],[58,6]],'2746924':[[9,2]],'timed':[[64,2]],'discard':[[66,2]],'4001':[[74,4]],'sai`':[[76,4]],'wavelength':[[74,56]],'%02x':[[58,2]],'operational':[[76,12]],'030f':[[66,2]],'acknowledgement':[[77,2]],'actions':[[22,2]],'branches':[[63,2],[52,2],[14,4],[3,2],[2,2]],'turn':[[22,2],[26,4],[29,2],[76,2],[28,2],[32,2],[58,2]],'occur':[[77,6],[74,2],[26,2],[42,2],[76,10]],'decodes':[[76,2]],'raster':[[76,8],[49,2]],'odd':[[73,2],[9,2],[76,12],[45,2],[77,8],[74,2],[79,2]],'thingy':[[47,12]],'parse':[[4,2]],'indeterminate':[[76,2]],'bad':[[63,2],[73,2],[49,4],[47,4],[60,2]],'16k':[[49,6]],'pick':[[21,2],[12,2],[6,2]],'graphics':[[26,4],[54,8],[25,2],[19,4],[34,2],[77,10],[65,2]],'33554432':[[76,2]],'depends':[[76,4],[69,2],[58,2]],'tunes':[[73,14]],'mutant':[[45,2],[66,2]],'undo':[[55,2],[52,4],[16,12],[64,4],[37,16],[22,2],[26,2],[41,2],[49,2],[76,2],[10,4],[40,2]],'likely':[[61,2],[74,2],[47,2],[53,2]],'equivelant':[[77,2]],'sre':[[76,26]],'theme':[[28,2]],'syntax':[[59,4],[56,2],[57,2]],'mean':[[47,2],[39,2]],'exclusive':[[77,4],[74,4],[76,4],[60,2]],'whether':[[58,6],[22,2],[54,16],[47,4],[53,10],[60,14],[66,2],[4,2],[18,8],[35,4]],'sub':[[26,6],[23,2],[25,4],[27,2]],'differing':[[73,2]],'acknowledges':[[76,4]],'november':[[3,6],[8,2],[11,2]],'werefolf':[[5,2]],'visualization':[[4,2],[53,2]],'|_____|_____|':[[66,4]],'able':[[14,2],[29,2],[47,4],[6,2],[4,2],[77,2],[74,2],[58,2]],'arred':[[76,2]],'cpuc':[[71,4]],'jsr':[[76,4],[49,6]],'@x&#cey':[[76,2]],'0x8000':[[71,4]],'amount':[[14,2],[55,2],[53,4],[66,2],[76,4],[34,6],[74,4],[32,2],[77,6]],'all':[[73,10],[19,2],[61,4],[74,20],[16,2],[77,32],[27,2],[39,16],[59,8],[9,4],[14,4],[15,2],[23,2],[2,4],[29,2],[4,2],[47,14],[49,12],[60,6],[10,10],[66,24],[18,2],[71,4],[55,2],[44,2],[45,2],[12,2],[52,2],[36,4],[8,4],[5,2],[17,4],[37,2],[22,4],[69,4],[76,24],[78,4],[6,2],[3,2],[58,16]],'displays':[[22,2],[49,4],[51,2],[34,2],[12,2],[42,4],[48,2],[8,2],[58,6]],'stripping':[[54,2]],'joined':[[3,2],[70,2]],'lazy':[[10,2],[77,2]],'chirps':[[10,2]],'delete':[[39,2],[49,2],[58,2]],'adelikat':[[1,4],[3,4],[66,2],[69,2]],'beq':[[76,4]],'near':[[74,2],[39,2]],'assignments':[[74,8],[29,4],[25,4],[36,2]],'depths':[[58,2]],'pipelined':[[77,2]],'minimum':[[10,2],[6,2],[31,2]],'coolest':[[52,2]],'them':[[7,2],[73,4],[55,2],[62,2],[61,10],[74,2],[77,8],[39,6],[17,2],[78,2],[49,6],[54,2],[47,10],[76,10],[24,2],[60,10],[34,2],[48,2],[11,2],[58,4]],'hellraiser':[[77,2]],'08fffh':[[73,4]],'instruction':[[49,20],[54,4],[76,124],[53,8],[66,2]],'%03d':[[69,4]],'retain':[[53,2]],'dlljjbbb':[[70,2]],'readimmediate':[[58,2]],'lives&hpdisplay':[[61,2]],'variety':[[10,2],[5,2]],'0077h':[[73,6]],'lasts':[[76,2]],'musical':[[74,2]],'least':[[37,2],[59,4],[73,2],[47,2],[70,2],[31,2],[71,2],[76,6],[34,2],[77,2],[58,4]],'redirecting':[[76,2]],'purposes':[[77,2],[74,2],[76,2],[66,2]],'bit3':[[69,4],[74,4]],'directly':[[49,4],[14,6],[19,2],[77,2],[52,10],[74,6]],'factors':[[34,2]],'change':[[73,6],[19,2],[77,2],[74,10],[9,2],[29,2],[47,2],[51,2],[66,2],[10,4],[7,2],[55,6],[31,2],[12,4],[42,12],[36,2],[52,4],[37,8],[22,2],[26,2],[70,2],[76,10],[6,2],[34,2],[58,8]],'renders':[[77,6],[74,2]],'scripts':[[8,2],[27,4],[58,4],[14,2],[60,2],[4,2],[61,24],[13,4],[57,2],[11,2],[7,4]],'fortunate':[[76,2]],'followings':[[17,2]],'9_s8':[[76,2]],'status':[[50,2],[77,6],[74,34],[35,2],[37,8],[22,8],[26,2],[49,4],[51,6],[6,2],[66,2],[71,4],[76,6],[18,10],[58,8]],'complete':[[73,4],[78,2],[21,2],[54,2],[76,2],[64,4],[58,2]],'fatratknight':[[61,2],[1,2],[8,2]],'attempts':[[34,2],[54,2],[60,20]],'iterate':[[59,2]],'intruction':[[76,2]],'array':[[49,4],[58,4]],'russian':[[76,2]],'flags':[[73,6],[9,2],[49,8],[76,50],[6,2],[77,2],[10,2]],'rolling':[[60,2],[74,2]],'jopi':[[76,14]],'remains':[[76,6],[77,4]],'inservice':[[77,2]],'remembers':[[10,8],[14,4]],'banks':[[4,2],[73,8],[49,2],[55,2],[71,4]],'resource':[[56,2],[14,2]],'luabot':[[60,22]],'our':[[76,2],[61,2]],'best':[[34,2],[77,2],[53,4],[2,2],[60,10]],'punchoutstats':[[61,2]],'traditionally':[[76,2],[64,2]],'multitude':[[10,2],[9,2]],'mapped':[[22,4],[23,2],[26,8],[49,2],[54,2],[66,2],[52,2],[20,4],[16,2],[74,2]],'bvs':[[76,4]],'kernal':[[76,4]],'everywhere':[[77,2]],'preceding':[[76,2],[49,2]],'0006':[[73,2]],'handler':[[74,2],[76,10],[66,6]],'video':[[50,4],[77,22],[12,2],[16,2],[63,4],[21,10],[25,4],[76,4],[60,2],[4,4],[34,12],[10,4],[18,4],[65,4]],'backlash':[[22,2]],'dd08':[[76,4]],'integrated':[[77,2],[74,2]],'snes9x':[[59,8],[41,2],[6,2],[40,2],[35,2],[58,2]],'opened':[[17,2],[49,4],[14,4],[19,2],[12,2],[7,2],[27,2]],'routed':[[77,2],[29,2]],'checking':[[54,2],[29,2],[60,2],[34,10],[10,2],[7,2],[58,2]],'046x':[[66,2]],'equals':[[59,2],[74,2],[77,6],[47,6]],'stretched':[[34,4]],'solid':[[58,4]],'preserves':[[76,2]],'jsrs':[[53,2]],'considered':[[59,2],[77,6],[69,4],[58,2]],'remaining':[[77,2],[66,6],[69,6],[71,2]],'schemes':[[77,2]],'pausing':[[6,2]],'message':[[69,2],[14,2],[76,4],[4,6],[12,2],[10,6],[7,2],[58,28]],'types':[[17,8],[76,4],[71,2],[6,2],[60,2],[45,2],[74,4],[16,2],[20,4],[69,6],[58,2]],'undocumented':[[76,14],[74,2]],'prompts':[[4,2]],'display':[[58,2],[19,2],[50,4],[45,2],[61,2],[12,4],[13,2],[42,8],[77,2],[35,2],[5,4],[22,8],[26,30],[47,2],[49,8],[6,12],[51,18],[4,10],[34,2],[76,4],[10,2],[18,4],[11,2]],'arrays':[[59,6]],'c004#newname2#':[[49,2]]}; \ No newline at end of file +var aTl=[['Intro.html','Introduction'],['Introduction.html','Introduction'],['Overview.html','Overview'],['FCEUltraVersionHistory.html','FCE%20Ultra%20Version%20History'],['WhatsNew216.html','What%27s%20New%3F%202%2E1%2E6%20%28changelog%29'],['WhatsNew215.html','What%27s%20New%3F%202%2E1%2E5%20%28changelog%29'],['WhatsNew214.html','What%27s%20New%3F%202%2E1%2E4%20%28changelog%29'],['WhatsNew213.html','What%27s%20New%3F%202%2E1%2E3%20%28changelog%29'],['WhatsNew212.html','What%27s%20New%3F%202%2E1%2E2%20%28changelog%29'],['WhatsNew211.html','What%27s%20New%3F%202%2E1%2E1%20%28changelog%29'],['WhatsNew210.html','What%27s%20New%3F%202%2E1%20%28changelog%29'],['WhatsNew203.html','What%27s%20New%3F%202%2E0%2E3%20%28changelog%29'],['WhatsNew202.html','What%27s%20New%3F%202%2E0%2E2%20%28changelog%29'],['WhatsNew201.html','What%27s%20New%3F%202%2E0%2E1%20%28changelog%29'],['WhatsNew200.html','What%27s%20New%3F%202%2E0%2E0'],['General.html','General'],['Gettingstarted.html','Getting%20Started'],['Gamefilecompatibility.html','Game%20file%20compatibility'],['CommandLineOptions.html','Command%20Line%20Options'],['CustomizingthroughtheConfigFil.html','Customizing%20through%20the%20Config%20File'],['FamicomDiskSytem.html','Famicom%20Disk%20Sytem'],['AVICapturing.html','AVI%20Capturing'],['MovieRecording.html','Movie%20Recording'],['NES.html','NES%20Menu'],['PaletteOptions.html','Palette%20Options'],['Config.html','Config'],['ToggleSwitchesHideMenuetc.html','Menu%20Items%20%26amp%3B%20Submenus'],['Directories.html','Directories'],['GUI.html','GUI'],['Input.html','Input'],['NetworkPlay.html','Network%20Play'],['Palette.html','Palette'],['SoundOptions.html','Sound'],['Timing.html','Timing'],['Video.html','Video'],['MovieOptions.html','Movie%20Options'],['MapHotkeys.html','Map%20Hotkeys'],['ContextMenuItems.html','Context%20Menu%20Items'],['Tools2.html','Tools'],['CheatSearch.html','Cheat%20Search'],['RAMSearch.html','RAM%20Search'],['RAMWatch.html','RAM%20Watch'],['MemoryWatch.html','Memory%20Watch'],['TASEditor.html','TAS%20Editor'],['Covertfcm.html','Convert%20fcm'],['AutoFireConfigurations.html','Auto%20Fire%20Settings'],['ExternalInput.html','External%20Input'],['TextHooker.html','Text%20Hooker'],['Debug.html','Debug'],['Debugger.html','Debugger'],['PPUViewer.html','PPU%20Viewer'],['NameTableViewer.html','Name%20Table%20Viewer'],['HexEditor.html','Hex%20Editor'],['TraceLogger.html','Trace%20Logger'],['CodeDataLogger.html','Code/Data%20Logger'],['GameGenieEncoderDecoder.html','Game%20Genie%20Encoder/Decoder'],['LuaScripting.html','Lua%20Scripting'],['LuaGettingStarted.html','Getting%20Started'],['LuaFunctionsList.html','Lua%20Functions%20List'],['Commands.html','Using%20Lua'],['LuaBot.html','Lua%20Bot'],['OverviewofIncludedScripts.html','Overview%20of%20Included%20Scripts'],['FAQGuides.html','FAQ%20/%20Guides'],['Troubleshooting.html','Troubleshooting'],['ToolAssistedSpeedruns.html','Tool%20Assisted%20Speedruns'],['ROMHacking.html','ROM%20Hacking'],['NESRAMMappingFindingValues.html','NES%20RAM%20%28Mapping/Finding%20Values%29'],['Technicalinformation.html','Technical%20Information'],['Movieformats.html','Movie%20%26amp%3B%20Savestate%20formats'],['fm2.html','%2Efm2'],['fcm.html','%2Efcm'],['fcs.html','Savestate%20%28%2Efcs%29'],['Sound.html','Sound'],['NSFFormat.html','NSF%20Format'],['NESSound.html','NES%20Sound'],['NESProcessor.html','NES%20Processing'],['6502CPU.html','CPU%20%2D%206502'],['PPU.html','PPU%20%2D%202C02'],['NESScrolling1.html','NES%20Scrolling%201'],['NESScrolling2.html','NES%20Scrolling%202']];var oWl= {'relation':[[47,1],[39,1]],'otherwise':[[59,1],[76,6],[53,1],[60,1],[28,1],[77,2],[74,2],[58,6]],'rightclick':[[4,1],[58,1]],'comma':[[26,1],[58,1]],'content':[[59,1]],'areascrambler':[[61,1]],'become':[[77,2],[6,1],[60,2]],'matching':[[44,1],[39,1]],'chrominance':[[77,6]],'dff8':[[49,1]],'rare':[[76,1],[66,2]],'multilinecomment':[[49,2]],'especially':[[71,1]],'irqs':[[71,1]],'0x16':[[58,1]],'f23':[[58,1]],'speedrunning':[[4,1],[64,1]],'precision':[[77,1],[22,2],[64,1]],'buttons':[[45,1],[8,1],[39,2],[69,3],[59,1],[22,1],[29,3],[25,1],[49,3],[6,3],[60,2],[70,1],[10,2],[58,4]],'takeshi':[[29,1]],'increments':[[76,1],[79,1],[58,1]],'application':[[59,1],[60,1],[58,1]],'dark':[[54,1]],'redundant':[[8,1],[69,1]],'let':[[73,1],[59,2],[54,1],[78,1],[47,1],[76,3],[61,1],[42,1],[39,1]],'submitinputchange':[[58,1]],'ispoweron':[[6,1],[58,2]],'key':[[53,1],[28,1],[45,1],[52,2],[74,3],[36,1],[64,2],[69,11],[59,1],[21,1],[14,1],[22,10],[26,9],[4,1],[11,1],[58,1]],'realize':[[47,1]],'practical':[[76,2]],'feeds':[[77,1]],'reverts':[[37,4]],'byte':[[73,11],[55,2],[53,1],[77,12],[42,2],[74,1],[69,9],[39,1],[59,2],[49,1],[54,12],[47,3],[71,10],[76,60],[58,8]],'config':[[7,2],[1,2],[19,4],[12,4],[8,3],[27,1],[63,4],[9,4],[21,1],[22,1],[25,3],[6,2],[24,1],[4,6],[26,3],[29,1],[10,3],[11,3],[18,7]],'#rrggbb':[[58,1]],'reference':[[59,6],[49,1],[47,3]],'from':[[50,1],[77,17],[27,1],[15,1],[29,3],[47,6],[2,1],[57,2],[79,9],[12,5],[13,1],[68,1],[64,4],[37,7],[63,1],[69,4],[21,1],[22,12],[43,1],[11,2],[73,5],[74,17],[16,1],[39,3],[59,5],[9,5],[14,8],[23,1],[49,6],[54,3],[60,2],[4,7],[66,2],[71,4],[10,6],[7,1],[55,2],[53,3],[31,2],[52,5],[8,5],[17,3],[78,2],[26,1],[70,1],[76,75],[6,4],[34,1],[3,4],[58,23]],'port1':[[69,7]],'dpad':[[7,1]],'gpl':[[3,1]],'cdl':[[54,5]],'incorrect':[[76,1]],'specification':[[73,1],[57,1]],'cleans':[[58,1]],'4009':[[74,1]],'64kb':[[12,1],[13,1]],'crashing':[[61,1],[12,1],[7,1],[11,2]],'dumps':[[37,1]],'approximately':[[76,1]],'04dx':[[66,1]],'slo':[[76,13]],'fed':[[77,3],[74,5]],'modulator':[[71,1]],'zeromus':[[3,1]],'calculated':[[74,5],[49,1],[20,1],[76,1]],'discarded':[[77,2],[60,1]],'elimination':[[39,1]],'hand':[[76,1],[59,2]],'scrolling':[[78,3],[51,2],[34,1],[75,2],[77,4],[79,2]],'api':[[57,1]],'c008':[[49,2]],'sound':[[58,2],[73,17],[12,4],[16,1],[74,32],[5,2],[63,3],[9,4],[22,1],[25,2],[66,3],[4,1],[72,4],[32,22],[10,12],[33,3],[18,1],[11,1]],'playable':[[7,1],[8,1]],'each':[[73,2],[19,1],[77,7],[74,9],[56,1],[35,1],[39,3],[59,1],[49,3],[29,2],[54,4],[66,8],[24,1],[60,2],[71,1],[32,1],[53,1],[31,2],[42,1],[52,1],[69,2],[37,1],[76,8],[34,2],[58,7]],'alias':[[58,5]],'useability':[[9,1]],'scalar':[[6,1]],'cpx':[[76,3]],'rldutsba':[[69,1]],'ordering':[[69,1]],'subtraction':[[76,11]],'set':[[73,16],[77,6],[74,14],[16,1],[35,1],[27,1],[39,3],[59,2],[51,2],[15,1],[23,1],[29,1],[47,2],[49,3],[54,1],[60,10],[71,1],[32,1],[10,5],[57,3],[79,1],[53,1],[31,1],[45,4],[42,1],[20,1],[8,1],[37,1],[64,2],[69,1],[22,2],[26,2],[70,2],[76,42],[6,1],[34,1],[33,1],[11,2],[58,11]],'apu':[[9,1]],'overwrite':[[59,1],[16,1]],'whenever':[[49,3],[76,2],[52,1],[74,1],[35,1],[58,6]],'aspiringsquire':[[24,1]],'keys':[[58,4],[59,2],[69,4],[29,2],[25,1],[60,3],[16,2],[10,2],[7,2],[11,1]],'finding':[[54,1],[53,2],[60,1],[66,5],[48,1],[64,2],[39,1]],'newline':[[69,1]],'106':[[73,2],[77,1]],'0400fh':[[73,1]],'pixels':[[34,3],[61,1],[77,14],[19,1],[58,5]],'unrelated':[[74,1]],'listed':[[63,1],[49,1],[29,3],[55,1],[71,1],[10,1],[39,1]],'tbl2':[[59,3]],'currently':[[73,1],[30,1],[31,2],[77,2],[52,1],[74,6],[39,2],[37,1],[63,2],[22,2],[26,2],[29,1],[49,3],[6,1],[60,1],[66,1],[70,1],[71,1],[78,1],[10,2],[58,7]],'probability':[[60,1]],'4010h':[[73,1]],'access':[[22,2],[76,1],[66,1],[53,2],[4,2],[77,15],[8,2],[58,2]],'improper':[[22,1]],'quiche':[[76,1]],'100%':[[23,1]],'necessary':[[45,1],[54,1],[32,1],[58,2]],'recordbackwards':[[4,1]],'strings':[[59,2],[49,2],[47,1],[58,1]],'helsinki':[[76,1]],'unsigned':[[39,2],[59,1],[49,1],[41,1],[76,3],[40,1],[58,2]],'bus':[[4,3],[77,7],[49,2],[74,2],[76,3]],'preventing':[[6,1]],'sweep':[[74,24]],'clicks':[[58,1]],'placed':[[63,1],[66,1],[58,1]],'2400':[[71,1]],'released':[[77,1],[12,1],[13,1],[20,2],[8,1],[5,1],[9,1],[14,1],[6,2],[60,2],[4,1],[3,10],[10,1],[11,1],[7,1]],'regardless':[[77,6],[74,1],[58,2]],'7fffh':[[73,2]],'converting':[[9,1],[44,1]],'distinctions':[[66,1]],'comparator':[[77,2]],'definitions':[[47,1],[71,3]],'print':[[76,1],[59,1],[58,1]],'unminimized':[[7,1]],'romfreezecolor':[[9,1]],'saves':[[27,1],[26,1],[58,4]],'reach':[[64,1]],'reaches':[[74,2]],'|30':[[74,1]],'snow':[[61,1]],'1800':[[66,2]],'simple':[[39,2],[73,1],[49,1],[47,1],[66,1],[31,1],[60,1],[77,2],[3,1],[58,2]],'type':[[55,1],[42,1],[52,1],[74,3],[69,4],[39,2],[17,1],[59,1],[9,1],[49,4],[47,1],[71,6],[4,2],[58,8]],'invalidate':[[5,1]],'revolutionary':[[14,1]],'flawed':[[11,1]],'adapter':[[29,1],[20,2]],'easter':[[54,1]],'disabling':[[63,1],[6,1],[26,1]],'blue':[[59,1],[54,2],[19,1],[31,1],[42,1],[10,1],[58,7]],'object':[[59,2],[77,52],[66,4],[6,1],[58,10]],'sizes':[[11,1]],'redundancy':[[3,1]],'registerexec':[[58,1]],'away':[[77,1],[29,1],[76,6],[58,1]],'changing':[[77,1],[49,1],[10,1],[76,4],[8,1],[35,1]],'2xx':[[73,1]],'presumably':[[77,3]],'reaction':[[16,1]],'noted':[[77,1],[54,1],[39,1]],'fixup':[[76,14]],'storage':[[47,1],[20,1]],'|video':[[77,1]],'p7f':[[58,1]],'counter|':[[77,1]],'well':[[65,1],[73,2],[50,1],[77,3],[42,1],[39,1],[17,1],[5,1],[49,1],[54,1],[47,4],[59,1],[27,1],[60,6],[63,1],[76,5],[3,1],[58,4]],'dos':[[3,3]],'256bytes':[[66,1]],'obj':[[77,1],[26,1]],'getsuperimpose':[[58,1]],'serve':[[3,1],[58,1]],'stated':[[3,1]],'comments':[[59,1],[22,1],[49,4],[4,1],[69,2],[37,2]],'50%':[[60,1],[58,2]],'locations':[[73,1]],'5ff5':[[73,2]],'clock':[[77,26],[74,28],[76,2]],'setup':[[77,1]],'#ff':[[49,1]],'objpixel':[[77,1]],'possibility':[[54,1]],'acceptable':[[58,1]],'avoided':[[77,1]],'basicbot':[[60,1],[14,1]],'initialized':[[4,1],[76,1],[74,1]],'under':[[1,3],[55,2],[38,1],[77,1],[42,1],[20,2],[56,1],[39,2],[22,2],[14,1],[25,1],[26,1],[6,2],[47,1],[60,2],[34,2],[48,1],[32,1],[3,3],[76,1]],'selected':[[22,2],[47,3],[76,1],[6,2],[44,1],[4,1],[34,2],[77,8],[40,1],[39,3]],'1st':[[73,1],[77,1],[42,2],[66,1],[69,3]],'kind':[[77,1],[49,1],[47,4],[76,2]],'070h':[[73,2]],'syncronous':[[74,1]],'dcp':[[76,14]],'registerauto':[[58,1]],'themselves':[[61,3]],'05xx':[[66,1]],'initalized':[[73,1]],'76h':[[73,1]],'`c`':[[76,1]],'behavior':[[42,1]],'bxj':[[76,1]],'decides':[[59,1],[77,1]],'detail':[[63,1],[74,2],[66,1],[39,1]],'3f00':[[66,1]],'fcs':[[70,1],[71,3],[12,1],[68,1],[69,1],[27,1]],'attempt':[[63,2],[73,1],[49,1],[60,23],[28,1],[74,1],[3,1],[58,1]],'big':[[10,2],[47,2],[60,2],[58,1]],'briefly':[[39,1]],'conditionally':[[74,1]],'statistics':[[66,1],[49,1]],'seeing':[[77,3],[22,1],[76,1]],'writes':[[73,2],[78,1],[76,2],[60,1],[6,1],[77,1],[52,1],[74,4]],'nestech':[[74,1]],'robust':[[58,1]],'evaluations':[[77,1]],'address':[[73,28],[55,12],[19,1],[50,2],[77,22],[42,6],[52,2],[39,17],[59,5],[49,43],[51,1],[76,224],[66,6],[6,3],[71,5],[4,4],[78,5],[10,1],[79,1],[58,29]],'japanese':[[47,16]],'item':[[7,1],[37,7],[9,7],[39,1],[47,2],[54,1],[12,1],[10,3],[8,2],[5,1]],'automatically':[[55,1],[53,2],[28,1],[77,1],[12,1],[42,1],[74,1],[35,3],[39,4],[22,2],[14,1],[29,1],[49,4],[76,1],[34,2],[10,2],[18,3]],'unclear':[[77,1]],'shame':[[77,1]],'frkfunctions':[[61,1]],'temp':[[77,2],[78,1]],'experience':[[34,1],[48,1],[61,1],[62,1]],'mkv':[[37,1]],'droradc':[[76,2]],'selling':[[47,1],[77,1]],'tinker':[[52,1]],'2000|':[[66,1]],'drawbox':[[58,1]],'memblers':[[74,1]],'nestopia_yuv':[[24,1]],'distinquished':[[76,1]],'fit':[[76,1],[34,1]],'somethingelseistrue':[[59,1]],'jukka':[[76,1]],'mЉkelЉ':[[76,1]],'followed':[[69,2]],'rowheightborder':[[9,1]],'hexforecolorg':[[19,1]],'imported':[[59,1],[8,2],[58,1]],'complements':[[4,1],[54,1]],'playfield':[[77,29]],'romchecksum':[[69,1]],'short':[[39,1],[59,1],[29,1],[47,1],[53,1],[74,2],[58,1]],'continued':[[3,1]],'final':[[21,1],[74,1]],'makecode':[[54,1]],'silver':[[26,1]],'minor':[[5,1],[9,1],[1,1],[12,1],[10,2],[11,1],[8,2]],'disposal':[[47,1]],'4013h':[[73,1]],'signal':[[77,12],[74,4],[76,4],[31,1]],'while':[[73,4],[61,1],[74,3],[77,2],[35,1],[59,5],[49,4],[14,1],[29,1],[47,4],[54,7],[4,1],[10,2],[57,1],[7,1],[40,1],[53,3],[28,2],[52,3],[64,1],[5,1],[37,1],[63,1],[22,3],[26,1],[76,11],[34,2],[33,2],[58,7]],'fds':[[73,10],[16,1],[20,7],[64,1],[27,2],[17,5],[63,5],[15,1],[23,2],[49,1],[8,1],[69,6],[71,1],[7,2],[65,1]],'gameplay':[[65,2],[20,1]],'time':[[73,1],[61,1],[74,7],[77,23],[35,1],[39,3],[49,5],[29,2],[47,2],[51,2],[2,1],[66,3],[32,1],[10,1],[57,1],[7,1],[53,5],[52,2],[8,1],[64,1],[26,2],[70,1],[76,14],[3,1],[58,11]],'passes':[[9,1]],'height':[[10,2],[9,1]],'busses':[[77,1]],'hexfreezecolorb':[[19,1]],'stupid':[[9,1]],'duration':[[29,1]],'such':[[1,1],[61,1],[74,2],[77,1],[56,1],[39,3],[27,2],[59,1],[9,1],[29,2],[47,1],[49,5],[54,1],[60,3],[66,4],[71,1],[10,2],[7,3],[65,2],[46,1],[53,1],[62,1],[42,1],[64,3],[37,1],[22,1],[26,2],[3,5],[58,6]],'converts':[[58,1]],'func':[[58,16]],'isb':[[76,16]],'listing':[[12,1]],'lack':[[58,3]],'indir':[[76,4]],'side':[[49,1],[23,1],[47,2],[71,1],[76,1],[34,1],[74,1],[20,3],[3,1],[77,1],[79,1],[39,1]],'9fff':[[54,1]],'designation':[[49,1]],'maxsegments':[[60,1]],'render':[[34,1],[77,7]],'eor':[[76,15]],'crossing':[[76,11]],'memo':[[69,1]],'registerrun':[[58,1]],'square2':[[58,1]],'|bits':[[74,2]],'written':[[73,5],[1,1],[50,1],[61,1],[74,6],[20,1],[77,1],[56,1],[8,1],[39,2],[59,3],[41,1],[47,2],[66,2],[71,4],[76,3],[3,2],[40,1],[58,3]],'babelfish':[[47,1]],'paste':[[48,1],[52,3],[47,2]],'moving':[[60,1],[50,1],[58,1]],'n@3':[[76,1]],'occurrence':[[76,1]],'permanent':[[55,1]],'007c':[[73,1]],'easier':[[65,1],[73,1],[49,1],[54,1],[76,2],[66,1],[78,1],[61,2],[56,1],[64,1],[58,1]],'confirm':[[77,1],[58,2]],'tech':[[74,1]],'barcode':[[29,2]],'creating':[[63,1],[64,2],[3,1],[43,2],[58,2]],'artist':[[73,3]],'disabled':[[73,1],[19,1],[12,1],[74,7],[26,1],[49,1],[54,1],[4,1],[32,2],[10,2],[33,2],[11,1],[18,5]],'reader':[[29,1]],'replace':[[77,1],[74,1],[29,2],[47,1],[58,1]],'demo':[[54,2]],'dakuten':[[47,5]],'far':[[77,1],[74,1],[47,1],[76,1]],'necessarily':[[76,1]],'secrets':[[54,1]],'getpixel':[[59,1],[6,1],[58,2]],'drawline':[[58,1]],'f12':[[58,1]],'properly':[[26,1],[54,1],[4,1],[45,1],[16,1],[10,3],[8,1],[39,1]],'scanlines':[[77,9],[49,3],[51,1],[10,3]],'340':[[77,1]],'restored':[[8,2],[39,1]],'opens':[[4,1],[37,5],[54,1],[39,2]],'back':[[73,2],[77,2],[16,1],[69,1],[37,1],[64,1],[59,1],[26,1],[22,6],[76,9],[60,3],[58,1]],'rerecordcounting':[[58,1]],'upper':[[77,1],[26,1],[49,1],[76,6],[66,1]],'10h':[[73,1]],'box':[[55,8],[42,1],[36,1],[39,3],[17,1],[59,1],[22,2],[14,2],[29,2],[47,1],[49,1],[4,1],[34,1],[7,1],[58,11]],'section':[[73,1],[53,1],[77,3],[42,1],[74,3],[69,5],[27,1],[63,1],[49,1],[47,3],[66,1],[6,1],[71,15],[76,1]],'bat':[[15,1]],'radd':[[71,1]],'ability':[[4,1],[74,4],[11,1],[64,1]],'backed':[[10,1],[7,1],[27,1]],'only':[[73,13],[19,1],[77,14],[74,19],[35,4],[39,2],[59,8],[9,2],[14,1],[29,1],[47,3],[49,6],[54,6],[4,3],[60,3],[71,1],[10,1],[18,3],[7,1],[53,5],[31,2],[12,2],[13,1],[36,1],[52,1],[64,2],[5,2],[17,2],[37,7],[21,3],[22,10],[70,1],[76,22],[6,2],[43,1],[34,3],[3,4],[11,3],[58,28]],'alt':[[10,2],[9,3],[58,1]],'corrupted':[[4,1],[47,1],[6,1]],'oversights':[[13,1]],'states':[[27,1],[46,1],[76,2],[69,1],[58,4]],'gp2x':[[3,1]],'reduced':[[42,1]],'shops':[[47,1]],'solely':[[66,1]],'lsr':[[76,17]],'according':[[34,1],[77,1],[76,3],[57,1],[58,1]],'requests':[[58,1]],'seemed':[[47,1]],'bypass':[[77,1]],'occasionally':[[76,2],[65,1]],'everytime':[[77,1]],'@```':[[76,5]],'bros':[[66,1]],'excluded':[[77,1]],'9000':[[73,2]],'depend':[[35,1],[69,1]],'mmc':[[77,3]],'quotes':[[73,1]],'txt':[[73,2],[74,6],[10,1],[76,2],[11,1]],'heavy':[[74,1],[6,1],[58,2]],'assistance':[[64,1]],'fffe':[[49,1],[76,3],[66,1]],'swap':[[55,1],[50,1]],'keeping':[[49,1]],'si_zapper':[[69,4]],'asymmetry':[[74,1]],'banking':[[58,1]],'library':[[4,1],[58,26],[59,1],[3,1],[8,2],[5,1]],'thanks':[[73,3],[74,1],[7,1],[11,1]],'something':[[64,1],[59,6],[73,2],[78,1],[47,1],[53,1],[60,3],[76,3],[4,1],[57,1],[11,1],[58,2]],'vblank':[[77,1],[49,1],[10,2],[58,1]],'falling':[[77,2]],'c16':[[76,2]],'spot':[[77,1],[22,1],[52,1],[66,1]],'reading':[[59,1],[9,2],[26,1],[54,1],[76,1],[78,2],[77,2],[48,1],[74,2]],'compose':[[58,1]],'rdy':[[76,1]],'ddfd':[[76,2]],'rows':[[47,1],[66,3]],'fceux':[[0,2],[61,5],[56,5],[35,5],[27,2],[15,2],[29,4],[2,3],[24,3],[48,1],[32,1],[57,9],[38,1],[28,8],[44,1],[12,9],[20,2],[36,1],[68,2],[64,2],[37,2],[63,13],[69,3],[21,2],[22,4],[41,1],[43,1],[11,2],[1,12],[19,1],[16,3],[39,2],[59,2],[9,2],[14,4],[23,1],[60,1],[4,2],[10,4],[40,1],[18,57],[65,2],[31,1],[42,1],[8,1],[17,5],[26,15],[25,1],[6,1],[34,6],[3,10],[58,20]],'gnobgfillcolor':[[19,1],[12,1],[26,1]],'translators':[[47,2]],'bit6':[[69,2]],'looks':[[59,2],[51,1],[50,1],[39,1]],'tasks':[[56,1],[60,1]],'thru':[[73,2],[77,5],[78,1]],'markedframe':[[58,1]],'numpad9':[[58,1]],'multiplied':[[73,1]],'undesired':[[61,2]],'com':[[77,1],[74,1],[78,2],[79,2],[67,1]],'stumble':[[54,1]],'5000':[[73,1]],'ffffffff':[[73,2]],'|7f':[[74,1]],'m#l':[[76,1]],'hud':[[4,2]],'r0j0':[[76,1]],'fwnes':[[20,1]],'jumps':[[76,4]],'probably':[[17,1],[63,1],[29,1],[47,2],[76,4],[61,1],[77,3],[57,4],[58,2]],'341':[[77,4]],'decode':[[48,1]],'dozens':[[77,1]],'oring':[[9,1]],'emulator':[[73,1],[19,1],[77,1],[16,2],[56,1],[59,9],[49,4],[47,4],[71,6],[2,3],[4,3],[57,3],[7,2],[65,1],[53,2],[31,2],[28,2],[64,4],[69,6],[21,3],[22,2],[25,1],[26,1],[6,1],[76,1],[34,2],[3,3],[11,2],[58,17]],'hexforecolorr':[[19,1]],'drawrect':[[58,1]],'hbd7':[[76,2]],'smart':[[54,1]],'session':[[10,1],[54,1]],'across':[[76,1],[60,1],[58,2]],'component':[[48,1],[74,1]],'received':[[60,1]],'1ffh':[[73,2]],'windowed':[[63,1],[34,1],[11,1],[28,1]],'warrior':[[27,1]],'memwatch':[[10,2],[6,1],[18,1]],'revert':[[9,1],[39,1]],'framecount':[[10,1],[58,6]],'clipboard':[[47,1],[52,1]],'convenient':[[49,3],[58,1]],'bit2':[[69,2]],'yes':[[60,4]],'setrenderplanes':[[58,1]],'gdstr':[[58,3]],'`je':[[76,1]],'device':[[29,5],[66,1],[77,3],[74,2],[20,1],[16,1],[69,3]],'mind':[[17,1],[73,1],[77,1],[3,1],[47,1],[58,1]],'moved':[[10,1]],'pass':[[73,1],[59,1],[77,2],[53,1],[58,1]],'running':[[28,1],[52,3],[20,1],[59,2],[15,1],[49,3],[54,1],[76,3],[60,2],[34,2],[57,2],[7,1],[58,5]],'proof':[[22,2],[3,1],[76,3],[64,1]],'nez':[[17,1]],'siren':[[5,1]],'convention':[[49,1],[69,7],[58,1]],'numpad2':[[58,1]],'nnn':[[73,1]],'decreasing':[[74,2]],'0000000000011111':[[78,1]],'terms':[[64,1],[49,1],[58,1]],'addgamegenie':[[6,1],[58,2]],'broken':[[77,1],[49,1],[54,1],[66,2],[8,1],[11,1]],'corrected':[[6,1]],'bmf_final3':[[24,1]],'miserabley':[[47,1]],'passed':[[59,1],[49,2],[77,4],[58,2]],'unknown':[[77,1],[74,4]],'opacity':[[58,2]],'pulses':[[77,2],[74,1]],'intensify':[[5,1]],'bits':[[73,4],[58,1],[78,6],[70,1],[76,6],[77,14],[74,32],[79,2],[69,3],[5,1]],'self':[[76,1],[59,1]],'main':[[50,1],[28,1],[77,2],[12,1],[37,2],[5,1],[59,3],[9,1],[26,1],[29,1],[63,1],[60,3],[66,2],[71,3],[76,2],[40,1],[11,1],[58,3]],'tim':[[76,1]],'000e':[[73,1]],'sb#0':[[76,1]],'equivalent':[[56,1],[59,3]],'differs':[[69,1]],'modes':[[59,1],[76,6],[66,1],[34,2],[74,1],[39,1]],'transfer':[[73,1],[76,1]],'|50':[[74,1]],'clearinputchanges':[[58,1]],'yyy':[[69,2]],'master':[[77,1],[6,1],[32,4]],'assignable':[[14,1]],'inherited':[[76,2]],'colon':[[59,1],[39,1]],'coded':[[10,1],[76,1]],'accel':[[10,1]],'resizeable':[[12,1]],'warn':[[60,1]],'executes':[[53,1],[58,2]],'captures':[[48,1],[27,1]],'unpredictable':[[76,3],[77,1]],'constants':[[69,1]],'lua5':[[8,1]],'wasn':[[13,1]],'oneshot':[[58,1]],'street':[[10,1]],'text':[[57,1],[58,4],[73,5],[1,1],[19,3],[38,2],[53,2],[61,2],[12,1],[52,3],[64,1],[39,2],[69,11],[59,2],[22,1],[14,2],[47,40],[49,2],[4,2],[3,1],[10,3],[7,1],[11,1]],'worry':[[59,2],[77,1],[47,1],[56,1],[58,1]],'ki7rbp':[[76,1]],'callback':[[58,29]],'restore':[[49,2],[54,1],[12,4],[16,3],[10,1],[32,1],[36,1],[37,3]],'customized':[[24,1]],'movie_finished':[[35,1]],'punchoutchallenge':[[61,1]],'|commands|rldutsba|rldutsba|rldutsba|rldutsba|port2|':[[69,1]],'form':[[73,1],[59,1],[22,1],[49,4],[77,3],[52,1],[69,2],[58,1]],'lsb':[[77,2],[74,3],[70,1],[71,1],[76,1]],'nutant':[[58,2]],'affiliated':[[74,1]],'controlling':[[49,2]],'registers':[[73,12],[53,2],[61,1],[52,2],[74,2],[77,11],[78,1],[51,2],[49,4],[76,13],[66,3],[6,1],[58,10]],'restriction':[[77,1]],'narrowed':[[66,1]],'cycles':[[49,2],[76,12],[50,1],[4,2],[77,9],[74,7],[58,1]],'latter':[[76,3]],'unnecessary':[[76,1]],'8500':[[76,1]],'slader':[[47,1]],'adv':[[12,2],[26,1]],'with':[[50,1],[61,3],[77,30],[56,1],[35,1],[29,2],[47,6],[24,2],[48,2],[57,2],[28,2],[12,1],[20,4],[68,2],[64,4],[5,2],[37,1],[63,7],[22,5],[69,7],[11,1],[73,1],[67,1],[74,17],[16,3],[39,10],[59,10],[9,4],[14,1],[23,1],[49,13],[54,11],[60,5],[4,7],[66,7],[10,3],[18,2],[7,7],[55,1],[53,5],[31,1],[45,2],[52,2],[8,2],[17,6],[78,2],[26,1],[76,29],[6,7],[34,2],[3,7],[58,18]],'illustrates':[[76,1]],'glory':[[47,1]],'behaving':[[35,1]],'838977920':[[69,1]],'between':[[73,1],[19,1],[31,1],[28,1],[77,7],[74,5],[64,1],[8,1],[78,1],[26,1],[29,1],[54,1],[66,1],[60,2],[76,9],[48,1],[79,1],[11,1],[58,4]],'working':[[73,1],[9,1],[54,2],[53,1],[4,1],[3,1],[58,2]],'readdown':[[58,1]],'breakpoint':[[4,6],[49,12],[52,1],[53,2],[58,1]],'ane':[[76,5]],'assure':[[76,1]],'perfecting':[[22,1]],'forceful':[[58,1]],'abbreviations':[[76,1]],'dmc':[[9,1],[74,13],[71,3]],'dpcm':[[8,1],[58,1]],'a002':[[73,1]],'rates':[[77,1],[26,1]],'goroh':[[74,2]],'absolute':[[76,16],[6,1],[60,1]],'loss':[[10,1],[59,1]],'saving':[[9,1],[54,1],[47,2],[76,1],[42,1],[10,3],[56,1],[8,1],[27,1]],'particular':[[73,1],[22,2],[49,1],[47,1],[31,1],[77,3],[74,1]],'got':[[74,1],[58,1]],'maybe':[[63,1],[60,1]],'possible':[[55,2],[77,1],[16,1],[64,2],[37,2],[22,1],[49,2],[47,1],[54,2],[6,1],[24,1],[60,3],[66,1],[71,1],[76,4],[58,1]],'insert':[[23,2],[20,2],[57,1],[69,2],[58,1]],'omit':[[58,1]],'anc':[[76,2]],'naming':[[4,1],[49,1],[10,1],[35,1],[37,1]],'|04':[[74,1]],'0x200':[[58,2]],'nops':[[76,1]],'like':[[73,2],[50,2],[61,2],[74,1],[77,6],[56,2],[39,4],[59,7],[49,3],[29,2],[47,3],[51,1],[54,3],[60,3],[40,1],[57,1],[65,1],[12,1],[69,1],[26,1],[41,1],[76,15],[6,1],[3,2],[58,10]],'0320':[[66,1]],'nes_basecycles':[[73,2]],'transparent':[[77,6],[74,1],[7,1],[58,4]],'range':[[58,8],[39,1],[49,3],[73,5],[66,2],[77,18],[52,1],[74,3],[7,1],[5,1]],'of_':[[76,1]],'inverted':[[74,2]],'folders':[[27,1]],'occurs':[[77,3],[74,2],[76,10]],'screen':[[50,1],[77,17],[35,1],[27,1],[59,2],[9,1],[14,2],[29,1],[66,13],[24,1],[47,2],[51,1],[54,1],[60,1],[10,4],[28,2],[45,1],[69,2],[5,1],[63,1],[22,1],[26,3],[76,1],[6,2],[34,14],[58,20]],'file':[[35,5],[27,4],[15,3],[47,11],[24,1],[48,1],[57,4],[38,1],[28,2],[44,2],[12,7],[20,4],[68,4],[64,2],[5,1],[37,22],[63,1],[21,11],[22,17],[69,5],[43,1],[11,2],[73,12],[1,1],[19,5],[16,8],[39,2],[59,2],[9,8],[14,7],[49,14],[54,8],[60,2],[71,4],[4,3],[10,7],[18,6],[7,3],[55,1],[53,3],[31,5],[45,1],[42,3],[52,6],[8,3],[17,7],[26,4],[70,4],[76,2],[6,1],[34,1],[58,12]],'yabause':[[41,1],[40,1]],'0000':[[39,1],[73,1],[49,1],[66,7],[71,2],[52,1],[5,1]],'wrapper':[[12,1]],'wanting':[[66,1]],'homebrew':[[12,1],[13,1]],'rotation':[[77,2]],'smb3':[[61,1]],'movies':[[58,4],[38,1],[12,3],[35,3],[5,2],[27,1],[8,1],[22,3],[14,4],[63,2],[64,5],[6,7],[43,1],[4,2],[66,1],[69,2],[18,1],[11,1]],'3f1f':[[66,1]],'net':[[73,1],[59,2],[78,2],[79,2],[65,1]],'publically':[[74,1]],'port':[[73,4],[77,2],[74,1],[20,1],[69,3],[5,2],[8,1],[9,1],[29,7],[54,1],[6,1],[3,3],[7,2]],'specific':[[67,1],[61,1],[74,2],[16,2],[39,1],[59,2],[9,1],[14,1],[29,2],[49,1],[54,1],[60,2],[66,3],[71,5],[48,1],[57,1],[65,1],[38,1],[53,1],[45,1],[42,1],[68,1],[70,1],[34,2]],'braces':[[59,1]],'099822938442230224609375':[[69,1]],'3d2n@8':[[76,1]],'transfers':[[77,1]],'unused':[[54,6],[76,1],[66,1],[6,1],[71,2],[4,1],[74,6]],'b@`':[[76,1]],'makes':[[58,4],[49,1],[54,1],[76,3],[50,1],[6,1],[77,2],[52,1],[16,1],[39,1]],'included':[[73,1],[29,1],[76,1],[6,2],[60,1],[61,2],[77,1],[20,1],[10,1]],'japan':[[20,1]],'reported':[[63,1],[76,1],[9,1]],'television':[[29,1],[20,1],[24,1],[31,1]],'basic':[[73,1],[1,1],[46,1],[0,1],[74,1],[16,1],[56,2],[64,4],[59,1],[54,1],[14,1],[25,1],[47,1],[60,3],[66,2],[57,2],[7,1]],'interrupt':[[49,6],[74,2],[76,39],[66,1],[6,1]],'operators':[[59,3],[49,1]],'colorful':[[4,1]],'recommended':[[58,2]],'fancy':[[59,1]],'3fff':[[66,1],[77,1]],'2eff':[[66,1]],'namco':[[73,4]],'harmless':[[76,1]],'buzzers':[[29,1]],'protection':[[12,1]],'finishing':[[76,1]],'1200':[[66,1]],'pi#x7':[[76,4]],'compromised':[[77,1]],'skinny':[[78,1]],'g8r':[[76,1]],'2003':[[71,2]],'00a5#mic':[[49,1]],'want':[[55,2],[53,2],[45,1],[77,1],[42,1],[52,1],[39,3],[59,1],[9,1],[29,1],[49,1],[54,2],[60,3],[76,2],[57,2],[58,8]],'jan':[[77,1]],'adequately':[[8,1]],'surrounding':[[77,1]],'movement':[[51,1]],'4011h':[[73,1]],'cause':[[26,1],[76,4],[34,1],[12,1],[52,1],[61,1],[74,2],[77,1],[39,1]],'allocated':[[66,1]],'common':[[73,1],[62,1],[28,1],[77,1],[16,1],[8,1],[5,1],[39,1],[59,2],[9,1],[64,2],[76,3],[6,1],[4,1],[40,1],[7,1]],'tenten':[[47,6]],'different':[[73,1],[77,2],[74,3],[16,1],[8,1],[39,1],[22,1],[14,2],[26,2],[47,2],[6,2],[49,1],[66,1],[70,1],[76,9],[79,1],[58,3]],'voltage':[[77,2],[74,5]],'waves':[[77,2]],'x0p':[[76,1]],'chosenjo':[[29,1]],'fills':[[77,1]],'registerwrite':[[58,1]],'options':[[19,2],[50,1],[35,2],[39,1],[15,3],[14,6],[29,1],[47,2],[24,2],[49,1],[4,2],[10,3],[40,3],[18,3],[7,1],[38,1],[53,2],[28,2],[12,2],[13,1],[42,2],[8,1],[37,1],[63,1],[69,1],[22,2],[25,6],[41,3],[6,2],[34,4],[58,1]],'force':[[4,1],[34,2],[59,1],[32,1],[74,1],[31,1]],'smoother':[[34,2]],'mess':[[77,1],[60,1]],'commenting':[[59,1]],'furthermore':[[54,2],[51,1],[52,1]],'preserved':[[64,2],[69,1]],'letter':[[55,4]],'extract':[[76,1],[48,1]],'restarting':[[58,1]],'purpose':[[61,3],[74,1],[3,1],[58,1]],'slash':[[26,1],[58,1]],'margin':[[77,1]],'apr':[[78,1],[79,1]],'diagram':[[74,1],[76,8],[66,2]],'reconstruct':[[22,2]],'leaves':[[4,1],[18,2]],'wikipedia':[[66,1],[64,1]],'inclined':[[65,1]],'wants':[[74,1]],'miscellaneous':[[69,1]],'interpret':[[62,1]],'zero':[[51,1],[49,1],[76,29],[66,5],[71,2],[77,1],[74,4],[39,1]],'manner':[[47,1],[59,1]],'slave':[[77,1]],'9001':[[73,1]],'push':[[76,7],[60,1],[64,1]],'extended':[[3,2]],'shy':[[76,4]],'color':[[19,6],[31,6],[50,1],[77,15],[12,2],[63,2],[59,4],[9,1],[26,2],[29,1],[54,1],[6,4],[4,1],[34,3],[58,23]],'translated':[[47,1],[74,1]],'bank':[[39,1],[73,10],[49,12],[54,1],[55,1],[66,2],[6,1],[58,2]],'perfection':[[64,1]],'drop':[[9,1],[29,2],[10,2],[42,1],[6,1]],'%1d':[[69,2]],'complain':[[60,1]],'port2':[[69,3]],'guide':[[69,1],[15,5],[66,2],[38,5],[62,2],[64,1],[39,1]],'notebook':[[47,1]],'8123':[[49,1]],'accessed':[[54,5],[53,2],[66,1],[71,1],[77,5],[52,1]],'createfromgdstr':[[59,1],[58,1]],'arr':[[76,6]],'fillcolor':[[58,4]],'preparations':[[76,3]],'gets':[[4,1],[77,1],[54,1],[76,1],[6,2],[58,7]],'mid':[[7,1],[50,1]],'deemed':[[60,4]],'60hz':[[73,1]],'noicon':[[18,3]],'beta':[[3,1]],'planning':[[77,1]],'wins':[[77,1]],'samples':[[73,1]],'guard':[[58,1]],'comprised':[[47,1]],'120':[[74,2]],'rp2a03e':[[74,1]],'gtk2':[[3,1],[5,1]],'giorgio':[[3,1]],'installed':[[10,1]],'signed':[[73,2],[59,1],[41,1],[71,3],[76,2],[40,1],[58,3]],'matches':[[55,1]],'activity':[[76,1]],'break':[[51,1],[49,15],[76,2],[66,1],[6,1],[60,1]],'generator':[[66,2],[74,16],[77,1]],'placement':[[77,1]],'card':[[4,1]],'remain':[[76,1],[77,1],[42,1]],'previously':[[58,3]],'will':[[50,3],[61,2],[77,22],[56,1],[35,11],[27,15],[29,8],[47,17],[32,4],[57,10],[79,1],[38,1],[28,6],[44,2],[12,5],[20,5],[36,1],[64,2],[37,2],[63,2],[69,3],[21,1],[22,23],[33,1],[11,1],[73,9],[74,68],[16,3],[39,21],[59,16],[49,29],[14,4],[51,5],[54,4],[60,13],[66,13],[71,1],[10,1],[18,7],[7,1],[55,9],[53,5],[30,1],[31,4],[45,3],[42,8],[52,5],[8,1],[17,4],[78,1],[26,21],[70,1],[76,45],[6,1],[34,10],[58,42]],'consistently':[[7,1]],'sbx':[[76,14]],'accessible':[[59,1],[49,2],[10,1],[37,2]],'else':[[39,1],[59,3],[61,1],[64,1],[60,3],[58,3]],'`#j1@lj3b@29':[[76,1]],'cross':[[76,1],[2,1]],'state':[[73,3],[61,1],[74,5],[16,8],[77,1],[35,2],[59,2],[49,4],[51,2],[54,1],[71,5],[4,1],[18,1],[53,2],[12,1],[52,1],[69,3],[37,1],[22,6],[26,1],[70,2],[76,4],[6,2],[11,2],[58,21]],'populated':[[6,1]],'framedisplay':[[18,3]],'troubleshooting':[[63,2],[62,1]],'0005':[[73,1],[49,2]],'lua':[[18,5],[58,30],[1,1],[61,29],[12,5],[13,2],[56,12],[8,6],[5,4],[27,3],[37,10],[9,2],[14,4],[49,2],[59,29],[6,6],[60,15],[4,15],[63,2],[64,1],[10,4],[57,18],[11,2],[7,8]],'checked':[[74,1],[35,6],[39,2],[27,1],[9,1],[14,2],[21,1],[47,1],[49,1],[34,7],[32,2],[33,1],[11,1],[58,3]],'thing':[[77,2],[74,1],[47,5],[64,1],[39,2]],'yesno':[[58,3]],'slowdown':[[4,1],[22,1]],'highlighted':[[9,1]],'defeated':[[61,1]],'diagrams':[[77,1]],'00h':[[73,7]],'#256':[[77,1]],'circuit':[[77,1]],'huge':[[77,1]],'not':[[73,14],[50,1],[61,3],[74,13],[77,13],[56,1],[35,3],[27,1],[39,9],[59,14],[49,6],[14,3],[47,16],[51,2],[54,4],[60,7],[4,4],[66,6],[71,2],[10,5],[57,1],[18,5],[55,1],[53,1],[28,2],[45,2],[12,4],[20,1],[42,1],[52,1],[64,4],[5,1],[17,1],[37,1],[21,1],[22,5],[26,8],[63,4],[69,6],[76,55],[34,1],[33,1],[11,1],[58,32]],'4040':[[73,1]],'anymore':[[4,2]],'0300':[[66,4]],'hertz':[[73,1],[58,5]],'log':[[54,7],[76,2],[53,10],[4,9],[10,2],[69,12]],'|10':[[74,1]],'mirrored':[[77,1]],'frontend':[[3,1],[57,1],[60,1]],'maximum':[[73,1],[59,1],[70,1],[76,1],[60,1],[31,1],[74,2],[58,1]],'shrink':[[35,1]],'saved':[[12,1],[16,1],[35,1],[37,3],[39,1],[27,5],[9,1],[26,1],[47,5],[49,1],[54,2],[60,3],[71,1],[58,2]],'taller':[[34,1]],'refer':[[59,1],[55,1],[66,4],[58,2]],'conversion':[[63,1],[74,2],[11,1],[58,1]],'ever':[[77,3],[74,1]],'faintly':[[77,1]],'safely':[[58,1]],'nop':[[76,35]],'additions':[[76,2]],'polled':[[45,1],[26,1]],'moviefilenames':[[12,1]],'design':[[4,1],[43,1],[74,1]],'messagebox':[[59,1]],'unhide':[[37,1],[26,1],[28,1]],'relating':[[27,1],[1,1]],'becomes':[[4,1],[54,2],[74,1],[47,1]],'raw':[[17,1],[21,1],[48,1],[58,11]],'integral':[[34,1]],'refused':[[76,1]],'1400h':[[73,1]],'excess':[[47,1]],'met':[[49,1],[74,1]],'disrupt':[[73,1]],'registersave':[[8,2],[58,1]],'smb2':[[18,2]],'anded':[[76,1]],'pin':[[77,5],[74,4]],'basics':[[59,2],[77,1],[56,1],[57,1]],'explain':[[61,1],[52,1],[25,1],[47,1]],'notice':[[76,1]],'retrieves':[[77,2]],'beyond':[[21,1],[52,1]],'4020':[[66,1]],'relocated':[[73,2]],'determining':[[76,1],[77,1]],'existing':[[39,1],[48,1],[16,1]],'page':[[58,3],[37,1],[49,1],[59,1],[76,40],[66,7],[24,1],[71,1],[3,3],[39,1]],'w_pm`':[[76,1]],'debugging':[[5,1],[59,1],[49,8],[65,2],[6,1],[4,2],[12,1],[48,1],[3,3],[8,1],[11,1]],'nothrottle':[[59,1],[18,2],[58,1]],'aid':[[61,1],[77,1],[47,1],[65,1]],'rather':[[59,1],[26,1],[14,2],[49,1],[60,1],[45,1],[77,2],[42,1],[10,1],[18,1],[58,4]],'reliably':[[76,1]],'deleting':[[4,1],[56,1],[54,1]],'inital':[[73,2]],'scrolllock':[[58,1]],'mapinittab':[[7,1]],'behaves':[[76,1]],'joe':[[47,1]],'precise':[[76,1],[59,1],[77,1]],'onto':[[66,5],[77,2]],'line':[[11,1],[58,4],[53,1],[77,10],[52,1],[74,1],[69,4],[39,2],[59,4],[15,2],[14,1],[22,1],[49,25],[51,1],[66,1],[4,1],[34,4],[76,4],[78,1],[3,1],[10,3],[18,4],[7,1]],'west':[[76,1]],'sav':[[54,1],[20,1],[10,1],[27,1]],'kage':[[4,1]],'blob':[[69,1]],'around':[[73,2],[48,1],[74,2],[76,1],[66,1],[58,2]],'zapper':[[7,1],[29,8],[6,2],[10,3],[69,5],[58,8]],'goes':[[73,2],[76,2],[66,1],[60,1],[77,1],[12,1],[74,2],[58,1]],'tearing':[[4,1]],'capslock':[[58,1]],'send':[[76,1],[39,1]],'shouldn':[[61,1],[39,1]],'ejecting':[[20,1]],'c000':[[73,2],[49,3],[54,1],[66,1]],'0000|':[[66,1]],'plp':[[76,4]],'destination':[[76,1],[21,1],[54,2]],'|0e':[[74,1]],'065':[[74,1]],'0x10':[[49,1]],'draw':[[59,1],[12,1],[78,1],[58,8]],'statement':[[76,1],[49,2]],'rules':[[57,1]],'__________________________________________':[[66,1]],'popped':[[77,1]],'blur':[[34,1]],'extracts':[[76,1]],'shorthand':[[78,1]],'wrap':[[74,1]],'held':[[22,1],[29,3],[74,1],[6,1],[58,11]],'automate':[[56,1]],'called':[[77,2],[16,1],[64,1],[37,4],[59,3],[49,1],[76,4],[60,14],[3,1],[10,1],[57,1],[58,10]],'t2p9d`pyd`':[[76,1]],'automated':[[64,1],[58,1]],'setpixel':[[58,1]],'newly':[[53,2]],'pix':[[66,2]],'interrupting':[[58,1]],'incomplete':[[71,2]],'port0':[[69,7]],'arithmetic':[[76,8]],'garbage':[[77,3]],'lehti':[[76,2]],'testing':[[76,1]],'post':[[4,1],[77,1],[8,1]],'deck':[[20,1]],'flakes':[[4,1]],'004':[[74,1]],'software':[[3,1],[76,1]],'f14':[[58,1]],'downs':[[64,1]],'hide':[[17,1],[26,1],[28,1],[4,1],[34,3],[77,1],[37,1]],'themes':[[6,1],[28,1]],'driven':[[77,1]],'instructions':[[58,1],[49,5],[76,45],[53,4],[4,3],[48,2],[57,2],[39,1]],'similar':[[39,1],[73,2],[76,2],[66,2],[6,2],[77,1],[56,1],[35,1],[58,2]],'finally':[[49,1],[52,1],[76,3]],'06xx':[[66,1]],'subpixel':[[66,3]],'proves':[[76,6]],'a000':[[73,1],[54,1]],'host':[[4,1]],'internally':[[59,1],[77,2],[58,1]],'turns':[[37,2],[10,1],[76,2],[18,6],[5,1]],'serialize':[[77,1]],'parasyte':[[3,1]],'etc':[[73,4],[77,1],[74,2],[27,1],[9,1],[15,1],[49,1],[54,1],[6,1],[60,1],[4,1],[34,1],[66,3],[10,1],[7,1],[58,1]],'blargg':[[9,3]],'mulitple':[[66,1]],'ml`':[[76,1]],'distorted':[[77,1]],'metroid':[[4,1],[73,2]],'screens':[[66,2],[77,1]],'xxx1':[[73,1]],'peek':[[4,1]],'deleted':[[58,5]],'friends':[[58,1]],'standard':[[37,1],[59,1],[73,2],[47,2],[42,1],[20,1],[74,1],[69,1],[58,3]],'digit':[[76,1],[66,1]],'dd0e':[[76,8]],'240hz':[[74,3]],'programmable':[[74,11]],'bullet':[[3,1],[22,2],[64,1]],'win32':[[5,1],[11,12],[9,1],[6,3],[4,1],[12,2],[10,1],[7,2],[8,1]],'decay':[[74,29]],'weekend':[[77,1]],'hash':[[47,1],[69,1]],'0x00fa':[[59,1]],'recovering':[[11,1]],'write':[[73,7],[52,3],[74,13],[35,1],[37,3],[39,1],[59,4],[9,2],[22,2],[49,2],[54,1],[6,1],[60,2],[66,1],[76,39],[78,5],[10,1],[18,2],[58,13]],'blank':[[47,1]],'magenta':[[58,1]],'intensive':[[59,1]],'hexeditor':[[59,1]],'means':[[73,3],[55,1],[45,1],[77,5],[74,3],[56,1],[69,1],[37,6],[49,1],[14,1],[47,1],[34,4],[58,9]],'2001':[[71,1]],'equal':[[59,3],[49,2],[74,2],[76,1],[60,1],[39,8]],'tiles':[[77,4],[47,5],[66,1]],'representations':[[58,1]],'sssff':[[73,1]],'|14':[[74,1]],'convertfcmtofm2':[[63,1]],'peripheral':[[20,1]],'persistent':[[58,6]],'scales':[[58,2]],'rp2a03':[[58,1]],'explaination':[[73,1]],'routine':[[73,5],[48,2],[74,1],[76,11],[66,3]],'hop':[[74,1]],'numpad8':[[58,1]],'action':[[74,6],[8,1],[39,2]],'games':[[73,2],[50,1],[61,1],[74,4],[16,2],[77,4],[27,2],[39,4],[59,2],[15,2],[29,4],[47,4],[51,1],[54,1],[60,2],[4,4],[66,7],[71,2],[10,2],[7,2],[65,3],[53,1],[31,1],[45,2],[12,1],[13,1],[20,4],[52,1],[64,1],[17,1],[78,1],[26,1],[34,1],[58,2]],'drawn':[[77,3],[9,1],[51,1],[47,1],[54,1],[78,1]],'your':[[73,1],[55,1],[61,1],[42,1],[52,2],[77,4],[63,1],[59,4],[22,1],[29,2],[47,19],[49,3],[60,4],[66,4],[76,9],[57,2],[58,17]],'dadc':[[76,1]],'battletoads':[[66,1]],'``a':[[76,2]],'gracefully':[[6,1],[11,1]],'scans':[[54,1]],'calling':[[58,4]],'checkboxes':[[4,1]],'simultaneously':[[45,1],[26,1],[76,3]],'buffering':[[32,3]],'r6502':[[76,1]],'deviation':[[66,1]],'400c':[[74,4]],'processor':[[74,1],[3,1],[71,1],[76,27]],'unzipping':[[12,1]],'hashes':[[47,4]],'branching':[[76,1],[59,1]],'lastkeys':[[60,1]],'init':[[73,12],[49,2]],'examined':[[74,1]],'pause':[[58,3],[53,2],[16,1],[35,2],[39,1],[59,3],[9,1],[21,6],[22,4],[26,2],[6,1],[47,2],[49,4],[10,2],[18,2],[7,1]],'latest':[[4,1],[12,1],[14,2],[10,1]],'shift':[[76,1],[44,1],[77,13],[12,1],[16,1],[10,1],[74,11],[58,1]],'headerless':[[20,1]],'private':[[54,1]],'fall':[[77,1],[60,1]],'treated':[[76,1]],'512':[[77,1]],'f24':[[58,1]],'l&xj8':[[76,1]],'within':[[49,1],[51,1],[54,1],[71,1],[34,1],[77,1],[58,1]],'square1':[[58,1]],'04fx':[[66,1]],'regards':[[77,1],[74,2]],'counterbreak':[[58,2]],'nicely':[[45,1]],'blip':[[3,1]],'128d':[[76,1]],'separate':[[22,1],[49,1],[47,1],[54,1],[2,1],[76,1],[58,3]],'begins':[[47,2],[70,1],[9,1]],'helpful':[[47,1],[54,1]],'reserved':[[76,1],[66,2]],'redo':[[26,1],[16,2],[10,2],[37,4]],'difference':[[77,2],[74,1],[47,1],[76,1]],'besides':[[59,1],[61,1]],'increases':[[74,2],[7,1],[8,1]],'vd`d2n0q':[[76,1]],'nothing':[[59,1],[54,1],[47,1],[66,1],[60,7],[77,2]],'gamepad0':[[7,1]],'window':[[27,1],[39,10],[59,3],[49,21],[9,2],[14,2],[29,2],[47,14],[4,4],[48,1],[10,7],[40,1],[7,1],[55,2],[53,8],[28,3],[12,2],[52,1],[8,1],[5,2],[26,2],[25,1],[6,3],[34,6],[11,4],[58,1]],'supply':[[59,1]],'0afffh':[[73,1]],'affected':[[45,1],[55,1],[76,6]],'msmakela@kruuna':[[76,1]],'bit1':[[76,1],[69,2]],'hacked':[[17,1]],'patched':[[17,1]],'#100':[[49,1]],'stopping':[[58,2]],'word':[[73,8],[47,8],[69,2]],'initialrawdalatch':[[58,1]],'system':[[77,1],[74,4],[16,2],[20,5],[69,1],[37,1],[35,1],[27,1],[15,1],[14,1],[23,2],[76,1],[3,2],[58,1]],'belongs':[[69,2]],'activates':[[6,1]],'player2':[[13,2],[69,1]],'weed':[[39,1]],'ikari':[[66,1]],'occurred':[[70,1],[76,1]],'grows':[[73,1]],'battle':[[47,2]],'development':[[3,1],[76,1]],'imply':[[77,1]],'detecting':[[58,1]],'|0c':[[74,2]],'|28':[[74,1]],'fm2':[[7,2],[38,1],[44,4],[61,1],[12,3],[68,1],[35,3],[27,1],[37,2],[63,3],[9,3],[14,5],[15,1],[21,2],[6,1],[22,9],[69,3],[10,4],[18,12],[11,2]],'|frames':[[74,2]],'recorded':[[35,1],[64,2],[22,1],[14,1],[69,3],[60,1],[8,1],[58,1]],'machines':[[73,1],[9,1],[32,1],[16,1]],'arrives':[[77,1],[74,1]],'protections':[[76,1]],'fastest':[[76,1],[60,1],[23,1]],'obtained':[[74,1]],'conflicts':[[4,2]],'004e':[[73,1]],'capable':[[77,1],[20,1],[47,1],[60,1]],'strategies':[[22,1]],'2406':[[77,1]],'needing':[[47,1]],'addressing':[[77,1],[76,26],[66,1],[39,1]],'164':[[4,1]],'drastic':[[58,1]],'showing':[[35,1],[58,1]],'traditional':[[29,1]],'rockwell':[[76,1]],'170':[[77,3]],'ultra':[[1,1],[0,1],[44,1],[52,1],[69,1],[39,3],[22,1],[14,1],[70,1],[71,3],[2,3],[3,18]],'autohold':[[6,4]],'totally':[[76,1]],'implementation':[[56,1],[6,2],[77,1]],'bit4':[[76,1],[69,2]],'2048':[[74,2],[76,1],[66,5],[39,1]],'instant':[[47,1],[77,1]],'|02':[[74,1]],'however':[[73,1],[30,1],[77,3],[74,1],[64,2],[39,1],[63,1],[78,1],[22,1],[26,1],[41,1],[47,1],[76,8],[34,1],[3,1],[40,1],[58,5]],'stop':[[77,1],[74,1],[37,6],[9,2],[21,3],[47,1],[49,1],[6,1],[60,4],[76,3],[3,1],[57,2],[18,2],[58,6]],'sends':[[22,1],[14,2]],'asm':[[55,1]],'creative':[[65,1]],'2b8':[[76,1]],'half':[[59,1],[74,2],[77,4],[76,2],[66,1]],'influence':[[76,1]],'quirk|':[[77,1]],'earlier':[[5,1],[58,1],[64,1],[24,1],[6,1]],'indicates':[[77,1],[49,1],[74,1],[69,4],[58,1]],'front':[[59,2],[60,1],[74,1]],'errors':[[58,1],[59,2],[48,1],[60,1],[6,1],[11,1]],'wramless':[[4,1]],'ask':[[9,1],[28,3]],'capturing':[[15,2],[21,6],[10,1]],'inserted':[[14,1]],'warning':[[47,1],[18,1],[58,3]],'0080':[[73,2]],'flaws':[[24,1]],'determines':[[77,2],[74,1],[19,1],[58,2]],'slower':[[63,2],[34,1],[47,1],[33,1]],'doing':[[73,1],[76,1],[60,2],[77,1],[52,2],[10,1],[11,1],[58,4]],'scanned':[[17,1]],'ret':[[52,1]],'strange':[[76,1]],'less':[[73,1],[77,2],[12,1],[74,4],[39,3],[49,1],[47,2],[71,1],[6,1],[76,3],[34,1],[7,1],[58,2]],'040e':[[39,1]],'single':[[73,2],[28,1],[77,4],[74,1],[64,1],[9,1],[22,2],[49,2],[76,1],[2,1],[6,1],[4,1],[48,1]],'vsprintf':[[12,1]],'another':[[59,1],[54,2],[29,1],[47,1],[66,3],[76,1],[78,1],[61,1],[77,3],[16,1],[10,1],[58,1]],'throughout':[[47,1]],'inverting':[[74,1]],'comecon':[[76,1]],'operand':[[76,6]],'disk':[[17,1],[58,2],[15,1],[23,6],[29,1],[69,5],[71,1],[16,1],[20,22],[8,1],[27,1]],'30fps':[[45,1],[26,2]],'discussed':[[77,1]],'horrible':[[77,1]],'slot':[[59,1],[9,2],[16,4],[66,5],[58,5]],'triply':[[58,1]],'defaulting':[[8,1]],'homepage':[[3,3],[57,1]],'checkbox':[[35,2],[49,3],[29,1],[47,3],[32,2],[7,1],[39,1]],'pipelining':[[76,2]],'caused':[[4,1],[12,1],[10,7],[76,1],[6,1],[8,1]],'swap1p2p':[[4,1]],'follows':[[73,1],[47,1],[77,2],[74,5],[57,1],[69,1],[39,1]],'p17':[[71,1]],'colorburst':[[77,6]],'mutually':[[77,1],[74,1]],'emuversion':[[69,1]],'directions':[[66,1]],'terminate':[[76,1]],'pre':[[3,1],[63,1]],'m159':[[4,1]],'9003':[[73,1]],'tracknoise':[[4,1]],'rect':[[58,1]],'doings':[[77,1]],'infamous':[[77,1]],'01h':[[73,1]],'useless':[[53,1]],'10ff':[[66,1]],'suppose':[[47,3],[58,1]],'d011':[[76,2]],'above':[[73,4],[59,1],[49,4],[29,2],[47,2],[55,1],[6,1],[76,3],[4,1],[34,1],[77,2],[79,1]],'joystick':[[29,1],[70,3],[71,2]],'shifts':[[76,2]],'fix':[[73,1],[77,1],[12,3],[13,2],[8,1],[5,2],[9,1],[76,13],[6,6],[24,1],[4,2],[34,1],[48,1],[10,3],[11,6],[7,4]],'exists':[[77,1],[9,1],[14,1],[58,1]],'startup':[[60,1],[54,1],[14,1],[10,1],[11,1],[18,1]],'genie':[[5,1],[58,2],[26,9],[49,2],[55,15],[63,5],[65,2],[77,1],[48,3],[3,1],[18,2],[39,2]],'selects':[[77,3],[78,1]],'figure':[[47,4],[77,1]],'_____':[[66,2]],'associative':[[59,3]],'assigned':[[22,1],[29,3],[10,1],[40,1]],'presskeystart4':[[60,1]],'platform':[[3,1],[59,1],[2,1]],'aimlessly':[[14,1]],'nmi1':[[49,1]],'rerecording':[[64,1],[22,2],[14,2],[41,1],[2,1],[6,1],[24,2],[52,1],[3,5],[40,1],[7,1],[8,1]],'200000':[[64,1]],'extent':[[58,1]],'jeopardy':[[66,1]],'contained':[[71,1],[74,1]],'tie':[[60,5]],'1f0h':[[73,1]],'small':[[63,1],[73,2],[49,2],[47,1],[66,1],[60,1],[77,2],[64,3]],'period':[[39,1],[22,1],[26,1],[77,3],[74,1],[58,1]],'prepends':[[73,1]],'0xf':[[76,1]],'disassembler':[[54,5]],'#8123':[[49,1]],'16777216':[[76,2]],'simultaneous':[[76,1]],'romname':[[18,3]],'fetched':[[76,9],[77,12]],'0&&4ka':[[76,1]],'dreams':[[77,1]],'|24':[[74,1]],'choose':[[4,1],[59,1],[55,1],[53,1],[31,1],[57,2]],'controller':[[26,1],[29,9],[66,1],[6,2],[50,1],[56,1],[58,2]],'laws':[[6,1]],'anyways':[[60,1]],'exact':[[77,2]],'field':[[73,2],[55,2],[12,1],[42,1],[64,1],[39,1],[69,6],[22,1],[14,1],[47,1],[49,6],[71,2],[4,2],[11,1],[58,1]],'resume':[[22,1],[49,1]],'says':[[60,1],[58,1]],'steps':[[77,2],[74,2]],'09000h':[[73,2]],'input':[[61,2],[74,3],[16,1],[27,4],[59,7],[9,1],[14,2],[15,1],[29,11],[60,4],[66,3],[4,2],[32,1],[10,1],[18,6],[46,4],[38,2],[45,1],[12,3],[8,2],[5,1],[64,1],[69,17],[22,3],[26,11],[25,1],[70,1],[6,8],[43,1],[11,1],[58,23]],'6502_cpu':[[76,2]],'registermanual':[[58,1]],'handling':[[4,1],[54,1],[14,2],[5,1]],'european':[[76,1]],'wiki':[[64,1]],'getdown':[[7,1],[58,1]],'drag':[[9,1],[10,2],[47,2],[6,1],[7,1]],'statically':[[3,1]],'backslash':[[58,1]],'deeper':[[59,1]],'panels':[[50,1]],'gates':[[77,1],[74,4]],'copying':[[47,1],[76,1]],'seems':[[77,3],[9,1],[74,1],[76,4]],'emblem':[[7,2]],'latched':[[77,1]],'forcefully':[[58,1]],'actual':[[49,1],[54,1],[47,2],[71,1],[31,3],[77,1],[74,2],[64,1],[58,3]],'#ce_2gpl':[[76,1]],'megaman':[[77,4]],'conditioned':[[77,1]],'srt':[[9,1],[37,1]],'playern':[[59,2]],'scripting':[[64,1],[59,1],[14,2],[60,4],[61,1],[56,4],[57,1],[27,1]],'improvements':[[3,1],[5,1]],'keyword':[[59,1]],'ctlr':[[71,2]],'4017':[[71,1],[74,16]],'recording':[[64,16],[69,1],[12,1],[42,1],[8,2],[5,1],[27,1],[35,1],[15,2],[14,3],[21,1],[22,14],[6,2],[25,1],[4,1],[26,3],[37,3],[43,1],[3,2],[63,1],[11,2],[58,3]],'100':[[77,1],[74,1],[76,7],[60,1],[58,2]],'names':[[4,2],[49,2],[47,2],[8,1],[27,1]],'check':[[63,2],[49,1],[29,1],[76,1],[6,1],[31,1],[60,1],[48,1],[10,1],[35,1],[58,2]],'videolog':[[11,1]],'asq_realitya':[[24,1]],'fcm':[[38,2],[44,6],[12,4],[68,2],[69,1],[63,2],[9,1],[14,2],[22,2],[70,6],[6,2],[10,1],[11,1]],'bunch':[[47,1],[77,1]],'events':[[77,1],[60,2]],'aforementioned':[[77,1],[74,1]],'mmmm':[[49,2]],'nybble':[[76,34]],'configuration':[[45,1],[34,1],[32,2],[25,2],[29,5]],'cheating':[[39,2]],'bytes':[[73,6],[53,1],[77,2],[52,2],[69,5],[63,1],[49,4],[54,4],[70,2],[66,13],[71,10],[76,4],[58,8]],'subtract':[[76,2]],'reworked':[[77,1]],'4006':[[74,3]],'phases':[[77,4]],'invisible':[[77,1]],'font':[[4,1],[47,4]],'optimize':[[64,1]],'77h':[[73,1]],'judged':[[60,1]],'icons':[[26,1]],'tests':[[76,7],[78,1],[74,1]],'mappers':[[4,2],[12,1],[52,2],[3,5],[10,1],[7,3]],'8192':[[63,1],[66,1]],'sunsoft':[[73,4]],'kentaro':[[74,1]],'eight':[[60,1],[69,1]],'#l&':[[76,1]],'dmcaddress':[[58,1]],'0x863c':[[58,1]],'subsection':[[71,6]],'smooth':[[77,1]],'bandai':[[4,1]],'tabbing':[[4,1],[53,1]],'04x0':[[66,1]],'restoration':[[5,1]],'coordinate':[[59,2],[77,6],[58,4]],'eeprom':[[4,1]],'izumi':[[74,1]],'glitch':[[61,1],[52,1],[54,1]],'exclamationmark':[[59,1]],'dsbc':[[76,2]],'auxillary':[[58,1]],'ties':[[74,1]],'edu':[[76,1]],'johnson':[[77,2]],'emulating':[[7,1],[58,1]],'linear':[[73,1],[77,1],[74,24],[58,1]],'going':[[77,2],[47,4],[58,1]],'tax':[[76,2]],'requires':[[63,2],[34,1],[12,1],[77,1],[30,1],[28,1]],'hands':[[59,1]],'inputdisplay_for_selection':[[4,1]],'transparency':[[77,2],[58,8]],'upgrades':[[14,1]],'flag':[[8,1],[58,2],[26,1],[49,3],[73,2],[76,104],[6,2],[77,7],[42,1],[7,1],[18,16]],'wider':[[34,1]],'gzip':[[17,1]],'0011111100000000':[[78,1]],'rendering':[[4,1],[77,16],[12,1],[49,1],[58,1]],'recognize':[[10,1]],'algorithm':[[17,2],[76,1]],'japanophile':[[47,1]],'fba':[[41,1],[40,1]],'aborts':[[76,1]],'&z0':[[76,1]],'bypassed':[[32,1]],'processed':[[76,1],[59,1]],'profiling':[[49,1]],'snapped':[[55,1]],'tttttttt':[[73,1]],'169':[[77,1]],'2007':[[77,3],[54,1],[78,1],[66,2],[71,1]],'includes':[[58,2],[9,1],[50,1],[72,1],[12,1],[75,1],[10,3],[11,1],[37,1]],'plugging':[[20,1]],'earth':[[76,1]],'competing':[[64,1]],'removes':[[58,1],[39,1]],'drastically':[[10,1]],'intuitive':[[6,1],[52,1]],'provided':[[74,2],[3,1],[58,3]],'punkrockguy318':[[3,1]],'grammar':[[49,1]],'specially':[[57,1]],'coder':[[77,1]],'multiply':[[73,1]],'during':[[22,3],[54,1],[47,1],[76,5],[6,2],[34,2],[12,2],[20,2],[74,3],[77,18]],'altogether':[[61,1]],'player4':[[69,1]],'deactivating':[[76,1]],'accumulate':[[77,1]],'commontricks':[[64,1]],'aspects':[[67,1]],'simply':[[73,4],[44,1],[77,3],[42,1],[16,1],[52,1],[69,1],[64,1],[27,1],[22,3],[14,1],[49,2],[66,1],[60,3]],'04ff':[[66,1]],'yesnocancel':[[58,1]],'000a':[[73,1]],'kiji':[[7,1]],'collector':[[76,1]],'sta':[[76,42]],'undefined':[[76,3]],'6400%':[[23,1]],'tune':[[73,22],[54,1]],'08ff':[[66,1]],'palflag':[[12,1],[69,1]],'calls':[[58,4],[54,1],[53,1],[37,1]],'repeat':[[55,1],[39,1]],'aborted':[[11,1]],'trying':[[54,1],[76,2],[66,1],[6,1],[60,1],[4,1],[34,2],[12,1],[74,1],[58,1]],'filter':[[38,2],[31,1],[53,3],[42,1],[36,1],[64,1],[8,1],[14,1],[41,2],[66,2],[3,1],[40,2],[65,1]],'rightbracket':[[58,1]],'m#nd':[[76,2]],'incrementing':[[73,1]],'unl':[[4,1],[10,1]],'evaluation':[[77,5],[56,1],[60,2]],'sdl':[[11,18],[9,2],[6,1],[4,1],[12,22],[3,1],[10,13],[7,3],[5,1]],'compile':[[56,1],[60,1]],'anything':[[73,3],[59,3],[76,2],[6,1],[4,1],[64,1],[58,4]],'related':[[1,1],[31,1],[28,1],[13,1],[35,1],[5,2],[37,1],[78,1],[9,1],[14,1],[25,4],[66,1],[24,1],[76,1],[48,1],[10,2],[33,1]],'lags':[[42,2]],'product':[[49,3]],'taylor':[[77,1],[74,1]],'767':[[74,2]],'recieving':[[74,1]],'stack':[[73,1],[49,5],[76,27],[66,4],[53,3],[6,1],[4,2],[71,1],[7,1]],'ef43':[[69,1]],'neg':[[74,1]],'taught':[[60,1]],'picture':[[63,1],[50,1]],'rip':[[73,1],[54,1]],'anonymous':[[59,2],[58,3]],'2012':[[50,1],[0,1],[61,1],[77,1],[56,1],[35,1],[27,1],[15,1],[29,1],[47,1],[2,1],[24,1],[48,1],[32,1],[57,1],[79,1],[46,1],[38,1],[28,1],[44,1],[12,1],[13,1],[20,1],[36,1],[64,1],[5,1],[37,1],[63,1],[21,1],[22,1],[41,1],[68,1],[43,1],[69,1],[33,1],[11,1],[73,1],[1,1],[19,1],[67,1],[74,1],[16,1],[39,1],[59,1],[9,1],[14,1],[23,1],[49,1],[51,1],[54,1],[4,2],[60,1],[66,1],[71,1],[10,1],[40,1],[18,1],[7,1],[65,1],[55,1],[53,1],[30,1],[31,1],[45,1],[62,1],[42,1],[52,1],[8,1],[17,1],[78,1],[26,1],[25,1],[70,1],[6,1],[76,1],[34,1],[72,1],[75,1],[3,1],[58,1]],'encounters':[[59,1]],'parodius':[[67,1],[65,1]],'dragon':[[73,1],[26,2],[4,1],[45,1],[77,1],[8,1],[27,2]],'0x800':[[71,3]],'stopseeking':[[58,1]],'constitute':[[69,1]],'introduces':[[4,1]],'causing':[[49,1],[76,2],[6,2],[4,1],[34,1],[61,1]],'features':[[65,2],[1,1],[0,1],[77,1],[12,2],[74,2],[8,1],[64,5],[9,1],[14,3],[22,1],[41,1],[6,2],[47,5],[4,2],[76,2],[3,5],[10,4],[11,1],[40,1]],'compiling':[[10,1]],'variant':[[58,1]],'play':[[65,1],[73,6],[53,1],[30,3],[77,1],[16,2],[20,1],[35,1],[8,1],[37,8],[64,1],[9,1],[22,4],[25,1],[26,2],[47,2],[49,2],[4,1],[54,5],[60,3],[10,1],[18,1],[58,2]],'5ff6':[[73,1]],'frequencies':[[74,3]],'experimental':[[9,2],[43,1]],'incremented':[[76,4],[77,1],[79,1]],'bookmarks':[[5,1],[49,8],[39,1]],'error':[[7,1],[12,2],[5,1],[63,3],[9,1],[14,2],[47,1],[76,1],[6,2],[60,2],[4,1],[10,2],[11,1],[58,13]],'vezj':[[76,1]],'demos':[[76,1],[48,1]],'rollback':[[60,3]],'fetches':[[76,7],[77,10]],'microprocessor':[[76,1]],'assumes':[[77,1]],'useable':[[10,1],[56,1],[30,1]],'pkzip':[[17,1]],'projects':[[4,1]],'configfile':[[12,2]],'translations':[[47,1]],'0111000000000000':[[78,1]],'periodic':[[73,1],[26,1],[39,1]],'shs':[[76,3]],'vbjin':[[40,1]],'management':[[76,1],[56,1],[14,1]],'suited':[[77,1]],'offsets':[[4,1],[17,1],[49,3],[73,3],[77,1]],'functions':[[58,12],[79,1],[61,2],[42,1],[56,2],[8,1],[5,1],[37,2],[39,2],[9,1],[14,1],[59,5],[76,1],[6,2],[60,14],[4,2],[3,1],[10,1],[7,1],[57,4]],'no8lim':[[12,1],[18,2]],'3000|':[[66,1]],'similarly':[[76,3]],'together':[[34,1],[74,2],[76,1],[60,1]],'compatible':[[17,3],[63,1],[22,1],[14,1],[76,1],[66,1],[71,1],[16,1],[10,1],[68,1],[8,1],[37,1]],'increasing':[[4,1],[74,1],[32,1],[10,1]],'palette':[[31,21],[50,2],[77,22],[63,3],[9,3],[25,2],[66,1],[6,2],[24,10],[4,2],[34,1],[71,1],[58,8]],'separated':[[54,1],[2,1],[50,1]],'zd`2':[[76,1]],'newppu':[[4,3],[11,1],[9,2],[69,1],[7,1],[8,1]],'stopmovie':[[18,3]],'oops':[[76,1]],'getinput':[[58,1]],'for':[[50,1],[61,7],[77,62],[56,3],[27,2],[15,6],[29,5],[47,19],[2,1],[24,1],[48,8],[57,4],[46,1],[38,4],[28,2],[12,10],[20,3],[64,7],[5,2],[37,4],[63,2],[21,4],[22,10],[41,1],[69,8],[11,13],[73,17],[1,2],[74,38],[16,2],[39,18],[59,21],[9,8],[14,6],[49,19],[51,3],[54,16],[60,22],[4,9],[66,22],[71,3],[10,22],[40,1],[18,2],[7,6],[65,4],[55,2],[53,14],[31,5],[45,6],[52,3],[8,4],[17,4],[78,4],[26,6],[70,1],[76,38],[6,13],[34,9],[72,1],[75,1],[3,9],[58,49]],'equipment':[[29,1]],'fun':[[47,1]],'1a00':[[66,1]],'op`b@`':[[76,1]],'booleans':[[69,1]],'occupied':[[20,1]],'appropriate':[[77,7],[74,4],[76,1],[58,3]],'registerexit':[[58,1]],'app':[[47,2]],'rerecordcount':[[10,1],[69,1],[58,1]],'executed':[[54,3],[76,9],[53,7]],'elseif':[[59,1]],'17d':[[74,1]],'undoes':[[64,1]],'generation|':[[77,1]],'users':[[61,2],[10,1],[8,1],[58,1]],'applying':[[49,1]],'dir':[[11,1]],'softreset':[[10,1],[58,1]],'native':[[3,1]],'hello':[[59,2]],'could':[[63,1],[73,1],[54,3],[47,2],[76,4],[77,7],[42,1],[52,1],[64,1],[58,2]],'lowest':[[76,1],[66,1],[60,1]],'1000':[[66,2],[69,2]],'254':[[58,1]],'numpad0':[[58,1]],'1008307711':[[69,1]],'freely':[[61,1]],'ch8':[[73,2]],'dream':[[6,1],[7,1]],'filehandle':[[59,3]],'essentially':[[54,1],[47,1],[77,4],[74,2],[56,1],[57,1],[65,1]],'conducted':[[74,1]],'reformats':[[14,1]],'taps':[[74,1]],'macros':[[64,1]],'machrider':[[61,1]],'sequential':[[77,4]],'root':[[4,1],[63,3]],'screenshot':[[37,2],[10,1],[58,4]],'days':[[59,1]],'bit1|bit0':[[76,1]],'apparently':[[3,1]],'d020':[[76,2]],'png':[[58,2],[27,6]],'datalatch':[[4,1]],'rewrites':[[4,1]],'prefer':[[34,1],[53,1]],'replay':[[37,1],[39,1],[9,1],[21,1],[22,2],[58,1],[6,3],[4,4],[12,1],[11,2],[35,1]],'strmode':[[59,1]],'couple':[[59,1]],'changelog':[[5,1],[11,1],[9,1],[6,1],[4,1],[12,1],[13,1],[3,5],[10,1],[7,1],[8,1]],'lose':[[4,1],[76,2]],'crackling':[[32,1]],'nesdev@onelist':[[78,2],[79,2]],'ascii':[[4,1],[49,1],[69,2]],'hexforecolorb':[[19,1]],'quirk':[[77,1],[74,1]],'return':[[59,3],[22,1],[29,1],[49,2],[76,2],[60,11],[52,2],[74,2],[10,2],[57,1],[58,6]],'_ok':[[76,1]],'bfff':[[66,1],[54,1]],'came':[[63,1],[77,2],[24,1]],'caller':[[4,1]],'whole':[[76,1],[77,3]],'xxxx1':[[66,1]],'too':[[59,1],[26,1],[47,2],[76,4],[4,1],[77,1],[57,2],[7,1],[58,4]],'c006':[[49,1]],'compete':[[77,1]],'ease':[[4,1]],'mechanism':[[60,1],[58,1]],'madara':[[73,1]],'ported':[[41,2],[3,3],[40,2],[7,1],[8,1]],'generate':[[73,1],[77,1],[74,7],[60,1],[58,1]],'5015':[[73,1]],'call':[[73,5],[59,2],[78,1],[60,2],[77,1],[74,1],[58,4]],'motion':[[64,2]],'attempted':[[64,1]],'1ch':[[73,1]],'opcodes':[[76,5]],'1@i#zbe_':[[76,2]],'netplay':[[63,1],[7,1]],'town':[[47,1]],'kinds':[[59,1],[47,1],[76,2]],'rumored':[[77,1]],'unchanged':[[58,3]],'|0a':[[74,2]],'exnr':[[71,1]],'cumulative':[[4,1]],'preexisting':[[22,1]],'viewer':[[65,1],[51,4],[54,3],[50,4],[12,1],[48,3],[3,2],[10,2],[7,1],[52,1]],'september':[[3,1]],'premise':[[47,1],[64,2]],'extensive':[[15,1]],'archives':[[12,1]],'usual':[[73,1],[77,2],[76,1]],'provide':[[58,1],[77,1],[39,1]],'logic':[[78,1],[9,3],[76,7],[43,1],[4,2],[77,1],[79,1],[5,1]],'uint8':[[71,39]],'a%_':[[76,1]],'overview':[[73,1],[61,2],[42,1],[1,1],[2,1],[0,1]],'renamed':[[49,1]],'those':[[58,6],[73,2],[54,1],[29,1],[19,1],[53,1],[60,1],[4,1],[34,1],[74,2],[77,1],[39,1]],'handled':[[76,10],[6,1]],'scanline':[[78,1],[49,4],[51,9],[47,3],[50,2],[34,1],[77,55],[10,1],[18,2]],'m`0@9':[[76,5]],'logging':[[54,5],[53,4],[6,1],[8,1]],'untouched':[[73,1]],'abortretryignore':[[58,1]],'patches':[[39,1]],'isattemptok':[[60,2]],'input3':[[12,1]],'terminates':[[69,1]],'zd#':[[76,1]],'using':[[50,1],[61,1],[74,2],[16,3],[77,3],[56,2],[27,1],[39,3],[59,5],[49,1],[51,2],[47,3],[54,6],[60,1],[66,1],[4,1],[32,2],[57,1],[7,1],[65,1],[55,3],[38,4],[53,1],[44,1],[42,2],[52,3],[8,1],[63,1],[22,1],[76,5],[6,1],[58,13]],'sporting':[[77,1]],'drawing':[[78,1],[51,1],[50,1],[4,1],[34,1],[61,1],[77,2],[10,1],[58,9]],'although':[[77,3],[76,3],[65,1]],'turbo':[[18,5],[58,2],[59,2],[14,4],[23,3],[6,1],[12,1],[32,2],[10,8],[11,1],[5,2]],'engaged':[[58,1]],'doubly':[[58,1]],'eaters':[[76,1]],'selector':[[77,1]],'multiplies':[[34,1]],'declaration':[[47,2]],'r0j0`fd%j':[[76,1]],'si_none':[[69,4]],'ampl':[[71,1]],'icon':[[26,1],[18,3],[58,5]],'switched':[[4,1],[39,1],[79,2],[58,1]],'imagine':[[77,1]],'criteria':[[42,2]],'v`a%_':[[76,1]],'&4la':[[76,1]],'231':[[34,1],[58,1]],'decision':[[77,1]],'optionally':[[49,1],[11,1],[58,3]],'kevin':[[73,1]],'getup':[[7,1],[58,1]],'relative':[[76,4],[6,1]],'items':[[37,3],[26,1],[25,3],[47,1],[66,1],[10,5],[65,1]],'specifics':[[59,1]],'gameinfo':[[31,1]],'khorton@iquest':[[73,1]],'technically':[[65,1]],'community':[[65,1],[2,2],[62,2]],'specialized':[[65,1]],'customize':[[9,1]],'|bit7':[[74,2]],'convience':[[77,1]],'coin':[[23,2]],'key3':[[60,1]],'mutlitrack2':[[61,1]],'smearing':[[34,1]],'exiting':[[59,1]],'5c00':[[73,3]],'256x224':[[58,1]],'brad':[[77,1],[74,1]],'bar':[[9,1],[14,1],[51,3],[66,1],[50,1],[77,6],[3,1]],'stay':[[34,1],[22,1],[74,3]],'based':[[17,1],[64,1],[49,1],[14,1],[69,1],[73,1],[77,1],[42,1],[74,1],[10,1],[8,1],[39,1]],'basically':[[77,3],[52,1],[47,1],[60,1]],'f16':[[58,1]],'indeed':[[61,1]],'tri':[[74,8]],'chapter':[[76,2],[37,3]],'stretch':[[34,1]],'rewritten':[[4,1],[43,1]],'curly':[[59,1]],'y#4j2x@to':[[76,1]],'%d2n@4':[[76,1]],'remained':[[3,2]],'644':[[76,6]],'middle':[[77,1],[49,2],[52,1],[55,1]],'until':[[73,2],[55,1],[77,4],[74,2],[39,1],[26,2],[49,3],[47,1],[6,1],[3,1],[57,1],[58,2]],'pauses':[[4,1],[59,1],[58,1]],'potentially':[[58,1]],'respectively':[[73,1],[74,2],[76,3]],'frames':[[45,2],[77,3],[12,1],[42,1],[74,1],[69,1],[22,1],[14,1],[26,4],[47,1],[60,5],[70,1],[10,1],[11,1],[58,10]],'obsoletes':[[52,1]],'refresh':[[74,5],[10,4],[8,1]],'expand':[[66,1]],'delay':[[45,1],[77,1],[74,4],[58,1]],'compatibility':[[17,1],[5,1],[26,2],[58,5],[4,1],[16,1],[8,2],[7,2]],'corners':[[34,1]],'rand':[[60,8]],'string':[[73,5],[59,3],[9,1],[49,1],[47,1],[71,3],[69,4],[58,41]],'presskeya1':[[60,1]],'must':[[73,6],[55,1],[77,2],[42,1],[20,2],[74,1],[69,5],[37,2],[39,1],[59,1],[26,2],[29,1],[47,1],[49,3],[60,2],[63,4],[71,1],[76,3],[57,1],[18,5],[58,3]],'turned':[[39,1],[26,1],[69,1],[58,1]],'4092':[[73,1]],'setreadonly':[[10,1],[58,4]],'|frame':[[77,1],[74,1]],'terminated':[[73,3],[71,1],[69,1]],'arrow':[[42,1],[29,2]],'closer':[[76,1]],'f17':[[58,1]],'retrieved':[[77,1]],'dismisses':[[58,1]],'collapse':[[42,1]],'notable':[[4,1]],'flickering':[[34,2]],'irq':[[9,1],[49,3],[76,17],[71,7],[77,4],[74,18]],'the':[[50,12],[61,10],[77,432],[56,6],[35,16],[27,15],[29,79],[47,117],[2,8],[24,5],[48,10],[32,17],[57,25],[79,8],[38,6],[28,10],[44,3],[12,12],[13,2],[20,35],[36,10],[64,37],[5,9],[37,51],[63,21],[21,13],[22,89],[41,2],[68,3],[43,2],[69,111],[11,6],[73,126],[1,4],[19,11],[67,2],[74,367],[16,21],[39,137],[59,85],[9,40],[14,20],[23,9],[49,186],[51,27],[54,76],[4,16],[60,130],[66,67],[71,31],[10,27],[40,3],[18,19],[7,14],[65,7],[55,49],[53,41],[30,2],[31,15],[45,15],[62,3],[42,46],[52,46],[8,9],[17,10],[78,15],[26,76],[25,6],[70,12],[6,38],[76,555],[34,29],[72,1],[75,3],[3,29],[58,355]],'popup':[[59,1],[8,2],[58,10]],'expensive':[[59,1],[58,1]],'off':[[66,1],[71,2],[76,2],[45,8],[77,3],[74,2],[69,1],[5,1],[39,3],[9,2],[22,1],[23,1],[26,5],[6,3],[29,1],[4,1],[47,1],[60,1],[32,1],[10,6],[33,1],[18,8],[58,2]],'song':[[73,18]],'better':[[14,1],[47,2],[31,2],[60,1],[34,1],[8,1],[58,1]],'05ff8h':[[73,3]],'luabot_backend':[[60,1]],'m09':[[76,1]],'sifc_none':[[69,1]],'default_nitsuja':[[24,1]],'bear':[[47,1]],'readbyte':[[59,2],[10,2],[58,2]],'player':[[59,2],[29,1],[66,12],[2,1],[6,3],[60,2],[12,1],[58,12]],'achieves':[[64,1]],'modern':[[3,1]],'invalid':[[4,1],[10,1],[76,13],[11,1],[58,1]],'minimal':[[14,1]],'allowed':[[59,1],[9,1],[29,1],[54,1],[4,1],[74,1],[10,1],[58,1]],'maxattempts':[[60,1]],'mhz':[[77,12],[74,2],[76,3]],'located':[[63,1],[39,1],[47,1],[66,1],[76,2],[52,1],[58,1]],'alive':[[58,1]],'generic':[[71,4],[60,2]],'%h21cp`ea@':[[76,1]],'transform':[[34,1]],'disappear':[[10,2],[76,1],[12,1]],'images':[[17,2],[77,2],[20,4]],'mysterious':[[4,1],[9,1]],'navigate':[[49,1],[21,1],[22,1]],'english':[[47,4]],'fixedfontheight':[[9,1]],'0x0263':[[58,1]],'linux':[[3,4],[58,2]],'proceed':[[11,1]],'everything':[[54,1],[76,1],[53,2],[60,1],[77,1],[64,1],[58,1]],'ripper':[[73,1],[54,2]],'2nd':[[73,1],[77,1],[10,1],[66,1],[8,1],[69,3]],'nor':[[76,1],[64,1]],'preset':[[58,1],[76,1],[29,4]],'tens':[[64,1]],'anew':[[3,1]],'lined':[[45,1]],'rendered':[[77,8],[54,3]],'turning':[[77,1],[26,2],[23,1],[10,1],[39,1]],'specifications':[[72,1],[67,1],[75,1]],'viewing':[[47,2],[52,1],[65,1]],'176':[[4,1]],'bind':[[9,1],[29,1],[11,2],[35,1]],'dancing':[[66,1]],'latch':[[77,5],[74,1],[76,2],[71,4]],'pressed':[[58,2],[59,1],[22,1],[6,1],[60,7],[45,1],[32,1],[10,1],[69,5],[39,2]],'making':[[65,2],[55,1],[38,1],[62,1],[77,2],[74,1],[35,1],[39,2],[64,7],[26,1],[22,3],[14,2],[47,1],[43,1],[54,1],[66,4],[76,1],[58,1]],'iql2':[[71,1]],'57%':[[74,1]],'demokratische':[[76,1]],'``````````````':[[76,1]],'lag':[[26,8],[14,3],[4,1],[45,1],[12,1],[42,2],[10,2],[11,2],[58,11]],'indexes':[[77,1]],'serializer':[[77,1]],'1100':[[66,1]],'mahjong':[[29,1]],'freq':[[74,1],[58,5]],'width':[[10,1]],'castlevania':[[73,1]],'note':[[73,4],[53,1],[31,1],[45,1],[77,2],[12,2],[74,7],[39,2],[59,5],[26,2],[14,1],[29,1],[47,3],[49,2],[51,1],[60,3],[66,1],[71,1],[32,1],[76,14],[78,2],[18,2],[58,11]],'release':[[46,1],[30,1],[77,5],[12,1],[13,2],[74,1],[8,1],[5,2],[63,1],[9,2],[29,1],[6,2],[43,1],[4,1],[3,1],[10,1],[11,1],[7,1]],'automation':[[49,1]],'f11':[[54,1],[58,1]],'#rrggbbaa':[[58,1]],'reserve':[[66,1]],'overflows':[[76,3]],'function':[[73,1],[12,1],[16,2],[8,1],[37,2],[5,1],[59,11],[47,1],[6,1],[60,13],[48,1],[7,1],[58,71]],'playbeginning':[[10,1],[58,1]],'cover':[[77,1]],'pcl':[[76,15]],'32000':[[10,2],[7,1],[12,1]],'kremer':[[76,1]],'octave':[[74,3]],'behind':[[59,1],[54,1],[77,2],[2,1],[58,2]],'contents':[[73,1],[50,1],[62,1],[77,3],[52,1],[74,1],[39,1],[78,1],[22,1],[49,4],[66,1],[60,3],[4,1],[48,3]],'grey':[[58,1]],'447':[[74,1]],'rpg':[[47,1],[60,1]],'designed':[[22,1],[1,1],[41,1],[38,1],[24,1],[66,1],[71,1],[42,1],[40,1]],'explanation':[[55,1],[38,1],[76,1]],'newname':[[49,1]],'synchronize':[[74,1]],'vector':[[76,12],[49,8]],'ranging':[[76,1]],'given':[[59,5],[49,4],[51,1],[55,1],[60,1],[28,1],[77,1],[74,1],[16,1],[64,1],[58,34]],'surface':[[63,1]],'jl`@h':[[76,1]],'|history|':[[77,1]],'improve':[[63,1]],'initialize':[[76,1],[77,2]],'gaiden':[[7,3]],'luke':[[3,1]],'mail':[[73,1]],'4005':[[74,2]],'mask':[[54,2]],'hq2x':[[34,3]],'rest':[[77,1],[74,1],[47,1],[71,1],[76,3],[58,1]],'concept':[[60,1],[2,1],[43,1]],'feb':[[77,2]],'describe':[[74,3]],'along':[[3,1],[77,1]],'1536':[[66,1],[77,1]],'human':[[30,1],[64,2]],'who':[[59,1],[74,2],[60,1]],'playingbest':[[60,1]],'positive':[[42,1],[74,1],[47,1],[76,2],[58,1]],'specified':[[27,1],[69,3],[26,1],[49,3],[73,3],[74,1],[20,1],[18,10],[58,1]],'returns':[[60,11],[59,4],[10,2],[6,1],[58,53]],'provides':[[64,2],[66,1],[2,1],[65,1]],'cli':[[76,1],[74,2]],'existed':[[58,1]],'shortcuts':[[10,1]],'determine':[[73,3],[47,4],[53,1],[60,3],[77,3],[74,1],[58,1]],'listbox':[[6,1]],'little':[[9,1],[47,1],[76,1],[60,1],[58,1]],'improvement':[[4,1]],'nonsense':[[61,1]],'presettable':[[74,2]],'choice':[[77,1],[26,1],[58,2]],'altering':[[76,1]],'diables':[[9,1]],'lax':[[76,13]],'middleclick':[[58,1]],'ramwatch':[[5,2]],'ugly':[[47,1]],'p40':[[58,1]],'blacker':[[77,1]],'triangle':[[74,31],[32,1],[58,1]],'shoddy':[[47,1]],'serializers':[[77,2]],'attention':[[77,1]],'providing':[[77,1],[7,1]],'difficult':[[76,1],[31,1]],'booting':[[4,2]],'gray':[[58,1]],'logged':[[4,1],[52,1],[54,4],[53,2]],'compress':[[7,1],[26,1]],'submitinsertframes':[[58,1]],'assisted':[[22,3],[66,1],[60,1],[2,1],[4,1],[43,1],[62,2],[3,1],[64,13]],'outlinecolor':[[58,4]],'fixes':[[5,1],[11,3],[9,6],[14,1],[6,3],[4,2],[12,4],[13,1],[10,6],[7,4],[8,3]],'autoconverts':[[9,1]],'giving':[[61,1]],'wave':[[71,1],[74,32]],'ticks':[[73,2]],'older':[[74,1],[46,1],[3,1],[32,1],[57,1],[58,3]],'truncate':[[6,1],[35,1]],'inserts':[[23,1]],'definite':[[74,1]],'identically':[[58,1]],'effectively':[[77,1],[74,2],[52,1],[29,1],[76,3]],'kana':[[47,6]],'sept':[[77,2]],'ymouse':[[58,1]],'00111111':[[78,1]],'enabling':[[63,1],[26,1],[6,1],[34,1],[74,2],[10,1],[33,1]],'six':[[20,1]],'nil':[[60,1],[59,6],[10,1],[8,1],[58,16]],'rising':[[77,1]],'applied':[[5,1],[59,2],[26,2],[77,2],[39,1]],'9002':[[73,2]],'neat':[[77,1]],'june':[[3,1],[76,1],[6,1],[5,1]],'3f00|':[[66,1]],'larger':[[34,1]],'setting':[[73,1],[38,1],[53,1],[45,2],[77,2],[74,1],[63,1],[9,1],[15,1],[22,1],[26,1],[29,1],[51,1],[76,2],[10,1]],'arbitrary':[[39,2]],'sty':[[76,7]],'closed':[[12,1],[26,1]],'improved':[[4,3],[9,1],[26,1],[10,1],[5,1]],'getmarker':[[58,1]],'constantly':[[71,1],[74,1]],'242':[[4,1]],'foreground':[[19,1],[77,4]],'displaying':[[4,1],[77,1],[26,1],[48,2],[56,1],[58,2]],'getemuscreen':[[58,3]],'divider':[[74,4]],'static':[[60,1]],'01xx':[[66,1]],'programmer':[[77,2],[74,1],[56,1]],'scan':[[34,2],[11,1]],'lead':[[74,2]],'descriptions':[[76,1],[74,1]],'f800':[[73,2]],'list':[[55,4],[31,2],[52,1],[20,2],[36,2],[56,2],[74,1],[39,7],[17,1],[59,2],[9,1],[14,1],[29,2],[47,1],[6,4],[49,6],[4,4],[71,3],[76,1],[10,1],[7,1],[58,1]],'pirated':[[47,1]],'record':[[37,2],[58,3],[21,2],[22,9],[26,2],[69,10],[12,1],[10,1],[8,1],[35,1]],'powerful':[[52,1],[14,1],[54,1],[43,1],[60,2]],'xxx0':[[66,1]],'qbe':[[76,1]],'subtractions':[[76,2]],'equally':[[60,1]],'stream':[[70,1],[77,1]],'regarding':[[16,1],[1,1],[68,1],[62,3],[76,1]],'fps':[[4,1],[21,1],[26,2]],'resetting':[[4,1],[74,1],[39,1]],'getname':[[10,1],[58,1]],'mouse':[[50,1],[28,1],[61,1],[52,1],[69,7],[49,1],[29,3],[47,2],[51,1],[4,1],[34,2],[10,2],[58,3]],'cutting':[[59,1],[64,1],[65,1]],'pertain':[[74,1]],'jumping':[[76,4]],'motherboard':[[77,1]],'which':[[73,4],[1,1],[77,28],[74,15],[27,1],[59,2],[49,9],[23,1],[29,1],[47,1],[51,3],[54,12],[4,1],[60,5],[48,1],[66,3],[10,1],[57,6],[65,1],[55,2],[53,6],[31,1],[12,4],[20,2],[42,1],[52,6],[69,13],[78,1],[22,1],[26,1],[70,3],[76,17],[6,5],[3,3],[11,1],[58,5]],'stores':[[73,1],[54,1],[76,3],[69,1],[6,1]],'throws':[[76,1],[58,6]],'decimal':[[59,1],[76,28],[71,1],[66,1],[42,2],[69,2],[39,1]],'vrc':[[73,1]],'minus':[[73,2],[77,2],[74,1],[71,1],[58,1]],'comparison':[[59,1],[77,3],[55,1],[76,1]],'reflects':[[74,1]],'license':[[3,1]],'mistakes':[[22,1],[64,1]],'start':[[73,1],[28,1],[77,4],[42,2],[52,1],[74,4],[69,6],[39,1],[59,2],[22,1],[14,1],[29,3],[47,2],[6,1],[49,1],[54,2],[60,7],[76,3],[78,2],[57,1],[58,5]],'anothervalue':[[59,1]],'lines':[[73,1],[49,6],[51,1],[47,1],[53,4],[66,1],[76,1],[77,3],[10,3],[69,1]],'title':[[47,1],[60,1],[58,1]],'saturation':[[77,1]],'05fffh':[[73,3]],'textcolor':[[58,3]],'luapack':[[57,1]],'require':[[59,1],[26,1],[74,1],[77,2],[78,1]],'dmcloop':[[58,1]],'040h':[[74,1]],'@x&#cfyl':[[76,1]],'entirely':[[58,1]],'july':[[9,1]],'press':[[28,1],[42,1],[16,3],[36,2],[52,1],[26,2],[29,5],[47,6],[49,1],[54,2],[60,3],[58,3]],'trouble':[[17,1]],'work':[[18,2],[53,2],[45,1],[61,2],[12,1],[74,2],[77,2],[8,1],[39,2],[59,1],[9,1],[26,1],[47,4],[71,2],[76,3],[3,1],[11,1],[58,2]],'compression':[[17,1],[7,1]],'178':[[4,1]],'65xx':[[76,5]],'speedruns':[[64,7],[22,2],[3,1],[66,1],[43,1],[62,2]],'botting':[[60,1]],'050':[[74,1]],'wait':[[59,2],[10,1],[76,2]],'joyhat':[[7,1]],'unset':[[58,1]],'uint16':[[71,4]],'gamepad5':[[7,1]],'mos':[[76,1]],'bookmark':[[4,3],[49,3]],'therefore':[[77,1],[26,1],[74,2]],'hooked':[[47,4]],'you':[[73,10],[19,2],[61,11],[74,6],[16,9],[77,16],[56,1],[35,3],[39,4],[59,28],[49,31],[14,1],[29,14],[47,61],[51,2],[54,22],[60,29],[66,9],[48,3],[32,3],[57,11],[79,4],[55,9],[53,18],[30,1],[28,3],[31,2],[44,2],[42,7],[20,3],[36,3],[45,2],[8,1],[52,30],[17,1],[63,4],[21,3],[22,17],[26,7],[76,28],[78,2],[34,3],[3,1],[58,61]],'left':[[73,1],[53,2],[28,1],[42,1],[69,3],[39,3],[27,1],[59,2],[9,1],[14,1],[29,4],[49,8],[60,1],[71,1],[4,2],[34,3],[76,4],[10,2],[18,2],[58,13]],'happening':[[63,1],[77,1],[12,1],[58,1]],'immediately':[[9,1],[55,1],[66,1],[6,1],[60,1],[77,2],[52,1],[74,4],[35,1],[58,6]],'pathname':[[18,1]],'dimensions':[[34,1],[58,1]],'memory':[[73,1],[50,4],[77,33],[74,2],[39,6],[27,3],[59,5],[9,4],[14,8],[49,21],[51,1],[66,16],[4,1],[48,1],[10,7],[65,1],[55,1],[38,2],[12,2],[42,17],[52,9],[8,3],[64,1],[22,1],[76,7],[6,1],[3,1],[58,30]],'used':[[73,11],[61,2],[74,12],[77,18],[27,5],[39,4],[59,4],[49,3],[9,2],[14,2],[29,2],[24,1],[47,10],[54,7],[60,5],[48,2],[66,5],[10,2],[57,1],[7,1],[18,1],[65,2],[71,2],[79,1],[53,1],[31,3],[12,3],[20,3],[52,1],[64,3],[37,7],[17,1],[69,18],[21,1],[22,1],[70,2],[76,13],[6,1],[78,1],[33,2],[11,1],[58,6]],'restores':[[37,6],[32,1]],'limitations':[[47,1],[64,2]],'calculation':[[49,1],[74,1]],'roms':[[18,2],[54,1],[14,1],[47,1],[4,1],[12,1],[7,1],[27,2]],'eggs':[[54,1]],'ohm':[[74,1]],'coming':[[74,1]],'1993':[[76,1]],'exwram':[[13,1]],'waiting':[[58,1]],'85xx':[[76,1]],'sight':[[76,1]],'savestatefile':[[18,1]],'253':[[4,1],[7,1],[8,1]],'segment':[[64,4],[22,1],[60,27],[58,1]],'programmed':[[61,1],[77,2],[57,1],[60,1]],'edited':[[22,1],[1,1],[49,1],[39,1]],'captured':[[26,1]],'enables':[[26,1],[76,3],[6,1],[4,1],[18,1],[39,1]],'room':[[58,1]],'writeable':[[58,2]],'dfff':[[73,2],[54,1]],'buffer':[[77,10],[12,1],[10,1],[71,1]],'p`ne':[[76,1]],'ratio':[[4,1],[34,6],[74,1],[10,1]],'throttling':[[10,2],[33,3],[18,3]],'health':[[60,1]],'totalsize':[[71,1]],'matt':[[74,1]],'|60':[[74,1]],'gdoverlay':[[58,3]],'documentation':[[11,1],[1,1],[67,2],[77,1],[74,1],[68,1],[35,1],[22,1],[14,1],[41,1],[76,3],[4,1],[10,3],[57,1],[40,1],[58,1]],'fires':[[45,1]],'onsegmentend':[[60,1]],'phenomenon':[[74,1]],'shifted':[[77,1],[74,1]],'mario':[[66,3]],'1998':[[3,1]],'negative':[[74,3],[76,12],[79,1],[58,1]],'why':[[59,1],[47,1],[76,5],[77,5],[52,1],[74,2],[79,1]],'column':[[49,5],[66,3],[42,4],[10,1],[69,2],[39,3]],'physical':[[49,1]],'2800|':[[66,1]],'tmnt':[[66,1]],'layer':[[77,1]],'oeka':[[29,1]],'nmi':[[77,2],[49,2],[74,1],[76,19],[66,1]],'144':[[60,1]],'1fc':[[74,1]],'bring':[[49,1]],'lastkey4':[[60,1]],'dated':[[76,1]],'number':[[73,4],[19,1],[77,4],[74,16],[16,2],[35,1],[39,4],[59,2],[9,1],[49,8],[47,2],[54,1],[60,33],[4,2],[10,2],[53,1],[12,1],[20,1],[69,3],[63,1],[22,2],[26,1],[70,1],[76,2],[58,12]],'corruption':[[66,1]],'rom':[[73,1],[1,1],[61,1],[77,2],[16,1],[27,4],[39,1],[59,2],[9,3],[14,2],[47,3],[49,17],[2,1],[54,23],[4,5],[66,4],[71,1],[10,9],[18,8],[7,3],[65,12],[55,7],[53,1],[62,4],[28,2],[12,2],[20,4],[52,16],[69,1],[37,4],[17,2],[63,5],[22,2],[26,7],[76,1],[6,1],[3,1],[11,1],[58,7]],'sprite':[[49,2],[71,1],[66,7],[50,1],[77,14],[12,1],[7,1]],'decent':[[55,1],[34,1],[77,1]],'opposite':[[76,1],[60,1],[58,3]],'decoding':[[77,1]],'known':[[58,1],[59,1],[22,1],[63,2],[73,2],[50,1],[42,1],[20,1],[3,1],[74,3],[39,2]],'attached':[[69,5],[20,1]],'adjusting':[[57,1],[9,1]],'splitting':[[59,1]],'temporarily':[[39,1],[76,1],[29,1]],'scale3x':[[34,1]],'but':[[73,2],[77,11],[74,4],[56,2],[39,2],[59,4],[9,2],[29,2],[47,12],[49,1],[54,5],[60,5],[66,1],[57,1],[79,1],[53,3],[45,2],[42,2],[20,1],[64,2],[37,1],[17,2],[63,1],[78,2],[76,15],[3,1],[58,12]],'4th':[[45,1],[77,2],[74,1],[69,1]],'pla':[[76,2]],'may':[[73,1],[61,3],[77,2],[16,1],[39,1],[49,9],[29,1],[47,1],[54,1],[32,2],[53,1],[31,1],[28,1],[45,1],[52,2],[64,2],[37,1],[63,1],[69,3],[26,1],[76,24],[6,1],[34,2],[58,7]],'vbuf':[[71,1]],'nes':[[73,4],[1,2],[50,1],[67,2],[77,14],[74,10],[16,1],[39,3],[59,1],[9,1],[23,5],[29,3],[47,2],[2,1],[49,18],[51,1],[54,6],[66,10],[57,1],[18,21],[65,1],[79,2],[55,3],[53,1],[31,5],[62,2],[52,5],[20,1],[64,2],[17,5],[63,1],[21,1],[22,2],[26,3],[78,3],[34,4],[72,2],[75,6],[3,1],[58,1]],'favourite':[[76,1]],'clearing':[[4,1],[74,1]],'cleanup':[[4,2],[12,2],[10,1],[60,1],[5,1]],'stopframe':[[18,2]],'debug':[[4,1],[12,1],[1,2],[48,3],[49,2]],'visually':[[48,1],[54,1]],'2k3':[[77,3],[74,1]],'observe':[[49,1]],'dumping':[[4,1],[21,1]],'0f000h':[[73,2]],'0xf0':[[76,1]],'approprite':[[77,1]],'07xx':[[66,1]],'vsbx':[[76,3]],'#0t':[[76,8]],'server':[[63,2],[30,2]],'store':[[20,1],[47,1],[53,1],[76,13],[27,1]],'default':[[19,6],[16,3],[27,5],[39,2],[9,1],[14,1],[29,2],[24,2],[60,3],[4,1],[32,1],[10,5],[7,1],[18,1],[31,2],[28,3],[45,2],[12,5],[20,1],[36,2],[42,3],[8,1],[69,2],[21,1],[22,5],[26,9],[6,3],[34,5],[11,4],[58,3]],'slowing':[[22,1]],'breakpoints':[[4,8],[12,2],[49,18]],'average':[[26,1]],'normal':[[5,1],[58,2],[54,1],[23,1],[59,2],[45,1],[32,1],[57,1],[39,1]],'filters':[[53,1],[12,1],[58,1]],'modulate':[[58,1]],'tasvideos':[[63,1],[22,1],[41,1],[40,1],[64,4]],'seven':[[76,1]],'conditional':[[4,1],[49,4],[6,1]],'slows':[[23,1]],'binary':[[54,1],[3,1],[76,10],[69,6],[58,3]],'yelling':[[29,1]],'plain':[[69,2],[39,1]],'performing':[[76,3],[58,1]],'clip':[[34,1],[61,1],[10,1],[18,2]],'creates':[[60,1],[27,1]],'bcs':[[76,3]],'don’t':[[22,1]],'quicksave':[[8,1]],'enhancements|':[[77,1]],'high':[[73,1],[77,1],[76,52],[33,1]],'unix':[[3,2],[7,1]],'can':[[50,1],[61,1],[77,9],[56,1],[27,1],[29,5],[47,14],[48,1],[32,4],[57,2],[79,2],[46,1],[12,1],[20,3],[69,5],[63,8],[21,2],[22,22],[41,1],[33,1],[11,1],[73,5],[19,3],[67,1],[74,8],[16,2],[39,6],[59,13],[49,21],[14,7],[23,1],[54,14],[60,13],[66,8],[4,3],[71,1],[10,4],[40,3],[18,1],[55,2],[53,7],[31,2],[45,1],[42,2],[52,14],[8,2],[17,2],[78,2],[26,12],[70,1],[76,11],[6,2],[34,6],[3,2],[58,34]],'feeding':[[58,1]],'base64':[[69,1]],'programs':[[77,1],[47,1],[56,1],[76,3]],'frameskip':[[12,1]],'getselection':[[58,1]],'a13':[[77,8]],'recompiled':[[1,1]],'important':[[77,1],[60,1],[64,1]],'pipeline':[[77,5]],'monitor':[[9,1],[76,1],[77,5],[42,2],[10,1],[39,1]],'follow':[[59,1],[49,1],[74,1]],'meaningful':[[58,1]],'indices':[[76,1]],'dualcore':[[10,1]],'reflex':[[64,2]],'serialized':[[77,1]],'luabot_front':[[60,1]],'classic':[[28,1]],'effective':[[76,80]],'leftclick':[[58,1]],'integers':[[58,3]],'wired':[[76,1]],'rainwarrior':[[1,1]],'rts':[[4,1],[73,1],[49,2],[76,4]],'ips':[[17,9],[12,1]],'c0a8':[[49,1]],'presskeyx':[[60,3]],'puts':[[58,1],[39,1]],'blending':[[4,1]],'undone':[[64,1]],'framenumber':[[18,1]],'xxx2':[[73,1]],'enthusiast':[[74,1]],'m3y':[[76,1]],'exp':[[76,1]],'bi`':[[76,2]],'finishes':[[76,1],[77,2]],'details|':[[77,2]],'multiple':[[58,2],[49,1],[54,1],[71,1],[6,1],[44,1],[77,4],[5,2]],'this':[[50,1],[61,2],[77,94],[56,3],[27,1],[15,1],[29,10],[47,29],[24,5],[57,7],[79,4],[46,1],[28,5],[12,2],[13,1],[20,5],[64,4],[37,24],[63,5],[69,4],[21,1],[22,8],[41,2],[11,1],[73,37],[19,2],[74,52],[16,3],[39,13],[59,15],[9,3],[14,2],[49,20],[51,3],[54,7],[60,28],[4,2],[66,14],[71,5],[10,1],[40,2],[18,3],[7,1],[65,1],[55,3],[53,7],[30,1],[31,2],[45,5],[42,2],[52,7],[17,2],[78,2],[26,10],[70,2],[76,75],[6,3],[34,14],[3,6],[58,62]],'polling':[[26,1]],'han':[[47,1]],'more':[[73,1],[67,1],[77,3],[74,2],[56,1],[39,3],[59,3],[9,1],[14,4],[47,4],[49,5],[60,1],[54,2],[4,1],[66,2],[10,4],[40,1],[18,1],[7,1],[65,2],[79,1],[53,3],[12,2],[64,2],[17,1],[63,1],[22,2],[78,1],[41,1],[76,6],[6,2],[34,3],[3,1],[11,2],[58,4]],'permit':[[11,1],[74,1]],'dead':[[77,2],[60,1],[58,1]],'amazing':[[76,1],[61,1]],'2fa9':[[69,1]],'frequency':[[73,4],[77,1],[74,19],[76,2],[58,10]],'translating':[[47,2]],'|0d':[[74,2]],'vic':[[76,4]],'impulse':[[77,1]],'261':[[77,1]],'ignored':[[59,1],[74,2],[47,1],[76,5],[69,2]],'information':[[73,3],[1,6],[67,2],[0,1],[77,8],[74,8],[16,2],[56,1],[39,1],[49,3],[54,3],[47,2],[66,1],[60,1],[48,3],[10,1],[57,1],[65,1],[62,3],[12,1],[68,1],[63,1],[78,1],[22,2],[26,1],[76,1],[3,1],[58,6]],'conjunction':[[53,1],[18,1],[54,1]],'substitute':[[39,2]],'forces':[[58,2]],'lot':[[4,1],[3,1],[47,2],[66,1],[5,1]],'hexadecimal':[[49,6],[76,1],[66,1],[39,1]],'monitored':[[42,1]],'cur':[[74,2]],'&bh':[[76,2]],'distortion':[[77,1]],'inverter':[[77,1]],'report':[[76,1],[6,1]],'5fffh':[[73,1]],'t2p':[[76,1]],'intended':[[76,1],[58,1]],'affects':[[78,1],[10,1],[76,4],[35,1]],'rotated':[[76,1]],'resides':[[77,1]],'against':[[47,1],[30,1],[58,1]],'getfilename':[[6,1],[58,1]],'msb':[[77,1],[74,4]],'what':[[73,1],[1,1],[50,1],[0,1],[77,9],[74,3],[56,1],[27,1],[9,2],[14,2],[47,13],[51,1],[54,2],[60,1],[4,2],[71,2],[48,1],[10,2],[7,2],[65,1],[55,1],[53,3],[31,2],[62,1],[12,2],[13,2],[52,2],[8,2],[5,2],[63,1],[64,1],[22,1],[76,7],[6,2],[11,3],[58,4]],'have':[[73,2],[61,1],[74,10],[16,2],[77,10],[39,5],[59,6],[9,1],[14,1],[29,4],[47,16],[49,4],[60,9],[4,1],[66,1],[10,1],[57,2],[18,1],[55,1],[53,1],[44,2],[45,3],[13,1],[52,3],[64,1],[69,6],[63,2],[26,1],[70,1],[76,13],[6,3],[58,5]],'conforms':[[6,1]],'script':[[7,1],[11,1],[12,3],[8,1],[37,4],[63,1],[59,8],[49,1],[54,1],[6,1],[60,7],[10,1],[57,10],[18,2],[58,26]],'deals':[[68,1]],'position':[[39,1],[59,1],[14,2],[47,1],[66,4],[74,1],[10,5],[69,4],[58,6]],'abilities':[[74,1]],'crash':[[58,2],[52,2],[12,3],[13,1],[5,2],[63,1],[9,1],[54,1],[6,3],[4,2],[48,1],[10,3],[11,2],[7,1]],'sweeps':[[74,2]],'efficient':[[76,1]],'created':[[37,2],[57,1],[54,1],[1,1],[59,1],[69,1],[4,1],[77,1],[3,2],[10,1],[7,1],[35,1]],'other':[[73,3],[61,1],[74,3],[77,7],[59,3],[9,1],[14,2],[29,1],[66,2],[47,5],[49,3],[4,1],[54,1],[60,1],[7,1],[65,1],[28,1],[45,1],[8,1],[69,1],[22,2],[26,1],[76,13],[6,1],[3,2],[11,1],[58,5]],'xh%&q':[[76,1]],'separately':[[8,1]],'quickly':[[22,1],[29,1],[14,1],[49,2],[52,1],[66,1]],'offers':[[18,1]],'proprietary':[[20,1]],'pepper':[[3,1]],'chronicals':[[5,1]],'declared':[[59,3]],'gone':[[74,1]],'append':[[47,1]],'representation':[[47,1],[74,1]],'defaults':[[12,2],[32,1],[36,1],[58,4]],'put':[[53,2],[31,1],[77,4],[42,3],[20,1],[35,1],[14,1],[47,4],[66,1],[60,1],[18,1],[58,3]],'request':[[77,1]],'snapshots':[[24,1]],'meta':[[22,1]],'alternatively':[[54,1],[49,1],[16,1]],'17ff':[[66,2]],'past':[[6,1],[26,1]],'int':[[58,130]],'|the':[[77,1]],'usefully':[[61,1]],'newname4':[[49,1]],'asl':[[76,11]],'dashes':[[59,1]],'organized':[[66,1]],'battery':[[20,1],[10,1],[7,1],[27,2]],'capture':[[21,6],[14,1],[54,2],[5,1]],'0000000011111111':[[78,1]],'topmost':[[76,2]],'accompanying':[[39,1]],'ppu':[[50,10],[77,95],[74,1],[9,5],[49,5],[47,1],[51,4],[54,5],[66,5],[71,9],[48,6],[10,3],[79,2],[7,1],[65,2],[52,3],[8,5],[5,2],[69,1],[78,1],[26,8],[6,3],[75,2],[3,1]],'presses':[[10,1],[64,2]],'math':[[34,1]],'collisions':[[77,3]],'kid':[[66,1]],'ninja':[[45,1],[66,1]],'taken':[[74,3],[3,1],[10,1],[76,3]],'relocate':[[73,1]],'platforms':[[58,1]],'lowmost':[[76,3]],'sram':[[27,1],[12,1],[66,1],[39,1]],'sytem':[[20,1]],'rate':[[73,2],[77,2],[74,14],[32,2]],'sloppy':[[64,1]],'cheat':[[55,4],[38,2],[52,2],[8,1],[27,1],[39,28],[64,1],[26,1],[14,2],[41,2],[66,3],[6,9],[4,3],[40,2],[7,1],[65,2]],'sebastian':[[3,1]],'because':[[73,3],[77,7],[52,1],[74,3],[37,1],[17,1],[59,2],[22,3],[29,1],[51,1],[54,1],[76,3],[3,1],[58,7]],'example':[[73,1],[45,1],[77,1],[42,2],[69,2],[39,3],[49,8],[51,2],[47,3],[54,3],[6,1],[66,5],[71,1],[76,5],[57,1],[58,10]],'dmcseed':[[58,1]],'behave':[[73,1],[59,1],[49,1],[76,1]],'c128':[[76,1]],'boat':[[17,8]],'reset':[[77,2],[42,2],[74,9],[8,1],[39,5],[69,4],[22,3],[14,2],[23,4],[49,3],[6,1],[54,3],[4,2],[66,1],[70,2],[76,8],[10,2],[11,2],[58,2]],'pha':[[76,2]],'repeated':[[77,3]],'corresponding':[[42,1],[54,1],[47,1],[74,1],[69,1],[76,1]],'data':[[73,23],[50,1],[77,52],[74,1],[39,2],[59,1],[9,1],[49,5],[51,1],[54,41],[66,11],[71,8],[4,5],[48,4],[10,3],[40,1],[7,1],[65,3],[79,2],[53,11],[12,1],[20,2],[52,10],[8,1],[69,3],[17,1],[78,2],[22,5],[41,1],[70,3],[6,1],[76,15],[3,1],[58,9]],'drag&drop':[[4,2]],'appended':[[35,2],[49,1]],'reside':[[66,2]],'excitingbike':[[61,2]],'worth':[[77,2]],'bots':[[58,1]],'cia':[[76,8]],'pointer':[[49,1],[76,28],[53,1],[71,1],[4,1],[77,1],[7,1]],'translates':[[66,1]],'nesm':[[73,1]],'rejoice':[[54,1]],'precisely':[[66,1]],'tables':[[59,2],[9,1],[51,2],[47,3],[76,2],[50,1],[77,2],[79,1]],'screenshots':[[12,1],[27,2]],'assembler':[[3,1],[49,4]],'contexts':[[6,1]],'explicitly':[[59,1]],'struct':[[7,1]],'knowledge':[[76,1],[77,1],[47,2],[55,1],[56,1],[66,1]],'adr':[[59,4]],'rbibaseball':[[4,1]],'encompasses':[[73,1]],'chain':[[76,1]],'oe_':[[76,2]],'due':[[47,1],[66,1],[76,1],[77,1],[74,3],[20,1],[3,1],[10,2],[64,1],[58,1]],'contain':[[73,1],[31,1],[12,1],[74,2],[69,1],[27,1],[59,1],[22,3],[49,2],[54,1],[66,2],[70,1],[71,2]],'hexrowheightborder':[[19,1]],'maintain':[[4,1],[34,2]],'unzipped':[[57,1]],'int16':[[71,1]],'07ffh':[[73,2]],'sounddisplay':[[4,1]],'applies':[[51,1],[71,2],[31,1],[58,6]],'developed':[[76,2]],'k0z':[[76,1]],'schematics':[[77,1]],'idle':[[49,1]],'applyinputchanges':[[58,1]],'amplitude':[[71,1],[74,1],[77,1]],'played':[[69,1],[73,2],[54,2],[64,1],[18,1]],'responsible':[[59,1],[54,1],[74,2],[76,1]],'returning':[[58,2]],'dd05':[[76,4]],'hex':[[65,3],[55,2],[19,3],[42,4],[52,7],[64,2],[39,11],[5,1],[59,2],[9,5],[49,2],[41,1],[47,1],[6,3],[54,3],[4,1],[66,3],[48,1],[69,1],[3,1],[10,3],[40,1],[58,2]],'googlecode':[[3,1]],'enter':[[9,1],[49,2],[55,5],[60,1],[34,3],[52,1],[77,1],[10,1],[58,1]],'dwedit':[[7,1]],'icarus':[[66,1]],'6000':[[5,1],[73,5],[66,1],[71,1],[39,1]],'zbq':[[76,1]],'452de2c3':[[69,1]],'named':[[27,1],[63,2],[26,2],[49,1],[76,1],[20,1],[3,2],[39,2]],'explosion':[[10,1]],'pageup':[[58,1]],'composite':[[77,1]],'processing':[[76,1],[31,1],[50,1],[75,2],[32,1],[10,1],[33,1]],'configable':[[7,1]],'assign':[[29,4],[36,3],[18,1]],'lavelle':[[8,1]],'|06':[[74,2]],'specificness':[[71,1]],'ready':[[47,2],[65,1]],'regular':[[12,1],[64,1]],'guaranteed':[[71,1]],'analog':[[74,3]],'ctrl':[[4,1],[12,1],[16,2],[52,3],[55,1]],'ganbare':[[7,2]],'consume':[[53,1]],'numpad':[[12,1],[58,5]],'milliseconds':[[58,1]],'triggers':[[73,2]],'global':[[60,1],[59,1],[31,1],[58,4]],'comprehend':[[76,1],[58,1]],'loading':[[73,1],[12,2],[42,2],[74,1],[56,1],[8,1],[5,1],[17,1],[35,1],[9,1],[14,1],[15,1],[22,6],[6,5],[26,1],[4,4],[29,1],[64,2],[69,1],[10,2],[7,1],[58,3]],'resize':[[6,1]],'problem':[[73,2],[77,1],[76,2],[11,1]],'columns':[[34,1],[66,2],[39,1]],'dostuffhere':[[59,1]],'0x0200':[[58,2]],'out':[[73,1],[55,2],[31,1],[77,8],[74,6],[39,1],[59,1],[9,1],[22,1],[26,1],[47,7],[6,1],[49,1],[4,3],[34,3],[48,1],[71,1],[76,3],[7,2],[58,2]],'directdraw':[[63,1]],'170th':[[77,1]],'predictable':[[77,1],[22,1]],'transparancy':[[58,1]],'042x':[[66,1]],'response':[[76,1]],'easilly':[[77,1]],'intend':[[21,1]],'toggles':[[58,1],[26,5],[23,1],[6,1],[10,1],[35,2],[18,2]],'flashing':[[5,1]],'subroutine':[[49,1],[76,2],[53,1]],'think':[[73,1],[78,1],[47,1],[77,2],[74,1],[79,2],[58,1]],'resuming':[[22,1]],'fly':[[51,1]],'entire':[[73,1],[47,1],[66,1],[71,1],[77,2],[52,1]],'indicated':[[77,2],[58,1]],'dictate':[[49,1]],'bne':[[76,4]],'anding':[[76,2]],'beat':[[66,2]],'fceuxdsp':[[14,2],[47,1],[24,1],[2,2],[3,9],[10,1],[8,1]],'tbl4':[[59,3]],'abbreviated':[[64,1]],'caveat':[[73,2],[77,2]],'setnote':[[58,1]],'take':[[73,1],[55,1],[61,1],[52,2],[74,2],[77,2],[39,1],[22,2],[29,1],[26,1],[66,1],[76,4],[58,2]],'vsnprintf':[[12,1]],'attr':[[12,1]],'mixed':[[59,1],[74,1],[77,2]],'cases':[[12,3],[9,1],[49,1],[76,1],[11,1],[58,2]],'eats':[[58,1]],'competitionrecorder':[[61,1]],'produce':[[9,1],[55,2],[53,2],[77,1],[74,4],[32,1],[69,1]],'rla':[[76,13]],'general':[[58,1],[15,3],[1,2],[14,1],[71,1],[2,1],[4,2],[61,3],[74,1],[77,1],[57,1],[5,1]],'smbconfig':[[18,1]],'luau':[[56,1]],'randomly':[[77,1]],'straighten':[[4,1]],'corresponds':[[77,2],[66,1],[69,1]],'0x2000':[[71,3]],'resembles':[[47,1]],'consider':[[76,1],[77,1],[74,1]],'multi':[[64,2],[69,1],[49,3],[6,1],[8,1]],'values':[[73,4],[19,3],[77,4],[42,6],[52,1],[36,1],[74,4],[64,1],[39,11],[69,6],[59,7],[9,4],[49,2],[41,1],[47,1],[66,19],[71,1],[76,6],[48,1],[10,3],[40,1],[7,2],[58,13]],'usable':[[11,1]],'inc':[[76,10]],'translator':[[47,3]],'cxi':[[76,2]],'systems':[[17,1],[63,1],[77,1]],'kids':[[29,1]],'prior':[[53,1],[4,1],[77,2],[74,4],[10,1],[5,1]],'edge':[[77,1],[74,1],[66,1],[64,1],[65,1]],'9810':[[71,1]],'priority':[[77,18],[76,1],[33,2],[31,3]],'topics':[[77,1]],'irqc':[[71,2]],'requiring':[[20,1]],'modulated':[[77,1]],'gauntlet':[[66,1]],'entertainment':[[3,1],[20,1],[16,1]],'reason':[[77,3],[54,1],[74,1],[47,1],[58,1]],'whatever':[[51,1],[54,1],[74,2],[60,2],[58,2]],'nospritelim':[[12,1]],'rule':[[76,1]],'concern':[[39,1]],'hexbackcolorr':[[19,1]],'signficantly':[[5,1]],'particularly':[[58,1]],'65536':[[76,2],[69,2]],'accurately':[[77,1]],'irix':[[3,1]],'cool':[[47,2]],'evaluated':[[77,2],[60,4]],'0x5fff':[[4,1]],'md5':[[69,1]],'brief':[[42,1],[76,2],[56,1]],'handakuten':[[47,4]],'4800':[[73,3]],'|01':[[74,1]],'`rp`':[[76,1]],'blader':[[7,1]],'autofire':[[45,12],[13,2],[14,1]],'closest':[[77,1]],'forcing':[[58,1]],'tab':[[58,1],[14,1]],'188':[[76,1]],'rgp':[[76,2]],'potential':[[63,1],[6,1]],'resolve':[[32,1]],'wrapping':[[4,1],[66,1],[79,2]],'visible':[[34,1],[49,2]],'040':[[74,1]],'entering':[[34,1],[49,2],[77,1],[47,1]],'generating':[[73,1],[77,1],[74,1],[58,1]],'stepping':[[8,1],[64,1]],'accessing':[[76,1]],'assembled':[[49,2]],'accu':[[76,1]],'subs':[[47,2]],'submitdeleteframes':[[58,1]],'remainder':[[69,1]],'j@8n':[[76,1]],'deutsche':[[76,1]],'scaling':[[34,1],[12,1],[77,2],[10,1]],'lets':[[51,1],[52,2],[76,3],[53,1]],'attribute':[[71,2],[77,10]],'|miscellanious':[[77,1]],'wordpad':[[19,1]],'findings':[[74,2]],'program':[[65,1],[59,1],[49,7],[46,1],[73,2],[71,1],[60,2],[76,14],[61,5],[74,1],[77,1],[58,2]],'&a%_':[[76,2]],'table':[[77,33],[52,2],[74,1],[59,18],[9,1],[51,5],[47,20],[66,2],[60,7],[71,2],[76,2],[48,2],[3,1],[79,1],[7,1],[58,27]],'replacing':[[64,1],[74,1]],'hacking':[[65,11],[1,1],[62,3],[2,1]],'august':[[12,1],[13,1],[3,4],[14,1]],'retained':[[3,1],[74,1]],'multibyte':[[4,1]],'these':[[73,3],[19,1],[67,2],[61,8],[74,10],[77,5],[27,5],[39,1],[59,2],[9,1],[23,1],[29,3],[47,2],[60,6],[24,2],[49,5],[66,6],[40,1],[45,1],[64,1],[37,1],[63,1],[17,1],[22,2],[26,2],[25,1],[41,1],[6,1],[69,1],[76,5],[34,4],[58,3]],'ijc':[[76,8]],'d2n@3y':[[76,1]],'getlostplayback':[[58,1]],'xmouse':[[58,1]],'getregister':[[8,1],[58,3]],'finds':[[47,1]],'combined':[[77,1],[54,1],[1,1],[76,1],[60,2],[0,1]],'jajamaru':[[7,1]],'fractions':[[12,1],[64,1]],'player1':[[69,1]],'quietust':[[74,1]],'66hl2n@':[[76,1]],'some':[[73,2],[19,1],[61,1],[74,2],[77,9],[27,1],[39,1],[59,3],[49,1],[54,2],[9,2],[47,6],[24,1],[60,5],[4,2],[66,2],[32,1],[10,1],[79,1],[7,1],[28,1],[12,2],[20,1],[8,1],[5,2],[17,2],[37,1],[26,1],[63,2],[76,9],[6,1],[34,1],[3,1],[11,2],[58,10]],'displaced':[[64,1]],'05ff9h':[[73,2]],'parameter':[[76,10],[60,2],[39,1]],'colors':[[63,1],[59,1],[9,1],[6,3],[31,1],[77,1],[10,1],[58,14]],'unique':[[22,1],[69,1]],'loved':[[76,1]],'chunks':[[71,5]],'analyzing':[[48,1]],'exactly':[[73,1],[77,1],[49,1],[74,1],[57,1],[58,2]],'complex':[[76,1],[77,1]],'skipped':[[76,2]],'modify':[[52,3],[55,1],[76,8],[58,1]],'trade':[[76,1]],'lesser':[[58,1]],'reversing':[[77,1]],'achieved':[[55,2],[71,1],[49,2]],'fine':[[77,5]],'freezing':[[10,2],[59,1],[39,2]],'1x1':[[34,4]],'identified':[[69,1]],'quicker':[[65,1],[49,1],[64,1]],'fill':[[55,1],[34,2],[12,1]],'debuggers':[[65,1]],'version':[[73,1],[1,1],[46,1],[0,1],[77,1],[56,1],[69,4],[63,2],[14,1],[29,2],[41,1],[2,1],[43,1],[4,2],[71,6],[76,6],[3,10],[10,1],[40,1]],'tod':[[76,5]],'lxa':[[76,3]],'website':[[47,3]],'decrement':[[76,6],[74,2]],'j1rb':[[71,1]],'slots':[[12,2],[10,1],[66,1],[58,3]],'las':[[76,1]],'except':[[39,2],[59,2],[73,1],[76,6],[53,1],[60,2],[4,1],[74,3],[69,2],[58,4]],'226':[[7,1]],'control':[[73,2],[59,6],[9,1],[29,1],[46,1],[76,1],[77,1],[74,5],[32,2],[10,3],[56,1],[58,6]],'bit7':[[69,2]],'xxx':[[69,2]],'acquired':[[74,1]],'xxff':[[76,1]],'exit':[[58,7],[59,1],[49,1],[6,1],[28,2]],'causes':[[9,1],[49,2],[76,2],[34,1],[74,1],[77,2],[79,1]],'batteries':[[20,1]],'characteristic':[[66,1]],'bit5':[[76,1],[69,2]],'symbolic':[[4,2],[53,1],[49,4]],'resolved':[[63,2],[30,1]],'assume':[[73,2],[59,1],[76,1],[58,1]],'clouds':[[77,3]],'accessable':[[77,1]],'once':[[65,1],[73,4],[55,1],[53,2],[77,1],[74,1],[16,1],[35,1],[37,2],[59,2],[9,1],[22,1],[26,2],[29,1],[47,7],[76,1],[34,1],[10,2],[58,7]],'steady':[[33,1]],'org':[[63,1],[59,1],[57,1],[64,5]],'2kb':[[71,2]],'throw':[[76,6],[77,1]],'flip':[[73,1],[77,1]],'ldy':[[76,9]],'0900':[[66,1]],'areas':[[4,1],[34,3],[52,1]],'filenames':[[4,1],[7,1],[14,1]],'storing':[[17,1],[69,1],[58,1]],'increment':[[73,1],[26,5],[76,71]],'readup':[[58,1]],'holds':[[77,1],[74,1],[29,2],[60,2]],'pushing':[[76,2]],'made':[[77,7],[74,1],[16,1],[8,1],[5,1],[63,1],[9,3],[14,3],[22,5],[29,1],[6,7],[47,3],[3,2],[11,1],[7,2]],'discarding':[[53,1]],'republik':[[76,1]],'fceu98':[[12,1]],'bryan':[[76,2]],'inconvenience':[[74,1]],'stretches':[[34,1]],'chm':[[4,2]],'loadscriptdata':[[8,2],[58,1]],'b002':[[73,1]],'xh8':[[76,1]],'262':[[77,3]],'highlighed':[[4,1]],'cell':[[20,1]],'inspect':[[49,1]],'auxiliary':[[61,1]],'400a':[[74,2]],'changed':[[39,3],[9,2],[49,1],[76,1],[4,1],[77,1],[12,1],[20,1],[10,1],[42,1],[7,2],[11,1]],'minimized':[[7,1],[9,1]],'copyright':[[73,3],[76,1]],'scroll':[[49,1],[51,5],[66,1],[4,1],[77,8],[10,1],[79,4]],'hhhhllll':[[73,1]],'effect':[[26,1],[29,1],[49,1],[55,3],[6,1],[76,1],[77,1],[74,3],[37,3]],'fullscreen':[[4,2],[9,1],[12,1],[28,2]],'distribute':[[54,1]],'life':[[65,1],[61,1],[39,1]],'ddr':[[76,1]],'subtracting':[[76,2],[74,1]],'semi':[[74,1]],'indexing':[[76,3]],'snap':[[47,3],[55,1],[12,1]],'poorly':[[34,2],[30,1]],'through':[[65,1],[73,2],[19,2],[53,1],[77,5],[74,2],[56,1],[64,1],[39,2],[59,1],[22,2],[49,1],[47,1],[54,3],[66,1],[71,1],[4,2],[57,1],[11,1],[58,1]],'woes':[[12,1]],'widely':[[17,1]],'subtitles':[[69,2],[9,2],[22,6],[61,1],[10,2],[35,4],[37,6]],'couldn':[[77,1],[11,1],[58,2]],'exceeds':[[4,2]],'reinstalled':[[10,1]],'glitchy':[[32,1]],'scale':[[34,1],[74,3]],'accidental':[[4,1]],'titlebar':[[12,1]],'r65c00':[[76,2]],'laggy':[[45,1]],'lastkey':[[60,1]],'y2k':[[77,2]],'4018':[[49,1]],'checks':[[7,1],[54,1]],'greatly':[[10,1],[32,1]],'|scanline':[[77,1]],'deliver':[[46,1]],'5th':[[76,1]],'filename':[[7,1],[58,2],[12,1],[35,1],[37,1],[17,1],[21,1],[49,1],[6,1],[4,1],[10,4],[18,3],[11,1]],'comparing':[[48,1]],'kh%61':[[76,1]],'dialogue':[[65,1]],'jammed':[[76,1],[71,1]],'valid':[[77,4],[69,1],[39,1],[17,2],[5,1],[14,1],[70,1],[76,1],[4,1],[10,1],[18,1],[58,2]],'tilde':[[59,1],[58,1]],'aratanaru':[[7,1]],'|08':[[74,2]],'resources':[[58,1],[66,1],[64,1],[65,1]],'bound':[[59,1],[29,1]],'iiiiiiiiiiiii':[[49,1]],'blitting':[[58,1]],'snowbro':[[74,1]],'rounder':[[34,1]],'regulate':[[74,1]],'history':[[1,1],[3,2],[0,1]],'addr_hi':[[76,5]],'divided':[[77,1]],'408':[[77,1]],'results':[[39,1],[54,1],[76,3],[53,1],[61,2],[74,9],[77,1],[58,1]],'eyebrows':[[77,1]],'portion':[[66,1],[74,1],[39,1]],'cah4e3':[[3,2],[12,1]],'fixing':[[48,1],[54,1],[76,6],[6,2],[5,2]],'early':[[58,1]],'local':[[59,9],[58,4]],'freeware':[[3,1]],'240':[[77,1],[49,1],[74,3],[79,1]],'ddt':[[71,1]],'limits':[[77,2],[64,2]],'overhauls':[[14,1]],'flow':[[59,2]],'detect':[[77,1],[26,1]],'replaced':[[77,1],[49,1],[74,1],[10,1],[47,1],[76,1]],'approx':[[10,1]],'contra':[[66,1]],'minvalue':[[60,12]],'strobe':[[74,3]],'jams':[[76,2]],'socket':[[5,1]],'former':[[76,1]],'kinda':[[63,1]],'adjustments':[[31,1]],'sorta':[[73,1]],'pauseframe':[[9,1]],'existence':[[61,1],[74,1]],'outlet':[[65,1]],'inspecting':[[49,1]],'onattemptstart':[[60,2]],'deflate':[[17,1]],'over':[[30,1],[50,2],[45,1],[61,1],[77,3],[64,2],[37,3],[59,2],[26,1],[14,1],[25,1],[47,2],[2,1],[49,2],[51,1],[60,1],[71,1],[76,1],[10,1]],'0318':[[76,3]],'incorrectly':[[10,1]],'definition':[[47,1],[49,1]],'fact':[[76,1],[61,1]],'wiped':[[12,1]],'ejected':[[20,1]],'third':[[76,1],[49,2]],'reopen':[[58,2]],'editors':[[65,1]],'refills':[[39,1]],'binds':[[59,1]],'pcm':[[54,4],[21,1],[32,1]],'sit':[[73,1]],'animation':[[66,1],[39,1]],'initializing':[[13,1],[60,1]],'overrides':[[63,1],[16,1],[10,1],[20,2],[8,2],[27,2]],'non':[[11,1],[65,1],[77,6],[12,2],[74,4],[56,1],[64,2],[39,1],[9,1],[26,1],[49,4],[66,1],[60,1],[71,2],[4,1],[3,1],[10,1],[7,1],[58,3]],'depending':[[63,1],[64,1],[54,1],[58,1],[77,1],[74,3],[69,1],[39,1]],'fire':[[45,5],[64,1],[38,3],[7,3],[58,2]],'impose':[[4,1]],'hits':[[4,1],[77,1],[53,1],[7,1]],'minimizes':[[9,1]],'310':[[49,1]],'primitive':[[49,3]],'description':[[39,1],[73,2],[49,2],[76,40],[71,10],[42,1],[74,3],[56,1],[58,1]],'sense':[[76,1],[58,1]],'callbacks':[[58,8]],'bmf_final2':[[24,1]],'decoder':[[77,1],[26,1],[48,1],[3,1],[55,7],[65,1]],'numpad5':[[58,1]],'intellivision':[[73,1]],'operation|':[[74,2]],'misleading':[[60,1]],'ora':[[76,17]],'selecting':[[27,1],[22,2],[47,1],[6,1],[4,1],[77,2],[52,2],[16,2],[39,2]],'b@ll7aol':[[76,1]],'much':[[77,2],[74,1],[56,2],[59,1],[26,1],[54,3],[47,3],[76,5],[6,1],[34,1],[57,1],[58,3]],'00698089599609375':[[69,1]],'pgen':[[71,1]],'dffe':[[49,1]],'performance':[[63,1],[33,1],[64,1],[5,1]],'crc':[[6,1]],'american':[[20,1]],'properties':[[76,1],[58,1]],'hurt':[[26,1]],'constant':[[77,1],[9,1],[12,1],[76,2]],'inline':[[3,1],[49,4]],'hidden':[[37,1],[28,1]],'unassigned':[[10,1]],'getplaybacktarget':[[58,1]],'|commands|port0|port1|port2|':[[69,1]],'please':[[47,6],[76,2],[78,1]],'oldversion':[[71,2]],'silenced':[[74,4]],'mc650x':[[76,1]],'vd`d2n0l':[[76,1]],'unconditionally':[[77,1]],'considering':[[77,1]],'critical':[[22,1],[60,1]],'versatile':[[77,1]],'been':[[73,1],[53,2],[77,7],[74,6],[64,1],[39,2],[63,2],[59,1],[9,1],[14,2],[41,1],[76,5],[60,4],[3,3],[40,1],[58,1]],'00000111':[[78,2]],'onstart':[[60,5]],'tht':[[10,1],[47,3]],'dynamic':[[56,1]],'nesdev':[[78,1],[67,1],[74,3]],'tya':[[76,1]],'closing':[[28,1],[7,1],[8,1]],'helps':[[47,1],[48,1]],'null':[[4,1],[59,1],[12,1],[73,4],[71,2]],'poll':[[26,1],[58,2]],'were':[[53,1],[77,2],[12,2],[20,1],[52,2],[74,1],[69,1],[22,1],[54,2],[76,1],[24,1],[60,1],[3,2],[10,1],[58,1]],'sides':[[23,1],[47,1],[66,2],[34,2],[20,5],[10,1],[18,2]],'doc':[[73,3],[77,1],[74,1]],'dd0c':[[76,10]],'c100':[[76,1]],'0008':[[73,1]],'tas':[[1,1],[46,1],[38,2],[62,3],[61,1],[64,6],[14,5],[66,3],[6,1],[43,5],[4,3],[58,2]],'excuse':[[77,1]],'command':[[20,4],[16,1],[39,1],[15,3],[14,1],[22,1],[70,2],[6,1],[76,4],[3,1],[10,2],[11,1],[18,6]],'svgalib':[[3,3]],'stuck':[[47,1],[11,1]],'sockets':[[20,1]],'improves':[[10,1],[9,1]],'confuse':[[76,2]],'portability':[[3,1]],'0070h':[[73,3]],'pulling':[[76,1],[29,1]],'jmp':[[76,9],[54,1]],'18ff':[[66,1]],'occurring':[[49,1]],'nybbles':[[76,1]],'interrupts':[[76,20],[74,2]],'part2':[[49,1]],'1900':[[66,1]],'extra':[[73,2],[53,1],[77,7],[74,1],[69,1],[9,1],[29,1],[49,1],[71,4],[6,1],[76,2],[18,1],[58,2]],'love':[[78,1]],'find':[[73,1],[55,1],[53,1],[42,2],[52,1],[74,1],[27,1],[39,3],[59,2],[22,1],[54,2],[47,2],[63,1],[66,4],[76,2],[4,1],[48,2],[57,2],[58,1]],'moreover':[[74,1]],'search':[[55,1],[38,2],[53,1],[52,2],[8,3],[27,1],[39,26],[5,2],[26,1],[14,2],[41,4],[47,1],[6,4],[60,1],[4,3],[64,2],[66,6],[40,8],[65,2]],'later':[[58,1],[47,1],[53,1],[76,2],[77,2],[16,1],[3,1],[57,1],[39,1]],'shot':[[59,1],[58,2]],'boost':[[4,1],[10,1],[33,1]],'limit':[[12,1],[76,2],[60,2]],'limited':[[66,1],[32,1]],'papers':[[77,1]],'flattering':[[77,1]],'0fff':[[66,2]],'scope':[[57,1],[59,2]],'f18':[[58,1]],'show':[[53,1],[50,2],[61,1],[12,1],[42,1],[74,1],[77,1],[59,1],[51,1],[47,1],[76,2],[4,1],[34,1],[10,1],[7,1],[58,2]],'modifies':[[58,1]],'author':[[69,3],[22,3],[14,2],[47,1],[77,1],[12,1],[11,1],[64,1]],'mapping':[[1,1],[66,3],[62,2],[12,1],[3,1],[10,2]],'shots':[[58,1]],'bible':[[65,1]],'paint':[[47,1],[59,1],[58,4]],'core':[[72,1],[26,1],[9,2],[57,1],[8,1],[67,1]],'wasok':[[60,2]],'w0dn':[[76,1]],'aaaa':[[49,4]],'cleaned':[[4,1],[12,1]],'unpause':[[58,1],[21,1],[49,1],[47,1],[8,1],[39,1]],'40000h':[[73,1]],'corner':[[26,2],[49,2],[58,5]],'si_gamepad':[[69,4]],'speedup':[[4,1],[63,1]],'engineer':[[54,1]],'semicolon':[[58,1]],'vertical':[[4,1],[77,6],[66,2],[71,1],[39,1]],'sweet':[[66,1]],'tone':[[73,3]],'complicated':[[76,3]],'hotkeys':[[12,1],[16,1],[20,2],[36,5],[8,1],[22,4],[14,2],[23,1],[25,1],[6,1],[26,3],[4,2],[29,2],[32,2],[10,4],[40,2],[7,1]],'cleaner':[[54,1]],'indirectly':[[54,2],[74,1]],'048x':[[66,1]],'pal':[[73,12],[31,5],[69,2],[8,1],[9,3],[26,2],[2,1],[6,1],[4,1],[24,9],[34,4],[18,7]],'scanning':[[11,1]],'anyone':[[47,1],[56,1]],'grain':[[74,1]],'revisions':[[74,3]],'capability':[[66,1],[12,2],[54,1]],'computer':[[34,1],[20,2]],'performs':[[76,3],[58,2]],'writable':[[73,4]],'inputtable':[[59,1]],'researching':[[76,1]],'li#':[[76,2]],'understanding':[[77,1],[78,1]],'oam':[[77,7]],'skipfirst':[[58,4]],'solaris':[[3,1]],'tracer':[[4,1],[53,1]],'trigger':[[52,2],[29,3],[76,1],[58,3]],'having':[[61,1],[74,1],[77,2],[39,1],[17,1],[14,1],[29,1],[47,1],[6,1],[60,1],[76,1],[10,1],[58,2]],'meaning':[[61,1]],'shapedefs':[[61,1]],'dcfb':[[76,1]],'maximize':[[10,1]],'ultimately':[[47,1],[77,1]],'400b':[[74,6]],'implement':[[77,3]],'accomplished':[[65,1]],'transfered':[[77,1]],'occurence':[[77,1]],'generictips':[[64,1]],'absolutely':[[60,1]],'0400':[[66,1]],'getimmediate':[[4,1],[58,1]],'excite':[[47,1]],'0071h':[[73,1]],'technical':[[1,2],[76,1],[67,2],[77,2],[75,1],[68,1]],'produced':[[74,3],[55,1],[64,1]],'overhauling':[[5,1]],'unfreeze':[[9,1]],'gfceux':[[11,4]],'|18':[[74,1]],'perl':[[56,1]],'safe':[[47,1],[39,1]],'japenese':[[47,1]],'numbers':[[73,1],[59,2],[49,1],[76,2],[66,1],[60,1],[45,2],[61,1]],'241':[[77,1],[49,1]],'energy':[[77,6],[66,4],[39,5]],'recently':[[37,5]],'apply':[[61,1],[49,3],[77,1],[53,1],[71,1],[58,1]],'stateful':[[58,1]],'anthony':[[3,1]],'float':[[58,3]],'communities':[[1,1]],'disable':[[58,1],[55,1],[19,1],[28,2],[74,13],[39,1],[63,1],[9,1],[29,2],[49,1],[76,4],[6,2],[34,2],[10,1],[33,1],[18,2],[7,1]],'create':[[59,5],[49,2],[14,1],[54,4],[55,2],[6,1],[60,1],[61,1],[48,1],[77,1],[57,1],[58,7]],'sf_':[[76,1]],'uud':[[76,1]],'hides':[[26,1]],'miscellanious':[[77,1],[74,2]],'purple':[[58,1]],'mostly':[[60,1],[76,1],[47,1],[53,1],[8,1],[24,1]],'shinwa':[[29,1]],'give':[[47,1],[66,1],[50,1],[76,3]],'via':[[26,1],[22,1],[29,1],[50,1],[77,6],[74,3],[20,1],[68,1]],'320x239':[[58,1]],'operating':[[3,1],[17,1],[63,1]],'pro':[[39,1]],'5205':[[73,4]],'ch2':[[73,2]],'successful':[[76,1]],'planes':[[58,1]],'sp`0':[[76,1]],'legal':[[76,1]],'switches':[[26,1],[18,3],[23,1]],'referencing':[[49,1]],'automagically':[[76,1]],'concepts':[[77,1],[62,1],[1,1]],'pasting':[[47,1],[60,1]],'operates':[[73,1],[54,1],[74,1],[76,1]],'mmc3':[[77,4]],'january':[[3,1]],'does':[[73,1],[55,1],[50,1],[77,5],[42,1],[74,2],[69,1],[39,2],[59,2],[26,2],[49,1],[47,2],[51,1],[54,1],[60,2],[66,2],[34,1],[71,1],[76,19],[10,2],[11,2],[58,4]],'ending':[[69,1]],'tricks':[[77,1]],'1000000ths':[[73,1]],'get':[[58,9],[73,2],[53,1],[28,1],[61,1],[12,1],[16,1],[74,2],[56,1],[64,1],[5,2],[63,2],[59,3],[54,1],[77,2],[47,4],[76,1],[6,1],[60,3],[4,1],[10,3],[7,2],[11,2]],'volumes':[[32,1]],'bool':[[69,5],[58,23]],'enabled':[[73,1],[31,1],[28,8],[77,1],[74,7],[5,1],[37,6],[78,2],[9,2],[26,7],[29,1],[47,1],[6,3],[49,2],[4,3],[34,1],[54,1],[32,1],[10,1],[60,1],[18,4]],'horton':[[73,1]],'relivant':[[77,1]],'bcc':[[76,2]],'share':[[66,1],[77,2],[78,1]],'cannot':[[54,1],[14,1],[76,2],[77,1],[52,1],[69,1],[58,1]],'encountered':[[76,1],[58,1]],'knows':[[11,1]],'dummy':[[70,3],[77,4]],'registerafter':[[58,1]],'salt':[[74,1]],'sourceforge':[[3,2]],'conte':[[74,1]],'slider':[[10,1]],'searches':[[39,2]],'inputdisplay':[[18,3]],'parsed':[[69,2]],'dd09':[[76,4]],'gun':[[61,1],[29,1]],'logical':[[77,1],[76,2],[56,2],[58,3]],'fresh':[[13,1]],'broad':[[57,1]],'disassembled':[[49,1]],'rerecord':[[69,1],[26,3],[58,3]],'examples':[[17,1],[59,1],[49,1],[76,1],[31,1],[60,1]],'capabilities':[[77,2],[66,1],[58,1]],'taseditor':[[4,9],[58,25]],'beginning':[[77,3],[69,1],[37,4],[64,2],[39,1],[22,3],[14,1],[49,2],[76,1],[60,2],[4,1],[58,1]],'placing':[[51,1]],'eliminates':[[56,1]],'recognized':[[6,1]],'dd0b':[[76,6]],'fortunately':[[39,1]],'integer':[[77,1],[76,2],[69,5],[58,2]],'decremented':[[77,1]],'bigbad':[[31,6]],'few':[[73,2],[28,1],[61,1],[13,1],[20,1],[74,1],[77,3],[39,1],[59,6],[78,1],[47,2],[66,1],[3,1],[58,1]],'row':[[77,1],[47,1],[19,1],[66,10]],'configure':[[29,2],[32,1],[16,1]],'elements':[[2,1],[65,1]],'channel':[[74,84],[32,3]],'combination':[[36,1],[76,2],[60,1]],'itself':[[49,1],[47,1],[76,1],[61,1],[42,1],[52,4],[74,2],[77,1],[58,4]],'ranges':[[77,3],[49,1],[23,1]],'idea':[[73,2],[54,1],[47,1]],'attempting':[[63,1],[61,1],[12,1],[10,1],[24,1],[58,1]],'speed':[[18,2],[73,9],[12,1],[74,2],[64,2],[5,1],[59,1],[21,3],[22,4],[23,7],[66,6],[6,1],[34,1],[10,3],[57,1],[33,3],[58,1]],'blocks':[[73,1],[66,4],[74,1]],'10#newname4#':[[49,1]],'caption':[[9,1]],'4003':[[74,6]],'bullets':[[61,1]],'article':[[76,2]],'clv':[[76,3]],'tied':[[74,1]],'reduce':[[77,2],[32,1]],'007a':[[73,1]],'sensitive':[[60,1],[59,1],[18,1],[58,2]],'blowing':[[29,1]],'termination':[[58,1]],'stretching':[[34,1]],'pipe':[[69,3]],'shows':[[9,1],[51,1],[76,3],[53,4],[6,2],[4,2],[42,1],[74,3],[10,2],[36,1]],'when':[[73,1],[19,3],[50,1],[77,20],[74,20],[35,5],[27,3],[39,6],[59,12],[9,4],[14,4],[47,4],[49,10],[51,2],[54,3],[4,13],[60,12],[66,3],[32,3],[10,10],[71,3],[7,2],[18,1],[79,1],[53,4],[28,1],[12,9],[20,1],[42,3],[52,2],[8,2],[5,4],[37,4],[63,5],[21,1],[22,5],[26,9],[64,1],[6,6],[69,4],[70,1],[34,5],[76,24],[3,1],[33,1],[11,3],[58,16]],'detailed':[[77,1],[49,1],[14,1],[66,1]],'backward':[[58,1]],'emulua':[[59,1],[12,1]],'createfrompng':[[58,1]],'redrawn':[[58,1]],'unpredictably':[[76,1]],'works':[[73,1],[49,1],[54,1],[47,2],[76,1],[45,1],[77,3],[12,1],[52,1],[10,2],[58,3]],'segmentation':[[5,1]],'launches':[[8,1]],'place':[[73,1],[77,3],[12,1],[74,2],[17,1],[9,1],[14,1],[29,2],[47,1],[60,1],[76,4],[58,1]],'never':[[77,4],[54,1],[20,1],[76,2],[57,1]],'setlagflag':[[4,1],[58,1]],'tile':[[78,2],[51,3],[54,3],[47,2],[71,1],[50,2],[77,12],[48,1],[65,1]],'filling':[[55,1]],'addhealthpoints':[[49,1]],'meant':[[3,1]],'figured':[[47,1]],'keyrecording1':[[60,1]],'deccmp':[[76,2]],'luascripts':[[61,2],[60,1]],'declaring':[[59,1]],'whatsoever':[[77,1]],'togglable':[[6,2],[7,1]],'situation':[[45,2],[28,1],[47,1],[37,1]],'decreased':[[39,2]],'block':[[77,1],[12,1],[47,1],[66,24]],'cccvvvv':[[73,1]],'049x':[[66,1]],'timestamp':[[70,4]],'newlines':[[69,2]],'halted':[[74,2]],'increased':[[77,1],[14,1],[3,1],[10,1],[32,1],[39,1]],'m016':[[4,1]],'operate':[[77,1],[74,1],[39,1]],'assembly':[[48,2],[49,4]],'sequence':[[77,1],[54,1],[74,6],[76,4]],'v%_0ah':[[76,2]],'shownotes':[[4,1]],'subtitle':[[10,2],[69,5],[37,1]],'enable':[[55,1],[28,1],[77,1],[12,3],[74,14],[63,1],[26,1],[29,1],[49,2],[54,2],[76,3],[18,2],[7,2]],'ouch':[[39,1]],'teenagemutantninjaturtles':[[61,1]],'series':[[74,1],[49,1],[16,1],[76,6]],'hardwired':[[77,1]],'officially':[[47,1]],'differently':[[76,5],[69,1]],'operation':[[77,5],[74,6],[76,21],[58,3]],'task':[[9,1]],'frames|':[[77,1]],'0078':[[73,1]],'unlicensed':[[3,1]],'fffa':[[49,1],[76,2],[66,1]],'spaces':[[6,1]],'faq':[[1,1],[55,1],[62,3]],'boolean':[[49,1],[60,1]],'arkanoid':[[58,1],[69,1],[29,3]],'predefined':[[59,2],[58,6]],'jetpack':[[61,1]],'found':[[29,1],[41,1],[55,1],[67,1],[77,5],[74,7],[40,1],[57,1]],'mar':[[71,1]],'50fps':[[33,1],[26,1]],'wouldn':[[47,1],[74,1]],'versions':[[63,1],[22,2],[14,1],[44,1],[74,1],[68,1],[3,1],[57,2],[8,1],[58,2]],'substraction':[[76,1]],'1984':[[76,1]],'1000|':[[66,1]],'tweaked':[[24,1]],'4007':[[74,6]],'xxx000x1':[[76,1]],'dsiplay':[[9,1]],'turtle':[[66,1]],'replicate':[[24,1]],'acceleration':[[63,2],[34,2]],'revamp':[[4,1]],'001f':[[49,1]],'ok#00':[[49,1]],'retrieve':[[58,5]],'say':[[73,1],[39,2],[47,1],[28,1],[77,1],[42,1],[58,1]],'ffff':[[73,6],[54,1],[49,1],[55,2],[66,2],[71,1],[76,1],[52,4]],'6000h':[[73,1]],'measured':[[76,1],[74,2]],'source':[[54,2],[74,1],[3,3],[76,1]],'pay':[[77,1]],'died':[[60,2]],'prompted':[[47,1],[22,2],[20,1]],'closely':[[53,1],[12,1],[39,1]],'int8':[[71,1]],'greater':[[39,2],[22,1],[26,1],[76,3],[42,1],[58,1]],'silence':[[74,1]],'read':[[73,3],[50,1],[77,12],[74,5],[35,4],[39,4],[59,6],[9,3],[14,1],[49,3],[54,6],[60,1],[66,1],[4,2],[71,4],[10,1],[7,2],[18,5],[45,1],[12,2],[52,2],[5,1],[37,13],[22,12],[76,59],[6,4],[3,1],[11,1],[58,19]],'python':[[3,3],[56,1]],'doubles':[[4,1],[76,1]],'mirroring':[[51,2],[66,3],[6,1],[71,1]],'exponentially':[[60,1]],'knobs':[[31,1]],'guides':[[15,1],[1,2],[48,1],[38,1],[62,2]],'ans':[[3,1],[1,2]],'customizing':[[10,1],[19,2]],'mute':[[12,1],[32,3],[10,3],[11,1]],'substitution':[[47,4],[39,3]],'chip':[[73,6],[76,2],[77,1]],'generation':[[77,3],[74,4]],'took':[[47,1],[77,1]],'getting':[[58,1],[15,1],[51,1],[60,1],[4,1],[16,2],[10,2],[56,1],[57,1],[37,1]],'endian':[[10,1]],'direction':[[76,1],[74,1]],'bullethell':[[61,1]],'pull':[[74,1],[32,1],[36,1],[29,1],[76,6]],'x11x':[[76,1]],'stored':[[73,1],[69,3],[27,3],[63,3],[39,3],[9,2],[26,1],[70,1],[66,1],[71,4],[76,3],[10,2],[58,4]],'keeps':[[54,2],[47,1],[58,2]],'appears':[[37,3],[74,1],[76,1],[58,1]],'11111000':[[78,2]],'even':[[73,1],[45,1],[77,4],[52,2],[16,1],[74,2],[59,2],[22,1],[76,9],[66,1],[60,1],[34,2],[3,1],[10,3],[58,12]],'dictionary':[[47,6]],'network':[[25,1],[7,1],[30,2]],'hovering':[[49,1]],'xii':[[76,2]],'rgp9':[[76,2]],'missed':[[58,1]],'streams':[[77,1]],'crashed':[[52,1]],'max':[[10,1]],'consequence':[[76,1],[69,1]],'haven':[[47,1],[77,1],[74,1]],'asq_realityb':[[24,1]],'special':[[73,2],[49,4],[54,2],[76,4],[66,1],[6,1],[50,1],[34,1],[12,4],[74,2],[10,1],[77,1]],'started':[[57,1],[58,5],[15,1],[64,1],[47,2],[60,7],[42,1],[16,2],[3,1],[10,1],[56,2],[37,1]],'rheiny':[[3,1]],'5ff8':[[73,1]],'cpy':[[76,3]],'advances':[[59,1],[64,1]],'eject':[[23,1],[20,2]],'29651n52':[[76,1]],'including':[[63,1],[9,1],[14,1],[51,1],[71,1],[77,1],[12,1],[74,1],[3,2],[58,1]],'than':[[58,7],[73,2],[45,1],[77,6],[42,2],[74,5],[56,1],[69,1],[39,5],[17,1],[26,2],[14,3],[29,1],[47,2],[49,2],[60,2],[71,1],[34,8],[76,15],[10,2],[11,1],[18,2]],'006e':[[73,2]],'2008':[[12,1],[13,1],[3,5],[14,1],[11,1],[66,1]],'space':[[39,3],[73,6],[29,1],[55,2],[71,1],[60,1],[52,2],[69,1],[58,3]],'delta':[[4,1]],'sounding':[[74,3]],'represented':[[69,2]],'march':[[3,1],[10,1],[70,1]],'hooker':[[3,1],[10,1],[38,1],[47,18]],'begin':[[69,1],[49,2],[21,1],[22,4],[54,1],[76,9],[64,1],[58,1]],'engineering':[[74,3],[65,1]],'10240':[[39,2]],'02ff':[[66,1]],'fcuex':[[18,1]],'nitsujrehtona':[[3,2]],'encompassing':[[2,1]],'background':[[78,5],[26,2],[19,3],[34,1],[77,8],[10,1],[18,2],[58,5]],'unchecked':[[34,1],[35,3],[27,1]],'4008':[[74,13]],'bankswitchable':[[73,1]],'went':[[74,1]],'mix':[[59,1]],'rolledback':[[60,1]],'efficiency':[[4,1]],'where':[[73,4],[77,8],[74,6],[27,10],[59,2],[9,1],[14,1],[47,2],[60,1],[4,1],[32,1],[10,5],[57,2],[53,1],[45,4],[12,6],[52,4],[37,1],[5,1],[63,4],[22,3],[26,1],[76,2],[11,5],[58,5]],'smaller':[[47,1],[76,9],[58,1]],'situations':[[45,1],[26,1],[10,1],[60,2],[37,2]],'employs':[[10,2],[60,1]],'reminding':[[12,1]],'2c02':[[77,3],[75,1],[66,3]],'04ax':[[66,1]],'0x0123456789abcdef':[[69,1]],'editing':[[65,3],[69,1],[22,1],[14,1],[19,1],[4,2],[61,1],[52,3],[64,1],[58,1]],'obscure':[[3,1]],'listening':[[54,1]],'calculate':[[76,5],[77,1]],'religion_mode_on':[[76,1]],'mem':[[77,4]],'won':[[58,6],[29,1],[47,1],[53,1],[55,1],[76,1],[4,1],[12,1],[52,1],[79,1],[39,1]],'saner':[[12,1]],'editor':[[19,4],[39,7],[59,1],[9,5],[14,1],[47,1],[49,1],[54,3],[66,3],[4,4],[48,1],[10,3],[57,1],[65,3],[55,2],[38,1],[42,2],[52,8],[64,3],[5,1],[22,1],[6,3],[43,4],[3,1],[58,4]],'addition':[[58,1],[63,4],[14,1],[29,1],[76,9],[6,1],[74,1],[3,1],[8,1],[5,1]],'composition':[[77,1]],'reply':[[78,1],[79,1]],'116':[[4,1]],'mmc5':[[73,7],[77,2],[12,3],[13,1],[66,1]],'launch':[[4,1]],'quit':[[59,1]],'sine':[[77,1],[39,1]],'8000':[[73,4],[54,1],[55,2],[66,1],[71,2],[52,4]],'isn':[[78,1],[29,1],[55,1],[6,1]],'qwerty':[[58,1]],'ruined':[[76,1]],'3w@`':[[76,1]],'explains':[[15,1],[23,1],[25,1],[26,1],[66,1],[79,1]],'gave':[[9,1]],'corrupt':[[54,1]],'double':[[55,1],[28,2],[45,1],[77,1],[74,1],[20,1],[36,1],[39,5],[63,1],[27,1],[26,2],[14,2],[49,4],[4,2]],'tostring':[[58,1]],'quirks':[[59,1]],'machine':[[4,1],[49,1],[76,5]],'bug':[[11,5],[9,3],[14,1],[6,5],[4,12],[12,9],[10,13],[8,4],[5,2]],'did':[[73,2],[61,1],[77,1],[76,2],[6,1],[58,1]],'moment':[[58,1],[16,1]],'isrunend':[[60,1]],'amoung':[[74,1]],'now':[[73,2],[77,4],[74,7],[39,2],[59,4],[9,4],[14,5],[47,1],[54,1],[60,3],[71,1],[4,8],[10,14],[7,8],[12,10],[13,1],[42,1],[8,6],[64,1],[69,1],[22,2],[76,2],[6,4],[43,1],[11,4],[58,1]],'arguments':[[18,1],[58,2]],'looping':[[74,4]],'commodore':[[76,5]],'needed':[[22,2],[14,1],[47,2],[76,1],[61,1],[77,1],[57,2],[58,1]],'microprocessors':[[76,2]],'exceptions':[[76,2]],'ishihara':[[74,1]],'dc0c':[[76,1]],'inflating':[[58,1]],'techniques':[[76,1]],'mygame':[[49,7]],'update':[[73,1],[53,2],[74,3],[64,1],[39,3],[9,3],[14,1],[47,1],[49,1],[6,1],[51,2],[70,3],[58,1]],'appeared':[[3,1],[77,1],[79,1]],'truly':[[76,1]],'pressing':[[59,1],[22,3],[21,1],[23,1],[29,2],[49,1],[61,1],[52,1],[16,1],[58,2]],'rise':[[77,1]],'appearing':[[77,1],[74,1]],'behaviour':[[4,1],[77,3],[74,2],[76,1]],'bankswitched':[[73,2],[49,1]],'reads':[[76,5],[6,1],[58,1]],'breathe':[[65,1]],'mirror':[[66,5],[71,2]],'end':[[77,2],[74,1],[20,1],[69,1],[59,11],[49,1],[47,2],[76,8],[6,1],[60,6],[3,1],[57,3],[58,6]],'chart':[[74,1]],'bmi':[[76,2]],'continuing':[[64,2]],'illustration':[[76,1]],'multiplexed':[[77,1]],'16384':[[66,2]],'exec_count':[[58,1]],'annoying':[[77,1],[58,1]],'paged':[[71,1]],'codec':[[21,1]],'mv#b@3':[[76,1]],'cias':[[76,2]],'impossible':[[47,1],[53,1]],'selection':[[47,19],[76,2],[6,1],[4,1],[77,2],[5,4]],'child':[[11,1]],'right':[[50,1],[77,2],[74,3],[16,2],[39,7],[59,1],[49,5],[29,5],[47,3],[60,3],[10,2],[18,2],[55,1],[53,1],[28,2],[42,1],[52,4],[69,3],[63,1],[22,1],[26,3],[76,6],[34,1],[58,6]],'monitors':[[77,2],[42,2]],'desync':[[6,1]],'dumb':[[47,1]],'way':[[73,5],[55,1],[53,1],[61,1],[77,3],[56,1],[59,1],[22,2],[29,1],[14,2],[47,1],[43,1],[49,1],[54,1],[60,1],[76,5],[78,1],[57,1],[58,1]],'reg':[[4,1],[77,1]],'exhausts':[[60,1]],'filebase':[[27,1]],'there':[[73,4],[19,1],[61,1],[74,3],[77,4],[39,6],[59,5],[9,1],[49,5],[47,4],[54,2],[60,3],[66,1],[10,1],[79,1],[53,2],[45,1],[52,3],[8,1],[37,2],[63,3],[78,2],[22,2],[26,1],[76,5],[3,1],[11,1],[58,8]],'j2rb':[[71,1]],'settings':[[38,2],[31,1],[45,2],[16,1],[35,1],[26,2],[23,1],[25,3],[29,1],[49,2],[60,1],[4,1],[34,4],[48,1],[32,1],[10,1],[33,1]],'originally':[[74,1],[3,2],[40,1],[41,1],[58,1]],'further':[[3,1],[47,1]],'boxes':[[58,1],[14,2],[47,2],[55,1],[6,1],[28,1],[42,1],[39,1]],'okattempts':[[60,1]],'somevalue':[[59,1]],'his':[[74,3],[76,2],[24,1]],'tabbed':[[53,1]],'registerexecute':[[58,2]],'hexbackcolorb':[[19,1]],'increase':[[21,1],[22,1],[74,4],[8,1],[5,1]],'esper2':[[73,1]],'sequences':[[74,9]],'forbid':[[12,1],[49,2]],'focus':[[26,3]],'gpa':[[76,2]],'pops':[[57,1],[59,1]],'stays':[[77,1]],'infinite':[[58,2],[74,1],[39,1]],'tapanim':[[76,1]],'loop':[[59,3],[74,1],[76,4],[58,4]],'doesn':[[31,1],[45,1],[61,1],[74,1],[77,1],[9,2],[47,1],[71,1],[6,3],[76,1],[4,1],[7,1],[58,2]],'quite':[[77,1],[76,3],[53,1],[66,1],[58,1]],'blocking':[[58,1]],'wav':[[21,8]],'expandable':[[52,1]],'tale':[[76,1]],'amounts':[[34,1]],'isa':[[77,1]],'plugged':[[29,2]],'mentioned':[[77,1],[74,1],[58,1]],'1999':[[73,4],[78,1],[79,1]],'playmovie':[[18,12]],'ontop':[[77,1]],'subtitler':[[61,1]],'fme':[[73,2]],'dehacked':[[59,3]],'clocked':[[74,11]],'3rd':[[77,3],[69,1]],'consist':[[22,1],[69,2]],'monitoring':[[64,1],[77,1],[42,5],[10,1],[60,1],[39,1]],'sorry':[[78,1],[7,1],[9,1]],'amd':[[10,1]],'c000#newname1#comment1':[[49,1]],'prelim':[[73,1]],'modified':[[73,1],[20,2],[3,2],[47,1],[76,1],[58,4]],'surprise':[[47,1]],'higher':[[76,1],[71,1],[53,1],[31,1],[60,1],[77,1],[74,1]],'same':[[73,2],[61,1],[74,2],[77,8],[39,4],[59,5],[49,4],[29,2],[47,4],[66,4],[24,1],[51,1],[4,1],[54,2],[60,4],[57,1],[53,1],[31,1],[44,1],[69,1],[8,1],[17,1],[37,16],[22,1],[64,1],[70,2],[76,11],[6,1],[58,10]],'champion':[[3,1]],'400f':[[74,4]],'flipped':[[73,1]],'denotes':[[73,1],[59,1],[76,4],[39,3]],'chosen':[[49,1]],'2004':[[77,1],[9,1],[3,3],[70,1],[76,2]],'junk':[[58,1]],'additionally':[[77,1],[74,1],[58,1]],'was':[[73,1],[77,17],[74,4],[16,1],[39,5],[59,1],[9,2],[14,1],[47,1],[54,12],[60,1],[66,1],[4,2],[10,3],[40,1],[46,1],[55,1],[53,1],[12,5],[20,6],[13,1],[8,1],[5,1],[37,11],[63,1],[22,1],[64,3],[41,1],[69,6],[6,2],[43,1],[76,10],[3,22],[58,7]],'manage':[[60,1]],'ball':[[8,1],[74,1]],'bvc':[[76,3]],'yellow':[[54,2],[58,1]],'releases':[[4,1],[12,1],[3,1],[6,1]],'outputs':[[77,3],[48,1],[74,6]],'msg':[[58,1]],'setplayback':[[58,1]],'readbyterange':[[12,1],[58,1]],'revolutionizes':[[14,1]],'romfilename':[[69,1]],'edcba9876543210':[[74,1]],'2c00|':[[66,1]],'tested':[[9,1],[54,1],[47,3],[76,1],[77,1],[74,1],[3,1]],'has':[[73,5],[77,7],[74,12],[35,1],[39,6],[59,2],[49,4],[14,6],[29,1],[51,1],[60,5],[54,2],[66,3],[10,1],[40,1],[7,2],[53,2],[28,1],[42,1],[52,1],[8,1],[5,1],[37,4],[63,4],[26,2],[64,2],[41,1],[76,17],[43,1],[3,3],[58,7]],'picked':[[3,1]],'3w@':[[76,1]],'volume':[[73,2],[9,1],[29,1],[74,19],[32,8],[58,5]],'fast':[[64,2]],'sounddisplay2':[[4,1]],'rgb':[[58,1],[9,1],[19,1],[6,1],[31,1]],'hadn':[[53,1]],'simulate':[[31,1]],'maru':[[47,4]],'fully':[[73,1],[14,1],[6,2],[58,2]],'again':[[53,1],[77,3],[8,1],[59,1],[9,2],[54,1],[47,1],[66,1],[60,1],[76,4],[3,2],[58,3]],'thinking':[[43,1]],'code':[[73,3],[74,2],[39,3],[9,1],[49,10],[54,35],[66,2],[60,3],[4,3],[48,4],[10,1],[65,2],[55,24],[53,5],[52,2],[12,1],[8,1],[69,4],[63,2],[76,10],[6,2],[3,6],[11,1],[58,16]],'bankswitch':[[73,1],[52,1]],'xdsp':[[3,1]],'input1':[[12,1]],'unexpectingly':[[59,1]],'fffd':[[66,1]],'sbc':[[76,26]],'drivers':[[76,1]],'cable':[[20,1]],'extends':[[3,1]],'devices':[[69,3]],'eliminate':[[66,1]],'psid':[[73,1]],'failed':[[60,1],[64,2]],'fixed':[[73,1],[77,3],[12,12],[13,1],[74,2],[8,4],[5,12],[17,1],[69,1],[9,9],[14,1],[76,1],[6,4],[4,23],[10,12],[11,5],[7,4]],'10x1':[[76,1]],'developing':[[47,1]],'hear':[[74,1]],'ror':[[76,21]],'point':[[37,1],[78,1],[22,3],[70,1],[77,1],[48,1],[20,1],[16,1],[74,3],[64,2],[39,2]],'respective':[[69,1]],'one':[[73,4],[50,1],[77,9],[74,5],[39,3],[59,8],[9,2],[14,1],[29,6],[66,4],[60,5],[24,1],[47,3],[49,8],[48,1],[54,1],[57,3],[31,1],[42,3],[64,3],[63,2],[17,1],[21,1],[76,20],[6,1],[3,1],[11,1],[58,19]],'156':[[4,1]],'signals':[[76,1],[77,1],[74,3]],'variable':[[69,2],[59,1],[77,1],[71,3],[60,7],[58,8]],'predecrement':[[76,1]],'c64':[[73,1],[76,3]],'drawtext':[[58,1]],'5fff':[[66,1]],'pbin':[[71,1]],'archive':[[17,1],[65,1],[14,2],[47,1],[12,3],[11,2],[58,2]],'077h':[[73,1]],'32k':[[74,2]],'instead':[[45,1],[77,3],[13,1],[52,2],[74,2],[8,2],[59,1],[9,4],[26,1],[47,2],[49,5],[6,2],[54,2],[60,1],[76,5],[32,1],[79,1],[58,4]],'part3':[[49,1]],'backwards':[[61,1],[9,1],[71,1],[58,3]],'guid':[[69,3],[14,1]],'nsfs':[[31,1]],'alteration':[[45,1]],'represents':[[39,2],[54,1],[55,1],[31,1],[52,1],[74,1],[58,1]],'order':[[31,2],[44,1],[61,1],[74,2],[20,1],[77,7],[64,2],[27,1],[69,1],[22,2],[49,1],[47,2],[54,2],[60,1],[66,1],[58,1]],'c006#newname3#multilinecomment':[[49,1]],'lfsr':[[71,1]],'`&z0':[[76,1]],'timing':[[9,1],[26,1],[25,2],[76,3],[77,8],[74,4],[16,1],[10,1],[33,2],[18,1],[69,1]],'conflict':[[4,2]],'levels':[[54,1],[32,1],[74,1],[76,1],[65,2]],'problematic':[[39,1]],'switchy':[[58,1]],'tools':[[1,2],[38,4],[12,1],[8,2],[39,1],[64,4],[54,1],[14,4],[47,3],[66,1],[6,1],[4,2],[48,1],[3,4],[65,6]],'freebsd':[[3,1]],'biggest':[[47,1]],'exec_time':[[58,1]],'claim':[[76,1],[64,1]],'numbered':[[73,1]],'sits':[[73,1]],'sq2':[[74,10]],'enhancing':[[4,1]],'accuracy':[[58,1],[9,1],[26,1]],'shu':[[10,1]],'tweaking':[[47,1]],'open':[[28,2],[44,1],[61,2],[12,4],[16,2],[35,2],[37,2],[17,1],[27,1],[22,3],[14,3],[26,2],[39,1],[47,3],[49,6],[54,2],[76,1],[10,4],[7,1]],'shared':[[77,1],[74,1]],'pagedown':[[58,1]],'uuencoded':[[76,1]],'&b%_3bxi':[[76,1]],'progress':[[58,1]],'circuitry':[[77,2]],'button':[[28,1],[61,1],[42,1],[20,2],[36,2],[52,1],[8,1],[39,7],[37,2],[59,1],[22,1],[14,1],[23,3],[29,11],[47,11],[49,6],[4,2],[54,1],[60,5],[69,6],[10,5],[70,1],[58,14]],'yourself':[[47,1],[59,1],[61,1]],'complimentery':[[77,1]],'prevented':[[4,1],[8,1]],'ntsccolor':[[12,1]],'misrepresented':[[77,1]],'persist':[[58,1]],'loc':[[76,3]],'merge':[[3,1],[2,1]],'continuously':[[49,1]],'watching':[[66,1]],'dcfd':[[76,2]],'randomness':[[76,1]],'val':[[76,5],[74,2]],'decoded':[[74,1],[58,2]],'layout':[[4,1],[66,2],[62,1]],'wrong':[[4,1],[9,1],[14,1],[47,1]],'inserting':[[23,1],[42,1],[20,1]],'multiplier':[[73,1],[34,1]],'documented':[[47,1],[19,1]],'overridden':[[27,1]],'jones':[[5,1]],'resets':[[74,1],[49,1],[39,1]],'mega':[[39,5]],'kept':[[77,1],[49,1],[60,2]],'keep':[[73,1],[53,2],[77,2],[42,1],[74,1],[17,1],[49,1],[29,1],[54,1],[76,1],[60,1],[33,1],[57,1],[58,3]],'hikari':[[29,1]],'makedata':[[54,1]],'board':[[66,2]],'ppc':[[11,1]],'loads':[[58,4],[18,2],[22,1],[73,1],[76,3],[77,1],[74,1],[10,1],[11,1],[37,2]],'www':[[57,1],[59,1]],'kirby':[[66,1]],'dual':[[73,3]],'obsolete':[[4,1]],'following':[[73,1],[1,1],[77,3],[74,2],[16,1],[68,1],[69,4],[59,2],[49,3],[76,10],[66,1],[58,5]],'speedmode':[[59,1],[10,1],[57,1],[58,1]],'noconfig':[[10,1]],'chunk':[[17,1],[71,8]],'grapical':[[34,1]],'programmers':[[59,1],[61,2],[77,1],[76,2]],'intact':[[77,1]],'adc':[[76,22]],'skill':[[64,3]],'cdlogger':[[6,1]],'8_47':[[76,1]],'_29_':[[79,1]],'understand':[[77,3],[55,1],[56,1],[76,1]],'describes':[[63,1],[77,2],[24,1],[37,1]],'9010':[[73,1]],'ensure':[[76,2],[58,2]],'loadstate':[[37,6],[58,1],[22,1],[14,2],[26,1],[6,3],[16,8],[10,1],[18,3],[5,1]],'dd0d':[[76,11]],'fairly':[[52,1]],'comment':[[59,1],[22,2],[49,9],[76,2],[69,5]],'truecolor':[[58,1]],'attain':[[74,1]],'just':[[19,1],[53,1],[61,2],[12,1],[42,1],[74,1],[77,6],[39,1],[59,4],[26,1],[49,4],[41,1],[47,3],[54,1],[60,3],[4,1],[34,1],[48,1],[70,1],[71,1],[40,1],[76,11],[58,4]],'inv':[[58,1]],'paying':[[77,1]],'loadstates':[[6,1]],'extracted':[[77,1]],'major':[[73,1],[9,1],[14,1],[4,1],[77,1],[52,1],[10,5],[11,1]],'posted':[[74,1]],'ongoing':[[58,1]],'uwa':[[76,1]],'option':[[53,4],[12,4],[16,3],[20,1],[8,1],[35,1],[37,16],[9,5],[14,4],[26,2],[29,3],[6,5],[41,1],[4,10],[34,4],[49,3],[51,1],[10,5],[40,1],[11,3],[58,2]],'cpu':[[50,2],[77,12],[74,9],[63,1],[9,3],[14,1],[49,8],[66,6],[6,1],[71,3],[4,1],[76,6],[75,2],[58,4]],'dialogs':[[9,1],[12,3],[10,1],[8,1]],'without':[[73,1],[79,1],[77,4],[12,1],[20,1],[74,1],[64,1],[47,3],[66,1],[6,2],[60,1],[4,2],[76,1],[10,2],[57,1],[11,2],[58,10]],'significant':[[71,1],[58,1]],'pretty':[[73,1],[77,2],[58,1]],'frameadvancing':[[59,1]],'zeros':[[54,1]],'canceling':[[10,1]],'rely':[[59,1]],'hardware':[[17,1],[63,2],[73,1],[1,1],[76,6],[67,2],[34,5],[74,23],[77,6],[58,2]],'funny':[[73,1],[76,1]],'designates':[[49,1]],'implemented':[[9,3],[46,1],[6,2],[77,2],[3,3],[10,3],[8,1]],'containers':[[37,1]],'navigation':[[3,1],[49,2]],'ideas':[[43,1]],'indirect':[[76,8],[49,1]],'tutorial':[[57,1]],'seek':[[4,1],[49,2]],'explained':[[59,1],[77,1]],'08000h':[[73,4]],'poweron':[[10,1],[58,1]],'triplets':[[31,1]],'tatakai':[[7,1]],'omitted':[[58,1]],'cmp':[[76,21]],'wealth':[[64,1],[65,1]],'activated':[[77,3]],'backups':[[35,2],[10,1],[6,1],[7,1]],'activate':[[55,1],[39,1]],'pcsx':[[41,1],[40,1]],'drive':[[20,1]],'utfconverter':[[9,1]],'sometime':[[37,1]],'uint32':[[71,11]],'overincreased':[[12,1]],'experienced':[[59,1]],'containing':[[4,1],[76,1],[6,1]],'lists':[[76,1]],'8x8':[[12,1]],'mwav':[[71,1]],'unified':[[3,1]],'sample':[[54,1],[32,1],[74,1],[58,3]],'know':[[73,2],[55,1],[61,2],[52,1],[77,2],[39,4],[59,1],[78,2],[47,9],[66,1],[60,1],[76,3],[58,2]],'trial':[[47,1],[60,2]],'progression':[[58,1]],'gotcha':[[6,1]],'leftbracket':[[58,1]],'bbitmaster':[[3,1]],'nmi3':[[49,1]],'basis':[[77,1],[31,1]],'reaching':[[22,1],[35,2]],'dff6':[[49,1]],'prevent':[[59,1],[49,1],[76,1],[6,1],[60,1],[77,1],[12,1],[52,1],[10,2],[11,1],[58,2]],'slight':[[34,1],[26,1],[24,1],[5,1]],'subsequent':[[69,1],[58,2]],'lame':[[77,1]],'brk':[[76,28],[66,1]],'galaxian':[[61,1]],'bpl':[[76,13]],'unless':[[53,1],[77,2],[74,1],[20,2],[69,3],[27,1],[26,1],[22,1],[47,1],[49,1],[76,1],[58,5]],'09fffh':[[73,2]],'add':[[73,1],[55,3],[31,1],[77,2],[12,3],[52,1],[39,2],[49,10],[29,1],[47,3],[76,19],[6,1],[4,4],[48,1]],'issues':[[24,1],[63,2],[10,1],[11,2],[5,2]],'iiii':[[49,1]],'sounds':[[73,1]],'combinations':[[76,4],[77,1],[60,1]],'aop':[[76,1]],'visit':[[22,1]],'described':[[77,4],[74,2],[55,1]],'blow':[[58,1]],'crackle':[[63,1]],'6502':[[73,6],[76,6],[66,2],[50,1],[74,4],[75,1],[39,3]],'savestates':[[58,3],[12,3],[16,1],[56,1],[35,2],[37,2],[63,3],[59,3],[9,1],[14,3],[22,2],[26,6],[6,1],[4,3],[10,1],[11,2],[7,2]],'allowing':[[4,1],[34,1],[69,1],[10,1],[35,1],[58,1]],'decrypt':[[55,1]],'discovered':[[76,1],[74,1]],'coincides':[[77,1]],'portions':[[77,1],[60,1],[5,1]],'available':[[53,1],[31,1],[28,1],[74,5],[56,1],[64,1],[37,4],[17,1],[15,1],[14,1],[76,4],[66,1],[43,1],[58,1]],'refers':[[66,1],[49,1],[58,1]],'format':[[73,5],[38,1],[31,1],[44,1],[53,1],[12,2],[68,4],[64,1],[39,6],[17,5],[69,16],[22,2],[14,6],[54,1],[70,5],[71,3],[4,1],[72,2],[32,1],[7,1],[58,3]],'lastkey2':[[60,1]],'prehaps':[[77,3]],'matter':[[73,1],[61,1],[31,1]],'done':[[73,4],[19,1],[77,8],[52,1],[74,1],[64,2],[39,2],[63,1],[59,3],[26,1],[14,1],[54,2],[76,1],[60,1],[3,1],[65,1]],'persistently':[[48,1]],'optimal':[[58,1]],'120hz':[[74,1]],'coinciding':[[77,1]],'intention':[[56,1]],'index':[[59,1],[77,6],[76,15],[71,3],[58,2]],'several':[[73,1],[61,1],[74,1],[69,1],[39,2],[63,1],[49,1],[41,1],[70,1],[24,1],[76,1],[3,1],[40,1]],'length':[[73,2],[59,1],[9,1],[70,2],[71,4],[76,1],[77,1],[12,1],[74,41],[10,1],[69,5],[58,3]],'need':[[73,2],[44,1],[45,1],[61,3],[52,1],[20,1],[16,1],[56,1],[77,1],[49,1],[54,2],[47,10],[70,1],[6,1],[60,1],[71,1],[76,3],[57,2],[58,5]],'computers':[[63,1],[34,1],[76,1],[33,1]],'remappable':[[9,1]],'27th':[[77,1]],'words':[[73,1],[47,6],[76,1],[77,2],[69,1],[58,1]],'summon':[[55,1]],'don':[[61,4],[52,1],[20,1],[74,3],[77,2],[59,2],[9,1],[49,2],[47,3],[54,1],[60,3],[76,1],[4,2],[78,1],[11,1],[58,3]],'|__________________________________________|':[[66,9]],'terminator':[[73,1]],'00fh':[[73,1]],'readability':[[58,1]],'forums':[[3,1]],'dialog':[[35,2],[39,1],[9,3],[14,4],[49,1],[4,4],[10,13],[57,2],[40,4],[7,3],[28,2],[12,6],[42,5],[36,1],[52,1],[8,4],[37,4],[17,1],[63,3],[22,4],[41,4],[6,4],[11,3],[58,7]],'rerecords':[[4,1],[26,1]],'0700':[[66,1]],'sure':[[39,1],[73,1],[21,1],[54,1],[47,1],[60,1],[69,1],[58,2]],'compared':[[14,1],[3,2],[6,1],[8,1]],'fc0':[[18,2]],'vint':[[77,9]],'|extra':[[77,1]],'mark':[[3,1],[47,3]],'arriving':[[74,1]],'4011':[[74,4]],'75%':[[58,2]],'rewinding':[[8,1],[37,2]],'waits':[[6,1]],'unit':[[77,1],[74,14],[20,1],[76,1],[57,1],[50,1]],'cancel':[[10,1],[57,1]],'bulletproof':[[6,1]],'rename':[[49,1],[12,1],[26,1]],'autosearch':[[41,1],[40,1]],'soft':[[54,2],[14,1],[23,1],[6,1],[4,1],[69,2],[58,1]],'1024':[[66,3]],'ntar':[[71,1]],'pair':[[69,1]],'confirmed':[[74,2],[58,1]],'sprites':[[78,2],[26,1],[47,2],[66,1],[34,3],[77,2],[10,1],[18,3],[58,2]],'updates':[[78,1],[47,1],[76,1],[6,1],[4,1],[45,1],[3,1],[10,3],[7,2]],'cyan':[[54,1],[58,1]],'bak':[[35,1]],'pspfceultra':[[3,1]],'stage':[[77,8],[74,1],[76,1]],'conditions':[[49,4],[74,5]],'symmetry':[[74,1]],'inits':[[73,1]],'sources':[[76,4],[77,1],[74,1]],'generated':[[77,4],[74,5],[76,1],[71,1],[69,1]],'loses':[[61,1]],'disassembly':[[4,3],[49,18],[54,1],[53,3]],'adventure':[[66,1]],'unusual':[[76,1]],'midikey':[[58,5]],'debugger':[[65,2],[1,1],[55,4],[53,3],[12,4],[42,1],[52,1],[8,2],[5,1],[64,1],[9,1],[49,14],[6,4],[4,3],[48,2],[3,4],[10,3],[11,3],[7,2]],'case':[[11,1],[45,2],[61,1],[77,1],[69,1],[39,1],[63,1],[59,2],[49,1],[54,1],[76,3],[60,5],[18,1],[58,4]],'savescreenshotas':[[58,1],[5,1]],'locate':[[55,1]],'http':[[63,1],[59,3],[57,1],[64,5],[67,1]],'king':[[29,1]],'drawimage':[[58,1]],'overriding':[[58,1]],'0ffffh':[[73,3]],'bcd':[[76,16]],'always':[[58,5],[77,3],[12,2],[74,4],[35,2],[8,1],[69,3],[59,2],[22,1],[49,1],[47,1],[51,1],[6,1],[66,2],[4,1],[34,1],[76,22],[10,1],[18,1],[11,1]],'preferred':[[58,1],[77,1],[39,1]],'choppy':[[12,1]],'intervals':[[73,1]],'ejects':[[23,1]],'reporting':[[6,1]],'alternative':[[55,1]],'reorganize':[[13,1]],'minute':[[76,1]],'gnu':[[3,1]],'argus_':[[54,1]],'iql1':[[71,2]],'halt':[[49,2],[74,2]],'replaces':[[55,1]],'3f9':[[74,1]],'argument':[[5,1],[59,1],[76,8],[12,1],[11,1],[58,7]],'perfectly':[[77,1]],'desired':[[73,4],[48,1],[29,1],[55,3],[74,1]],'searchspace':[[60,1]],'someone':[[54,2],[29,1]],'mailing':[[74,1]],'14915':[[74,1]],'pairs':[[73,1],[59,2],[69,3]],'7fff':[[5,1],[73,2],[66,1],[71,1],[39,1]],'setregister':[[8,1],[58,2]],'most':[[77,2],[74,2],[16,1],[56,1],[39,1],[49,1],[29,2],[47,3],[51,1],[54,1],[60,3],[4,1],[66,1],[57,1],[65,1],[45,1],[42,1],[52,1],[64,1],[37,2],[17,1],[78,1],[22,1],[76,9],[58,3]],'dropping':[[77,1],[6,1]],'239':[[34,1],[49,1],[58,1]],'since':[[73,4],[53,1],[77,12],[74,1],[39,6],[9,1],[47,6],[70,1],[76,4],[4,2],[3,1],[10,1],[58,2]],'pain':[[71,1]],'nonsensical':[[17,1]],'expect':[[76,1],[29,2]],'getrecordermode':[[58,1]],'zeroes':[[60,1]],'deselected':[[47,1]],'east':[[76,1]],'sec':[[73,2],[76,1]],'yos0ffa':[[76,1]],'0070':[[73,2]],'fullest':[[1,1]],'emulated':[[39,1],[63,1],[29,8],[25,1],[4,1],[16,2],[58,5]],'1994':[[76,4]],'partially':[[54,1],[6,1],[28,1]],'psg':[[58,1]],'shifting':[[76,1],[77,1],[9,1]],'bbb':[[70,1]],'view':[[49,3],[54,1],[47,1],[55,1],[12,1],[48,1],[52,2],[74,1],[37,2]],'assumed':[[73,1]],'bottom':[[59,2],[49,1],[26,1],[42,2],[76,1],[58,3]],'hooks':[[58,1]],'0@9':[[76,3]],'2j1t892n%':[[76,1]],'6th':[[76,1]],'redesigned':[[43,1]],'gfce':[[3,1]],'counter':[[45,1],[77,15],[74,97],[22,3],[14,2],[26,14],[49,7],[66,1],[71,6],[4,4],[76,5],[10,2],[11,2],[58,6]],'process':[[58,1],[64,2],[26,1],[22,1],[47,2],[54,1],[65,2],[76,2],[77,7],[11,1],[39,2]],'unavailable':[[64,1]],'stuff':[[73,1],[59,4],[78,1],[47,1],[50,1],[60,2],[77,1]],'p2t0p9d`pid`':[[76,1]],'imbedded':[[35,1],[69,1]],'develop':[[77,1]],'might':[[22,1],[49,1],[47,1],[66,1],[60,2],[76,3],[45,2],[34,1],[58,3]],'removing':[[4,1],[77,1],[54,1],[5,1]],'strict':[[49,1]],'depth':[[58,1]],'040x':[[66,2]],'ours':[[76,1]],'faster':[[34,1],[21,1],[14,1],[66,1],[6,1]],'denoted':[[59,1],[60,1]],'notification':[[6,2]],'odds':[[60,1]],'khz':[[74,3]],'assisted_speedrun':[[64,1]],'0x0000':[[58,2]],'informed':[[74,1]],'output':[[5,1],[58,1],[21,1],[53,2],[66,2],[4,1],[77,5],[74,26],[32,1],[27,1]],'4015':[[74,9]],'65c02':[[76,1]],'registerbefore':[[58,4]],'o&_':[[76,1]],'tell':[[66,1],[69,1],[47,1],[57,2],[60,2],[58,1]],'files':[[61,1],[27,13],[39,3],[49,8],[9,2],[14,4],[15,1],[24,1],[29,1],[4,4],[47,3],[54,5],[10,4],[57,2],[38,1],[31,1],[44,5],[53,1],[12,3],[42,3],[52,2],[68,1],[8,1],[37,2],[17,5],[63,1],[21,4],[22,5],[25,1],[6,3],[11,1]],'resolution':[[34,1],[74,2]],'272':[[77,1]],'browse':[[57,1],[22,1]],'parts':[[49,2],[54,2],[47,1],[71,1],[60,1],[52,1],[69,1]],'outline':[[58,1]],'investigate':[[61,1]],'trace':[[65,2],[9,1],[54,2],[53,6],[4,2],[48,1],[3,1],[10,1],[7,2],[8,1]],'marks':[[47,4],[49,1]],'getreadonly':[[10,1],[58,2]],'edits':[[1,2]],'install':[[58,1]],'rpgs':[[47,1]],'soon':[[47,2],[76,1]],'save':[[16,7],[27,2],[59,5],[9,6],[14,4],[47,12],[49,3],[54,6],[60,1],[4,2],[66,2],[71,3],[10,7],[7,1],[46,1],[55,1],[12,2],[20,1],[42,2],[52,3],[8,5],[37,6],[26,6],[70,1],[76,1],[58,11]],'dec':[[76,11]],'readable':[[73,1],[53,1]],'transferred':[[48,1],[74,1]],'correctly':[[4,1],[12,1],[51,1],[76,1],[11,1]],'modifying':[[9,1],[52,1],[74,1],[19,1],[76,1],[65,1]],'horizontally':[[77,2]],'squares':[[48,1]],'3f20|':[[66,1]],'super':[[77,2],[42,1],[66,3],[39,1]],'alphamul':[[58,7]],'extension':[[17,1],[12,2],[52,1],[47,2],[31,1],[35,1]],'extreme':[[60,1]],'tue':[[78,1],[79,1]],'8910':[[73,2]],'question':[[63,1],[58,3]],'also':[[77,7],[74,3],[16,1],[27,1],[39,2],[59,2],[9,2],[14,1],[47,1],[29,3],[49,12],[51,1],[4,3],[54,3],[48,1],[32,1],[10,2],[40,1],[7,1],[57,1],[60,4],[66,4],[71,1],[55,1],[53,1],[28,1],[12,1],[52,4],[64,1],[37,1],[63,2],[69,1],[22,8],[26,5],[41,1],[70,1],[43,1],[6,1],[76,10],[34,1],[3,2],[11,1],[58,8]],'lastkey1':[[60,1]],'1000000th':[[73,2]],'d`h#v1':[[76,1]],'fce':[[1,1],[0,1],[44,1],[52,1],[69,1],[39,3],[22,1],[14,1],[70,1],[71,3],[2,2],[3,21]],'labeled':[[6,2],[29,1]],'09ff':[[66,1]],'numpad7':[[58,1]],'0100':[[49,2],[76,20],[66,2]],'fetching':[[77,2],[49,1],[78,1],[76,1]],'heard':[[74,1]],'0677fc51543b':[[69,1]],'cut':[[66,1],[39,1]],'rectangle':[[58,2]],'04xx':[[73,1],[66,1]],'replayed':[[6,1]],'chance':[[77,1],[47,1],[60,1],[58,2]],'down':[[73,1],[31,1],[77,5],[42,1],[74,9],[36,1],[69,3],[39,2],[59,1],[22,5],[14,1],[23,2],[29,9],[49,1],[60,1],[66,4],[76,1],[32,2],[3,1],[58,3]],'directory':[[31,2],[12,1],[16,1],[20,5],[42,1],[8,1],[27,6],[17,1],[39,1],[26,2],[14,1],[25,1],[49,1],[60,1],[63,5],[10,3],[18,1],[11,2]],'joysticks':[[70,1]],'inx':[[76,2]],'packaged':[[63,2],[24,1]],'objctr':[[58,3]],'resized':[[10,2],[49,1]],'401f':[[66,1]],'linked':[[3,1]],'brand':[[4,1],[14,1]],'iny':[[76,1]],'hitting':[[39,1]],'worlds':[[2,1]],'graphical':[[77,4],[3,1],[56,1]],'ripsubs':[[9,1]],'details':[[59,1],[66,2],[53,1],[24,1],[77,8],[74,8],[10,10],[37,1]],'maxframes':[[60,4]],'fm3':[[4,1],[69,1]],'wrote':[[3,1],[77,1],[37,3]],'possibilities':[[77,1],[54,1],[14,3],[66,2],[39,7]],'1fff':[[66,2],[71,2]],'decide':[[66,1],[77,1]],'interact':[[57,1],[58,1]],'buggy':[[48,1]],'|1e':[[74,1]],'navigating':[[22,3],[21,1],[16,1]],'utf':[[11,1]],'translation':[[47,6]],'criterion':[[64,2]],'gens':[[7,1],[9,1],[41,1],[40,1],[8,2],[6,1]],'simultaniously':[[77,1]],'categories':[[36,1]],'playing':[[73,1],[16,1],[8,1],[39,1],[17,2],[64,6],[15,2],[14,3],[21,1],[22,6],[25,2],[26,2],[54,3],[60,1],[66,1],[10,1],[7,1],[58,2]],'added':[[58,2],[73,5],[77,3],[12,9],[52,1],[8,5],[5,5],[69,4],[9,8],[26,1],[47,1],[49,1],[6,13],[24,2],[4,17],[76,3],[3,2],[10,33],[11,7],[7,4]],'framerate':[[33,1],[69,1],[74,1]],'filenaming':[[4,1]],'crossed':[[76,4]],'remove':[[9,1],[12,1],[36,1],[47,1],[49,1]],'feature':[[46,1],[53,2],[12,1],[52,2],[74,2],[56,1],[9,1],[26,2],[29,8],[47,1],[6,1],[49,2],[4,1],[54,1],[3,1],[11,1],[7,1]],'preview':[[41,1],[40,1]],'convert':[[14,1],[38,2],[6,1],[44,4],[12,2],[68,1],[74,1],[58,1]],'parameters':[[39,2],[58,1],[5,1]],'april':[[7,1]],'commercially':[[3,1]],'cht':[[39,3],[27,2]],'hardly':[[77,1],[30,1]],'referenced':[[49,1]],'event':[[70,1],[52,1],[64,1]],'capacity':[[20,1]],'manipulate':[[59,1]],'luabot_framework':[[60,1]],'shape':[[61,1]],'expected':[[77,1],[76,3],[31,1],[64,1]],'misbelief':[[76,1]],'john@ucc':[[76,1]],'161':[[77,1]],'atx':[[9,1]],'waveform':[[71,2]],'parser':[[49,1]],'bugsbunnybirthdayblowout':[[61,1]],'edition':[[3,1]],'copies':[[4,1],[76,1]],'j2x@to':[[76,1]],'warped':[[77,1]],'shown':[[4,1],[59,1],[49,4],[50,1],[39,1]],'almost':[[3,1],[53,1],[66,1]],'connect':[[49,4]],'fade':[[74,1]],'characteristics':[[66,3],[74,1]],'teal':[[58,1]],'160':[[77,1]],'unintentional':[[10,1]],'largely':[[61,1]],'html':[[63,1],[59,3],[64,3],[58,2]],'part':[[49,5],[47,2],[55,1],[60,1],[70,1],[76,4],[61,1],[52,2],[75,2],[77,3],[64,3]],'gives':[[9,1],[29,1],[66,4],[28,1],[77,1],[33,1],[58,1]],'snaps':[[4,1]],'supplied':[[59,1],[20,2]],'warned':[[59,1]],'sax':[[76,10]],'brute':[[58,1]],'maintenance':[[6,1],[13,1]],'zenity':[[12,1]],'bmf':[[24,3]],'maximus':[[3,2]],'reload':[[4,1],[9,1],[12,1],[49,2],[37,1]],'foundation':[[65,1]],'token':[[69,1]],'halves':[[76,1]],'phase':[[76,1],[77,11]],'cia2':[[76,1]],'nestopia':[[24,1]],'songs':[[73,2]],'segments':[[60,6]],'z80':[[77,1]],'methods':[[76,1],[58,2]],'recovery':[[11,1],[12,1]],'combines':[[54,1]],'john':[[76,1]],'sweeping':[[74,4]],'direct':[[76,1],[56,1]],'timing|':[[77,1]],'suffice':[[39,1]],'banked':[[73,1]],'updated':[[73,3],[9,2],[1,1],[47,3],[70,1],[71,1],[77,3],[74,4],[10,1],[39,2]],'bankswitching':[[73,5],[77,1],[49,1],[54,1]],'licensed':[[3,1]],'objpri':[[77,1]],'unpauses':[[7,1],[58,1]],'rewinder':[[61,1]],'pattern':[[66,2],[50,2],[45,7],[77,21],[13,1],[58,1]],'020':[[74,1]],'spanned':[[20,1]],'readme':[[76,1]],'expansion':[[17,1],[73,2],[29,2],[66,1],[12,1],[5,1]],'finished':[[51,1],[71,1],[6,1],[58,1]],'w0fvb':[[76,1]],'statistical':[[60,2]],'f10':[[58,1],[54,1],[16,2]],'associated':[[39,1],[77,3],[58,1]],'str':[[59,2],[58,8]],'trans':[[58,3]],'replaying':[[35,1]],'hasn':[[9,1]],'executing':[[76,4],[58,1]],'chrr':[[71,2]],'0000h':[[73,3]],'assignment':[[36,2]],'21477270':[[73,1]],'cope':[[76,1]],'painting':[[59,2],[12,1],[58,1]],'cpuregistername':[[58,2]],'being':[[73,2],[53,2],[42,1],[20,1],[74,6],[56,1],[78,1],[29,2],[47,1],[70,1],[60,1],[76,7],[58,3]],'ida':[[54,1]],'vrcvii':[[73,3]],'criticised':[[64,1]],'newer':[[3,1]],'nmos':[[76,16]],'unmodified':[[76,2]],'ports':[[4,1],[29,2],[3,1],[50,1]],'5x5':[[58,2]],'marginal':[[76,1]],'silly':[[17,1]],'blossom”':[[47,1]],'remind':[[69,1]],'comprehension':[[77,1]],'0600':[[66,1],[78,1],[79,1]],'006eh':[[73,1]],'start_address':[[73,1]],'keyboard':[[23,1],[29,1],[20,2],[10,1],[11,1],[58,3]],'#xh':[[76,1]],'overhauled':[[14,1]],'gekimadden':[[7,1]],'latency':[[32,1]],'rewind':[[61,1],[22,1],[37,2]],'vectors':[[6,1]],'future':[[63,1],[61,1],[73,1],[47,1],[76,1],[30,1]],'timings':[[33,1],[77,1]],'#byte':[[76,4]],'detrimental':[[54,1]],'mac':[[3,1],[63,1]],'young':[[5,1]],'poking':[[48,1]],'01ff':[[49,2],[76,3],[66,2]],'akel':[[76,3]],'tries':[[58,1]],'clockline':[[77,1]],'watch':[[38,2],[53,2],[12,1],[42,14],[8,2],[27,3],[39,3],[5,1],[9,6],[14,8],[41,3],[49,3],[6,1],[54,1],[4,1],[64,1],[66,1],[3,1],[10,6],[58,1]],'rmw':[[76,2]],'remember':[[73,1],[59,1],[26,1],[47,2],[76,3],[77,2],[12,2],[52,1],[64,1]],'advanced':[[77,1],[49,2],[64,1],[65,1]],'scrolls':[[4,1]],'sq1':[[74,10]],'cherished':[[65,1]],'dcfc':[[76,3]],'commandline':[[9,2],[5,1]],'location':[[58,2],[21,1],[22,1],[49,2],[55,1],[76,3],[74,2],[32,1],[39,2]],'pointed':[[29,1]],'dd04':[[76,2]],'entry':[[73,2],[39,1],[26,1],[47,1],[76,1],[4,1],[77,4],[58,4]],'824':[[77,1]],'discovering':[[54,1]],'said':[[61,1],[51,1],[74,1],[77,1]],'offset':[[73,1],[59,1],[49,1],[78,2],[76,1],[38,1],[71,1],[45,3],[77,5],[52,2]],'looking':[[48,1],[47,1],[53,2],[24,1]],'quote':[[58,1]],'exotic':[[12,1]],'xmessage':[[58,1]],'flubba':[[74,1]],'warioland':[[10,1]],'043x':[[66,1]],'course':[[77,2],[74,1],[76,1],[58,1]],'tsx':[[76,2]],'shinydoofy':[[11,1]],'|ppu':[[77,3]],'115':[[4,1]],'hacks':[[62,1]],'invert':[[8,1],[58,6]],'armed':[[73,1]],'players':[[45,1],[77,1],[66,1],[8,1],[60,1]],'announced':[[20,1]],'supported':[[17,4],[59,2],[54,1],[70,1],[52,1],[20,1],[3,1],[69,3],[58,3]],'base':[[18,1],[39,1],[26,1],[58,1],[76,1],[77,4],[74,1],[20,2],[3,1],[11,1],[27,2]],'internal':[[77,3],[74,7],[76,3],[69,4],[58,3]],'argment':[[10,1]],'gamepads':[[69,1],[29,1]],'alternate':[[45,3],[38,1],[76,1]],'_will_':[[60,1]],'consistency':[[10,1],[8,1]],'bginput':[[18,3]],'hitboxes':[[61,1]],'issue':[[63,2],[9,3],[76,1],[30,1],[12,1],[32,1],[10,1],[11,3],[5,2]],'interactive':[[54,1]],'int32':[[71,3],[69,1]],'sequentially':[[73,1],[77,1]],'192':[[74,3]],'05ff':[[66,1]],'shx':[[76,4]],'stick':[[73,1],[66,1]],'entirity':[[77,1]],'goal':[[60,1],[64,1]],'defines':[[71,1],[49,3]],'hotkey':[[53,1],[12,3],[16,4],[36,4],[37,2],[9,1],[14,2],[21,1],[22,1],[25,1],[26,5],[4,2],[29,5],[49,3],[3,1],[10,7],[11,3],[58,1]],'02xx':[[66,2]],'usability':[[4,1],[3,1],[7,1],[8,1]],'c022':[[49,1]],'draws':[[77,1],[79,1],[58,5]],'recommend':[[77,1]],'saver':[[9,1],[28,2]],'writing':[[73,1],[77,3],[52,2],[20,1],[74,4],[59,1],[49,1],[78,1],[76,2],[60,1],[10,1],[57,1],[79,1],[58,3]],'environments':[[17,1]],'resulting':[[64,1],[31,1],[54,1]],'learning':[[57,1]],'onsegmentstart':[[60,2]],'kh%&1':[[76,1]],'multiplexer':[[77,7]],'messages':[[58,1],[53,1],[6,1],[4,4],[12,1],[10,1],[7,1],[5,1]],'profit':[[77,1]],'differrences':[[74,1]],'reverse':[[54,1],[74,3],[66,1],[65,1]],'legend':[[76,1]],'113':[[77,1]],'outputted':[[74,1]],'joypad':[[11,1],[20,2],[69,2],[8,1],[59,3],[23,1],[25,1],[6,1],[4,1],[10,3],[7,3],[58,15]],'buttoncount':[[4,1]],'idc':[[54,1]],'drawings':[[4,1]],'psin':[[71,1]],'implied':[[76,5]],'two':[[73,1],[53,1],[42,2],[20,2],[74,1],[69,3],[59,2],[26,1],[49,1],[47,1],[66,1],[60,2],[76,12],[34,2],[3,1],[58,4]],'acts':[[76,1],[77,1]],'powersave':[[9,1]],'regression':[[9,1]],'automatic':[[17,2],[49,1],[74,1],[10,1]],'cycle':[[39,1],[59,2],[23,1],[76,20],[71,2],[77,24],[12,1],[74,14],[58,1]],'playfields':[[77,3]],'pseudo':[[76,1],[60,1],[74,5]],'2000':[[73,3],[78,2],[66,3],[71,2],[77,8],[3,1]],'74ls373':[[77,1]],'customization':[[4,1]],'brackets':[[49,1],[39,1]],'fatal':[[76,1]],'compresses':[[26,1]],'0fe':[[74,1]],'needs':[[59,1],[49,2],[47,2],[58,1]],'specify':[[73,1],[42,1],[53,1],[58,1]],'expertise':[[74,1]],'appliciable':[[77,1]],'encoder':[[26,1],[48,1],[3,1],[49,1],[55,7],[65,1]],'info':[[73,3],[78,1],[22,2],[14,3],[66,3],[60,1],[77,1],[10,1],[64,2]],'understandable':[[49,1]],'receive':[[47,1],[26,1],[58,1]],'patterns':[[45,1],[77,1],[74,2]],'tbl1':[[59,3]],'posting':[[74,1]],'abandoned':[[3,1]],'belonging':[[49,1]],'ungzipping':[[12,1]],'home':[[58,1]],'became':[[64,1]],'alot':[[77,1]],'dma':[[76,2],[66,1],[77,1]],'avi':[[27,2],[35,2],[15,2],[14,3],[21,9],[4,1],[12,1],[10,2],[11,1],[5,1]],'lower':[[49,1],[26,1],[70,1],[66,1],[60,1],[76,9],[77,6],[74,1],[32,1]],'classics':[[77,1]],'counts':[[58,1]],'wram':[[71,2],[12,1]],'ones':[[77,1],[9,1],[48,1],[50,1]],'unofficial':[[3,1],[9,1],[65,1]],'every':[[73,1],[53,4],[45,3],[77,13],[74,4],[69,2],[37,2],[26,4],[49,1],[47,2],[54,4],[60,2],[71,1],[76,5],[10,1],[11,2],[58,4]],'0000001111100000':[[78,1]],'backtrack':[[60,1]],'secondary':[[63,1]],'envelope':[[74,30]],'fceultra':[[3,1]],'flicker':[[77,2]],'bare':[[59,1]],'smallest':[[77,1],[74,2],[58,1]],'rgba':[[58,2]],'tool':[[38,6],[62,2],[42,1],[52,2],[8,1],[27,1],[63,1],[64,15],[22,4],[14,3],[41,1],[47,4],[2,1],[43,2],[4,3],[49,1],[48,4],[60,2],[3,2],[40,1],[10,1],[66,1]],'dex':[[76,3]],'industry':[[77,1]],'smb0':[[18,14]],'click':[[55,4],[28,4],[44,2],[52,3],[16,1],[36,1],[39,5],[26,1],[49,13],[47,3],[4,3],[10,3],[57,2],[58,1]],'loaded':[[73,8],[61,1],[74,4],[77,6],[35,4],[27,4],[39,2],[9,2],[14,1],[49,1],[66,5],[60,2],[4,1],[48,1],[10,4],[7,2],[18,1],[53,1],[31,3],[28,2],[12,2],[20,2],[42,2],[52,1],[37,10],[22,4],[26,1],[76,7],[6,2],[34,3],[58,21]],'compare':[[49,3],[41,1],[55,4],[4,2],[40,1],[39,5]],'extensively':[[64,1]],'introduction':[[1,2],[53,1],[50,1],[0,3],[52,1],[74,1],[39,1],[59,1],[21,1],[22,1],[49,1],[51,1],[54,1]],'affect':[[39,2],[10,1],[76,3],[58,1]],'dc0d':[[76,4]],'edit':[[49,1],[42,1],[14,5],[52,11]],'rips':[[73,2]],'letting':[[58,2]],'laptop':[[10,1]],'f20':[[58,1]],'configurations':[[67,1],[14,1]],'effects':[[77,2],[49,1],[79,1]],'emrwxf':[[49,2]],'enters':[[58,2]],'clear':[[73,4],[78,1],[49,2],[29,3],[47,1],[54,2],[76,10],[4,1],[77,1],[36,2],[69,1],[58,4]],'include':[[17,1],[22,1],[14,2],[69,1]],'consists':[[58,1],[70,1],[77,4],[52,1],[69,4],[39,1]],'truth':[[76,1]],'simulation':[[58,1]],'punchouttraining':[[61,1]],'textual':[[65,1]],'2002':[[77,5],[78,1],[3,2],[76,1]],'triggered':[[74,1],[58,1]],'65500':[[71,1]],'002':[[74,1]],'tracing':[[53,1]],'4#p`e@`h#vq':[[76,1]],'languages':[[4,1],[56,2]],'recieve':[[74,1]],'characters':[[73,1],[49,1],[14,1],[66,1],[4,1],[12,1],[52,1],[69,1]],'engine':[[4,1]],'045x':[[66,1]],'thrown':[[77,1],[58,1]],'ldx':[[76,15]],'menu':[[1,6],[16,3],[27,1],[39,5],[9,6],[14,7],[23,4],[29,1],[47,2],[4,3],[48,2],[32,2],[10,18],[7,3],[38,1],[28,4],[12,2],[13,1],[20,2],[36,1],[8,2],[5,1],[37,20],[42,3],[21,4],[22,8],[25,6],[26,16],[6,4],[52,2],[63,1],[11,1],[58,2]],'approximate':[[69,1],[58,1]],'cld':[[76,1],[66,1]],'playmoviefrombeginning':[[6,1]],'buffing':[[32,1]],'blanking':[[39,1]],'turtles':[[45,1],[66,1]],'forced':[[77,1],[74,1]],'successive':[[76,1]],'bandwith':[[77,1]],'needle':[[74,1]],'speedrun':[[60,1],[64,2],[2,1]],'evaluates':[[77,1],[49,1],[60,4]],'6fff':[[73,1]],'suggest':[[4,1],[35,1],[58,1]],'accordingly':[[26,1]],'sections':[[77,2],[47,1],[71,1]],'creation':[[59,1],[14,1],[11,1],[60,1]],'emu':[[7,1],[59,7],[6,3],[4,2],[57,3],[8,1],[58,45]],'own':[[55,1],[61,1],[74,1],[77,3],[39,1],[49,2],[29,1],[14,1],[76,2],[43,1],[6,1],[58,1]],'010':[[74,1]],'invertselection':[[4,1]],'044x':[[66,1]],'bookmarked':[[6,2]],'prefixes':[[42,1]],'backgrounds':[[19,1],[26,2],[77,1]],'000':[[66,1]],'rotate':[[76,2]],'d8t`2i':[[76,1]],'empty':[[59,3],[49,3],[14,1],[76,1],[4,1],[34,2],[69,1]],'help':[[73,1],[1,2],[74,1],[37,6],[59,1],[54,2],[14,1],[76,1],[34,2],[10,2],[33,1],[57,1],[58,1]],'frame':[[50,1],[77,8],[74,22],[35,4],[39,1],[59,6],[9,3],[14,1],[49,6],[60,6],[4,3],[32,2],[10,7],[57,1],[18,4],[65,1],[46,1],[53,2],[44,1],[45,4],[12,2],[42,1],[64,5],[37,2],[69,5],[78,1],[21,1],[22,18],[26,11],[70,2],[6,5],[11,2],[58,32]],'instance':[[73,1],[28,1],[45,1],[77,1],[16,1],[39,1],[59,2],[26,1],[49,1],[76,2],[66,3],[6,1],[60,3]],'converter':[[63,1],[12,1],[22,1],[10,1],[74,4]],'composed':[[71,1]],'vints':[[77,2]],'resistors':[[74,1]],'correction':[[10,1],[34,1],[74,1]],'next':[[55,1],[77,15],[74,4],[39,4],[59,3],[49,4],[29,1],[47,2],[66,2],[6,1],[60,5],[71,2],[76,16],[7,1],[58,5]],'kilobytes':[[20,1]],'newtext':[[58,1]],'bit0':[[76,1],[69,2]],'pushed':[[76,4]],'separator':[[69,1]],'mpby':[[71,1]],'04000':[[73,1]],'credit':[[74,1]],'processors':[[10,1],[76,7]],'thread':[[33,1]],'connection':[[76,1]],'c002##comment2':[[49,1]],'xoff':[[71,1]],'date':[[59,1],[78,1],[79,1]],'bandwidth':[[77,1]],'adjust':[[77,1]],'dcfa':[[76,3]],'detection':[[29,1]],'dragged':[[7,1]],'job':[[34,1]],'chibi':[[74,1]],'dincsbc':[[76,4]],'invoked':[[7,1]],'triplet':[[31,1]],'kbfe_j':[[76,1]],'hence':[[73,1],[59,1],[58,4]],'religion_mode_off':[[76,1]],'instantly':[[77,1]],'sev':[[76,2]],'folder':[[27,2],[58,2],[26,2],[63,2],[44,1],[4,1],[61,2],[42,3],[57,1],[39,1]],'rar':[[17,1]],'scoring':[[60,1]],'loopcounter':[[60,1]],'aspiring':[[47,1]],'readbytesigned':[[10,1],[59,1],[58,2]],'interpreted':[[77,1],[69,1]],'hexi':[[42,1]],'cartridge':[[77,2],[29,1],[20,2],[66,1],[39,1]],'vtog':[[71,1]],'irritating':[[58,1]],'beebee':[[60,4]],'automagical':[[76,1]],'snapshot':[[22,1],[16,1]],'console':[[64,1],[22,1],[29,1],[4,2],[34,1],[52,1],[20,1],[7,2],[58,1]],'logs':[[53,3],[7,1],[54,1]],'had':[[63,1],[73,1],[76,1],[24,1],[2,1],[77,3],[74,1],[11,1],[58,1]],'fields':[[73,2],[42,1],[55,2],[69,1]],'radikus':[[4,1]],'nmi2':[[49,1]],'de0d':[[76,1]],'registerload':[[8,2],[58,1]],'defined':[[47,2],[57,1]],'luabitop':[[58,1]],'willing':[[73,1]],'123':[[76,4]],'verify':[[76,1],[78,1]],'acknowledged':[[74,1]],'prepend':[[12,1]],'highlighting':[[39,1]],'maskable':[[49,4],[74,2],[66,1]],'0800':[[66,2]],'already':[[47,1],[53,1],[55,1],[66,1],[61,1],[77,4],[20,1],[64,1],[58,3]],'dot':[[76,2]],'modal':[[58,2]],'onfinish':[[60,1]],'pins':[[77,3]],'exist':[[51,1],[31,1],[61,1],[74,2],[77,2],[58,1]],'nice':[[53,2]],'disassemble':[[54,1]],'collision':[[77,1]],'frozen':[[42,2],[10,3],[19,1],[6,2]],'metal':[[47,1]],'atop':[[77,1]],'freeze':[[59,1],[9,1],[76,2],[52,2],[16,2],[58,2]],'their':[[61,1],[74,2],[77,1],[36,1],[69,1],[49,1],[14,1],[47,3],[66,1],[76,2],[48,1],[32,1],[10,1],[58,1]],'promptly':[[61,1]],'mirr':[[71,1]],'key4':[[60,1]],'|05':[[74,2]],'emulate':[[73,2],[26,1],[29,1],[20,1]],'thinks':[[77,1]],'specifies':[[18,5],[58,4]],'appendix':[[58,1]],'rgb32':[[58,1]],'8bit':[[58,2]],'confirmation':[[28,1],[5,1]],'bypasses':[[10,1]],'tablet':[[29,1]],'libraries':[[59,1],[58,1]],'decrease':[[74,4]],'that':[[50,2],[61,7],[77,40],[56,3],[27,1],[29,3],[47,19],[2,2],[24,1],[48,2],[57,2],[79,1],[46,1],[38,1],[12,2],[13,1],[20,1],[64,9],[5,2],[37,8],[63,3],[22,9],[69,7],[41,1],[43,1],[73,8],[19,2],[74,29],[16,3],[39,24],[59,12],[9,5],[14,3],[49,20],[51,3],[54,13],[60,19],[4,1],[66,12],[71,2],[10,9],[40,1],[7,1],[18,1],[55,1],[53,7],[31,2],[45,1],[42,1],[52,10],[8,3],[17,1],[78,3],[26,4],[76,44],[6,7],[3,5],[58,51]],'okay':[[47,1]],'hq3x':[[34,1]],'wraps':[[76,1],[79,3]],'convertible':[[11,1]],'area':[[73,3],[49,1],[47,1],[66,1],[45,1],[34,1],[77,5],[58,1]],'enemy':[[66,21]],'19th':[[77,1],[74,1]],'suggested':[[58,1]],'disallow':[[7,1]],'setmarker':[[58,1]],'first':[[73,2],[77,16],[74,3],[59,4],[9,1],[49,2],[47,3],[54,1],[60,2],[66,3],[71,4],[55,2],[53,4],[31,1],[28,1],[44,1],[8,1],[69,3],[78,3],[26,1],[70,2],[76,13],[6,2],[34,2],[3,1],[58,6]],'maxvalue':[[60,12]],'411ah':[[73,1]],'luminance':[[77,4]],'care':[[76,1],[74,1],[58,1]],'points':[[77,1],[76,3],[60,1],[58,1]],'demonstrate':[[77,1]],'0000010000011111':[[78,2]],'antony':[[8,1]],'top':[[58,4],[5,1],[26,1],[49,3],[25,1],[59,1],[77,1],[39,1]],'correct':[[34,3],[12,1],[9,4],[76,1],[6,1],[58,6]],'stats':[[66,4]],'family':[[29,2],[76,2],[20,2]],'coding':[[59,1],[48,1]],'below':[[59,1],[49,5],[76,7],[71,1],[74,2],[39,1]],'account':[[49,1],[10,1],[60,1],[58,1]],'kh%r1':[[76,1]],'step':[[74,8],[9,1],[49,4],[76,1]],'actually':[[54,1],[76,1],[66,1],[60,1],[61,1],[74,3],[77,5],[58,6]],'allowudlr':[[18,3]],'stands':[[3,2],[77,1]],'prefix':[[42,3],[49,2]],'filled':[[55,2]],'often':[[76,1],[47,3],[57,1],[64,2],[66,3]],'230':[[58,1]],'constructed':[[57,1]],'plus':[[73,1],[77,3],[52,1],[58,1]],'formula':[[73,1],[77,1],[42,2],[74,1],[58,1]],'fired':[[77,1]],'really':[[78,1],[54,1],[47,4],[76,3],[60,1],[77,1],[74,1],[58,1]],'edwin':[[76,1]],'tay':[[76,1]],'8184':[[66,1]],'tutorials':[[47,1],[59,1]],'cycling':[[77,2]],'zeropage':[[76,9],[49,1]],'audible':[[74,4]],'wasted':[[77,1]],'mangling':[[47,1]],'onscreen':[[4,1],[58,1]],'playstation':[[3,1]],'putting':[[50,1],[58,1]],'bit':[[73,14],[31,2],[77,30],[74,73],[56,1],[69,9],[39,2],[63,1],[59,2],[49,3],[54,2],[47,1],[70,1],[71,7],[76,38],[4,1],[34,1],[32,2],[79,3],[58,2]],'audio':[[73,2],[54,2],[21,7],[32,1],[74,1]],'slow':[[63,3],[59,1],[22,2],[23,1],[47,1],[76,2],[34,1],[64,3],[39,1]],'pages':[[76,1],[66,2]],'patchlevel':[[76,1]],'recent':[[37,2],[9,2],[14,1],[6,2],[4,2],[42,2],[10,1],[8,1],[7,1]],'world':[[59,3],[29,1]],'xodnizel':[[3,2],[76,1]],'sets':[[77,1],[74,1],[37,2],[39,1],[27,3],[23,2],[25,5],[76,3],[34,5],[32,4],[10,1],[33,1],[18,23],[58,4]],'total':[[39,1],[73,1],[22,1],[76,1],[71,1],[4,2],[77,1],[74,1],[20,1],[58,1]],'presets':[[29,3],[14,1],[64,1],[27,3]],'substitutions':[[47,1]],'alpha':[[4,1],[58,9]],'vram':[[78,4],[52,1],[66,1],[71,1],[79,1]],'11ff':[[66,1]],'subpix':[[66,2]],'segfault':[[12,1]],'killed':[[66,1],[77,1]],'usually':[[73,1],[55,1],[66,3],[76,3],[52,1],[74,2],[64,3],[65,2]],'fcexp':[[69,1]],'rotations':[[76,2]],'believed':[[76,1]],'attrib':[[79,1]],'channels':[[73,1],[74,17],[32,2],[10,1],[58,1]],'neccessary':[[77,1]],'dostuff':[[59,1]],'yet':[[63,1],[59,1],[9,1],[58,1],[76,1],[66,2],[77,1],[39,2]],'030x':[[66,1]],'prepared':[[58,1]],'teenage':[[45,1],[66,1]],'avoid':[[64,1],[58,3]],'isattemptend':[[60,3]],'into':[[73,13],[77,16],[74,5],[56,1],[35,4],[27,1],[59,1],[15,1],[14,2],[29,3],[47,7],[2,2],[49,3],[54,1],[60,4],[66,5],[10,1],[57,2],[65,1],[55,3],[28,1],[44,1],[12,1],[20,1],[42,2],[52,1],[21,2],[76,4],[6,2],[3,1],[58,4]],'carrier':[[71,1]],'ch1':[[73,2]],'damaging':[[77,1]],'parsecolor':[[7,1],[58,2]],'sum':[[49,3]],'lasereyes':[[61,1]],'enhance':[[77,2]],'timer':[[74,11],[76,8],[66,1]],'`28':[[76,1]],'supports':[[4,1],[17,3],[22,1],[3,2]],'varying':[[71,1]],'runtime':[[49,2],[54,1]],'calculates':[[74,1]],'isolate':[[48,1]],'windows':[[58,2],[28,2],[12,1],[8,2],[39,2],[63,2],[9,1],[6,1],[43,1],[4,3],[34,1],[3,3],[10,1],[11,1],[7,2]],'jamm':[[71,1]],'either':[[73,2],[49,1],[47,1],[53,2],[66,1],[76,6],[77,2],[74,2],[79,1],[69,2],[58,4]],'interprets':[[77,1],[58,1]],'fail':[[12,1],[54,1],[47,1],[76,1]],'corruptor':[[54,2]],'myimage':[[58,1]],'gettie1':[[60,1]],'passage':[[64,1]],'big_time_software@hotmail':[[77,1],[74,1]],'branch':[[3,4],[76,9],[2,1]],'win98':[[47,1]],'irrelevant':[[54,1],[69,2]],'getscore':[[60,1]],'successfully':[[76,2]],'“cherry':[[47,1]],'correspond':[[73,1],[66,1]],'gamecube':[[3,1]],'user':[[11,2],[77,1],[12,1],[20,1],[59,2],[9,2],[26,3],[29,1],[4,1],[3,1],[10,3],[7,1],[58,18]],'rainbowriding':[[61,1]],'hexbackcolorg':[[19,1]],'counting':[[73,2],[77,1],[49,1],[74,5],[58,1]],'copy':[[47,6],[76,5],[6,1],[28,1],[48,1],[52,3],[35,1],[58,1]],'definetely':[[77,1]],'how':[[73,1],[1,2],[55,2],[53,1],[62,1],[67,1],[61,2],[42,2],[74,4],[77,7],[56,3],[27,1],[39,1],[63,2],[54,1],[47,6],[66,2],[60,4],[71,1],[76,9],[79,1],[58,1]],'tracks':[[61,1]],'tbl3':[[59,2]],'serves':[[77,1],[60,1]],'failattempts':[[60,1]],'external':[[54,3],[46,4],[38,2],[60,1],[31,1],[77,5],[74,1],[58,1]],'condition':[[4,1],[77,1],[49,1],[74,3],[11,1],[31,1]],'cnrom':[[4,1],[12,1]],'websites':[[47,2]],'certain':[[63,1],[49,1],[29,1],[53,1],[60,4],[45,1],[61,1],[48,1],[74,4],[77,1],[56,1],[58,1]],'die':[[66,1]],'pack':[[57,1],[60,1]],'haystack':[[74,1]],'168':[[76,1],[77,1]],'threshold':[[76,1]],'inspired':[[77,1]],'fdsr':[[71,1]],'isolated':[[77,1]],'numpad3':[[58,1]],'stx':[[76,11]],'effected':[[77,1]],'dropped':[[7,1],[9,1]],'4000':[[66,1],[74,6]],'irqa':[[71,2]],'60th':[[22,1]],'plot':[[59,2]],'gtk':[[7,2]],'00000011':[[78,1]],'rippers':[[54,1]],'gamepad':[[6,1]],'pulled':[[77,1]],'vrc7':[[73,1]],'047x':[[66,1]],'experiment':[[77,1]],'deselect':[[47,1],[6,1]],'black':[[34,1],[77,5],[19,3],[58,1]],'name':[[73,3],[77,16],[35,1],[27,1],[39,1],[9,1],[14,1],[47,6],[49,10],[51,7],[60,1],[4,1],[71,10],[48,2],[10,1],[57,1],[18,2],[7,3],[79,2],[31,2],[12,1],[42,1],[36,1],[69,1],[5,1],[17,1],[22,2],[76,1],[3,3],[58,8]],'micro':[[9,1]],'sent':[[77,1],[74,4],[47,1],[57,1],[39,1]],'commands':[[1,4],[36,1],[56,1],[8,1],[69,3],[26,3],[14,2],[23,2],[70,1],[6,1],[76,4],[40,1],[11,1],[18,1]],'regions':[[12,1]],'248':[[4,1]],'decryption':[[76,1]],'match':[[58,1],[12,1],[7,1],[39,1]],'endless':[[59,1],[77,1],[58,2]],'attained':[[74,1]],'nitsuja':[[3,1],[24,3]],'nsf':[[17,3],[73,4],[49,6],[54,10],[31,1],[72,2],[48,1],[8,3]],'rti':[[76,11],[74,1]],'familiar':[[73,1],[59,1],[74,1],[57,1]],'227':[[4,1]],'path':[[6,3],[28,1],[4,2],[20,1],[57,1],[18,4],[58,2]],'generates':[[77,1],[74,3],[37,1]],'alongside':[[49,1]],'identical':[[77,1],[74,1],[58,1]],'weren':[[74,1]],'accident':[[16,1]],'8502':[[76,6]],'theory':[[76,2]],'`@yoo0a':[[76,1]],'adds':[[27,1],[58,1],[9,1],[76,2],[6,2],[4,1],[3,2],[10,1],[8,1],[7,2]],'here':[[73,3],[19,1],[31,1],[77,12],[52,2],[74,5],[37,1],[39,1],[59,4],[49,2],[29,1],[41,1],[47,4],[60,1],[76,3],[4,1],[78,1],[40,1],[57,1],[58,4]],'sync':[[4,1],[34,4],[63,1],[10,1]],'scheme':[[77,1],[9,1],[70,1],[19,1]],'directories':[[25,1],[27,1]],'truthvalue':[[58,1]],'hackers':[[65,1]],'reached':[[77,1],[49,1],[51,2],[60,2]],'accumulator':[[73,2],[76,27],[71,1]],'current':[[73,1],[50,1],[77,3],[74,12],[35,1],[39,6],[49,6],[29,3],[51,2],[54,1],[60,9],[66,1],[4,2],[71,1],[48,2],[32,1],[10,3],[65,1],[53,1],[31,1],[20,1],[64,2],[69,2],[78,1],[22,2],[26,1],[76,4],[6,1],[34,4],[3,1],[11,1],[58,20]],'mapper':[[49,2],[6,1],[4,2],[12,1],[52,1],[10,1],[8,2],[7,1]],'internet':[[14,1],[25,1],[57,2],[30,1],[65,1]],'likelihood':[[20,1]],'disks':[[29,1],[20,3]],'decided':[[47,2],[73,1],[64,1]],'prerender':[[49,1]],'autostart':[[76,1]],'pch':[[76,16]],'unmapped':[[4,1]],'deducted':[[60,1]],'choosing':[[4,1]],'emulation':[[1,1],[74,1],[16,2],[35,1],[39,1],[59,2],[49,1],[23,7],[4,3],[32,1],[18,3],[31,2],[12,2],[20,1],[64,1],[37,2],[63,1],[21,3],[22,5],[25,1],[26,2],[6,1],[34,3],[75,1],[33,1],[58,5]],'scale2x':[[34,3]],'character':[[49,2],[52,1],[47,3],[66,3],[69,1],[58,1]],'processes':[[64,1]],'sed':[[76,1],[66,1]],'claimed':[[76,1]],'fceu':[[46,1],[30,2],[28,1],[67,1],[12,1],[16,1],[20,1],[42,1],[8,2],[27,5],[52,1],[59,1],[21,1],[14,6],[25,1],[63,4],[2,5],[24,6],[4,1],[60,1],[68,1],[3,12],[10,8],[58,4]],'tbl':[[47,1],[52,1]],'latching':[[74,2]],'nesting':[[4,1],[53,1]],'whereas':[[76,2],[77,1]],'nametable':[[78,3],[9,1],[66,5],[77,1],[12,1],[10,1]],'result':[[73,1],[76,22],[31,1],[77,5],[52,1],[74,4],[64,1],[58,4]],'perform':[[73,1],[58,2],[54,5],[76,4],[60,1],[39,1]],'dmcsize':[[58,1]],'measurements':[[76,1]],'twice':[[74,2]],'mappable':[[10,4],[22,1]],'green':[[59,1],[54,2],[31,1],[58,8]],'codes':[[63,1],[65,1],[26,2],[49,1],[55,4],[76,2],[48,2],[39,1]],'medium':[[58,2]],'receives':[[59,1],[58,1]],'entries':[[77,3]],'binding':[[11,1]],'handy':[[47,1],[59,1],[66,1]],'clocks':[[77,3],[74,2]],'07f':[[74,1]],'xor':[[59,1],[74,2],[58,2]],'l8i':[[76,1]],'impl':[[76,2]],'adjustment':[[24,1],[74,1]],'dump':[[10,2],[53,1],[37,1]],'significantly':[[66,1],[6,1],[39,1]],'incorporating':[[43,1]],'crashes':[[4,1],[59,1],[12,3],[10,2],[58,1]],'true':[[69,6],[59,3],[49,1],[76,1],[60,7],[34,1],[77,1],[57,1],[8,1],[58,26]],'execution':[[49,13],[76,2],[64,1]],'0xffff':[[58,2]],'previous':[[44,1],[42,1],[16,1],[68,1],[56,1],[69,1],[39,4],[37,9],[74,1],[22,1],[14,2],[26,1],[66,1],[6,1],[60,5],[4,1],[10,1],[7,1],[58,1]],'full':[[63,1],[9,1],[14,1],[54,3],[6,1],[34,11],[74,3],[20,1],[10,2],[35,1],[58,1]],'required':[[69,7],[8,1],[54,1],[27,1],[77,5],[74,1],[18,1],[39,1]],'scenario':[[74,1]],'reverted':[[9,1]],'submenus':[[26,1]],'level':[[51,3],[77,3],[74,3],[32,1],[56,1],[69,2],[39,4]],'131072':[[76,1]],'d019':[[76,5]],'accesses':[[77,2],[54,1]],'007b':[[73,1]],'hexfreezecolorr':[[19,1]],'restricting':[[58,2]],'sided':[[20,1]],'movie':[[35,24],[27,1],[9,12],[14,8],[15,3],[29,1],[60,1],[66,3],[4,6],[10,20],[18,14],[7,4],[65,1],[38,1],[44,2],[45,1],[12,6],[42,2],[68,5],[8,5],[37,29],[5,2],[64,14],[21,6],[22,60],[25,2],[26,8],[43,1],[6,23],[69,23],[70,1],[3,2],[11,4],[58,67]],'dll':[[63,2],[57,2],[8,1]],'feed':[[77,2]],'caveats':[[73,5],[58,1]],'taking':[[77,2],[74,1],[76,2],[56,1]],'gyp#8':[[76,1]],'somethingistrue':[[59,4]],'compute':[[58,1]],'opponent':[[30,1]],'opcode':[[9,2],[49,2],[76,61]],'exception':[[76,1],[66,1]],'detected':[[17,1],[29,1]],'seem':[[76,3],[77,2]],'quick':[[59,1],[49,1],[16,1],[58,2]],'guess':[[76,1],[77,1]],'official':[[73,1],[76,2],[57,1]],'relate':[[77,1]],'savestate':[[7,2],[58,28],[12,2],[16,12],[68,4],[8,6],[27,1],[35,6],[37,23],[9,1],[14,7],[22,15],[26,3],[6,10],[59,10],[4,1],[64,3],[69,7],[71,1],[10,3],[11,4],[18,1]],'horizontal':[[77,10],[51,1],[66,1],[71,1],[79,1]],'dungeon':[[77,1]],'fashion':[[77,2]],'extraneous':[[20,1]],'simulated':[[58,1]],'logger':[[65,4],[9,1],[54,15],[53,9],[4,2],[48,2],[52,1],[3,2],[10,1],[7,2],[8,2]],'architecture':[[4,1],[77,1],[74,1],[3,1],[50,1]],'appear':[[55,2],[53,1],[77,2],[74,1],[16,1],[27,1],[37,2],[49,5],[4,1],[10,2],[7,1],[58,2]],'gdimage':[[58,1]],'temporary':[[77,8],[3,1],[71,1],[76,1],[58,1]],'active':[[55,1],[31,1],[77,1],[74,1],[8,1],[39,7],[27,1],[49,1],[76,1],[6,1],[10,2],[7,2],[58,1]],'relatively':[[39,1]],'vars':[[60,1]],'1kb':[[71,1]],'handle':[[59,2],[12,1],[76,2],[11,1],[60,1]],'shadow':[[29,1]],'f13':[[58,1]],'nametables':[[66,1]],'size':[[73,2],[12,1],[20,1],[69,5],[49,5],[54,1],[41,1],[66,2],[71,5],[4,1],[34,9],[10,3],[40,1],[58,10]],'allow':[[69,1],[49,2],[29,3],[6,1],[60,1],[4,1],[34,2],[77,2],[10,1],[18,3],[58,1]],'unlike':[[76,2],[58,1]],'useful':[[53,3],[50,1],[77,4],[42,1],[56,1],[17,1],[26,1],[49,2],[47,1],[54,5],[66,4],[76,1],[48,1],[57,1],[11,1],[58,2]],'cart':[[77,5],[49,2],[66,2]],'noticeable':[[58,1]],'arise':[[63,1]],'#34053d':[[59,1]],'vista':[[63,2]],'clarify':[[76,1]],'messageboards':[[74,1]],'project':[[3,2]],'nestopia_rgb':[[24,1]],'doliner':[[3,1]],'connecting':[[49,1]],'bpp':[[11,1]],'produces':[[77,1],[74,3],[10,2],[60,1]],'predecessor':[[60,1]],'#bxi':[[76,1]],'dependent':[[76,1]],'assigns':[[25,1]],'programming':[[59,1],[61,2],[56,1],[57,1],[66,1]],'|graphical':[[77,1]],'adders':[[77,1]],'loopy':[[78,2],[79,2]],'manual':[[59,1],[43,1],[58,2]],'dc9d':[[76,4]],'farcry':[[59,1]],'fceud':[[3,4],[24,1]],'executable':[[3,1],[66,2],[76,2]],'ines':[[4,1],[17,4],[49,4],[71,1]],'weird':[[76,2],[58,1]],'programmatically':[[54,3]],'figuring':[[31,1]],'come':[[66,1]],'isfromsavestate':[[6,1],[58,2]],'bios':[[63,2],[73,1],[20,2],[7,1],[27,1]],'swapping':[[8,1],[49,1]],'new':[[73,1],[77,5],[74,11],[59,2],[54,4],[9,6],[14,10],[47,2],[24,1],[49,1],[4,8],[60,8],[10,8],[7,4],[65,2],[55,1],[38,1],[53,1],[44,1],[12,7],[13,2],[20,2],[42,2],[8,8],[5,4],[69,2],[22,1],[26,5],[76,7],[6,8],[43,2],[3,3],[11,3],[58,2]],'opaque':[[58,4]],'dosomething':[[59,1]],'modded':[[58,1]],'jump':[[76,7],[77,2]],'dragging':[[34,1]],'fourth':[[76,1]],'prg':[[52,2],[54,2],[55,5],[66,2]],'drawpixel':[[58,1]],'tasing':[[64,1]],'upward':[[74,1]],'400e':[[74,3]],'register':[[73,8],[59,1],[49,4],[78,1],[76,41],[71,7],[77,5],[74,28],[7,1],[58,29]],'bother':[[52,1],[74,1]],'pushes':[[76,1]],'issegmentend':[[60,3]],'quality':[[10,1],[63,1],[32,3]],'very':[[73,3],[53,1],[30,1],[61,1],[52,1],[77,5],[64,1],[39,1],[59,1],[49,1],[54,2],[47,2],[66,1],[71,2],[76,8],[48,1]],'shell':[[58,1]],'0xff':[[76,1]],'wch':[[4,2]],'afterwards':[[76,1]],'xnor':[[74,4]],'square':[[59,1],[9,2],[32,2],[74,31],[77,1]],'accounts':[[7,1]],'evaluate':[[59,2],[49,1]],'somethingglobal':[[59,1]],'playback':[[18,2],[73,3],[12,1],[74,4],[35,2],[9,4],[14,1],[21,1],[22,6],[6,2],[60,2],[10,1],[11,1],[58,5]],'noise':[[9,3],[71,1],[4,1],[74,34],[32,1],[58,1]],'low':[[63,1],[76,44],[77,3],[12,1],[32,1],[74,1],[56,1]],'unif':[[17,4]],'image':[[63,1],[59,2],[22,1],[51,1],[47,1],[65,1],[76,2],[34,7],[77,5],[20,5],[58,9]],'examiners':[[76,1]],'analyse':[[77,1]],'though':[[59,2],[54,1],[76,2],[50,1],[77,1],[52,1],[74,1],[39,1]],'opening':[[4,1],[39,1],[12,1],[58,2],[60,1],[5,1]],'visual':[[66,1],[6,1],[28,2]],'dots':[[76,2]],'functional':[[14,1],[3,1],[7,1],[8,1]],'difficulty':[[57,1],[64,1]],'deb':[[4,1],[49,3],[8,1]],'bitmap':[[77,13]],'long':[[63,1],[14,1],[29,1],[47,1],[53,1],[76,1],[4,1],[77,2],[74,6],[3,1],[64,1]],'longer':[[69,1],[9,4],[14,2],[47,1],[6,1],[12,2],[74,2],[10,2],[57,1],[7,2],[8,1]],'fetch':[[77,15],[76,109],[71,1]],'lastkey3':[[60,1]],'places':[[73,1]],'registered':[[58,10]],'optimizing':[[64,1]],'divide':[[77,1],[74,2]],'1976':[[76,1]],'cleared':[[74,2],[76,9],[6,1],[60,2]],'positions':[[77,1],[12,1],[66,3],[7,2]],'parameterstack':[[59,1]],'configured':[[10,1]],'pet':[[76,2]],'consecutive':[[76,1],[59,1]],'player3':[[69,1]],'moves':[[7,1]],'serial':[[77,1]],'screwed':[[77,1]],'people':[[39,1],[54,1],[47,1],[62,1],[77,1],[74,1],[58,1]],'second':[[73,3],[53,1],[28,1],[77,3],[12,1],[64,1],[78,3],[22,1],[49,2],[76,2],[71,1],[6,1],[60,1],[11,1],[58,4]],'commonly':[[10,1],[47,1],[64,1],[37,1]],'scaler':[[34,1],[6,1]],'snapping':[[53,1]],'suitable':[[54,1]],'and':[[50,2],[0,1],[61,3],[77,61],[56,6],[35,2],[27,1],[15,1],[29,15],[47,41],[2,3],[24,3],[48,10],[32,3],[57,6],[79,3],[46,1],[38,3],[28,2],[12,7],[20,3],[68,1],[64,11],[5,5],[37,7],[63,4],[21,5],[22,15],[41,2],[69,15],[43,1],[11,6],[73,57],[1,5],[19,1],[67,2],[74,57],[16,7],[39,25],[59,25],[9,9],[14,10],[23,1],[49,23],[51,1],[54,30],[4,18],[60,31],[66,17],[71,9],[10,17],[40,2],[18,2],[7,10],[65,7],[55,14],[53,4],[30,1],[31,4],[45,7],[62,4],[42,2],[52,13],[8,9],[17,9],[78,5],[26,10],[25,1],[76,175],[6,23],[34,15],[75,1],[3,31],[58,74]],'messes':[[12,1]],'resurrected':[[3,1]],'still':[[73,2],[74,3],[35,1],[39,2],[59,1],[9,2],[21,1],[26,1],[47,2],[76,1],[10,1],[79,1],[58,4]],'individual':[[77,2],[74,2],[32,3],[10,1],[58,2]],'selectively':[[54,1]],'subdirectory':[[39,1]],'pbl':[[71,1]],'stops':[[59,1],[74,1],[6,1],[58,4]],'pipelines':[[77,2]],'before':[[73,1],[53,2],[28,1],[77,5],[74,5],[16,1],[35,1],[5,1],[37,1],[39,1],[49,3],[54,3],[47,2],[59,2],[60,5],[64,2],[76,10],[3,1],[7,1],[58,11]],'256':[[26,1],[76,2],[66,9],[60,2],[71,1],[77,7],[10,1],[69,2],[58,1]],'ignore':[[60,1],[61,1],[9,1],[6,1],[58,1]],'unisystem':[[29,1],[31,2],[7,1]],'implies':[[2,1],[29,1]],'lock':[[12,1]],'various':[[65,1],[1,1],[62,1],[28,1],[74,2],[36,2],[35,1],[27,1],[37,1],[5,1],[26,1],[14,1],[25,1],[60,1],[34,1],[3,3],[58,1]],'lacking':[[41,1],[40,1]],'patcher':[[49,1]],'corrupts':[[54,1]],'registering':[[58,6]],'informing':[[59,1]],'030':[[74,1]],'starts':[[73,1],[59,1],[22,2],[76,1],[60,3],[6,1],[28,1],[77,4],[69,1]],'|09':[[74,1]],'adding':[[59,1],[22,1],[47,1],[55,1],[6,1],[76,1],[52,1],[3,2]],'menus':[[9,1],[29,1],[25,1],[47,3],[28,1],[4,2],[8,1]],'lagcounter':[[12,1]],'brightness':[[77,1],[24,1],[31,1]],'400d':[[74,1]],'rra':[[76,14]],'x64':[[76,2]],'controls':[[73,4],[59,1],[9,2],[15,1],[29,4],[49,1],[74,6],[10,1]],'differences':[[76,1],[26,1],[74,1]],'bases':[[77,1]],'hit':[[49,3],[53,1],[60,1],[66,1],[4,1],[7,1],[39,1]],'north':[[20,1]],'highest':[[77,1],[31,1]],'stationary':[[77,1]],'myself':[[59,1]],'switch':[[39,1],[26,1],[23,1],[47,1],[31,1],[28,2],[4,2],[20,3],[18,2],[35,1]],'sha':[[76,9]],'key2':[[60,1]],'163&164':[[12,1]],'icou':[[71,1]],'10000':[[18,1]],'greenzone':[[5,1]],'xparent':[[77,2]],'denote':[[73,1],[60,1]],'n#bm#l':[[76,1]],'0fffh':[[73,3]],'0x5000':[[4,1]],'references':[[76,1],[77,1],[49,1]],'stopped':[[74,1],[14,1],[76,2],[58,2]],'initialization':[[10,1],[54,1]],'subject':[[78,1],[69,3]],'compliment':[[74,2]],'anyway':[[61,1],[50,1],[74,1]],'03ff':[[66,1]],'vrcvi':[[73,3]],'kj0':[[76,1]],'yield':[[77,2]],'dd0a':[[76,9]],'inversion':[[77,4]],'formatted':[[47,1]],'delgamegenie':[[6,1],[58,2]],'cartridges':[[29,1]],'pram':[[71,1]],'immed':[[76,2]],'0000110000000000':[[78,1]],'mexr':[[71,1]],'its':[[73,2],[1,3],[0,1],[56,1],[35,3],[39,2],[59,1],[49,3],[14,2],[23,1],[29,1],[60,2],[4,1],[10,3],[55,1],[31,1],[62,1],[42,1],[52,1],[64,1],[76,9],[6,1],[43,1],[3,1],[58,5]],'regs':[[12,1],[58,5]],'77ac':[[69,1]],'online':[[59,1],[66,1]],'2011':[[5,1]],'grayed':[[10,1],[9,2]],'deal':[[59,1],[67,1]],'approved':[[60,1]],'adequate':[[47,1]],'tetris':[[61,1]],'reasons':[[76,1]],'eval':[[60,3]],'interrupted':[[76,1]],'006fh':[[73,2]],'present':[[73,1],[77,4],[51,1],[54,1],[69,1]],'sophisticated':[[77,1]],'txa':[[76,2]],'pixel':[[59,4],[49,1],[6,3],[34,1],[77,38],[10,1],[58,9]],'00a2':[[39,1]],'cursor':[[4,1],[34,2],[51,1],[50,2],[39,1]],'8kb':[[71,3],[13,1]],'poke':[[6,1],[39,3]],'1986':[[20,1]],'records':[[54,1],[69,2],[64,1]],'cbl':[[71,1]],'sort':[[59,1],[77,1],[76,2],[39,1]],'04015h':[[73,1]],'eraser':[[47,1]],'numpad6':[[58,1]],'sometimes':[[77,2],[74,1],[47,1],[76,3],[58,1]],'problems':[[63,1],[34,1],[10,1],[76,1],[6,1],[62,1]],'style':[[58,1],[9,1],[23,1],[29,1],[20,1],[3,1],[39,1]],'04cx':[[66,1]],'didn':[[4,1],[58,1],[12,1],[77,1],[47,1],[39,1]],'happens':[[73,1],[59,1],[77,1],[47,2],[76,3],[58,1]],'hooking':[[38,1]],'~60':[[8,1]],'info|':[[77,1]],'advantage':[[56,1],[22,1],[74,1]],'breaking':[[49,2]],'prompt':[[5,1],[59,1],[8,1],[6,1]],'context':[[39,2],[9,2],[22,1],[26,2],[6,2],[28,3],[4,2],[10,5],[56,1],[37,4]],'|0b':[[74,1]],'close':[[77,3],[12,1],[52,1],[35,2],[37,2],[14,1],[29,1],[47,1],[24,1],[76,1],[10,2],[58,4]],'6510':[[76,13]],'terminal':[[74,7]],'savestateas':[[5,1]],'make':[[73,2],[61,1],[74,1],[16,2],[77,4],[59,3],[9,1],[49,4],[47,5],[54,4],[60,1],[48,2],[65,1],[55,1],[31,1],[28,1],[52,2],[69,1],[37,1],[21,1],[22,2],[26,1],[76,1],[34,3],[58,7]],'dey':[[76,1]],'megamanii':[[61,1]],'nreg':[[71,1]],'truncating':[[5,1]],'f19':[[58,1]],'portable':[[3,1]],'8160':[[66,1]],'initalizing':[[73,1]],'nesten':[[3,1]],'proper':[[4,2],[73,5],[26,1]],'bigger':[[4,1],[34,4],[47,1],[76,3],[60,7]],'addresses':[[73,1],[55,1],[77,1],[42,3],[74,1],[5,2],[39,12],[9,2],[49,10],[51,1],[66,5],[4,1],[48,1],[10,4],[58,2]],'respect':[[77,1]],'windows98':[[28,1]],'both':[[73,3],[53,2],[45,1],[77,4],[74,6],[20,1],[8,1],[39,1],[17,1],[78,1],[22,2],[14,2],[29,3],[47,1],[6,1],[49,1],[4,1],[54,2],[76,9],[10,1]],'any':[[73,1],[19,1],[61,3],[74,10],[16,1],[77,12],[39,3],[59,4],[49,5],[14,2],[29,1],[47,2],[51,1],[54,1],[4,2],[60,3],[66,2],[57,1],[7,1],[53,1],[45,1],[13,1],[20,1],[52,2],[69,4],[21,1],[22,6],[26,3],[76,18],[6,2],[34,2],[3,3],[58,11]],'typing':[[52,2],[39,1]],'synchronized':[[49,1]],'0a00':[[66,1]],'008':[[74,2]],'structure':[[57,1]],'transfering':[[76,1]],'declare':[[57,1]],'controllers':[[26,1],[29,4],[25,1]],'hl2n@':[[76,1]],'parentheses':[[49,1]],'evolution':[[2,1]],'whereby':[[52,1]],'collapsible':[[10,1]],'dictates':[[58,1]],'overlap':[[76,1]],'february':[[74,1]],'about':[[73,1],[1,2],[62,1],[0,1],[67,1],[77,3],[74,1],[56,1],[37,2],[59,2],[9,1],[49,1],[47,4],[66,1],[76,2],[10,1],[58,4]],'artifacts':[[34,2]],'fequency':[[74,1]],'manually':[[22,1],[29,1],[47,1],[49,1],[77,1],[79,1],[58,1]],'value':[[73,2],[19,2],[77,12],[74,38],[39,39],[59,5],[9,3],[14,4],[47,1],[49,4],[60,6],[71,3],[4,1],[10,4],[79,2],[55,10],[31,1],[42,12],[52,5],[69,18],[26,2],[76,34],[6,2],[58,23]],'calculating':[[76,1]],'whose':[[76,1]],'breaks':[[77,1],[49,1],[76,1],[7,1]],'bero':[[3,1]],'interesting':[[54,1]],'operations':[[49,1],[52,1],[76,10],[58,2]],'f15':[[58,1]],'abbr':[[77,1]],'deletes':[[6,1]],'score':[[9,1],[29,2],[60,3]],'formats':[[17,5],[14,1],[1,1],[68,2]],'takes':[[73,1],[59,1],[49,1],[76,4],[43,1],[60,1],[34,2],[12,1],[74,1],[77,3],[58,2]],'disables':[[74,1],[18,2],[39,1]],'key1':[[60,3]],'controlled':[[73,1],[77,1],[49,2],[74,1]],'fffb':[[76,1],[66,1]],'decays':[[74,1]],'mistake':[[59,2],[52,1]],'bd2ox':[[76,1]],'bounds':[[4,1],[7,2]],'move':[[54,4],[66,1],[60,1],[58,1]],'spec':[[73,3]],'headers':[[71,1],[6,1]],'outputting':[[21,1],[31,1]],'none':[[58,1]],'t%_87':[[76,2]],'extensions':[[17,2]],'hard':[[22,1],[14,1],[23,1],[47,1],[54,2],[10,1],[69,2]],'clicked':[[58,1]],'experiments':[[74,1]],'typical':[[66,1],[77,1]],'cmos':[[76,10]],'enhancements':[[8,1],[9,3],[14,4],[77,1],[12,1],[3,1],[10,2],[11,1],[7,1]],'uninstall':[[11,1]],'upon':[[54,1],[28,1],[77,1],[74,5],[16,1],[64,1],[58,1]],'2010':[[6,2],[7,1]],'runs':[[59,1],[49,5],[53,1],[30,1],[60,1],[3,1],[10,2],[64,1],[58,10]],'exits':[[60,1],[58,1]],'sakura':[[47,2]],'whyandhow':[[64,1]],'optimized':[[14,1]],'fulscreen':[[4,1]],'searching':[[53,1],[57,1],[14,1]],'oninputend':[[60,1]],'determined':[[73,3],[77,1],[76,1],[69,1]],'nulled':[[71,1]],'gradius':[[61,1]],'assemblers':[[65,1]],'sachen':[[4,1]],'duh':[[47,1]],'intelligent':[[54,1]],'metadata':[[22,5],[14,1],[10,1],[37,4]],'represent':[[74,5],[52,1],[69,3]],'use':[[61,5],[77,7],[56,3],[27,1],[29,7],[47,13],[48,1],[32,1],[57,2],[46,2],[38,2],[28,1],[44,2],[12,1],[64,4],[63,3],[21,1],[11,1],[73,6],[1,2],[74,1],[39,4],[59,2],[9,1],[49,8],[54,2],[66,5],[60,5],[71,1],[4,3],[10,1],[7,1],[18,1],[65,1],[55,1],[53,4],[30,1],[31,2],[45,1],[42,3],[52,2],[8,1],[26,1],[76,15],[6,2],[34,2],[3,2],[58,14]],'involving':[[6,2]],'esc':[[26,1],[28,1]],'contributed':[[74,1]],'katakana':[[47,1]],'globally':[[58,1]],'onattemptend':[[60,1]],'writepixel':[[58,1]],'identifier':[[69,2]],'ram':[[73,11],[1,1],[77,10],[39,9],[59,1],[9,1],[14,1],[49,10],[54,2],[60,1],[66,26],[4,5],[71,9],[48,4],[10,4],[40,4],[65,1],[38,2],[53,1],[62,3],[42,4],[20,1],[52,6],[8,4],[5,4],[64,4],[41,4],[6,3],[3,1],[58,6]],'sconsruct':[[12,1]],'inputcfg':[[7,1],[11,1]],'0319':[[76,1]],'header':[[17,1],[58,3],[73,4],[71,7],[20,2],[69,4],[7,1]],'backcolor':[[58,3]],'2005':[[78,3],[71,1],[79,2]],'studying':[[74,1]],'contains':[[61,1],[74,4],[77,1],[69,1],[39,1],[59,1],[22,1],[49,2],[47,1],[71,2],[76,4],[4,1],[3,2]],'|0f':[[74,1]],'auto':[[73,2],[38,3],[45,3],[12,1],[35,1],[37,11],[64,2],[22,1],[26,5],[29,9],[49,1],[6,2],[4,1],[10,5],[11,1],[7,1]],'tasedit':[[10,1],[7,2],[5,1]],'botloop':[[60,3]],'1100000000000000':[[78,1]],'advance':[[65,1],[46,1],[53,1],[64,4],[39,2],[22,9],[26,3],[49,2],[60,1],[32,2],[10,1],[57,1],[58,5]],'part1':[[49,1]],'applicable':[[77,2]],'years':[[3,1],[77,1]],'real':[[73,1],[59,1],[9,1],[26,1],[76,6],[78,1],[4,1],[34,2],[52,2],[74,2],[77,1],[39,1]],'construct':[[56,1]],'graphic':[[4,1],[77,1],[48,1],[7,1]],'asr':[[76,1]],'128':[[77,2],[49,2],[10,2],[76,7]],'25%':[[58,2]],'p3f':[[58,1]],'element':[[77,5],[58,1]],'rests':[[77,1]],'symbols':[[49,1]],'functionality':[[12,2],[6,2],[7,1]],'sconscripts':[[9,1]],'dac':[[74,8]],'clean':[[47,1]],'6500':[[76,5]],'hokeys':[[26,1]],'returned':[[76,1],[71,2],[60,6],[77,2],[74,1],[58,1]],'memw':[[42,1]],'~50':[[8,1]],'wanted':[[76,1],[77,1]],'began':[[3,2]],'somthing':[[77,2]],'4bits':[[73,1]],'clc':[[76,1]],'map':[[52,1],[16,1],[20,2],[36,3],[8,1],[74,1],[22,4],[14,1],[23,1],[25,1],[26,4],[29,1],[60,1],[66,15],[48,1],[32,1]],'they':[[73,2],[61,3],[74,1],[77,7],[27,1],[59,1],[9,1],[49,1],[47,1],[51,2],[24,1],[54,4],[4,1],[60,1],[66,2],[71,1],[40,1],[7,1],[65,1],[53,2],[12,1],[64,1],[17,1],[63,1],[76,9],[58,2]],'md5_asciistr':[[9,1]],'language':[[59,2],[47,3],[76,1],[60,1],[48,1],[56,1],[57,1]],'then':[[73,11],[50,1],[77,5],[74,7],[35,1],[39,2],[59,13],[49,4],[14,1],[47,2],[54,6],[60,9],[57,1],[55,7],[53,3],[31,2],[28,1],[44,2],[42,3],[52,2],[36,1],[69,3],[22,4],[26,1],[76,7],[6,2],[3,1],[58,14]],'resulted':[[10,1]],'copied':[[77,1],[47,1],[76,5],[44,1]],'coloring':[[54,1]],'php':[[76,4]],'requested':[[77,2]],'mention':[[77,1]],'backup':[[37,3],[63,1],[26,1],[10,1],[7,1],[35,4]],'toggle':[[28,1],[77,1],[12,1],[13,1],[37,3],[39,4],[78,1],[9,1],[14,2],[22,1],[26,2],[6,2],[71,1],[4,1],[10,3],[11,4],[18,11]],'pad':[[3,1],[29,6]],'beginnign':[[6,1]],'numerous':[[18,1],[14,2]],'saying':[[47,2],[49,1]],'ways':[[59,1],[54,1],[53,1],[31,1],[61,1],[77,1],[69,1]],'postings':[[74,1]],'capacitance':[[74,1]],'splicing':[[64,1],[69,1]],'builds':[[12,1],[54,1]],'paiting':[[59,1]],'attach':[[29,1]],'matthew':[[74,1]],'power':[[58,1],[69,4],[22,2],[23,4],[29,4],[66,1],[60,1],[70,1],[4,2],[12,1],[11,2],[39,1]],'essence':[[64,1]],'4004':[[74,6]],'ing':[[48,1]],'mainly':[[74,1]],'savescreenshot':[[58,1]],'pictures':[[26,1]],'identify':[[77,1]],'mustrollback':[[60,1]],'p00':[[58,1]],'spike':[[74,3]],'adjusted':[[76,1]],'sign':[[47,3],[76,2],[58,1]],'repeating':[[77,1]],'manipulating':[[49,1],[60,1]],'additional':[[63,1],[49,2],[1,1],[76,2],[77,1],[74,1],[3,1],[56,1],[8,1],[37,1]],'overflow':[[76,13],[12,1]],'65c816':[[76,1]],'upgrade':[[12,1]],'translate':[[47,3]],'broke':[[9,1]],'normally':[[26,1],[49,2],[47,1],[53,2],[76,2],[74,2]],'earliest':[[77,1]],'`j@xn':[[76,1]],'subroutines':[[54,1]],'fourscore':[[12,1],[69,6]],'would':[[73,1],[31,1],[45,1],[77,19],[12,3],[74,2],[39,1],[17,1],[9,1],[26,1],[47,3],[49,1],[54,5],[66,6],[4,1],[76,4],[11,2],[58,2]],'mis':[[4,1]],'overhaul':[[77,1],[14,1],[10,1],[6,1],[43,1]],'uncheck':[[34,1],[29,1],[47,1],[31,1]],'li#v7':[[76,2]],'z`_d2n@09':[[76,1]],'times':[[73,2],[76,1],[66,1],[60,1],[34,4],[42,1],[74,1],[77,7],[64,2],[58,1]],'target':[[77,1],[64,1],[58,1]],'chr':[[51,1],[54,4],[71,2],[4,2],[77,2],[12,3]],'association':[[76,1]],'authors':[[3,1]],'manners':[[59,1]],'compensates':[[58,3]],'irql':[[71,1]],'framework':[[60,2]],'original':[[49,2],[46,1],[55,1],[2,1],[74,1],[3,2],[10,1],[39,2]],'four':[[9,1],[29,3],[47,1],[66,1],[6,1],[70,1],[71,3],[34,1],[52,1],[20,1],[76,3]],'lagframe':[[58,1]],'chips':[[73,1],[77,1]],'borrow':[[76,1]],'maintained':[[7,1]],'mnemonics':[[69,1]],'ntsc':[[73,12],[22,1],[26,1],[31,5],[2,1],[4,1],[6,1],[34,4],[77,8],[69,1],[58,1]],'revision':[[76,11]],'engineers':[[76,1],[77,1]],'0500':[[66,1]],'rb`xh8':[[76,1]],'activation':[[74,1]],'switching':[[54,1],[20,1],[55,1],[79,1],[11,1]],'grayscale':[[4,1],[77,1],[31,2]],'bitwise':[[59,3],[58,1]],'trim':[[47,1]],'highlight':[[47,1],[44,1]],'periods':[[77,1]],'aspect':[[4,1],[34,6],[74,1],[10,1]],'custom':[[54,1],[31,4],[50,1],[34,4],[77,1],[10,1],[58,1]],'admittedly':[[47,1]],'counters':[[9,1],[49,3],[4,1],[77,3],[74,9],[10,1]],'looped':[[74,1],[58,1]],'highly':[[60,2]],'typically':[[77,1],[74,2],[66,1],[37,2]],'pbrate':[[73,2]],'u%_':[[76,1]],'cycles|':[[77,1]],'0007':[[73,1]],'par':[[39,1]],'holder':[[73,1]],'large':[[77,1],[12,1],[49,1],[60,1],[58,1]],'x00fd':[[42,1]],'j0`zgx':[[76,1]],'porst':[[3,1]],'ghz':[[34,1]],'objects':[[59,1],[26,1],[77,15],[56,1]],'06ff':[[66,1]],'ale':[[77,2]],'sufficient':[[78,1]],'airman':[[77,1]],'informative':[[6,1]],'skipping':[[10,1],[11,1],[26,1]],'count':[[69,1],[18,1],[76,1],[6,2],[77,3],[42,3],[74,33],[7,1],[58,5]],'lagcount':[[10,1],[58,1]],'rst':[[49,2]],'gdscreenshot':[[59,1],[58,1]],'applications':[[76,2],[59,1]],'damage':[[39,1]],'see':[[73,5],[50,1],[77,5],[74,11],[16,1],[35,1],[39,1],[59,3],[49,2],[14,1],[23,2],[47,2],[24,1],[54,5],[4,2],[60,3],[66,5],[71,1],[10,8],[79,1],[18,7],[53,2],[31,1],[45,1],[42,1],[52,2],[36,1],[64,1],[37,1],[63,2],[69,1],[22,3],[26,3],[76,15],[78,1],[43,1],[3,4],[11,2],[58,8]],'inclusive':[[59,1],[60,1]],'slowest':[[23,1]],'frequencys':[[74,4]],'illegal':[[76,1]],'reduces':[[66,1]],'stripped':[[4,1],[54,9]],'connected':[[77,3],[74,2],[20,1],[76,1]],'fails':[[26,1]],'uint64':[[69,1]],'%xh`':[[76,1]],'600':[[76,3]],'0x100':[[71,1]],'allows':[[19,1],[30,1],[28,2],[31,1],[42,1],[52,4],[36,2],[56,2],[8,1],[39,2],[37,1],[59,1],[21,1],[14,1],[26,2],[29,2],[47,1],[49,2],[60,1],[64,1],[48,5],[58,1]],'esper':[[7,1]],'indiana':[[5,1]],'000c':[[73,1]],'clears':[[76,3]],'lae':[[76,1]],'fd%j':[[76,1]],'bot':[[64,1],[46,2],[14,2],[56,2],[60,22],[58,2]],'warcraft':[[59,1]],'emulators':[[7,1],[58,1],[22,1],[6,1],[4,1],[8,2],[35,1]],'ended':[[60,2]],'031x':[[66,1]],'ideal':[[64,1],[74,1]],'altered':[[22,1]],'crossings':[[76,3]],'many':[[73,1],[61,1],[77,1],[59,1],[51,1],[14,2],[47,1],[54,2],[2,1],[60,1],[4,2],[66,1],[71,1],[10,3],[40,1],[7,1],[53,1],[31,1],[28,1],[42,2],[20,1],[52,1],[8,1],[5,2],[41,1],[76,5],[6,1],[3,2]],'toggled':[[26,4],[14,1],[35,1],[5,1]],'raised':[[77,2],[60,2]],'alter':[[50,1],[65,1]],'happen':[[63,1],[74,1],[76,1],[79,1]],'dffa':[[49,1]],'19ff':[[66,1]],'0a000h':[[73,1]],'qfox':[[3,1],[59,1]],'act':[[64,1]],'7000':[[73,1]],'improbably':[[60,1]],'desire':[[53,1],[74,1]],'_f_':[[76,1]],'uses':[[73,13],[1,1],[44,1],[77,2],[42,1],[74,2],[69,4],[39,2],[37,1],[59,2],[15,1],[14,3],[47,1],[54,1],[6,1],[24,1],[60,2],[63,1],[66,1],[76,3],[3,1],[10,1],[78,1],[58,4]],'microphone':[[6,3],[29,4]],'routines':[[48,1],[54,1],[76,1],[53,1]],'agree':[[78,1]],'inspection':[[49,1]],'nnnn':[[49,3],[54,1]],'floppy':[[20,2]],'anytime':[[22,1]],'knew':[[47,1]],'mirrors':[[66,1]],'flop':[[77,1]],'vbl':[[49,1]],'patent':[[77,1]],'seen':[[66,1],[64,1],[14,1]],'primary':[[77,9]],'cheats':[[39,14],[58,4],[59,1],[6,1],[4,2],[42,2],[48,1],[10,5],[7,4],[27,2]],'combine':[[76,1],[49,1],[54,6]],'variables':[[73,2],[59,3],[9,1],[71,1],[53,1],[60,6],[57,2]],'installation':[[47,1]],'embedded':[[58,1]],'asymmetery':[[74,1]],'bitmaps':[[77,3]],'readbyteunsigned':[[58,2]],'inside':[[77,3],[49,1],[11,1],[58,4]],'25th':[[77,2]],'watched':[[42,1]],'last':[[70,1],[71,3],[76,6],[77,2],[42,1],[74,2],[35,3],[37,11],[39,5],[78,1],[9,2],[14,4],[22,1],[26,3],[47,2],[49,2],[4,1],[34,2],[54,1],[66,2],[3,4],[10,1],[18,1],[58,4]],'oninputstart':[[60,3]],'polls':[[58,1]],'rol':[[76,11]],'x_functions':[[61,1]],'4bit':[[73,4]],'discrete':[[77,1]],'starting':[[73,7],[28,1],[77,2],[74,2],[16,1],[69,1],[64,2],[9,1],[49,5],[54,1],[76,1],[6,1],[58,4]],'spra':[[71,1]],'prevention':[[10,1]],'red':[[59,1],[9,1],[26,1],[31,1],[58,7]],'zd`92r%_':[[76,1]],'04bx':[[66,1]],'8th':[[76,2],[77,1]],'carrying':[[77,1]],'document':[[77,6],[74,4],[76,2],[71,2],[37,3]],'kanji':[[47,5]],'minimize':[[10,1],[14,1]],'deterministic':[[22,1]],'prints':[[12,1],[76,2],[7,1]],'001c':[[42,2]],'conclusion':[[74,1]],'brothers':[[66,2]],'somewhat':[[73,2],[59,1],[70,1],[71,2],[34,1],[74,1],[77,3],[39,1]],'lsb_first':[[11,1]],'try':[[63,1],[59,1],[51,1],[54,1],[47,2],[53,1],[55,1],[60,1],[76,2],[57,1],[58,6]],'0310':[[66,2]],'easily':[[49,2],[76,1],[60,2],[77,3],[52,2],[40,1],[58,2]],'blobs':[[69,1]],'referred':[[22,1],[3,1],[70,1],[71,1]],'disksys':[[63,2],[20,2],[27,2]],'latches':[[76,2],[77,1]],'support':[[58,1],[73,2],[12,4],[52,1],[74,1],[39,1],[5,1],[9,2],[14,2],[26,1],[47,2],[6,2],[4,4],[3,2],[10,2],[11,1],[7,1]],'seconds':[[76,2],[37,2]],'opposed':[[77,4],[47,1],[39,1]],'selections':[[47,4]],'hold':[[77,1],[78,1],[29,9],[14,2],[64,1]],'00xx':[[66,1]],'possibly':[[59,1],[52,1],[54,1],[47,1],[6,1],[60,1]],'select':[[44,3],[77,8],[42,3],[16,4],[52,1],[69,5],[59,2],[21,6],[22,9],[26,1],[29,5],[6,1],[47,5],[60,1],[76,1],[32,1],[58,2]],'loops':[[59,2],[58,1]],'faults':[[5,1]],'coordinates':[[66,5],[77,1],[58,2]],'prioritized':[[77,4]],'hell':[[77,1]],'displayed':[[55,1],[77,1],[42,1],[35,1],[39,2],[69,4],[22,1],[26,1],[49,4],[51,2],[6,1],[48,1],[10,1],[18,2],[58,1]],'vrom':[[4,1],[71,1],[54,1]],'frameadvance':[[59,5],[57,2],[60,1],[58,2]],'orange':[[58,3]],'quiz':[[29,1]],'smb':[[61,7],[10,1],[18,16],[50,1]],'easy':[[73,1],[59,1],[52,1],[54,1],[77,1],[69,1]],'lagged':[[10,1],[58,1]],'accurate':[[76,1],[74,1]],'b000':[[73,1]],'pfpixel':[[77,1]],'completing':[[64,1]],'speeds':[[12,1],[23,1]],'041x':[[66,1]],'kicked':[[58,2]],'distinguish':[[54,2],[76,1],[6,1],[58,1]],'good':[[77,4],[60,1],[39,1]],'007bh':[[73,1]],'october':[[76,1]],'carry':[[74,3],[76,17],[58,1]],'watches':[[5,1]],'outside':[[73,1],[77,1],[66,1],[6,1]],'03xx':[[66,1]],'9030':[[73,1]],'among':[[41,1],[40,1]],'bi&':[[76,4]],'indicate':[[57,1],[77,1]],'underlaps':[[77,1]],'257':[[58,1]],'price':[[77,1]],'dance':[[10,1]],'thus':[[59,1],[54,1],[77,1],[76,1],[35,1],[58,2]],'ignores':[[11,1]],'|07':[[74,2]],'look':[[73,1],[61,1],[12,1],[77,5],[27,1],[63,1],[59,1],[47,3],[70,1],[6,1],[60,1],[76,1],[34,1],[3,1],[57,1],[11,2],[58,2]],'1000000':[[73,1]],'old':[[63,1],[65,2],[9,1],[26,3],[54,1],[53,1],[76,2],[4,1],[77,1],[12,1],[74,4],[58,1]],'5206':[[73,4]],'f22':[[58,1]],'fairy':[[76,1]],'04ex':[[66,1]],'light':[[54,2]],'9th':[[76,1]],'104':[[77,1]],'colored':[[34,1],[52,1],[77,1]],'60fps':[[33,1],[26,1]],'squeeze':[[47,1]],'certainly':[[56,1]],'ought':[[76,1]],'firing':[[77,1],[58,4]],'marko':[[76,4]],'zip':[[17,4],[31,1],[6,1],[18,2]],'built':[[61,2],[3,1],[55,2],[57,1],[5,1]],'readonly':[[18,7],[58,4]],'emulates':[[23,3],[29,2],[20,1],[67,1]],'comes':[[63,1],[26,1],[47,1],[76,3],[60,1],[31,1],[24,1],[77,1],[39,1]],'override':[[42,1],[39,1],[27,1],[63,1],[26,1],[14,1],[25,1],[29,1],[6,1],[32,1],[10,3],[11,1],[58,2]],'fceuxd':[[63,1],[52,1],[3,8],[2,1],[24,1]],'ends':[[69,1],[49,1],[76,2],[60,2],[6,1]],'icoa':[[71,1]],'7f2':[[74,1]],'07ff':[[49,1],[66,8],[5,1]],'exe':[[63,3],[26,1],[57,1]],'vba':[[41,1],[40,1],[6,1],[35,1]],'pads':[[29,2]],'pane':[[4,1],[58,1]],'numpad4':[[58,1]],'toggling':[[9,1],[14,2],[22,1],[26,1],[29,2],[77,2],[3,1],[10,2],[7,1],[5,1]],'parantheses':[[59,1]],'imposed':[[64,1]],'2a03':[[66,4],[74,13]],'4002':[[74,5]],'comparisons':[[76,2]],'kh#f1':[[76,1]],'damn':[[77,1]],'c150':[[76,1]],'paddle':[[58,1],[69,1],[29,3]],'fffc':[[66,1],[49,1]],'interpreter':[[59,1]],'immaterial':[[77,1]],'execute':[[49,5],[74,1],[76,1],[53,1],[57,1]],'perhaps':[[47,1],[76,1],[58,1]],'gate':[[74,2]],'removed':[[54,1],[14,2],[66,1],[4,1],[34,1],[77,2],[3,1],[10,1],[8,1]],'technique':[[64,2]],'choices':[[17,1],[14,1],[6,1],[31,1]],'missing':[[7,1],[11,1]],'method':[[58,3],[76,2],[34,2],[74,1],[77,2],[39,2]],'8ch':[[73,1]],'radiobuttons':[[4,1]],'pen':[[47,1]],'calculations':[[58,1]],'erroneous':[[10,1],[6,1]],'indexed':[[76,13],[77,1]],'game':[[73,1],[50,1],[61,3],[77,7],[16,3],[39,9],[59,1],[15,1],[14,1],[23,1],[29,3],[47,10],[49,5],[4,2],[51,3],[48,9],[54,11],[10,3],[60,1],[18,3],[7,3],[65,8],[66,9],[71,1],[55,16],[53,3],[31,5],[28,4],[12,2],[20,2],[42,4],[52,9],[8,2],[5,1],[17,2],[37,7],[22,9],[26,20],[63,8],[64,5],[69,1],[34,1],[3,1],[58,12]],'initial':[[76,2]],'tons':[[73,1]],'lacked':[[74,1]],'clipping':[[18,1]],'arcade':[[73,1],[23,1]],'xx00':[[76,2]],'clipsides':[[18,2]],'specifically':[[22,1],[66,2],[60,1],[61,1],[12,1],[56,1],[58,1]],'acknowledge':[[76,8]],'boundary':[[76,20],[58,1]],'restart':[[58,1],[16,1],[60,1],[28,1]],'booklet':[[76,1]],'2009':[[10,1],[8,1],[9,1]],'misplaced':[[58,1]],'getnote':[[58,1]],'split':[[66,1],[77,1]],'changes':[[59,2],[14,1],[47,2],[76,2],[4,2],[77,1],[52,1],[74,1],[3,1],[10,1],[8,1]],'knowing':[[61,1]],'fans':[[65,1]],'goemon':[[7,2]],'numbering':[[10,2],[6,1],[58,2]],'test':[[22,1],[9,3],[47,2],[49,3],[76,10],[77,1],[16,1]],'desyncs':[[63,1],[22,1]],'addressed':[[55,1]],'desmume':[[41,1],[40,1],[6,1]],'plays':[[73,1],[22,1],[54,1],[66,1],[6,1],[18,2],[37,2]],'rightclicks':[[4,1]],'hue':[[77,1],[31,1]],'eof':[[73,1],[77,1],[74,1],[69,1]],'255':[[58,7],[76,4],[71,1],[19,9],[31,1],[77,1],[7,1],[39,1]],'completely':[[5,1],[22,1],[76,2],[43,1],[60,1],[4,1],[77,1],[10,1],[58,4]],'trainer':[[29,1]],'writebyte':[[59,1],[58,1]],'snd':[[71,2]],'dd9d':[[76,1]],'zxcvzxcv@netzero':[[78,2],[79,2]],'blurred':[[63,1],[34,1]],'wide':[[52,1]],'wish':[[21,1],[49,3],[55,1],[53,1],[44,1],[61,1],[52,1],[36,1],[57,1]],'pcejin':[[41,1],[40,1]],'slightly':[[73,1],[74,1],[79,1],[58,1]],'individuals':[[74,2]],'track':[[54,3],[42,1],[66,1],[8,1],[58,1]],'lost':[[22,1],[12,2],[14,1],[47,1],[52,1]],'are':[[73,10],[19,3],[61,4],[74,27],[16,1],[77,39],[56,1],[35,1],[27,6],[39,8],[59,16],[9,1],[14,2],[47,17],[49,15],[54,8],[60,9],[4,3],[66,7],[71,5],[32,1],[10,9],[40,2],[18,1],[7,2],[57,4],[65,3],[79,1],[53,1],[31,1],[45,2],[12,2],[20,1],[42,1],[52,3],[8,1],[37,3],[17,3],[63,2],[22,2],[26,2],[41,2],[64,3],[6,2],[69,13],[76,38],[78,5],[58,20]],'syncronization':[[77,2],[74,1]],'others':[[45,1],[54,1],[74,2],[76,1],[65,1]],'music':[[73,12],[74,1],[47,1],[66,3]],'multiples':[[34,1],[74,1]],'2006':[[77,2],[78,4],[3,4],[71,1],[79,1]],'notes':[[54,1],[76,10],[66,1],[74,2],[79,1],[69,1],[58,6]],'cancelled':[[64,1]],'reloading':[[9,1],[74,2]],'claims':[[76,1]],'vic20':[[76,2]],'getcurrentbranch':[[58,1]],'naturally':[[77,2],[74,1]],'modulus':[[41,1],[40,1]],'q_s8':[[76,1]],'agrees':[[78,1]],'112':[[58,4]],'holding':[[56,1],[22,1]],'throught':[[54,1]],'|03':[[74,1]],'tadd':[[71,1]],'load':[[73,13],[61,3],[74,10],[16,4],[35,3],[27,1],[39,1],[59,11],[9,1],[14,3],[47,4],[49,3],[24,1],[60,1],[10,1],[7,4],[18,4],[46,1],[31,2],[28,3],[42,4],[20,1],[52,1],[37,3],[17,2],[63,2],[22,1],[26,4],[76,5],[6,2],[11,2],[58,6]],'setselection':[[58,1]],'unf':[[4,1],[17,1]],'skip':[[26,2],[14,1],[45,1],[61,1],[12,2],[10,2],[58,1]],'collected':[[1,1]],'obtain':[[54,1]],'reflect':[[9,1]],'paused':[[4,2],[49,2],[58,3]],'listings':[[36,1]],'villigust':[[73,1]],'weapon':[[45,1],[66,2]],'enough':[[61,1],[77,2],[47,1],[66,1]],'skips':[[59,1]],'chapters':[[25,1],[67,1],[1,1]],'prevents':[[22,1],[14,1]],'260':[[77,1],[49,1]],'11111111':[[78,1]],'aki':[[76,1]],'01ah':[[73,1]],'sei':[[76,2]],'build':[[9,1],[12,2],[3,1],[10,2],[11,3],[47,1]],'enlist':[[4,1]],'backspace':[[58,1]],'run':[[45,1],[61,3],[64,2],[63,1],[59,2],[26,1],[49,7],[76,9],[78,1],[60,4],[34,2],[48,1],[3,2],[10,2],[57,7],[58,6]],'interface':[[39,1],[77,1],[3,2],[7,2],[28,1]],'inputs':[[29,1],[60,2],[77,1],[12,3],[16,1],[56,1],[64,1],[58,2]],'indicating':[[77,1],[58,1]],'happily':[[76,1]],'tar':[[17,1]],'groups':[[9,1],[26,1]],'f21':[[58,1]],'densetsu':[[4,1]],'three':[[59,1],[49,4],[29,1],[47,2],[71,1],[60,2],[76,3],[34,2],[52,1],[77,1]],'random':[[74,14],[47,1],[66,1],[60,13],[76,2]],'rarely':[[76,1],[53,1],[66,1]],'127':[[76,1],[58,5]],'2400|':[[66,1]],'relevant':[[71,1],[54,1]],'okcancel':[[58,1]],'aware':[[59,1]],'distributed':[[65,1]],'processtable':[[59,2]],'forward':[[71,1]],'getscreenpixel':[[6,1],[58,3]],'strobed':[[77,1],[74,1]],'oddities':[[76,1]],'&6&#':[[76,1]],'129':[[77,1]],'5ff7':[[73,2]],'hypershot':[[29,1]],'clearmarker':[[58,1]],'0x60':[[76,1]],'immediate':[[49,1],[76,9],[6,1]],'shakes':[[9,1]],'patching':[[17,3],[12,1],[48,1],[49,1],[39,1]],'numpad1':[[58,1]],'fceu_setrenderplanes':[[10,1]],'designated':[[74,1]],'j3c0b%a@':[[76,1]],'nintendo':[[77,6],[20,2],[3,2],[16,1],[66,2]],'compressed':[[17,2],[14,1]],'lda':[[76,46],[54,1]],'goto':[[6,2],[39,3]],'advancing':[[4,1],[14,1]],'hexified':[[69,1]],'#228844':[[58,1]],'numlock':[[58,1]],'patient':[[73,1]],'exram':[[73,3],[77,1]],'newname1':[[49,2]],'anywhere':[[76,2],[74,1]],'abbreviation':[[76,1]],'reverses':[[58,1]],'notation':[[59,3]],'tracking':[[64,1]],'somewhere':[[47,2],[49,1]],'solutions':[[60,1]],'lagging':[[26,2]],'false':[[58,28],[59,2],[60,5],[77,1],[10,1],[69,1],[8,1]],'things':[[73,1],[59,1],[54,3],[28,1],[61,1],[52,1],[74,2],[77,1],[58,1]],'dffc':[[49,1]],'overcome':[[64,2]],'tells':[[57,1],[54,1],[58,1]],'waveforms':[[74,1]],'txs':[[76,4]],'transition':[[26,1]],'002e':[[73,1]],'obviously':[[76,1],[79,1]],'ideally':[[77,1]],'hereon':[[77,1],[74,1]],'organization':[[10,1]],'tint':[[77,1],[31,1]],'mamiya':[[73,3]],'optional':[[58,3],[7,1],[9,2],[49,2],[59,2],[69,9],[73,1],[11,1],[39,1]],'man':[[39,5]],'escape':[[10,1],[58,1]],'hexfreezecolorg':[[19,1]],'makers':[[64,1]],'0200':[[66,2],[49,1]],'cfg':[[9,2],[26,2],[19,2],[6,1],[12,3],[13,1],[10,2],[11,1],[18,4]],'mode':[[58,8],[73,3],[28,3],[77,1],[12,1],[74,20],[35,3],[5,1],[37,1],[59,1],[9,1],[22,8],[23,2],[26,1],[6,6],[63,2],[66,1],[34,11],[76,34],[32,1],[10,2],[18,1],[11,1]],'duty':[[74,11],[58,2]],'producing':[[74,2]],'0be':[[74,1]],'zelda':[[77,1],[54,1],[29,1]],'welcome':[[1,1]],'gui':[[58,45],[28,2],[16,1],[8,1],[5,4],[59,9],[9,2],[14,1],[25,1],[6,5],[60,2],[4,1],[3,1],[10,2],[7,7],[57,1]],'per':[[73,2],[31,1],[77,8],[74,1],[20,1],[59,1],[26,2],[47,1],[34,1],[10,2],[18,2],[58,6]],'uncompressed':[[14,1]],'whitespace':[[47,1]],'n#l':[[76,1]],'after':[[73,4],[77,14],[12,1],[74,5],[35,3],[39,1],[69,3],[59,4],[21,1],[49,2],[47,1],[54,1],[60,4],[70,2],[71,1],[34,1],[76,19],[18,2],[58,4]],'clicking':[[58,1],[22,2],[14,2],[29,2],[49,6],[50,1],[55,1],[34,1],[52,2],[16,1],[8,1],[39,5]],'mismatch':[[11,1]],'palettes':[[31,4],[63,1],[77,1],[50,2],[24,4]],'requirement':[[56,1],[61,1]],'desyncing':[[60,1]],'speedometeronly':[[61,1]],'expose':[[77,1]],'should':[[73,11],[79,1],[31,1],[45,1],[61,1],[52,2],[74,2],[77,7],[69,3],[59,1],[49,2],[29,1],[47,7],[54,1],[6,1],[60,6],[71,1],[34,4],[76,6],[3,1],[57,1],[11,2],[58,4]],'updating':[[4,1],[10,1],[53,1]],'usage':[[73,1],[12,1],[42,1],[3,1],[47,1],[58,7]],'brings':[[39,1],[5,1],[58,1],[66,1],[37,1]],'white':[[19,1],[58,4]],'e000':[[73,4],[54,1]],'noisey':[[74,1]],'00ff':[[49,1],[66,2],[39,1]],'preferably':[[58,2]],'famicom':[[67,1],[12,1],[16,1],[20,7],[74,1],[69,1],[27,1],[39,2],[5,1],[15,2],[23,2],[29,10],[2,1],[3,1]],'bugs':[[5,2],[9,1],[14,1],[6,3],[4,2],[12,1],[10,1],[7,1],[8,1]],'generally':[[65,2],[76,2],[66,3],[77,2],[74,2],[58,1]],'nrom':[[10,2]],'continue':[[64,1],[77,1],[26,2],[74,1],[60,1],[31,1]],'patch':[[48,1],[49,6],[11,1],[39,2]],'smb2u':[[61,1]],'#ce_2gpl`ki7rbp':[[76,1]],'converted':[[63,1],[22,1],[74,1],[44,1]],'define':[[47,1],[71,1],[58,1]],'alu':[[76,2]],'components':[[39,1],[49,1],[74,1],[58,3]],'2746924':[[9,1]],'timed':[[64,1]],'discard':[[66,1]],'4001':[[74,2]],'sai`':[[76,2]],'wavelength':[[74,28]],'%02x':[[58,1]],'operational':[[76,6]],'030f':[[66,1]],'acknowledgement':[[77,1]],'actions':[[22,1]],'branches':[[63,1],[52,1],[14,2],[3,1],[2,1]],'turn':[[22,1],[26,2],[29,1],[76,1],[28,1],[32,1],[58,1]],'occur':[[77,3],[74,1],[26,1],[42,1],[76,5]],'decodes':[[76,1]],'raster':[[76,4],[49,1]],'odd':[[73,1],[9,1],[76,6],[45,1],[77,4],[74,1],[79,1]],'thingy':[[47,6]],'parse':[[4,1]],'indeterminate':[[76,1]],'bad':[[63,1],[73,1],[49,2],[47,2],[60,1]],'16k':[[49,3]],'pick':[[21,1],[6,1],[12,1]],'graphics':[[26,2],[54,4],[25,1],[19,2],[34,1],[77,5],[65,1]],'33554432':[[76,1]],'depends':[[76,2],[69,1],[58,1]],'tunes':[[73,7]],'mutant':[[45,1],[66,1]],'undo':[[22,1],[26,1],[41,1],[49,1],[55,1],[76,1],[52,2],[16,6],[10,2],[40,1],[64,2],[37,8]],'likely':[[61,1],[74,1],[47,1],[53,1]],'equivelant':[[77,1]],'sre':[[76,13]],'theme':[[28,1]],'syntax':[[59,2],[56,1],[57,1]],'mean':[[47,1],[39,1]],'exclusive':[[77,2],[74,2],[76,2],[60,1]],'whether':[[58,3],[22,1],[54,8],[47,2],[53,5],[60,7],[66,1],[4,1],[18,4],[35,2]],'sub':[[26,3],[23,1],[25,2],[27,1]],'differing':[[73,1]],'acknowledges':[[76,2]],'november':[[3,3],[8,1],[11,1]],'werefolf':[[5,1]],'visualization':[[4,1],[53,1]],'|_____|_____|':[[66,2]],'able':[[14,1],[29,1],[47,2],[6,1],[4,1],[77,1],[74,1],[58,1]],'arred':[[76,1]],'cpuc':[[71,2]],'jsr':[[76,2],[49,3]],'@x&#cey':[[76,1]],'0x8000':[[71,2]],'amount':[[14,1],[55,1],[53,2],[66,1],[76,2],[34,3],[74,2],[32,1],[77,3]],'all':[[73,5],[19,1],[61,2],[74,10],[16,1],[77,16],[27,1],[39,8],[59,4],[9,2],[14,2],[15,1],[23,1],[2,2],[29,1],[4,1],[47,7],[49,5],[60,3],[10,5],[66,12],[18,1],[71,2],[55,1],[44,1],[45,1],[12,1],[52,1],[36,2],[8,2],[5,1],[17,2],[37,1],[22,2],[69,2],[76,12],[78,2],[6,1],[3,1],[58,8]],'displays':[[22,1],[49,2],[51,1],[34,1],[12,1],[42,2],[48,1],[8,1],[58,3]],'stripping':[[54,1]],'joined':[[3,1],[70,1]],'lazy':[[10,1],[77,1]],'chirps':[[10,1]],'delete':[[58,1],[49,1],[39,1]],'adelikat':[[1,2],[3,2],[66,1],[69,1]],'beq':[[76,2]],'near':[[74,1],[39,1]],'assignments':[[74,4],[29,2],[25,2],[36,1]],'depths':[[58,1]],'pipelined':[[77,1]],'minimum':[[10,1],[6,1],[31,1]],'coolest':[[52,1]],'them':[[7,1],[73,2],[55,1],[62,1],[61,5],[74,1],[77,4],[39,3],[17,1],[78,1],[49,3],[54,1],[47,5],[76,5],[24,1],[60,5],[34,1],[48,1],[11,1],[58,2]],'hellraiser':[[77,1]],'08fffh':[[73,2]],'instruction':[[49,10],[54,2],[76,62],[53,4],[66,1]],'%03d':[[69,2]],'retain':[[53,1]],'dlljjbbb':[[70,1]],'readimmediate':[[58,1]],'lives&hpdisplay':[[61,1]],'variety':[[10,1],[5,1]],'0077h':[[73,3]],'lasts':[[76,1]],'musical':[[74,1]],'least':[[37,1],[59,2],[73,1],[47,1],[70,1],[31,1],[71,1],[76,3],[34,1],[77,1],[58,2]],'redirecting':[[76,1]],'purposes':[[77,1],[74,1],[76,1],[66,1]],'bit3':[[69,2],[74,2]],'directly':[[77,1],[49,2],[14,3],[52,5],[19,1],[74,3]],'factors':[[34,1]],'change':[[73,3],[19,1],[77,1],[74,5],[9,1],[29,1],[47,1],[51,1],[66,1],[10,2],[7,1],[55,3],[31,1],[12,2],[42,6],[36,1],[52,2],[37,4],[22,1],[26,1],[70,1],[76,5],[6,1],[34,1],[58,4]],'renders':[[77,3],[74,1]],'scripts':[[8,1],[27,2],[58,2],[14,1],[60,1],[4,1],[61,12],[13,2],[57,1],[11,1],[7,2]],'fortunate':[[76,1]],'followings':[[17,1]],'9_s8':[[76,1]],'status':[[50,1],[77,3],[74,17],[35,1],[37,4],[22,4],[26,1],[49,2],[51,3],[6,1],[66,1],[71,2],[76,3],[18,5],[58,4]],'complete':[[73,2],[78,1],[21,1],[54,1],[76,1],[64,2],[58,1]],'fatratknight':[[61,1],[8,1],[1,1]],'attempts':[[34,1],[54,1],[60,10]],'iterate':[[59,1]],'intruction':[[76,1]],'array':[[49,2],[58,2]],'russian':[[76,1]],'flags':[[73,3],[9,1],[49,4],[76,25],[6,1],[77,1],[10,1]],'rolling':[[60,1],[74,1]],'jopi':[[76,7]],'remains':[[76,3],[77,2]],'inservice':[[77,1]],'remembers':[[10,4],[14,2]],'banks':[[4,1],[73,4],[49,1],[55,1],[71,2]],'resource':[[56,1],[14,1]],'luabot':[[60,11]],'our':[[76,1],[61,1]],'best':[[34,1],[77,1],[53,2],[2,1],[60,5]],'punchoutstats':[[61,1]],'traditionally':[[76,1],[64,1]],'multitude':[[10,1],[9,1]],'mapped':[[22,2],[23,1],[26,4],[49,1],[54,1],[66,1],[52,1],[20,2],[16,1],[74,1]],'bvs':[[76,2]],'kernal':[[76,2]],'everywhere':[[77,1]],'preceding':[[76,1],[49,1]],'0006':[[73,1]],'handler':[[74,1],[76,5],[66,3]],'video':[[50,2],[77,11],[12,1],[16,1],[63,2],[21,5],[25,2],[76,2],[60,1],[4,2],[34,6],[10,2],[18,2],[65,2]],'backlash':[[22,1]],'dd08':[[76,2]],'integrated':[[77,1],[74,1]],'snes9x':[[59,4],[41,1],[6,1],[40,1],[35,1],[58,1]],'opened':[[17,1],[49,2],[14,2],[19,1],[12,1],[7,1],[27,1]],'routed':[[77,1],[29,1]],'checking':[[54,1],[29,1],[60,1],[34,5],[10,1],[7,1],[58,1]],'046x':[[66,1]],'equals':[[59,1],[74,1],[77,3],[47,3]],'stretched':[[34,2]],'solid':[[58,2]],'preserves':[[76,1]],'jsrs':[[53,1]],'considered':[[59,1],[77,3],[69,2],[58,1]],'remaining':[[77,1],[66,3],[69,3],[71,1]],'schemes':[[77,1]],'pausing':[[6,1]],'message':[[69,1],[14,1],[76,2],[4,3],[12,1],[10,3],[7,1],[58,14]],'types':[[17,4],[76,2],[71,1],[6,1],[60,1],[45,1],[74,2],[16,1],[20,2],[69,3],[58,1]],'undocumented':[[76,7],[74,1]],'prompts':[[4,1]],'display':[[58,1],[19,1],[50,2],[45,1],[61,1],[12,2],[13,1],[42,4],[77,1],[35,1],[5,2],[22,4],[26,15],[47,1],[49,4],[6,6],[51,9],[4,5],[34,1],[76,2],[10,1],[18,2],[11,1]],'arrays':[[59,3]],'c004#newname2#':[[49,1]]}; \ No newline at end of file