├── .gitattributes ├── .github └── workflows │ └── build.yml ├── .gitignore ├── LICENSE ├── ProblematicProcesses.json ├── README.md ├── Real-Time Corruptor ├── BizHawk_RTC │ ├── .editorconfig │ ├── .gitignore │ ├── .gitmodules │ ├── Assets │ │ ├── EmuHawkMono.sh │ │ ├── Gameboy │ │ │ └── Palettes │ │ │ │ ├── ALLEY WAY.pal │ │ │ │ ├── ASTEROIDS and MISCMD.pal │ │ │ │ ├── BA.TOSHINDEN.pal │ │ │ │ ├── BALLOON KID.pal │ │ │ │ ├── BASEBALL.pal │ │ │ │ ├── BGB (lcd green).pal │ │ │ │ ├── BOY AND BLOB GB1.pal │ │ │ │ ├── BOY AND BLOB GB2.pal │ │ │ │ ├── BT2RAGNAROKWORLD.pal │ │ │ │ ├── DEFENDER and JOUST.pal │ │ │ │ ├── DMG FOOTBALL.pal │ │ │ │ ├── DONKEY KONG.pal │ │ │ │ ├── DONKEYKONGLAND 2.pal │ │ │ │ ├── DONKEYKONGLAND 3.pal │ │ │ │ ├── DONKEYKONGLAND.pal │ │ │ │ ├── DONKEYKONGLAND95.pal │ │ │ │ ├── DR.MARIO.pal │ │ │ │ ├── DYNABLASTER.pal │ │ │ │ ├── F1RACE.pal │ │ │ │ ├── GALAGA and GALAXIAN.pal │ │ │ │ ├── GAME and WATCH.pal │ │ │ │ ├── GAMEBOY GALLERY.pal │ │ │ │ ├── GAMEBOY GALLERY2.pal │ │ │ │ ├── GBC - Blue.pal │ │ │ │ ├── GBC - Brown.pal │ │ │ │ ├── GBC - Dark Blue.pal │ │ │ │ ├── GBC - Dark Brown.pal │ │ │ │ ├── GBC - Dark Green.pal │ │ │ │ ├── GBC - Grayscale.pal │ │ │ │ ├── GBC - Green.pal │ │ │ │ ├── GBC - Inverted.pal │ │ │ │ ├── GBC - Orange.pal │ │ │ │ ├── GBC - Pastel Mix.pal │ │ │ │ ├── GBC - Red.pal │ │ │ │ ├── GBC - Yellow.pal │ │ │ │ ├── GBWARS.pal │ │ │ │ ├── GOLF.pal │ │ │ │ ├── Game and Watch 2.pal │ │ │ │ ├── Game and Watch GALLERY.pal │ │ │ │ ├── HOSHINOKA-BI.pal │ │ │ │ ├── JAMES BOND 007.pal │ │ │ │ ├── KAERUNOTAMENI.pal │ │ │ │ ├── KEN GRIFFEY JR.pal │ │ │ │ ├── KID ICARUS.pal │ │ │ │ ├── KILLERINSTINCT95.pal │ │ │ │ ├── KINGOFTHEZOO.pal │ │ │ │ ├── KIRAKIRA KIDS.pal │ │ │ │ ├── KIRBY BLOCKBALL.pal │ │ │ │ ├── KIRBY DREAM LAND.pal │ │ │ │ ├── KIRBY'S PINBALL.pal │ │ │ │ ├── KIRBY2.pal │ │ │ │ ├── LOLO2.pal │ │ │ │ ├── MAGNETIC SOCCER.pal │ │ │ │ ├── MANSELL.pal │ │ │ │ ├── MARIO and YOSHI.pal │ │ │ │ ├── MARIO'S PICROSS.pal │ │ │ │ ├── MARIOLAND2.pal │ │ │ │ ├── MEGA MAN 2.pal │ │ │ │ ├── MEGAMAN.pal │ │ │ │ ├── MEGAMAN3.pal │ │ │ │ ├── METROID2.pal │ │ │ │ ├── MILLIPEDE and CENTIPEDE.pal │ │ │ │ ├── MOGURANYA.pal │ │ │ │ ├── MYSTIC QUEST.pal │ │ │ │ ├── NETTOU KOF 95.pal │ │ │ │ ├── NEW CHESSMASTER.pal │ │ │ │ ├── OTHELLO.pal │ │ │ │ ├── PAC-IN-TIME.pal │ │ │ │ ├── PICROSS 2.pal │ │ │ │ ├── PINOCCHIO.pal │ │ │ │ ├── POKEBOM.pal │ │ │ │ ├── POKEMON BLUE.pal │ │ │ │ ├── POKEMON GREEN.pal │ │ │ │ ├── POKEMON RED.pal │ │ │ │ ├── POKEMON YELLOW.pal │ │ │ │ ├── QIX.pal │ │ │ │ ├── RADARMISSION.pal │ │ │ │ ├── ROCKMAN WORLD.pal │ │ │ │ ├── ROCKMAN WORLD2.pal │ │ │ │ ├── ROCKMANWORLD3.pal │ │ │ │ ├── SEIKEN DENSETSU.pal │ │ │ │ ├── SOCCER.pal │ │ │ │ ├── SOLARSTRIKER.pal │ │ │ │ ├── SPACE INVADERS.pal │ │ │ │ ├── STAR STACKER.pal │ │ │ │ ├── STAR WARS-NOA.pal │ │ │ │ ├── STAR WARS.pal │ │ │ │ ├── STREET FIGHTER 2.pal │ │ │ │ ├── SUPER MARIOLAND.pal │ │ │ │ ├── SUPER RC PRO-AM.pal │ │ │ │ ├── SUPERDONKEYKONG.pal │ │ │ │ ├── SUPERMARIOLAND3.pal │ │ │ │ ├── TENNIS.pal │ │ │ │ ├── TETRIS ATTACK.pal │ │ │ │ ├── TETRIS BLAST.pal │ │ │ │ ├── TETRIS FLASH.pal │ │ │ │ ├── TETRIS PLUS.pal │ │ │ │ ├── TETRIS.pal │ │ │ │ ├── TETRIS2.pal │ │ │ │ ├── THE CHESSMASTER.pal │ │ │ │ ├── TOPRANKINGTENNIS.pal │ │ │ │ ├── TOPRANKTENNIS.pal │ │ │ │ ├── TOY STORY.pal │ │ │ │ ├── TRIP WORLD.pal │ │ │ │ ├── VEGAS STAKES.pal │ │ │ │ ├── WARIO BLAST.pal │ │ │ │ ├── WARIOLAND2.pal │ │ │ │ ├── WAVERACE.pal │ │ │ │ ├── WORLD CUP.pal │ │ │ │ ├── X.pal │ │ │ │ ├── YAKUMAN.pal │ │ │ │ ├── YOSHI'S COOKIE.pal │ │ │ │ ├── YOSSY NO COOKIE.pal │ │ │ │ ├── YOSSY NO PANEPON.pal │ │ │ │ ├── YOSSY NO TAMAGO.pal │ │ │ │ ├── ZELDA.pal │ │ │ │ ├── ZELDA2.pal │ │ │ │ ├── bsnes v087.pal │ │ │ │ └── default.pal │ │ ├── Lua │ │ │ ├── ButtonCount.lua │ │ │ ├── Genesis │ │ │ │ ├── Castlevania Bloodlines.lua │ │ │ │ ├── Earthworm Jim 2.lua │ │ │ │ ├── Gargoyles.lua │ │ │ │ ├── Legend of Toki.lua │ │ │ │ ├── Splatterhouse 2 (JPN).lua │ │ │ │ └── Splatterhouse 2 (USA).lua │ │ │ ├── JoypadIntersection.lua │ │ │ ├── MovieClock.lua │ │ │ ├── N64 │ │ │ │ └── M64_reader.lua │ │ │ ├── NES │ │ │ │ ├── Castlevania.lua │ │ │ │ ├── Contra force.lua │ │ │ │ ├── Crystalis.lua │ │ │ │ ├── Faxandu.lua │ │ │ │ ├── Holy Diver.lua │ │ │ │ ├── Megaman 4.lua │ │ │ │ ├── Ninja Gaiden II.lua │ │ │ │ ├── Ninja Gaiden III.lua │ │ │ │ ├── NinjaGaiden_Hitbox.lua │ │ │ │ ├── PunchOutStats.lua │ │ │ │ ├── RBIBaseball.lua │ │ │ │ ├── SMB2U.lua │ │ │ │ ├── Simons Quest.lua │ │ │ │ ├── Snake Rattle N' Roll.lua │ │ │ │ ├── Super C.lua │ │ │ │ ├── Super Mario Brothers 3 (USA) (Rev A).lua │ │ │ │ ├── Vice Project Doom.lua │ │ │ │ └── ZapperTarget.lua │ │ │ ├── PCE │ │ │ │ ├── Castlevania_Rondo_of_Blood.lua │ │ │ │ └── Neutopia.lua │ │ │ ├── SNES │ │ │ │ ├── Congo's Caper.lua │ │ │ │ ├── Contra 3.lua │ │ │ │ ├── Donkey Kong Country 3.lua │ │ │ │ ├── Megaman X.lua │ │ │ │ ├── Megaman X2.lua │ │ │ │ ├── Megaman X3.lua │ │ │ │ ├── Rockman and Forte.lua │ │ │ │ ├── Super Castlevania 4.lua │ │ │ │ ├── Super Castlevania IV.lua │ │ │ │ ├── Super Ghouls N Ghost.lua │ │ │ │ ├── Super Mario World.lua │ │ │ │ ├── Super Metroid.lua │ │ │ │ └── Y's III.lua │ │ │ ├── UnitTests │ │ │ │ ├── Console.lua │ │ │ │ ├── GameInfo.lua │ │ │ │ ├── Joypad_RoundTrip.lua │ │ │ │ ├── Joypad_Set.lua │ │ │ │ ├── Joypad_WithControllerNumbers.lua │ │ │ │ ├── TestCommunication_All.lua │ │ │ │ ├── TestCommunication_Simple.lua │ │ │ │ └── UnitTests.lua │ │ │ ├── tasjudy.bat │ │ │ ├── tasjudy.lua │ │ │ └── tasjudy.py │ │ ├── NES │ │ │ └── Palettes │ │ │ │ ├── ASQ_realityA.pal │ │ │ │ ├── ASQ_realityB.pal │ │ │ │ ├── BMF_final2.pal │ │ │ │ ├── BMF_final3.pal │ │ │ │ ├── FCEU-13-default_nitsuja.pal │ │ │ │ ├── FCEU-15-nitsuja_new.pal │ │ │ │ ├── FCEUX (2.2.0).pal │ │ │ │ ├── QuickNes.pal │ │ │ │ └── SONY_CXA2025AS_US.pal │ │ ├── Shaders │ │ │ ├── BizHawk │ │ │ │ ├── BizScanlines.cg │ │ │ │ ├── BizScanlines.cgp │ │ │ │ ├── bicubic-fast.cg │ │ │ │ ├── bicubic-fast.cgp │ │ │ │ ├── bicubic-normal.cg │ │ │ │ ├── bicubic-normal.cgp │ │ │ │ ├── hq2x.cg │ │ │ │ └── hq2x.cgp │ │ │ └── retroizer │ │ │ │ ├── retroizer.cg │ │ │ │ └── retroizer.cgp │ │ ├── Tools │ │ │ └── .gitempty │ │ ├── defctrl.json │ │ ├── dll │ │ │ └── cgc.exe │ │ ├── gamedb │ │ │ ├── NesCarts.xml │ │ │ ├── game.db │ │ │ ├── gamedb.txt │ │ │ ├── gamedb_a2600.txt │ │ │ ├── gamedb_a7800.txt │ │ │ ├── gamedb_amstradcpc.txt │ │ │ ├── gamedb_amstradcpc_disks.txt │ │ │ ├── gamedb_appleII.txt │ │ │ ├── gamedb_channelf.txt │ │ │ ├── gamedb_coleco.txt │ │ │ ├── gamedb_e_cards.txt │ │ │ ├── gamedb_gb.txt │ │ │ ├── gamedb_gba.txt │ │ │ ├── gamedb_gbc.txt │ │ │ ├── gamedb_goodnes.txt │ │ │ ├── gamedb_intv.txt │ │ │ ├── gamedb_lynx.txt │ │ │ ├── gamedb_msx1.txt │ │ │ ├── gamedb_msx2.txt │ │ │ ├── gamedb_n64.txt │ │ │ ├── gamedb_nes.txt │ │ │ ├── gamedb_neshomebrew.txt │ │ │ ├── gamedb_ngp.txt │ │ │ ├── gamedb_ngp_nointro.txt │ │ │ ├── gamedb_ngp_tosec.txt │ │ │ ├── gamedb_pce_cd.txt │ │ │ ├── gamedb_pce_hucards.txt │ │ │ ├── gamedb_psx.txt │ │ │ ├── gamedb_sega_gg.txt │ │ │ ├── gamedb_sega_md.txt │ │ │ ├── gamedb_sega_sg1000.txt │ │ │ ├── gamedb_sega_sms.txt │ │ │ ├── gamedb_snes.txt │ │ │ ├── gamedb_vectrex.txt │ │ │ ├── gamedb_vs.txt │ │ │ ├── gamedb_ws.txt │ │ │ ├── gamedb_wsc.txt │ │ │ ├── gamedb_zxspectrum.txt │ │ │ ├── gamedb_zxspectrum_disks.txt │ │ │ ├── gamedb_zxspectrum_tapes.txt │ │ │ ├── update_gamedb.bat │ │ │ └── wget.exe │ │ └── libblip_buf.so │ ├── BizHawk.Client.ApiHawk │ │ ├── Attributes │ │ │ ├── BizHawkExternalToolAttribute.cs │ │ │ └── BizHawkExternalToolUsageAttribute.cs │ │ ├── BizHawk.Client.ApiHawk.csproj │ │ ├── BizHawk.Client.ApiHawk.csproj.DotSettings │ │ ├── Classes │ │ │ ├── Api │ │ │ │ ├── EmuApi.cs │ │ │ │ ├── GameInfoApi.cs │ │ │ │ ├── JoypadApi.cs │ │ │ │ ├── MemApi.cs │ │ │ │ ├── MemApiBase.cs │ │ │ │ ├── MemEventsApi.cs │ │ │ │ ├── MemorySaveStateApi.cs │ │ │ │ ├── MovieApi.cs │ │ │ │ ├── PluginBase.cs │ │ │ │ ├── SqlApi.cs │ │ │ │ └── UserDataApi.cs │ │ │ ├── ApiInjector.cs │ │ │ ├── BasicApiProvider.cs │ │ │ ├── BizHawkSystemIdToCoreSystemEnumConverter.cs │ │ │ ├── ClientApi.cs │ │ │ ├── Events │ │ │ │ ├── EventArgs │ │ │ │ │ ├── BeforeQuickLoadEventArgs.cs │ │ │ │ │ ├── BeforeQuickSaveEventArgs.cs │ │ │ │ │ ├── StateLoadedEventArgs.cs │ │ │ │ │ └── StateSavedEventArgs.cs │ │ │ │ └── EventHandlers │ │ │ │ │ ├── BeforeQuickLoadEventhandler.cs │ │ │ │ │ ├── BeforeQuickSaveEventhandler.cs │ │ │ │ │ ├── StateLoadedEventHandler.cs │ │ │ │ │ └── StateSavedEventHandler.cs │ │ │ ├── ExternalToolManager.cs │ │ │ ├── Joypad.cs │ │ │ └── JoypadStringToEnumConverter.cs │ │ ├── Enums │ │ │ └── BizHawkExternalToolUsage.cs │ │ ├── Interfaces │ │ │ ├── Api │ │ │ │ ├── IApiContainer.cs │ │ │ │ ├── IComm.cs │ │ │ │ ├── IEmu.cs │ │ │ │ ├── IExternalApi.cs │ │ │ │ ├── IGameInfo.cs │ │ │ │ ├── IGui.cs │ │ │ │ ├── IInput.cs │ │ │ │ ├── IJoypad.cs │ │ │ │ ├── IMem.cs │ │ │ │ ├── IMemEvents.cs │ │ │ │ ├── IMemorySavestate.cs │ │ │ │ ├── IMovie.cs │ │ │ │ ├── ISaveState.cs │ │ │ │ ├── ISql.cs │ │ │ │ ├── ITool.cs │ │ │ │ └── IUserData.cs │ │ │ ├── IExternalApiProvider.cs │ │ │ ├── IExternalToolForm.cs │ │ │ └── IPlugin.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ └── Resources │ │ │ └── ApiClassDiagram.cd │ ├── BizHawk.Client.Common │ │ ├── 7z │ │ │ ├── ArchiveEmulationStreamProxy.cs │ │ │ ├── ArchiveExtractCallback.cs │ │ │ ├── ArchiveOpenCallback.cs │ │ │ ├── ArchiveUpdateCallback.cs │ │ │ ├── COM.cs │ │ │ ├── Common.cs │ │ │ ├── EventArgs.cs │ │ │ ├── Exceptions.cs │ │ │ ├── FileSignatureChecker.cs │ │ │ ├── Formats.cs │ │ │ ├── LibraryFeature.cs │ │ │ ├── LibraryManager.cs │ │ │ ├── LzmaDecodeStream.cs │ │ │ ├── LzmaEncodeStream.cs │ │ │ ├── LzmaProgressCallback.cs │ │ │ ├── NativeMethods.cs │ │ │ ├── SevenZipCompressor.cs │ │ │ ├── SevenZipCompressorAsynchronous.cs │ │ │ ├── SevenZipExtractor.cs │ │ │ ├── SevenZipExtractorAsynchronous.cs │ │ │ ├── SevenZipSfx.cs │ │ │ ├── StreamWrappers.cs │ │ │ └── sdk │ │ │ │ ├── Common │ │ │ │ ├── CRC.cs │ │ │ │ ├── InBuffer.cs │ │ │ │ └── OutBuffer.cs │ │ │ │ ├── Compress │ │ │ │ ├── LZ │ │ │ │ │ ├── IMatchFinder.cs │ │ │ │ │ ├── LzBinTree.cs │ │ │ │ │ ├── LzInWindow.cs │ │ │ │ │ └── LzOutWindow.cs │ │ │ │ ├── LZMA │ │ │ │ │ ├── LzmaBase.cs │ │ │ │ │ ├── LzmaDecoder.cs │ │ │ │ │ └── LzmaEncoder.cs │ │ │ │ └── RangeCoder │ │ │ │ │ ├── RangeCoder.cs │ │ │ │ │ ├── RangeCoderBit.cs │ │ │ │ │ └── RangeCoderBitTree.cs │ │ │ │ └── ICoder.cs │ │ ├── Api │ │ │ ├── CoreSystem.cs │ │ │ └── JoypadButton.cs │ │ ├── BinarySaveStates.cs │ │ ├── BitmapBufferVideoProvider.cs │ │ ├── BizHawk.Client.Common.csproj │ │ ├── BizHawk.Client.Common.csproj.DotSettings │ │ ├── ControllerBinding.cs │ │ ├── CoreFileProvider.cs │ │ ├── ExceptionClasses.cs │ │ ├── Extensions.cs │ │ ├── FirmwareManager.cs │ │ ├── FrameworkFastZipWriter.cs │ │ ├── FrameworkZipWriter.cs │ │ ├── Global.cs │ │ ├── IPS.cs │ │ ├── IZipWriter.cs │ │ ├── IonicZipWriter.cs │ │ ├── KeyTurbo.cs │ │ ├── NESGameGenieEncoderDecoder.cs │ │ ├── OpenAdvanced.cs │ │ ├── PathManager.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── QuickBmpFile.cs │ │ ├── RecentFiles.cs │ │ ├── RomGame.cs │ │ ├── RomLoader.cs │ │ ├── SaveSlotManager.cs │ │ ├── SavestateManager.cs │ │ ├── SevenZipSharpArchiveHandler.cs │ │ ├── SevenZipWriter.cs │ │ ├── SharpZipWriter.cs │ │ ├── SystemInfo.cs │ │ ├── XmlGame.cs │ │ ├── config │ │ │ ├── Binding.cs │ │ │ ├── Config.cs │ │ │ ├── ConfigPersistAttribute.cs │ │ │ ├── ConfigService.cs │ │ │ ├── PathEntry.cs │ │ │ └── ToolDialogSettings.cs │ │ ├── input │ │ │ └── PolarRectConversion.cs │ │ ├── inputAdapters │ │ │ ├── AutoPattern.cs │ │ │ ├── BitwiseAdapters.cs │ │ │ ├── ClickyVirtualPadController.cs │ │ │ ├── CopyController.cs │ │ │ ├── InputAdapterExtensions.cs │ │ │ ├── InputManager.cs │ │ │ ├── OverrideAdaptor.cs │ │ │ ├── SimpleController.cs │ │ │ ├── StickyAdapters.cs │ │ │ └── UDLRController.cs │ │ ├── lua │ │ │ ├── EmuLuaLibrary.Bit.cs │ │ │ ├── EmuLuaLibrary.Emu.cs │ │ │ ├── EmuLuaLibrary.Events.cs │ │ │ ├── EmuLuaLibrary.GameInfo.cs │ │ │ ├── EmuLuaLibrary.Genesis.cs │ │ │ ├── EmuLuaLibrary.Joypad.cs │ │ │ ├── EmuLuaLibrary.MainMemory.cs │ │ │ ├── EmuLuaLibrary.Memory.cs │ │ │ ├── EmuLuaLibrary.MemorySavestate.cs │ │ │ ├── EmuLuaLibrary.Movie.cs │ │ │ ├── EmuLuaLibrary.NES.cs │ │ │ ├── EmuLuaLibrary.SNES.cs │ │ │ ├── EmuLuaLibrary.SQL.cs │ │ │ ├── EmuLuaLibrary.String.cs │ │ │ ├── EmuLuaLibrary.UserData.cs │ │ │ ├── EnvironmentSandbox.cs │ │ │ ├── LuaAttributes.cs │ │ │ ├── LuaDocumentation.cs │ │ │ ├── LuaExamples.cs │ │ │ ├── LuaFile.cs │ │ │ ├── LuaFileList.cs │ │ │ ├── LuaFunctionList.cs │ │ │ ├── LuaHelper.cs │ │ │ ├── LuaLibraryBase.cs │ │ │ ├── LuaMemoryBase.cs │ │ │ ├── LuaSandbox.cs │ │ │ └── NamedLuaFunction.cs │ │ ├── miniz │ │ │ ├── LibMiniz.cs │ │ │ └── MinizZipWriter.cs │ │ ├── movie │ │ │ ├── HeaderKeys.cs │ │ │ ├── MovieService.cs │ │ │ ├── MovieSession.cs │ │ │ ├── MultitrackRecording.cs │ │ │ ├── PlatformFrameRates.cs │ │ │ ├── Subtitle.cs │ │ │ ├── SubtitleList.cs │ │ │ ├── bk2 │ │ │ │ ├── Bk2ControllerAdapter.cs │ │ │ │ ├── Bk2FloatConstants.cs │ │ │ │ ├── Bk2Header.cs │ │ │ │ ├── Bk2LogEntryGenerator.cs │ │ │ │ ├── Bk2MnemonicConstants.cs │ │ │ │ ├── Bk2Movie.HeaderApi.cs │ │ │ │ ├── Bk2Movie.IO.cs │ │ │ │ ├── Bk2Movie.InputLog.cs │ │ │ │ ├── Bk2Movie.ModeApi.cs │ │ │ │ ├── Bk2Movie.cs │ │ │ │ └── StringLogs.cs │ │ │ ├── bkm │ │ │ │ ├── BkmControllerAdapter.cs │ │ │ │ ├── BkmHeader.cs │ │ │ │ ├── BkmLogEntryGenerator.cs │ │ │ │ ├── BkmMnemonicConstants.cs │ │ │ │ ├── BkmMovie.HeaderApi.cs │ │ │ │ ├── BkmMovie.IO.cs │ │ │ │ ├── BkmMovie.InputLog.cs │ │ │ │ ├── BkmMovie.ModeApi.cs │ │ │ │ └── BkmMovie.cs │ │ │ ├── conversions │ │ │ │ └── MovieConversionExtensions.cs │ │ │ ├── import │ │ │ │ ├── Fm2Import.cs │ │ │ │ ├── IMovieImport.cs │ │ │ │ ├── MovieImport.cs │ │ │ │ ├── PJMImport.cs │ │ │ │ └── PXMImport.cs │ │ │ ├── interfaces │ │ │ │ ├── ILogEntryGenerator.cs │ │ │ │ ├── IMovie.cs │ │ │ │ ├── IMovieController.cs │ │ │ │ └── IMovieSession.cs │ │ │ └── tasproj │ │ │ │ ├── StateManagerDecay.cs │ │ │ │ ├── StateManagerState.cs │ │ │ │ ├── TasBranch.cs │ │ │ │ ├── TasLagLog.cs │ │ │ │ ├── TasMovie.Editing.cs │ │ │ │ ├── TasMovie.History.cs │ │ │ │ ├── TasMovie.IO.cs │ │ │ │ ├── TasMovie.cs │ │ │ │ ├── TasMovieMarker.cs │ │ │ │ ├── TasMovieRecord.cs │ │ │ │ ├── TasSession.cs │ │ │ │ ├── TasStateManager.cs │ │ │ │ └── TasStateManagerSettings.cs │ │ ├── rewind │ │ │ ├── RewindThreader.cs │ │ │ ├── Rewinder.cs │ │ │ └── StreamBlobDatabase.cs │ │ └── tools │ │ │ ├── Cheat.cs │ │ │ ├── CheatList.cs │ │ │ ├── Interfaces │ │ │ ├── IToolForm.cs │ │ │ └── IToolFormAutoConfig.cs │ │ │ ├── RamSearchEngine.cs │ │ │ └── Watch │ │ │ ├── ByteWatch.cs │ │ │ ├── DisplayType.cs │ │ │ ├── DwordWatch.cs │ │ │ ├── PreviousType.cs │ │ │ ├── SeparatorWatch.cs │ │ │ ├── Watch.cs │ │ │ ├── WatchList │ │ │ ├── WatchAddressComparer.cs │ │ │ ├── WatchChangeCountComparer.cs │ │ │ ├── WatchDisplayTypeComparer.cs │ │ │ ├── WatchDomainComparer.cs │ │ │ ├── WatchEqualityComparer.cs │ │ │ ├── WatchList.cs │ │ │ ├── WatchNoteComparer.cs │ │ │ ├── WatchPreviousValueComparer.cs │ │ │ ├── WatchValueComparer.cs │ │ │ └── WatchValueDifferenceComparer.cs │ │ │ ├── WatchSize.cs │ │ │ └── WordWatch.cs │ ├── BizHawk.Client.DBMan │ │ ├── BizHawk.Client.DBMan.csproj │ │ ├── BizHawk.Client.DBMan.csproj.DotSettings │ │ ├── CSharp-SQLite.dll │ │ ├── DATTools │ │ │ ├── DATConverter.Designer.cs │ │ │ ├── DATConverter.cs │ │ │ ├── DATConverter.resx │ │ │ ├── DATParserBase.cs │ │ │ ├── NOINTROParser.cs │ │ │ └── TOSECParser.cs │ │ ├── DB.cs │ │ ├── DBMan_MainForm.Designer.cs │ │ ├── DBMan_MainForm.cs │ │ ├── DBMan_MainForm.resx │ │ ├── Data │ │ │ └── psx-hash.txt │ │ ├── DirectoryScan.cs │ │ ├── DiscHash.cs │ │ ├── Program.cs │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ ├── PsxDBJob.cs │ │ ├── RomHasher.cs │ │ └── app.config │ ├── BizHawk.Client.DiscoHawk │ │ ├── About.Designer.cs │ │ ├── About.cs │ │ ├── About.resx │ │ ├── AudioExtractor.cs │ │ ├── BizHawk.Client.DiscoHawk.csproj │ │ ├── BizHawk.Client.DiscoHawk.csproj.DotSettings │ │ ├── ComparisonResults.Designer.cs │ │ ├── ComparisonResults.cs │ │ ├── ComparisonResults.resx │ │ ├── DiscoHawk.cs │ │ ├── DiscoHawkDialog.Designer.cs │ │ ├── DiscoHawkDialog.cs │ │ ├── DiscoHawkDialog.resx │ │ ├── MainDiscoForm.Designer.cs │ │ ├── MainDiscoForm.cs │ │ ├── MainDiscoForm.resx │ │ ├── ProgressDialog.Designer.cs │ │ ├── ProgressDialog.cs │ │ ├── ProgressDialog.resx │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── app.config │ │ └── discohawk.ico │ ├── BizHawk.Client.EmuHawk │ │ ├── AVOut │ │ │ ├── AVSync.cs │ │ │ ├── AviWriter.cs │ │ │ ├── BmpVideoProvder.cs │ │ │ ├── FFmpegWriter.cs │ │ │ ├── FFmpegWriterForm.Designer.cs │ │ │ ├── FFmpegWriterForm.cs │ │ │ ├── FFmpegWriterForm.resx │ │ │ ├── GifWriter.cs │ │ │ ├── GifWriterForm.Designer.cs │ │ │ ├── GifWriterForm.cs │ │ │ ├── GifWriterForm.resx │ │ │ ├── IVideoWriter.cs │ │ │ ├── ImageSequenceWriter.cs │ │ │ ├── JMDForm.Designer.cs │ │ │ ├── JMDForm.cs │ │ │ ├── JMDForm.resx │ │ │ ├── JMDWriter.cs │ │ │ ├── NumericTextBox.cs │ │ │ ├── NutMuxer.cs │ │ │ ├── NutWriter.cs │ │ │ ├── Quantize │ │ │ │ ├── OctreeQuantizer.cs │ │ │ │ ├── PaletteTable.cs │ │ │ │ └── Quantizer.cs │ │ │ ├── SynclessRecorder.cs │ │ │ ├── SynclessRecordingTools.Designer.cs │ │ │ ├── SynclessRecordingTools.cs │ │ │ ├── SynclessRecordingTools.resx │ │ │ ├── VideoWriterChooserForm.Designer.cs │ │ │ ├── VideoWriterChooserForm.cs │ │ │ ├── VideoWriterChooserForm.resx │ │ │ └── WavWriter.cs │ │ ├── AboutBox.Designer.cs │ │ ├── AboutBox.cs │ │ ├── AboutBox.resx │ │ ├── Api │ │ │ ├── ApiContainer.cs │ │ │ ├── ApiManager.cs │ │ │ └── Libraries │ │ │ │ ├── CommApi.cs │ │ │ │ ├── GuiApi.cs │ │ │ │ ├── InputApi.cs │ │ │ │ ├── SaveStateAPI.cs │ │ │ │ └── ToolApi.cs │ │ ├── ArchiveChooser.Designer.cs │ │ ├── ArchiveChooser.cs │ │ ├── ArchiveChooser.resx │ │ ├── ArgParser.cs │ │ ├── BizBox.Designer.cs │ │ ├── BizBox.cs │ │ ├── BizBox.resx │ │ ├── BizBoxInfoControl.Designer.cs │ │ ├── BizBoxInfoControl.cs │ │ ├── BizBoxInfoControl.resx │ │ ├── BizHawk.Client.EmuHawk.csproj │ │ ├── BizHawk.Client.EmuHawk.csproj.DotSettings │ │ ├── Communication.cs │ │ ├── CoreFeatureAnalysis.Designer.cs │ │ ├── CoreFeatureAnalysis.cs │ │ ├── CoreFeatureAnalysis.resx │ │ ├── CustomControls │ │ │ ├── ExceptionBox.Designer.cs │ │ │ ├── ExceptionBox.cs │ │ │ ├── ExceptionBox.resx │ │ │ ├── FolderBrowserDialogEx.cs │ │ │ ├── GDIRenderer.cs │ │ │ ├── HexTextBox.cs │ │ │ ├── HexView.cs │ │ │ ├── InputConfigBase.cs │ │ │ ├── InputConfigBase.resx │ │ │ ├── InputRoll.Drawing.cs │ │ │ ├── InputRoll.cs │ │ │ ├── MenuButton.cs │ │ │ ├── MiscControls.cs │ │ │ ├── MsgBox.cs │ │ │ ├── MsgBox.designer.cs │ │ │ ├── MsgBox.resx │ │ │ ├── PrereqsAlert.Designer.cs │ │ │ ├── PrereqsAlert.cs │ │ │ ├── PrereqsAlert.resx │ │ │ ├── QuickProgressPopup.Designer.cs │ │ │ ├── QuickProgressPopup.cs │ │ │ ├── QuickProgressPopup.resx │ │ │ ├── ReadonlyCheckbox.cs │ │ │ ├── RepeatButton.cs │ │ │ ├── SmartTextBoxControl.cs │ │ │ ├── TasListView.cs │ │ │ ├── TasListView.resx │ │ │ ├── TextDebugView.cs │ │ │ ├── ToolStripEx.cs │ │ │ ├── TransparentTrackbar.cs │ │ │ ├── ViewportPanel.cs │ │ │ ├── VirtualListView.cs │ │ │ └── Win32.cs │ │ ├── DisplayManager │ │ │ ├── DisplayManager.cs │ │ │ ├── DisplaySurface.cs │ │ │ ├── FilterManager.cs │ │ │ ├── Filters │ │ │ │ ├── BaseFilter.cs │ │ │ │ ├── Gui.cs │ │ │ │ ├── Retro.cs │ │ │ │ └── Utils.cs │ │ │ ├── OSDManager.cs │ │ │ ├── RenderTargetFrugalizer.cs │ │ │ ├── SwappableBitmapBufferSet.cs │ │ │ ├── SwappableDisplaySurfaceSet.cs │ │ │ └── TextureFrugalizer.cs │ │ ├── Extensions │ │ │ ├── ControlExtensions.cs │ │ │ ├── CoreExtensions.cs │ │ │ └── ToolExtensions.cs │ │ ├── ExternalCoreSupport.cs │ │ ├── FileLoader.cs │ │ ├── GLManager.cs │ │ ├── Global.cs │ │ ├── GlobalWin.cs │ │ ├── IControlMainform.cs │ │ ├── Input │ │ │ ├── GamePad.cs │ │ │ ├── GamePad360.cs │ │ │ ├── IPCKeyInput.cs │ │ │ ├── Input.cs │ │ │ ├── Keyboard.cs │ │ │ ├── OTK_Gamepad.cs │ │ │ └── OTK_Keyboard.cs │ │ ├── JumpLists.cs │ │ ├── LogConsole.cs │ │ ├── LogWindow.Designer.cs │ │ ├── LogWindow.cs │ │ ├── LogWindow.resx │ │ ├── MainForm.Designer.cs │ │ ├── MainForm.Events.cs │ │ ├── MainForm.Hotkey.cs │ │ ├── MainForm.Movie.cs │ │ ├── MainForm.cs │ │ ├── MainForm.resources │ │ ├── MainForm.resx │ │ ├── NameStateForm.Designer.cs │ │ ├── NameStateForm.cs │ │ ├── NameStateForm.resources │ │ ├── NameStateForm.resx │ │ ├── OpenAdvanced.cs │ │ ├── OpenAdvancedChooser.Designer.cs │ │ ├── OpenAdvancedChooser.cs │ │ ├── OpenAdvancedChooser.resx │ │ ├── PlatformChooser.Designer.cs │ │ ├── PlatformChooser.cs │ │ ├── PlatformChooser.resx │ │ ├── PresentationPanel.cs │ │ ├── Program.cs │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resources │ │ │ ├── Resources.resx │ │ │ └── Settings.Designer.cs │ │ ├── RTC │ │ │ ├── Hooks.cs │ │ │ ├── Render.cs │ │ │ ├── VanguardCore.cs │ │ │ ├── VanguardRealTimeEvents.cs │ │ │ └── Vanguard_VanguardImplementation.cs │ │ ├── Resources │ │ │ ├── MoveBottom.png │ │ │ ├── MoveTop.png │ │ │ ├── ZXSpectrumKeyboard.bmp │ │ │ ├── courier16px.bmfc │ │ │ ├── courier16px.fnt │ │ │ ├── courier16px_0.png │ │ │ ├── fceux.ttf │ │ │ ├── gens.ttf │ │ │ ├── inifile_icon.png │ │ │ ├── notepad_icon.png │ │ │ └── paintbrush_icon.png │ │ ├── RomStatusPicker.Designer.cs │ │ ├── RomStatusPicker.cs │ │ ├── RomStatusPicker.resx │ │ ├── ScreenSaver.cs │ │ ├── Sound │ │ │ ├── Interfaces │ │ │ │ ├── IBufferedSoundProvider.cs │ │ │ │ └── ISoundOutput.cs │ │ │ ├── Output │ │ │ │ ├── DirectSoundSoundOutput.cs │ │ │ │ ├── DummySoundOutput.cs │ │ │ │ ├── OpenALSoundOutput.cs │ │ │ │ └── XAudio2SoundOutput.cs │ │ │ ├── Sound.cs │ │ │ └── Utilities │ │ │ │ ├── BufferedAsync.cs │ │ │ │ ├── SoundOutputProvider.cs │ │ │ │ └── SyncToAsyncProvider.cs │ │ ├── Throttle.cs │ │ ├── ToolAttribute.cs │ │ ├── UIHelper.cs │ │ ├── UpdateChecker.cs │ │ ├── Watch.cs │ │ ├── app.config │ │ ├── config │ │ │ ├── A7800 │ │ │ │ ├── A7800ControllerSettings.Designer.cs │ │ │ │ ├── A7800ControllerSettings.cs │ │ │ │ ├── A7800ControllerSettings.resx │ │ │ │ ├── A7800FilterSettings.Designer.cs │ │ │ │ ├── A7800FilterSettings.cs │ │ │ │ └── A7800FilterSettings.resx │ │ │ ├── AmstradCPC │ │ │ │ ├── AmstradCPCAudioSettings.Designer.cs │ │ │ │ ├── AmstradCPCAudioSettings.cs │ │ │ │ ├── AmstradCPCAudioSettings.resx │ │ │ │ ├── AmstradCPCCoreEmulationSettings.Designer.cs │ │ │ │ ├── AmstradCPCCoreEmulationSettings.cs │ │ │ │ ├── AmstradCPCCoreEmulationSettings.resx │ │ │ │ ├── AmstradCPCNonSyncSettings.Designer.cs │ │ │ │ ├── AmstradCPCNonSyncSettings.cs │ │ │ │ ├── AmstradCPCNonSyncSettings.resx │ │ │ │ ├── AmstradCPCPokeMemory.Designer.cs │ │ │ │ ├── AmstradCPCPokeMemory.cs │ │ │ │ └── AmstradCPCPokeMemory.resx │ │ │ ├── AnalogRangeConfig.Designer.cs │ │ │ ├── AnalogRangeConfig.cs │ │ │ ├── AnalogRangeConfigControl.Designer.cs │ │ │ ├── AnalogRangeConfigControl.cs │ │ │ ├── AnalogRangeConfigControl.resx │ │ │ ├── AutofireConfig.Designer.cs │ │ │ ├── AutofireConfig.cs │ │ │ ├── AutofireConfig.resx │ │ │ ├── ColecoVision │ │ │ │ ├── ColecoControllerSettings.Designer.cs │ │ │ │ ├── ColecoControllerSettings.cs │ │ │ │ └── ColecoControllerSettings.resx │ │ │ ├── ControllerConfig.Designer.cs │ │ │ ├── ControllerConfig.cs │ │ │ ├── ControllerConfig.resx │ │ │ ├── ControllerConfig │ │ │ │ ├── AnalogBindControl.Designer.cs │ │ │ │ ├── AnalogBindControl.cs │ │ │ │ ├── AnalogBindControl.resx │ │ │ │ ├── AnalogBindPanel.cs │ │ │ │ ├── ControllerConfigPanel.Designer.cs │ │ │ │ ├── ControllerConfigPanel.cs │ │ │ │ └── ControllerConfigPanel.resx │ │ │ ├── ControllerImages │ │ │ │ ├── A78Joystick.png │ │ │ │ ├── C64Joystick.png │ │ │ │ ├── C64Keyboard.png │ │ │ │ ├── GBA_Controller.png │ │ │ │ ├── GBController.png │ │ │ │ ├── GENController.png │ │ │ │ ├── IntVController.png │ │ │ │ ├── Lynx.png │ │ │ │ ├── N64.png │ │ │ │ ├── NES_Controller.png │ │ │ │ ├── PCEngineController.png │ │ │ │ ├── PSX-Original-Controller.png │ │ │ │ ├── SMSController.png │ │ │ │ ├── SNES_Controller.png │ │ │ │ ├── SaturnController.jpg │ │ │ │ ├── TI83Calculator.png │ │ │ │ ├── TI83_Controller.png │ │ │ │ ├── WonderSwanColor.png │ │ │ │ ├── ZXSpectrumKeyboards.png │ │ │ │ ├── colecovisioncontroller.png │ │ │ │ └── psx_dualshock.png │ │ │ ├── DisplayConfig.Designer.cs │ │ │ ├── DisplayConfig.cs │ │ │ ├── DisplayConfig.resx │ │ │ ├── DisplayConfigLite.Designer.cs │ │ │ ├── DisplayConfigLite.cs │ │ │ ├── DisplayConfigLite.resx │ │ │ ├── FileExtensionPreferences.Designer.cs │ │ │ ├── FileExtensionPreferences.cs │ │ │ ├── FileExtensionPreferences.resx │ │ │ ├── FileExtensionPreferencesPicker.Designer.cs │ │ │ ├── FileExtensionPreferencesPicker.cs │ │ │ ├── FileExtensionPreferencesPicker.resx │ │ │ ├── FirmwaresConfig.Designer.cs │ │ │ ├── FirmwaresConfig.cs │ │ │ ├── FirmwaresConfig.resx │ │ │ ├── FirmwaresConfigInfo.Designer.cs │ │ │ ├── FirmwaresConfigInfo.cs │ │ │ ├── FirmwaresConfigInfo.resx │ │ │ ├── GB │ │ │ │ ├── BmpView.cs │ │ │ │ ├── CGBColorChooserForm.Designer.cs │ │ │ │ ├── CGBColorChooserForm.cs │ │ │ │ ├── CGBColorChooserForm.resx │ │ │ │ ├── ColorChooserForm.Designer.cs │ │ │ │ ├── ColorChooserForm.cs │ │ │ │ ├── ColorChooserForm.resx │ │ │ │ ├── DGBPrefs.Designer.cs │ │ │ │ ├── DGBPrefs.cs │ │ │ │ ├── DGBPrefs.resx │ │ │ │ ├── GBPrefControl.Designer.cs │ │ │ │ ├── GBPrefControl.cs │ │ │ │ ├── GBPrefControl.resx │ │ │ │ ├── GBPrefs.Designer.cs │ │ │ │ ├── GBPrefs.cs │ │ │ │ └── GBPrefs.resx │ │ │ ├── GenericCoreConfig.Designer.cs │ │ │ ├── GenericCoreConfig.cs │ │ │ ├── GenericCoreConfig.resx │ │ │ ├── GuiOptions.Designer.cs │ │ │ ├── GuiOptions.cs │ │ │ ├── GuiOptions.resx │ │ │ ├── HotkeyConfig.Designer.cs │ │ │ ├── HotkeyConfig.cs │ │ │ ├── HotkeyConfig.resx │ │ │ ├── INTV │ │ │ │ ├── IntvControllerSettings.Designer.cs │ │ │ │ ├── IntvControllerSettings.cs │ │ │ │ └── IntvControllerSettings.resx │ │ │ ├── InputCompositeWidget.Designer.cs │ │ │ ├── InputCompositeWidget.cs │ │ │ ├── InputCompositeWidget.resx │ │ │ ├── InputWidget.cs │ │ │ ├── MessageConfig.Designer.cs │ │ │ ├── MessageConfig.cs │ │ │ ├── MessageConfig.resx │ │ │ ├── N64 │ │ │ │ ├── N64ControllerSettingControl.Designer.cs │ │ │ │ ├── N64ControllerSettingControl.cs │ │ │ │ ├── N64ControllerSettingControl.resx │ │ │ │ ├── N64ControllersSetup.Designer.cs │ │ │ │ ├── N64ControllersSetup.cs │ │ │ │ ├── N64ControllersSetup.resx │ │ │ │ ├── N64VideoPluginconfig.Designer.cs │ │ │ │ ├── N64VideoPluginconfig.cs │ │ │ │ └── N64VideoPluginconfig.resx │ │ │ ├── NES │ │ │ │ ├── DataTableDictionaryBind.cs │ │ │ │ ├── NESGraphicsConfig.Designer.cs │ │ │ │ ├── NESGraphicsConfig.cs │ │ │ │ ├── NESGraphicsConfig.resx │ │ │ │ ├── NESSoundConfig.Designer.cs │ │ │ │ ├── NESSoundConfig.cs │ │ │ │ ├── NESSoundConfig.resx │ │ │ │ ├── NESSyncSettingsForm.Designer.cs │ │ │ │ ├── NESSyncSettingsForm.cs │ │ │ │ ├── NESSyncSettingsForm.resx │ │ │ │ ├── NESVSSettings.Designer.cs │ │ │ │ ├── NESVSSettings.cs │ │ │ │ ├── NESVSSettings.resx │ │ │ │ ├── NesControllerSettings.Designer.cs │ │ │ │ ├── NesControllerSettings.cs │ │ │ │ ├── NesControllerSettings.resx │ │ │ │ ├── QuickNesConfig.Designer.cs │ │ │ │ ├── QuickNesConfig.cs │ │ │ │ └── QuickNesConfig.resx │ │ │ ├── PCE │ │ │ │ ├── PCEControllerConfig.Designer.cs │ │ │ │ ├── PCEControllerConfig.cs │ │ │ │ ├── PCEControllerConfig.resx │ │ │ │ ├── PCEGraphicsConfig.Designer.cs │ │ │ │ ├── PCEGraphicsConfig.cs │ │ │ │ └── PCEGraphicsConfig.resx │ │ │ ├── PSX │ │ │ │ ├── PSXControllerConfigNew.Designer.cs │ │ │ │ ├── PSXControllerConfigNew.cs │ │ │ │ ├── PSXControllerConfigNew.resx │ │ │ │ ├── PSXHashDiscs.Designer.cs │ │ │ │ ├── PSXHashDiscs.cs │ │ │ │ ├── PSXHashDiscs.resx │ │ │ │ ├── PSXOptions.Designer.cs │ │ │ │ ├── PSXOptions.cs │ │ │ │ └── PSXOptions.resx │ │ │ ├── PathConfig.Designer.cs │ │ │ ├── PathConfig.cs │ │ │ ├── PathConfig.resx │ │ │ ├── PathInfo.Designer.cs │ │ │ ├── PathInfo.cs │ │ │ ├── PathInfo.resx │ │ │ ├── ProfileConfig.Designer.cs │ │ │ ├── ProfileConfig.cs │ │ │ ├── ProfileConfig.resx │ │ │ ├── RewindConfig.Designer.cs │ │ │ ├── RewindConfig.cs │ │ │ ├── RewindConfig.resx │ │ │ ├── SMS │ │ │ │ ├── SMSGraphicsConfig.Designer.cs │ │ │ │ ├── SMSGraphicsConfig.cs │ │ │ │ └── SMSGraphicsConfig.resx │ │ │ ├── SNES │ │ │ │ ├── SNESControllerConfig.Designer.cs │ │ │ │ ├── SNESControllerConfig.cs │ │ │ │ ├── SNESControllerConfig.resx │ │ │ │ ├── SNESOptions.Designer.cs │ │ │ │ ├── SNESOptions.cs │ │ │ │ └── SNESOptions.resx │ │ │ ├── SoundConfig.Designer.cs │ │ │ ├── SoundConfig.cs │ │ │ ├── SoundConfig.resx │ │ │ ├── TI83 │ │ │ │ ├── TI83PaletteConfig.Designer.cs │ │ │ │ ├── TI83PaletteConfig.cs │ │ │ │ └── TI83PaletteConfig.resx │ │ │ └── ZXSpectrum │ │ │ │ ├── ZXSpectrumAudioSettings.Designer.cs │ │ │ │ ├── ZXSpectrumAudioSettings.cs │ │ │ │ ├── ZXSpectrumAudioSettings.resx │ │ │ │ ├── ZXSpectrumCoreEmulationSettings.Designer.cs │ │ │ │ ├── ZXSpectrumCoreEmulationSettings.cs │ │ │ │ ├── ZXSpectrumCoreEmulationSettings.resx │ │ │ │ ├── ZXSpectrumJoystickSettings.Designer.cs │ │ │ │ ├── ZXSpectrumJoystickSettings.cs │ │ │ │ ├── ZXSpectrumJoystickSettings.resx │ │ │ │ ├── ZXSpectrumNonSyncSettings.Designer.cs │ │ │ │ ├── ZXSpectrumNonSyncSettings.cs │ │ │ │ ├── ZXSpectrumNonSyncSettings.resx │ │ │ │ ├── ZXSpectrumPokeMemory.Designer.cs │ │ │ │ ├── ZXSpectrumPokeMemory.cs │ │ │ │ └── ZXSpectrumPokeMemory.resx │ │ ├── images │ │ │ ├── .ico │ │ │ ├── AVI.png │ │ │ ├── AddEdit.png │ │ │ ├── AtariControllerIcon.png │ │ │ ├── AudioHS.png │ │ │ ├── AutoSearch.png │ │ │ ├── Back.png │ │ │ ├── BackMore.png │ │ │ ├── Blank.png │ │ │ ├── BlankCursor.cur │ │ │ ├── BlueDown.png │ │ │ ├── BlueUp.png │ │ │ ├── Both.png │ │ │ ├── Bug.ico │ │ │ ├── Bug.png │ │ │ ├── BuilderDialog_delete.bmp │ │ │ ├── BuilderDialog_movedown.bmp │ │ │ ├── BuilderDialog_moveup.bmp │ │ │ ├── C64Symbol.png │ │ │ ├── Cheats.ico │ │ │ ├── Circle.png │ │ │ ├── Close.png │ │ │ ├── ControllerImages │ │ │ │ ├── A78Joystick.png │ │ │ │ ├── AppleIIKeyboard.png │ │ │ │ ├── C64Joystick.png │ │ │ │ ├── C64Keyboard.png │ │ │ │ ├── GBA_Controller.png │ │ │ │ ├── GBController.png │ │ │ │ ├── GENController.png │ │ │ │ ├── IntVController.png │ │ │ │ ├── Lynx.png │ │ │ │ ├── N64.png │ │ │ │ ├── NES_Controller.png │ │ │ │ ├── NGPController.png │ │ │ │ ├── PCEngineController.png │ │ │ │ ├── PSX-Original-Controller.png │ │ │ │ ├── SMSController.png │ │ │ │ ├── SNES_Controller.png │ │ │ │ ├── SaturnController.jpg │ │ │ │ ├── TI83Calculator.png │ │ │ │ ├── TI83_Controller.png │ │ │ │ ├── VBoyController.png │ │ │ │ ├── WonderSwanColor.png │ │ │ │ ├── colecovisioncontroller.png │ │ │ │ └── psx_dualshock.png │ │ │ ├── CopyFolderHS.png │ │ │ ├── CorpHawkSmall.png │ │ │ ├── Cross.png │ │ │ ├── CutHS.png │ │ │ ├── Debugger.ico │ │ │ ├── Debugger.png │ │ │ ├── Delete.png │ │ │ ├── Duplicate.png │ │ │ ├── ENE.png │ │ │ ├── ESE.png │ │ │ ├── Erase.png │ │ │ ├── ExclamationRed.png │ │ │ ├── FastForward.png │ │ │ ├── FindHS.png │ │ │ ├── Forward.png │ │ │ ├── ForwardMore.png │ │ │ ├── Freeze.ico │ │ │ ├── Freeze.png │ │ │ ├── Fullscreen.png │ │ │ ├── GameController.ico │ │ │ ├── GameController.png │ │ │ ├── Gameboy Advance (black) icon.ico │ │ │ ├── GenesisControllerIcon.png │ │ │ ├── GreenCheck.png │ │ │ ├── Hack.png │ │ │ ├── HawkInLove.png │ │ │ ├── Help.png │ │ │ ├── HomeBrew.png │ │ │ ├── HotKeys.ico │ │ │ ├── HotKeys.png │ │ │ ├── Import.png │ │ │ ├── InserSeparator.bmp │ │ │ ├── InsertSeparator.png │ │ │ ├── JumpTo.png │ │ │ ├── LightOff.png │ │ │ ├── LightOn.png │ │ │ ├── Lightning.ico │ │ │ ├── Lightning.png │ │ │ ├── LoadConfig.png │ │ │ ├── Lua.ico │ │ │ ├── Lua.png │ │ │ ├── MessageConfig.png │ │ │ ├── MoveDown.png │ │ │ ├── MoveLeft.png │ │ │ ├── MoveRight.png │ │ │ ├── MoveUp.png │ │ │ ├── NE.png │ │ │ ├── NESControllerIcon.ico │ │ │ ├── NESControllerIcon.png │ │ │ ├── NNE.png │ │ │ ├── NNW.png │ │ │ ├── NW.png │ │ │ ├── NewFile.png │ │ │ ├── OpenFile.png │ │ │ ├── Paste.png │ │ │ ├── Pause.png │ │ │ ├── Play.png │ │ │ ├── PlayButton.png │ │ │ ├── Previous.ico │ │ │ ├── Previous.png │ │ │ ├── PrintPreviewHS.png │ │ │ ├── QuickNes.ico │ │ │ ├── QuickNes.png │ │ │ ├── ReadOnly.png │ │ │ ├── Recent.png │ │ │ ├── RecordHS.png │ │ │ ├── Refresh.bmp │ │ │ ├── Refresh.png │ │ │ ├── RetroQuestion.png │ │ │ ├── SE.png │ │ │ ├── SNESControllerIcon.png │ │ │ ├── SSE.png │ │ │ ├── SSW.png │ │ │ ├── SW.png │ │ │ ├── Save.png │ │ │ ├── SaveAllHS.png │ │ │ ├── SaveAs.png │ │ │ ├── SaveConfig.png │ │ │ ├── Scan.png │ │ │ ├── ScrollTo.png │ │ │ ├── Shark.ico │ │ │ ├── Shark.png │ │ │ ├── Square.png │ │ │ ├── Stop.png │ │ │ ├── StopButton.png │ │ │ ├── TAStudio.png │ │ │ ├── ToolBox.ico │ │ │ ├── ToolBox.png │ │ │ ├── Translation.png │ │ │ ├── Triangle.png │ │ │ ├── TruncateFromFile.png │ │ │ ├── TruncateFromRW.png │ │ │ ├── TurboFastForward.png │ │ │ ├── Unfreeze.png │ │ │ ├── WNW.png │ │ │ ├── WSW.png │ │ │ ├── WarningHS.png │ │ │ ├── YellowDown.png │ │ │ ├── YellowLeft.png │ │ │ ├── YellowRight.png │ │ │ ├── YellowUp.png │ │ │ ├── add.png │ │ │ ├── addWatch.ico │ │ │ ├── alt_about_image.png │ │ │ ├── atari_controller.png │ │ │ ├── basicbot.ico │ │ │ ├── bsnes.png │ │ │ ├── calculator.ico │ │ │ ├── calculator.png │ │ │ ├── camera.png │ │ │ ├── cdlogger.ico │ │ │ ├── cheat.png │ │ │ ├── checkbox.png │ │ │ ├── connect_16x16.png │ │ │ ├── console16x16.png │ │ │ ├── console32x32.png │ │ │ ├── corphawk.ico │ │ │ ├── corphawk.jpg │ │ │ ├── dual.ico │ │ │ ├── dual.png │ │ │ ├── gambatte.ico │ │ │ ├── gambatte.png │ │ │ ├── gba-icon.png │ │ │ ├── genplus.png │ │ │ ├── kitchensink.png │ │ │ ├── logo.ico │ │ │ ├── monitor.ico │ │ │ ├── monitor.png │ │ │ ├── noconnect_16x16.png │ │ │ ├── pcb.png │ │ │ ├── pce.ico │ │ │ ├── pcejin1.bmp │ │ │ ├── pencil.ico │ │ │ ├── pencil.png │ │ │ ├── poke.ico │ │ │ ├── poke.png │ │ │ ├── ppsspp.png │ │ │ ├── reboot.png │ │ │ ├── redo.png │ │ │ ├── restart.png │ │ │ ├── search.ico │ │ │ ├── search.png │ │ │ ├── sms-icon.ico │ │ │ ├── sms-icon.png │ │ │ ├── snes9x.ico │ │ │ ├── snes9x.png │ │ │ ├── tastudio │ │ │ │ ├── icon_anchor.png │ │ │ │ ├── icon_anchor_lag.png │ │ │ │ ├── icon_marker.png │ │ │ │ ├── ts_h_arrow_blue.png │ │ │ │ ├── ts_h_arrow_green.png │ │ │ │ ├── ts_h_arrow_green_blue.png │ │ │ │ ├── ts_h_piano_00.png │ │ │ │ ├── ts_h_piano_00_blue.png │ │ │ │ ├── ts_h_piano_00_green.png │ │ │ │ ├── ts_h_piano_00_green_blue.png │ │ │ │ ├── ts_h_piano_01.png │ │ │ │ ├── ts_h_piano_01_blue.png │ │ │ │ ├── ts_h_piano_01_green.png │ │ │ │ ├── ts_h_piano_01_green_blue.png │ │ │ │ ├── ts_h_piano_02.png │ │ │ │ ├── ts_h_piano_02_blue.png │ │ │ │ ├── ts_h_piano_02_green.png │ │ │ │ ├── ts_h_piano_02_green_blue.png │ │ │ │ ├── ts_h_piano_03.png │ │ │ │ ├── ts_h_piano_03_blue.png │ │ │ │ ├── ts_h_piano_03_green.png │ │ │ │ ├── ts_h_piano_03_green_blue.png │ │ │ │ ├── ts_h_piano_04.png │ │ │ │ ├── ts_h_piano_04_blue.png │ │ │ │ ├── ts_h_piano_04_green.png │ │ │ │ ├── ts_h_piano_04_green_blue.png │ │ │ │ ├── ts_h_piano_05.png │ │ │ │ ├── ts_h_piano_05_blue.png │ │ │ │ ├── ts_h_piano_05_green.png │ │ │ │ ├── ts_h_piano_05_green_blue.png │ │ │ │ ├── ts_h_piano_06.png │ │ │ │ ├── ts_h_piano_06_blue.png │ │ │ │ ├── ts_h_piano_06_green.png │ │ │ │ ├── ts_h_piano_06_green_blue.png │ │ │ │ ├── ts_h_piano_07.png │ │ │ │ ├── ts_h_piano_07_blue.png │ │ │ │ ├── ts_h_piano_07_green.png │ │ │ │ ├── ts_h_piano_07_green_blue.png │ │ │ │ ├── ts_h_piano_08.png │ │ │ │ ├── ts_h_piano_08_blue.png │ │ │ │ ├── ts_h_piano_08_green.png │ │ │ │ ├── ts_h_piano_08_green_blue.png │ │ │ │ ├── ts_h_piano_09.png │ │ │ │ ├── ts_h_piano_09_blue.png │ │ │ │ ├── ts_h_piano_09_green.png │ │ │ │ ├── ts_h_piano_09_green_blue.png │ │ │ │ ├── ts_h_piano_10.png │ │ │ │ ├── ts_h_piano_10_blue.png │ │ │ │ ├── ts_h_piano_10_green.png │ │ │ │ ├── ts_h_piano_10_green_blue.png │ │ │ │ ├── ts_h_piano_11.png │ │ │ │ ├── ts_h_piano_11_blue.png │ │ │ │ ├── ts_h_piano_11_green.png │ │ │ │ ├── ts_h_piano_11_green_blue.png │ │ │ │ ├── ts_h_piano_12.png │ │ │ │ ├── ts_h_piano_12_blue.png │ │ │ │ ├── ts_h_piano_12_green.png │ │ │ │ ├── ts_h_piano_12_green_blue.png │ │ │ │ ├── ts_h_piano_13.png │ │ │ │ ├── ts_h_piano_13_blue.png │ │ │ │ ├── ts_h_piano_13_green.png │ │ │ │ ├── ts_h_piano_13_green_blue.png │ │ │ │ ├── ts_h_piano_14.png │ │ │ │ ├── ts_h_piano_14_blue.png │ │ │ │ ├── ts_h_piano_14_green.png │ │ │ │ ├── ts_h_piano_14_green_blue.png │ │ │ │ ├── ts_h_piano_15.png │ │ │ │ ├── ts_h_piano_15_blue.png │ │ │ │ ├── ts_h_piano_15_green.png │ │ │ │ ├── ts_h_piano_15_green_blue.png │ │ │ │ ├── ts_h_piano_16.png │ │ │ │ ├── ts_h_piano_16_blue.png │ │ │ │ ├── ts_h_piano_16_green.png │ │ │ │ ├── ts_h_piano_16_green_blue.png │ │ │ │ ├── ts_h_piano_17.png │ │ │ │ ├── ts_h_piano_17_blue.png │ │ │ │ ├── ts_h_piano_17_green.png │ │ │ │ ├── ts_h_piano_17_green_blue.png │ │ │ │ ├── ts_h_piano_18.png │ │ │ │ ├── ts_h_piano_18_blue.png │ │ │ │ ├── ts_h_piano_18_green.png │ │ │ │ ├── ts_h_piano_18_green_blue.png │ │ │ │ ├── ts_h_piano_19.png │ │ │ │ ├── ts_h_piano_19_blue.png │ │ │ │ ├── ts_h_piano_19_green.png │ │ │ │ ├── ts_h_piano_19_green_blue.png │ │ │ │ ├── ts_v_arrow_blue.png │ │ │ │ ├── ts_v_arrow_green.png │ │ │ │ ├── ts_v_arrow_green_blue.png │ │ │ │ ├── ts_v_piano_00.png │ │ │ │ ├── ts_v_piano_00_blue.png │ │ │ │ ├── ts_v_piano_00_green.png │ │ │ │ ├── ts_v_piano_00_green_blue.png │ │ │ │ ├── ts_v_piano_01.png │ │ │ │ ├── ts_v_piano_01_blue.png │ │ │ │ ├── ts_v_piano_01_green.png │ │ │ │ ├── ts_v_piano_01_green_blue.png │ │ │ │ ├── ts_v_piano_02.png │ │ │ │ ├── ts_v_piano_02_blue.png │ │ │ │ ├── ts_v_piano_02_green.png │ │ │ │ ├── ts_v_piano_02_green_blue.png │ │ │ │ ├── ts_v_piano_03.png │ │ │ │ ├── ts_v_piano_03_blue.png │ │ │ │ ├── ts_v_piano_03_green.png │ │ │ │ ├── ts_v_piano_03_green_blue.png │ │ │ │ ├── ts_v_piano_04.png │ │ │ │ ├── ts_v_piano_04_blue.png │ │ │ │ ├── ts_v_piano_04_green.png │ │ │ │ ├── ts_v_piano_04_green_blue.png │ │ │ │ ├── ts_v_piano_05.png │ │ │ │ ├── ts_v_piano_05_blue.png │ │ │ │ ├── ts_v_piano_05_green.png │ │ │ │ ├── ts_v_piano_05_green_blue.png │ │ │ │ ├── ts_v_piano_06.png │ │ │ │ ├── ts_v_piano_06_blue.png │ │ │ │ ├── ts_v_piano_06_green.png │ │ │ │ ├── ts_v_piano_06_green_blue.png │ │ │ │ ├── ts_v_piano_07.png │ │ │ │ ├── ts_v_piano_07_blue.png │ │ │ │ ├── ts_v_piano_07_green.png │ │ │ │ ├── ts_v_piano_07_green_blue.png │ │ │ │ ├── ts_v_piano_08.png │ │ │ │ ├── ts_v_piano_08_blue.png │ │ │ │ ├── ts_v_piano_08_green.png │ │ │ │ ├── ts_v_piano_08_green_blue.png │ │ │ │ ├── ts_v_piano_09.png │ │ │ │ ├── ts_v_piano_09_blue.png │ │ │ │ ├── ts_v_piano_09_green.png │ │ │ │ ├── ts_v_piano_09_green_blue.png │ │ │ │ ├── ts_v_piano_10.png │ │ │ │ ├── ts_v_piano_10_blue.png │ │ │ │ ├── ts_v_piano_10_green.png │ │ │ │ ├── ts_v_piano_10_green_blue.png │ │ │ │ ├── ts_v_piano_11.png │ │ │ │ ├── ts_v_piano_11_blue.png │ │ │ │ ├── ts_v_piano_11_green.png │ │ │ │ ├── ts_v_piano_11_green_blue.png │ │ │ │ ├── ts_v_piano_12.png │ │ │ │ ├── ts_v_piano_12_blue.png │ │ │ │ ├── ts_v_piano_12_green.png │ │ │ │ ├── ts_v_piano_12_green_blue.png │ │ │ │ ├── ts_v_piano_13.png │ │ │ │ ├── ts_v_piano_13_blue.png │ │ │ │ ├── ts_v_piano_13_green.png │ │ │ │ ├── ts_v_piano_13_green_blue.png │ │ │ │ ├── ts_v_piano_14.png │ │ │ │ ├── ts_v_piano_14_blue.png │ │ │ │ ├── ts_v_piano_14_green.png │ │ │ │ ├── ts_v_piano_14_green_blue.png │ │ │ │ ├── ts_v_piano_15.png │ │ │ │ ├── ts_v_piano_15_blue.png │ │ │ │ ├── ts_v_piano_15_green.png │ │ │ │ ├── ts_v_piano_15_green_blue.png │ │ │ │ ├── ts_v_piano_16.png │ │ │ │ ├── ts_v_piano_16_blue.png │ │ │ │ ├── ts_v_piano_16_green.png │ │ │ │ ├── ts_v_piano_16_green_blue.png │ │ │ │ ├── ts_v_piano_17.png │ │ │ │ ├── ts_v_piano_17_blue.png │ │ │ │ ├── ts_v_piano_17_green.png │ │ │ │ ├── ts_v_piano_17_green_blue.png │ │ │ │ ├── ts_v_piano_18.png │ │ │ │ ├── ts_v_piano_18_blue.png │ │ │ │ ├── ts_v_piano_18_green.png │ │ │ │ ├── ts_v_piano_18_green_blue.png │ │ │ │ ├── ts_v_piano_19.png │ │ │ │ ├── ts_v_piano_19_blue.png │ │ │ │ ├── ts_v_piano_19_green.png │ │ │ │ └── ts_v_piano_19_green_blue.png │ │ │ ├── textdoc.ico │ │ │ ├── textdoc.png │ │ │ ├── thumbsdown.png │ │ │ ├── tvIcon.png │ │ │ ├── undo.png │ │ │ ├── user_blue.ico │ │ │ ├── user_blue.png │ │ │ ├── user_blue_small.png │ │ │ ├── watch.ico │ │ │ ├── whiteTriDown.png │ │ │ ├── whiteTriLeft.png │ │ │ ├── whiteTriRight.png │ │ │ └── whiteTriUp.png │ │ ├── movie │ │ │ ├── EditCommentsForm.Designer.cs │ │ │ ├── EditCommentsForm.cs │ │ │ ├── EditCommentsForm.resx │ │ │ ├── EditSubtitlesForm.Designer.cs │ │ │ ├── EditSubtitlesForm.cs │ │ │ ├── EditSubtitlesForm.resx │ │ │ ├── MovieDetails.cs │ │ │ ├── PlayMovie.Designer.cs │ │ │ ├── PlayMovie.cs │ │ │ ├── PlayMovie.resx │ │ │ ├── RecordMovie.Designer.cs │ │ │ ├── RecordMovie.cs │ │ │ ├── RecordMovie.resx │ │ │ ├── SubtitleMaker.Designer.cs │ │ │ ├── SubtitleMaker.cs │ │ │ └── SubtitleMaker.resx │ │ └── tools │ │ │ ├── AutoHawk.Designer.cs │ │ │ ├── AutoHawk.cs │ │ │ ├── AutoHawk.resx │ │ │ ├── BasicBot │ │ │ ├── BasicBot.Designer.cs │ │ │ ├── BasicBot.cs │ │ │ ├── BasicBot.resx │ │ │ ├── BotControlsRow.Designer.cs │ │ │ ├── BotControlsRow.cs │ │ │ └── BotControlsRow.resx │ │ │ ├── BatchRun.Designer.cs │ │ │ ├── BatchRun.cs │ │ │ ├── BatchRun.resx │ │ │ ├── BatchRunner.cs │ │ │ ├── CDL.Designer.cs │ │ │ ├── CDL.cs │ │ │ ├── CDL.resx │ │ │ ├── Cheats │ │ │ ├── CheatEdit.Designer.cs │ │ │ ├── CheatEdit.cs │ │ │ ├── CheatEdit.resx │ │ │ ├── Cheats.Designer.cs │ │ │ ├── Cheats.cs │ │ │ └── Cheats.resx │ │ │ ├── Debugger │ │ │ ├── AddBreakpointDialog.Designer.cs │ │ │ ├── AddBreakpointDialog.cs │ │ │ ├── AddBreakpointDialog.resx │ │ │ ├── Breakpoint.cs │ │ │ ├── BreakpointControl.Designer.cs │ │ │ ├── BreakpointControl.cs │ │ │ ├── BreakpointControl.resx │ │ │ ├── GenericDebugger.Designer.cs │ │ │ ├── GenericDebugger.Disassembler.cs │ │ │ ├── GenericDebugger.IControlMainform.cs │ │ │ ├── GenericDebugger.IToolForm.cs │ │ │ ├── GenericDebugger.cs │ │ │ ├── GenericDebugger.resx │ │ │ ├── RegisterBoxControl.Designer.cs │ │ │ ├── RegisterBoxControl.cs │ │ │ └── RegisterBoxControl.resx │ │ │ ├── GB │ │ │ ├── GBGPUView.Designer.cs │ │ │ ├── GBGPUView.cs │ │ │ ├── GBGPUView.resx │ │ │ ├── GBGameGenie.Designer.cs │ │ │ ├── GBGameGenie.cs │ │ │ ├── GBGameGenie.resx │ │ │ ├── GBPrinterView.Designer.cs │ │ │ ├── GBPrinterView.cs │ │ │ └── GBPrinterView.resx │ │ │ ├── GBA │ │ │ ├── GBAGPUView.Designer.cs │ │ │ ├── GBAGPUView.cs │ │ │ ├── GBAGPUView.resx │ │ │ ├── MobileBmpView.Designer.cs │ │ │ ├── MobileBmpView.cs │ │ │ ├── MobileBmpView.resx │ │ │ ├── MobileDetailView.Designer.cs │ │ │ ├── MobileDetailView.cs │ │ │ └── MobileDetailView.resx │ │ │ ├── GameShark.Designer.cs │ │ │ ├── GameShark.cs │ │ │ ├── GameShark.resx │ │ │ ├── Genesis │ │ │ ├── GenDbgWind.Designer.cs │ │ │ ├── GenDbgWind.cs │ │ │ ├── GenDbgWind.resx │ │ │ ├── GenGameGenie.Designer.cs │ │ │ ├── GenGameGenie.cs │ │ │ ├── GenGameGenie.resx │ │ │ ├── VDPViewer.Designer.cs │ │ │ ├── VDPViewer.cs │ │ │ └── VDPViewer.resx │ │ │ ├── HexEditor │ │ │ ├── HexColor.Designer.cs │ │ │ ├── HexColor.cs │ │ │ ├── HexColor.resx │ │ │ ├── HexEditor.Designer.cs │ │ │ ├── HexEditor.cs │ │ │ ├── HexEditor.resx │ │ │ ├── HexFind.Designer.cs │ │ │ ├── HexFind.cs │ │ │ ├── HexFind.resx │ │ │ ├── NewHexEditor.Designer.cs │ │ │ ├── NewHexEditor.cs │ │ │ └── NewHexEditor.resx │ │ │ ├── InputPrompt.Designer.cs │ │ │ ├── InputPrompt.cs │ │ │ ├── InputPrompt.resx │ │ │ ├── Lua │ │ │ ├── Libraries │ │ │ │ ├── EmuLuaLibrary.Client.cs │ │ │ │ ├── EmuLuaLibrary.Communication.cs │ │ │ │ ├── EmuLuaLibrary.Console.cs │ │ │ │ ├── EmuLuaLibrary.Forms.cs │ │ │ │ ├── EmuLuaLibrary.Gui.cs │ │ │ │ ├── EmuLuaLibrary.Input.cs │ │ │ │ ├── EmuLuaLibrary.Savestate.cs │ │ │ │ ├── EmuLuaLibrary.Tastudio.cs │ │ │ │ ├── EmuLuaLibrary.cs │ │ │ │ ├── NotReallyLuaLibrary.cs │ │ │ │ └── PlatformEmuLuaLibrary.cs │ │ │ ├── LuaAutocompleteInstaller.cs │ │ │ ├── LuaButton.cs │ │ │ ├── LuaCanvas.Designer.cs │ │ │ ├── LuaCanvas.cs │ │ │ ├── LuaCanvas.resx │ │ │ ├── LuaCheckbox.cs │ │ │ ├── LuaConsole.Designer.cs │ │ │ ├── LuaConsole.cs │ │ │ ├── LuaConsole.resx │ │ │ ├── LuaDropDown.cs │ │ │ ├── LuaFunctionsForm.Designer.cs │ │ │ ├── LuaFunctionsForm.cs │ │ │ ├── LuaFunctionsForm.resx │ │ │ ├── LuaPictureBox.cs │ │ │ ├── LuaRegisteredFunctionsList.Designer.cs │ │ │ ├── LuaRegisteredFunctionsList.cs │ │ │ ├── LuaRegisteredFunctionsList.resx │ │ │ ├── LuaTextBox.cs │ │ │ ├── LuaWinform.Designer.cs │ │ │ ├── LuaWinform.cs │ │ │ ├── LuaWinform.resx │ │ │ └── SyncTextBox.cs │ │ │ ├── Macros │ │ │ ├── MacroInput.ButtonSelect.cs │ │ │ ├── MacroInput.Designer.cs │ │ │ ├── MacroInput.cs │ │ │ ├── MacroInput.resx │ │ │ └── MovieZone.cs │ │ │ ├── MultiDiskBundler │ │ │ ├── MultiDiskBundler.Designer.cs │ │ │ ├── MultiDiskBundler.cs │ │ │ ├── MultiDiskBundler.resx │ │ │ ├── MultiDiskFileSelector.Designer.cs │ │ │ ├── MultiDiskFileSelector.cs │ │ │ └── MultiDiskFileSelector.resx │ │ │ ├── NES │ │ │ ├── BarcodeEntry.Designer.cs │ │ │ ├── BarcodeEntry.cs │ │ │ ├── BarcodeEntry.resx │ │ │ ├── NESGameGenie.Designer.cs │ │ │ ├── NESGameGenie.cs │ │ │ ├── NESGameGenie.resx │ │ │ ├── NESMusicRipper.Designer.cs │ │ │ ├── NESMusicRipper.cs │ │ │ ├── NESMusicRipper.resx │ │ │ ├── NESNameTableViewer.Designer.cs │ │ │ ├── NESNameTableViewer.cs │ │ │ ├── NESNameTableViewer.resx │ │ │ ├── NESPPU.Designer.cs │ │ │ ├── NESPPU.cs │ │ │ ├── NESPPU.resx │ │ │ ├── NameTableViewer.cs │ │ │ ├── PaletteViewer.cs │ │ │ ├── PatternViewer.cs │ │ │ ├── PatternViewer.resx │ │ │ └── SpriteViewer.cs │ │ │ ├── PCE │ │ │ ├── PCEBGCanvas.cs │ │ │ ├── PCEBGViewer.Designer.cs │ │ │ ├── PCEBGViewer.cs │ │ │ ├── PCEBGViewer.resx │ │ │ ├── PCESoundDebugger.Designer.cs │ │ │ ├── PCESoundDebugger.cs │ │ │ ├── PCESoundDebugger.resx │ │ │ ├── PCETileViewer.Designer.cs │ │ │ ├── PCETileViewer.cs │ │ │ └── PCETileViewer.resx │ │ │ ├── SMS │ │ │ ├── VDPViewer.Designer.cs │ │ │ ├── VDPViewer.cs │ │ │ └── VDPViewer.resx │ │ │ ├── SNES │ │ │ ├── SNESGameGenie.Designer.cs │ │ │ ├── SNESGameGenie.cs │ │ │ ├── SNESGameGenie.resx │ │ │ ├── SNESGraphicsDebugger.Designer.cs │ │ │ ├── SNESGraphicsDebugger.cs │ │ │ ├── SNESGraphicsDebugger.resx │ │ │ └── SNESGraphicsViewer.cs │ │ │ ├── TAStudio │ │ │ ├── BookmarksBranchesBox.Designer.cs │ │ │ ├── BookmarksBranchesBox.cs │ │ │ ├── BookmarksBranchesBox.resx │ │ │ ├── DefaultGreenzoneSettings.Designer.cs │ │ │ ├── DefaultGreenzoneSettings.cs │ │ │ ├── DefaultGreenzoneSettings.resx │ │ │ ├── FramesPrompt.Designer.cs │ │ │ ├── FramesPrompt.cs │ │ │ ├── FramesPrompt.resx │ │ │ ├── GreenzoneSettings.Designer.cs │ │ │ ├── GreenzoneSettings.cs │ │ │ ├── GreenzoneSettings.resx │ │ │ ├── HeaderEditor.Designer.cs │ │ │ ├── HeaderEditor.cs │ │ │ ├── HeaderEditor.resx │ │ │ ├── MarkerControl.Designer.cs │ │ │ ├── MarkerControl.cs │ │ │ ├── MarkerControl.resx │ │ │ ├── PatternsForm.Designer.cs │ │ │ ├── PatternsForm.cs │ │ │ ├── PatternsForm.resx │ │ │ ├── PlaybackBox.Designer.cs │ │ │ ├── PlaybackBox.cs │ │ │ ├── PlaybackBox.resx │ │ │ ├── ScreenshotForm.Designer.cs │ │ │ ├── ScreenshotForm.cs │ │ │ ├── ScreenshotForm.resx │ │ │ ├── TAStudio.Callbacks.cs │ │ │ ├── TAStudio.Designer.cs │ │ │ ├── TAStudio.IControlMainForm.cs │ │ │ ├── TAStudio.IToolForm.cs │ │ │ ├── TAStudio.ListView.cs │ │ │ ├── TAStudio.MenuItems.cs │ │ │ ├── TAStudio.Navigation.cs │ │ │ ├── TAStudio.cs │ │ │ ├── TAStudio.resx │ │ │ ├── TAStudioClipboard.cs │ │ │ ├── UndoHistoryForm.Designer.cs │ │ │ ├── UndoHistoryForm.cs │ │ │ └── UndoHistoryForm.resx │ │ │ ├── TI83 │ │ │ ├── TI83KeyPad.Designer.cs │ │ │ ├── TI83KeyPad.cs │ │ │ └── TI83KeyPad.resx │ │ │ ├── ToolBox.Designer.cs │ │ │ ├── ToolBox.cs │ │ │ ├── ToolBox.resx │ │ │ ├── ToolHelpers.cs │ │ │ ├── ToolManager.cs │ │ │ ├── TraceLogger.Designer.cs │ │ │ ├── TraceLogger.cs │ │ │ ├── TraceLogger.resx │ │ │ ├── VirtualPads │ │ │ ├── VirtualPad.Designer.cs │ │ │ ├── VirtualPad.cs │ │ │ ├── VirtualPad.resx │ │ │ ├── VirtualpadsTool.Designer.cs │ │ │ ├── VirtualpadsTool.cs │ │ │ ├── VirtualpadsTool.resx │ │ │ ├── controls │ │ │ │ ├── IVirtualPadControl.cs │ │ │ │ ├── VirtualPadAnalogButton.Designer.cs │ │ │ │ ├── VirtualPadAnalogButton.cs │ │ │ │ ├── VirtualPadAnalogButton.resx │ │ │ │ ├── VirtualPadAnalogStick.Designer.cs │ │ │ │ ├── VirtualPadAnalogStick.cs │ │ │ │ ├── VirtualPadAnalogStick.resx │ │ │ │ ├── VirtualPadButton.cs │ │ │ │ ├── VirtualPadDiscManager.Designer.cs │ │ │ │ ├── VirtualPadDiscManager.cs │ │ │ │ ├── VirtualPadDiscManager.resx │ │ │ │ ├── VirtualPadTargetScreen.Designer.cs │ │ │ │ ├── VirtualPadTargetScreen.cs │ │ │ │ ├── VirtualPadTargetScreen.resx │ │ │ │ └── components │ │ │ │ │ ├── AnalogStickPanel.cs │ │ │ │ │ └── AnalogSticklPanel.cs │ │ │ └── schema │ │ │ │ ├── A26Schema.cs │ │ │ │ ├── A78Schema.cs │ │ │ │ ├── AppleIISchema.cs │ │ │ │ ├── C64Schema.cs │ │ │ │ ├── ColecoSchema.cs │ │ │ │ ├── DualGBSchema.cs │ │ │ │ ├── GBASchema.cs │ │ │ │ ├── GBSchema.cs │ │ │ │ ├── GGLSchema.cs │ │ │ │ ├── GenSchema.cs │ │ │ │ ├── IVirtualPadSchema.cs │ │ │ │ ├── IntvSchema.cs │ │ │ │ ├── LynxSchema.cs │ │ │ │ ├── N64Schema.cs │ │ │ │ ├── NesSchema.cs │ │ │ │ ├── NgpSchema.cs │ │ │ │ ├── PSXSchema.cs │ │ │ │ ├── PadSchema.cs │ │ │ │ ├── PceSchema.cs │ │ │ │ ├── PcfxSchema.cs │ │ │ │ ├── SGBSchema.cs │ │ │ │ ├── SatSchema.cs │ │ │ │ ├── SchemaAttribute.cs │ │ │ │ ├── SmsSchema.cs │ │ │ │ ├── SnesSchema.cs │ │ │ │ ├── VirtualBoySchema.cs │ │ │ │ ├── WonderSwanSchema.cs │ │ │ │ └── ZXSpectrumSchema.cs │ │ │ └── Watch │ │ │ ├── RamPoke.Designer.cs │ │ │ ├── RamPoke.cs │ │ │ ├── RamPoke.resx │ │ │ ├── RamSearch.Designer.cs │ │ │ ├── RamSearch.cs │ │ │ ├── RamSearch.resx │ │ │ ├── RamWatch.Designer.cs │ │ │ ├── RamWatch.cs │ │ │ ├── RamWatch.resx │ │ │ ├── WatchEditor.Designer.cs │ │ │ ├── WatchEditor.cs │ │ │ ├── WatchEditor.resx │ │ │ └── WatchValueBox.cs │ ├── BizHawk.Client.MultiHawk │ │ ├── App.config │ │ ├── BizHawk.Client.MultiHawk.csproj │ │ ├── BizHawk.Client.MultiHawk.csproj.DotSettings │ │ ├── DisplayManager │ │ │ └── DisplayManager.cs │ │ ├── EmulatorWindow.Designer.cs │ │ ├── EmulatorWindow.cs │ │ ├── EmulatorWindow.resx │ │ ├── EmulatorWindowList.cs │ │ ├── Extensions │ │ │ └── ToolExtensions.cs │ │ ├── GlobalWin.cs │ │ ├── Input │ │ │ ├── GamePad.cs │ │ │ ├── Input.cs │ │ │ └── Keyboard.cs │ │ ├── InputManager.cs │ │ ├── Mainform.Designer.cs │ │ ├── Mainform.cs │ │ ├── Mainform.resx │ │ ├── PresentationPanel.cs │ │ ├── Program.cs │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ ├── Resources │ │ │ ├── courier16px.bmfc │ │ │ ├── courier16px.fnt │ │ │ └── courier16px_0.png │ │ ├── images │ │ │ ├── Blank.png │ │ │ ├── CutHS.png │ │ │ ├── ExclamationRed.png │ │ │ ├── GameController.png │ │ │ ├── GreenCheck.png │ │ │ ├── Help.png │ │ │ ├── HotKeys.png │ │ │ ├── OpenFile.png │ │ │ ├── Pause.png │ │ │ ├── Play.png │ │ │ ├── ReadOnly.png │ │ │ ├── Recent.png │ │ │ ├── RecordHS.png │ │ │ ├── Save.png │ │ │ ├── SaveAllHS.png │ │ │ ├── SaveAs.png │ │ │ ├── Scan.png │ │ │ ├── Stop.png │ │ │ ├── reboot.png │ │ │ └── restart.png │ │ └── movie │ │ │ ├── PlayMovie.Designer.cs │ │ │ ├── PlayMovie.cs │ │ │ ├── PlayMovie.resx │ │ │ ├── RecordMovie.Designer.cs │ │ │ ├── RecordMovie.cs │ │ │ └── RecordMovie.resx │ ├── BizHawk.Common │ │ ├── AWEMemoryStream.cs │ │ ├── BinaryQuickSerializer.cs │ │ ├── Bit.cs │ │ ├── BitReverse.cs │ │ ├── BizHawk.Common.csproj │ │ ├── BizHawk.Common.csproj.DotSettings │ │ ├── BizInvoke │ │ │ ├── BizExvoker.cs │ │ │ ├── BizInvokeUtilities.cs │ │ │ ├── BizInvoker.cs │ │ │ ├── CallingConventionAdapter.cs │ │ │ ├── DynamicLibraryImportResolver.cs │ │ │ ├── MemoryBlock.cs │ │ │ └── WaterboxUtils.cs │ │ ├── Buffer.cs │ │ ├── Colors.cs │ │ ├── CustomCollections.cs │ │ ├── DeepEquality.cs │ │ ├── DescribableEnumConverter.cs │ │ ├── Extensions │ │ │ ├── BinaryReaderExtensions.cs │ │ │ ├── BufferExtensions.cs │ │ │ ├── CollectionExtensions.cs │ │ │ ├── IOExtensions.cs │ │ │ ├── NumberExtensions.cs │ │ │ ├── ReflectionExtensions.cs │ │ │ └── StringExtensions.cs │ │ ├── HawkFile.cs │ │ ├── IImportResolver.cs │ │ ├── IMonitor.cs │ │ ├── IPC │ │ │ └── SharedMemoryBlock.cs │ │ ├── InstanceDll.cs │ │ ├── Log.cs │ │ ├── MruStack.cs │ │ ├── MutableIntRange.cs │ │ ├── NDBDatabase.cs │ │ ├── OSTailoredCode.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── QuickCollections.cs │ │ ├── Serializer.cs │ │ ├── SettingsUtil.cs │ │ ├── SimpleTime.cs │ │ ├── Sprintf.cs │ │ ├── SwitcherStream.cs │ │ ├── TempFileManager.cs │ │ ├── UndoHistory.cs │ │ ├── UnmanagedResourceHeap.cs │ │ ├── Util.cs │ │ └── Win32Hacks.cs │ ├── BizHawk.Emulation.Common │ │ ├── Base Implementations │ │ │ ├── BasicServiceProvider.cs │ │ │ ├── CallbackBasedTraceBuffer.cs │ │ │ ├── CodeDataLog.cs │ │ │ ├── ControllerDefinition.cs │ │ │ ├── InputCallbackSystem.cs │ │ │ ├── MemoryCallbackSystem.cs │ │ │ ├── MemoryDomain.cs │ │ │ ├── MemoryDomainImpls.cs │ │ │ ├── MemoryDomainList.cs │ │ │ ├── NullController.cs │ │ │ ├── NullEmulator.cs │ │ │ ├── NullSound.cs │ │ │ ├── NullVideo.cs │ │ │ ├── SimpleSyncSoundProvider.cs │ │ │ └── TraceBuffer.cs │ │ ├── BizHawk.Emulation.Common.csproj │ │ ├── BizHawk.Emulation.Common.csproj.DotSettings │ │ ├── ControllerDefinitionMerger.cs │ │ ├── CoreAttribute.cs │ │ ├── CoreComms.cs │ │ ├── DSKIdentifier.cs │ │ ├── Database │ │ │ ├── CRC32.cs │ │ │ ├── Database.cs │ │ │ ├── FirmwareDatabase.cs │ │ │ └── GameInfo.cs │ │ ├── EmulationExceptions.cs │ │ ├── Enums.cs │ │ ├── Extensions.cs │ │ ├── Interfaces │ │ │ ├── IController.cs │ │ │ ├── ICoreFileProvider.cs │ │ │ ├── IEmulator.cs │ │ │ ├── IEmulatorService.cs │ │ │ ├── IEmulatorServiceProvider.cs │ │ │ ├── IHookManager.cs │ │ │ ├── IInputCallbackSystem.cs │ │ │ ├── IMemoryCallbackSystem.cs │ │ │ └── Services │ │ │ │ ├── IBoardInfo.cs │ │ │ │ ├── ICodeDataLogger.cs │ │ │ │ ├── ICreateGameDBEntries.cs │ │ │ │ ├── ICycleTiming.cs │ │ │ │ ├── IDebuggable.cs │ │ │ │ ├── IDisassemblable.cs │ │ │ │ ├── IDriveLight.cs │ │ │ │ ├── IInputPollable.cs │ │ │ │ ├── ILinkable.cs │ │ │ │ ├── IMemoryDomains.cs │ │ │ │ ├── IRegionable.cs │ │ │ │ ├── ISaveRam.cs │ │ │ │ ├── ISettable.cs │ │ │ │ ├── ISoundProvider.cs │ │ │ │ ├── IStatable.cs │ │ │ │ ├── ITraceable.cs │ │ │ │ └── IVideoProvider.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── SaveController.cs │ │ ├── ServiceAttributes.cs │ │ ├── ServiceInjector.cs │ │ ├── Sound │ │ │ └── Utilities │ │ │ │ ├── BlipBuffer.cs │ │ │ │ ├── DCFilter.cs │ │ │ │ ├── ISynchronizingAudioBuffer.cs │ │ │ │ ├── Metaspu.cs │ │ │ │ ├── SpeexResampler.cs │ │ │ │ └── Waves.cs │ │ ├── SystemLookup.cs │ │ ├── TextState.cs │ │ └── WorkingTypes │ │ │ ├── wbyte.cs │ │ │ ├── wsbyte.cs │ │ │ ├── wshort.cs │ │ │ └── wushort.cs │ ├── BizHawk.Emulation.Cores │ │ ├── BizHawk.Emulation.Cores.csproj │ │ ├── BizHawk.Emulation.Cores.csproj.DotSettings │ │ ├── CPUs │ │ │ ├── 68000 │ │ │ │ ├── Diassembler.cs │ │ │ │ ├── Instructions │ │ │ │ │ ├── BitArithemetic.cs │ │ │ │ │ ├── DataMovement.cs │ │ │ │ │ ├── IntegerMath.cs │ │ │ │ │ ├── ProgramFlow.cs │ │ │ │ │ └── Supervisor.cs │ │ │ │ ├── MC68000.cs │ │ │ │ ├── Memory.cs │ │ │ │ ├── OpcodeTable.cs │ │ │ │ └── Tables.cs │ │ │ ├── ARM │ │ │ │ └── Darm.cs │ │ │ ├── CP1610 │ │ │ │ ├── CP1610.Disassembler.cs │ │ │ │ ├── CP1610.Execute.cs │ │ │ │ └── CP1610.cs │ │ │ ├── HuC6280 │ │ │ │ ├── CDLOpcodes.cs │ │ │ │ ├── Disassembler.cs │ │ │ │ ├── Execute.cs │ │ │ │ ├── HuC6280.cs │ │ │ │ ├── HuC6280_CDL.cs │ │ │ │ └── IDisassemblable.cs │ │ │ ├── LR35902 │ │ │ │ ├── Execute.cs │ │ │ │ ├── Interrupts.cs │ │ │ │ ├── LR35902.cs │ │ │ │ ├── NewDisassembler.cs │ │ │ │ ├── Operations.cs │ │ │ │ ├── ReadMe.txt │ │ │ │ ├── Registers.cs │ │ │ │ ├── Tables_Direct.cs │ │ │ │ └── Tables_Indirect.cs │ │ │ ├── MC6800 │ │ │ │ ├── Disassembler.cs │ │ │ │ ├── Execute.cs │ │ │ │ ├── Indexed_Modes.cs │ │ │ │ ├── Interrupts.cs │ │ │ │ ├── MC6800.cs │ │ │ │ ├── OP_Tables.cs │ │ │ │ ├── Operations.cs │ │ │ │ ├── ReadMe.txt │ │ │ │ └── Registers.cs │ │ │ ├── MC6809 │ │ │ │ ├── Disassembler.cs │ │ │ │ ├── Execute.cs │ │ │ │ ├── Indexed_Modes.cs │ │ │ │ ├── Interrupts.cs │ │ │ │ ├── MC6809.cs │ │ │ │ ├── OP_Tables.cs │ │ │ │ ├── Operations.cs │ │ │ │ ├── ReadMe.txt │ │ │ │ └── Registers.cs │ │ │ ├── MOS 6502X │ │ │ │ ├── 6502XXX │ │ │ │ │ ├── 6502XXX.sln │ │ │ │ │ ├── 6502XXX.vcxproj │ │ │ │ │ ├── Execute.cpp │ │ │ │ │ ├── Old Managed Stuff │ │ │ │ │ │ ├── Execute.cs │ │ │ │ │ │ └── MOS6502X.cs │ │ │ │ │ ├── TableNZ.h │ │ │ │ │ ├── UopEnum.h │ │ │ │ │ ├── UopTable.cpp │ │ │ │ │ └── mingw │ │ │ │ │ │ └── Makefile │ │ │ │ ├── Disassembler.cs │ │ │ │ ├── Execute.cs │ │ │ │ ├── IMOS6502XLink.cs │ │ │ │ └── MOS6502X.cs │ │ │ ├── W65816 │ │ │ │ └── Disassembler.cs │ │ │ ├── Z80A │ │ │ │ ├── Execute.cs │ │ │ │ ├── Interrupts.cs │ │ │ │ ├── NewDisassembler.cs │ │ │ │ ├── Operations.cs │ │ │ │ ├── ReadMe.txt │ │ │ │ ├── Registers.cs │ │ │ │ ├── Tables_Direct.cs │ │ │ │ ├── Tables_Indirect.cs │ │ │ │ └── Z80A.cs │ │ │ └── x86 │ │ │ │ ├── Disassembler.cs │ │ │ │ ├── Execute.cs │ │ │ │ ├── Timing.cs │ │ │ │ └── x86.cs │ │ ├── Calculator │ │ │ ├── TI83.IDebuggable.cs │ │ │ ├── TI83.IEmulator.cs │ │ │ ├── TI83.IInputPollable.cs │ │ │ ├── TI83.IMemoryDomains.cs │ │ │ ├── TI83.ISettable.cs │ │ │ ├── TI83.IStatable.cs │ │ │ ├── TI83.IVideoProvider.cs │ │ │ ├── TI83.cs │ │ │ └── TI83LinkPort.cs │ │ ├── Computers │ │ │ ├── AmstradCPC │ │ │ │ ├── AmstradCPC.Controllers.cs │ │ │ │ ├── AmstradCPC.IDebuggable.cs │ │ │ │ ├── AmstradCPC.IEmulator.cs │ │ │ │ ├── AmstradCPC.IMemoryDomains.cs │ │ │ │ ├── AmstradCPC.ISettable.cs │ │ │ │ ├── AmstradCPC.IStatable.cs │ │ │ │ ├── AmstradCPC.InputPollable.cs │ │ │ │ ├── AmstradCPC.Messaging.cs │ │ │ │ ├── AmstradCPC.Util.cs │ │ │ │ ├── AmstradCPC.cs │ │ │ │ ├── Hardware │ │ │ │ │ ├── Abstraction │ │ │ │ │ │ ├── IBeeperDevice.cs │ │ │ │ │ │ ├── IFDDHost.cs │ │ │ │ │ │ ├── IJoystick.cs │ │ │ │ │ │ ├── IKeyboard.cs │ │ │ │ │ │ ├── IPSG.cs │ │ │ │ │ │ └── IPortIODevice.cs │ │ │ │ │ ├── Datacorder │ │ │ │ │ │ └── DatacorderDevice.cs │ │ │ │ │ ├── Disk │ │ │ │ │ │ ├── CHRN.cs │ │ │ │ │ │ ├── NECUPD765.Definitions.cs │ │ │ │ │ │ ├── NECUPD765.FDC.cs │ │ │ │ │ │ ├── NECUPD765.FDD.cs │ │ │ │ │ │ ├── NECUPD765.IPortIODevice.cs │ │ │ │ │ │ ├── NECUPD765.Timing.cs │ │ │ │ │ │ ├── NECUPD765.cs │ │ │ │ │ │ └── NECUPS765.Static.cs │ │ │ │ │ ├── Display │ │ │ │ │ │ ├── AmstradGateArray.cs │ │ │ │ │ │ ├── CRCT_6845.cs │ │ │ │ │ │ ├── CRTC6845.cs │ │ │ │ │ │ └── CRTDevice.cs │ │ │ │ │ ├── Input │ │ │ │ │ │ └── StandardKeyboard.cs │ │ │ │ │ ├── PPI │ │ │ │ │ │ └── PPI_8255.cs │ │ │ │ │ └── SoundOutput │ │ │ │ │ │ ├── AY38912.cs │ │ │ │ │ │ └── Beeper.cs │ │ │ │ ├── Machine │ │ │ │ │ ├── CPC464 │ │ │ │ │ │ ├── CPC464.Memory.cs │ │ │ │ │ │ ├── CPC464.Port.cs │ │ │ │ │ │ └── CPC464.cs │ │ │ │ │ ├── CPC6128 │ │ │ │ │ │ ├── CPC6128.Memory.cs │ │ │ │ │ │ ├── CPC6128.Port.cs │ │ │ │ │ │ └── CPC6128.cs │ │ │ │ │ ├── CPCBase.Input.cs │ │ │ │ │ ├── CPCBase.Media.cs │ │ │ │ │ ├── CPCBase.Memory.cs │ │ │ │ │ ├── CPCBase.Port.cs │ │ │ │ │ ├── CPCBase.cs │ │ │ │ │ ├── GateArrayBase.cs │ │ │ │ │ └── MachineType.cs │ │ │ │ ├── Media │ │ │ │ │ ├── Disk │ │ │ │ │ │ ├── CPCExtendedFloppyDisk.cs │ │ │ │ │ │ ├── CPCFloppyDisk.cs │ │ │ │ │ │ ├── DiskHandler.cs │ │ │ │ │ │ ├── DiskType.cs │ │ │ │ │ │ └── FloppyDisk.cs │ │ │ │ │ ├── MediaConverter.cs │ │ │ │ │ ├── MediaConverterType.cs │ │ │ │ │ └── Tape │ │ │ │ │ │ ├── CDT │ │ │ │ │ │ └── CdtConverter.cs │ │ │ │ │ │ ├── TapeCommand.cs │ │ │ │ │ │ └── TapeDataBlock.cs │ │ │ │ ├── ROM │ │ │ │ │ └── RomData.cs │ │ │ │ ├── SoundProviderMixer.cs │ │ │ │ └── readme.md │ │ │ ├── AppleII │ │ │ │ ├── AppleII.IDebuggable.cs │ │ │ │ ├── AppleII.IDisassembler.cs │ │ │ │ ├── AppleII.IEmulator.cs │ │ │ │ ├── AppleII.IInputPollable.cs │ │ │ │ ├── AppleII.IMemoryDomains.cs │ │ │ │ ├── AppleII.ISettable.cs │ │ │ │ ├── AppleII.ISoundProvider.cs │ │ │ │ ├── AppleII.IStatable.cs │ │ │ │ ├── AppleII.IVideoProvider.cs │ │ │ │ ├── AppleII.cs │ │ │ │ └── LBSON.cs │ │ │ ├── Commodore64 │ │ │ │ ├── C64.IDebuggable.cs │ │ │ │ ├── C64.IDisassemblable.cs │ │ │ │ ├── C64.IDriveLight.cs │ │ │ │ ├── C64.IEmulator.cs │ │ │ │ ├── C64.IInputPollable.cs │ │ │ │ ├── C64.IMemoryDomains.cs │ │ │ │ ├── C64.ISettable.cs │ │ │ │ ├── C64.IStatable.cs │ │ │ │ ├── C64.Motherboard.cs │ │ │ │ ├── C64.MotherboardInput.cs │ │ │ │ ├── C64.MotherboardInterface.cs │ │ │ │ ├── C64.cs │ │ │ │ ├── C64Format.cs │ │ │ │ ├── C64FormatFinder.cs │ │ │ │ ├── Cartridge │ │ │ │ │ ├── CartridgeDevice.cs │ │ │ │ │ ├── CartridgePort.cs │ │ │ │ │ ├── Mapper0000.cs │ │ │ │ │ ├── Mapper0001.cs │ │ │ │ │ ├── Mapper0005.cs │ │ │ │ │ ├── Mapper0007.cs │ │ │ │ │ ├── Mapper0008.cs │ │ │ │ │ ├── Mapper000A.cs │ │ │ │ │ ├── Mapper000B.cs │ │ │ │ │ ├── Mapper000F.cs │ │ │ │ │ ├── Mapper0011.cs │ │ │ │ │ ├── Mapper0012.cs │ │ │ │ │ ├── Mapper0013.cs │ │ │ │ │ ├── Mapper0020.cs │ │ │ │ │ └── Mapper002B.cs │ │ │ │ ├── Cassette │ │ │ │ │ ├── CassettePort.cs │ │ │ │ │ ├── CassettePortDevice.cs │ │ │ │ │ └── TapeDrive.cs │ │ │ │ ├── FFT.cs │ │ │ │ ├── MOS │ │ │ │ │ ├── Chip2114.cs │ │ │ │ │ ├── Chip23128.cs │ │ │ │ │ ├── Chip4864.cs │ │ │ │ │ ├── Chip6510.IDebuggable.cs │ │ │ │ │ ├── Chip6510.IDisassemblable.cs │ │ │ │ │ ├── Chip6510.cs │ │ │ │ │ ├── Chip6522.cs │ │ │ │ │ ├── Chip6526.cs │ │ │ │ │ ├── Chip6567R56A.cs │ │ │ │ │ ├── Chip6567R8.cs │ │ │ │ │ ├── Chip6569.cs │ │ │ │ │ ├── Chip6572.cs │ │ │ │ │ ├── Chip6581R2.cs │ │ │ │ │ ├── Chip6581R3.cs │ │ │ │ │ ├── Chip6581R4AR.cs │ │ │ │ │ ├── Chip8580R5.cs │ │ │ │ │ ├── Chip90611401.cs │ │ │ │ │ ├── Cia.Port.cs │ │ │ │ │ ├── Cia.Registers.cs │ │ │ │ │ ├── Cia.Tod.cs │ │ │ │ │ ├── Cia.cs │ │ │ │ │ ├── LatchedPort.cs │ │ │ │ │ ├── Sid.Envelope.cs │ │ │ │ │ ├── Sid.Registers.cs │ │ │ │ │ ├── Sid.SoundProvider.cs │ │ │ │ │ ├── Sid.Voice.cs │ │ │ │ │ ├── Sid.cs │ │ │ │ │ ├── Via.Port.cs │ │ │ │ │ ├── Via.Registers.cs │ │ │ │ │ ├── Via.cs │ │ │ │ │ ├── Vic.Parse.cs │ │ │ │ │ ├── Vic.Registers.cs │ │ │ │ │ ├── Vic.Render.cs │ │ │ │ │ ├── Vic.Sprite.cs │ │ │ │ │ ├── Vic.State.cs │ │ │ │ │ ├── Vic.TimingBuilder.cs │ │ │ │ │ ├── Vic.VideoProvider.cs │ │ │ │ │ └── Vic.cs │ │ │ │ ├── Media │ │ │ │ │ ├── D64.cs │ │ │ │ │ ├── Disk.cs │ │ │ │ │ ├── DiskBuilder.cs │ │ │ │ │ ├── G64.cs │ │ │ │ │ ├── PRG.cs │ │ │ │ │ └── Tape.cs │ │ │ │ ├── SaveState.cs │ │ │ │ ├── Serial │ │ │ │ │ ├── Drive1541.FluxTransitions.cs │ │ │ │ │ ├── Drive1541.IDebuggable.cs │ │ │ │ │ ├── Drive1541.IDisassemblable.cs │ │ │ │ │ ├── Drive1541.Motor.cs │ │ │ │ │ ├── Drive1541.Registers.cs │ │ │ │ │ ├── Drive1541.cs │ │ │ │ │ ├── SerialPort.cs │ │ │ │ │ └── SerialPortDevice.cs │ │ │ │ └── User │ │ │ │ │ ├── UserPort.cs │ │ │ │ │ └── UserPortDevice.cs │ │ │ └── SinclairSpectrum │ │ │ │ ├── Hardware │ │ │ │ ├── Abstraction │ │ │ │ │ ├── IBeeperDevice.cs │ │ │ │ │ ├── IFDDHost.cs │ │ │ │ │ ├── IJoystick.cs │ │ │ │ │ ├── IKeyboard.cs │ │ │ │ │ ├── IPSG.cs │ │ │ │ │ └── IPortIODevice.cs │ │ │ │ ├── Datacorder │ │ │ │ │ └── DatacorderDevice.cs │ │ │ │ ├── Disk │ │ │ │ │ ├── CHRN.cs │ │ │ │ │ ├── NECUPD765.Definitions.cs │ │ │ │ │ ├── NECUPD765.FDC.cs │ │ │ │ │ ├── NECUPD765.FDD.cs │ │ │ │ │ ├── NECUPD765.IPortIODevice.cs │ │ │ │ │ ├── NECUPD765.Timing.cs │ │ │ │ │ ├── NECUPD765.cs │ │ │ │ │ └── NECUPS765.Static.cs │ │ │ │ ├── Input │ │ │ │ │ ├── CursorJoystick.cs │ │ │ │ │ ├── KempstonJoystick.cs │ │ │ │ │ ├── NullJoystick.cs │ │ │ │ │ ├── SinclairJoystick1.cs │ │ │ │ │ ├── SinclairJoystick2.cs │ │ │ │ │ └── StandardKeyboard.cs │ │ │ │ ├── Rom │ │ │ │ │ └── RomData.cs │ │ │ │ └── SoundOuput │ │ │ │ │ ├── AY38912.cs │ │ │ │ │ └── Beeper.cs │ │ │ │ ├── Machine │ │ │ │ ├── CPUMonitor.cs │ │ │ │ ├── MachineType.cs │ │ │ │ ├── Pentagon128K │ │ │ │ │ ├── Pentagon128.Memory.cs │ │ │ │ │ ├── Pentagon128.Port.cs │ │ │ │ │ ├── Pentagon128.Screen.cs │ │ │ │ │ └── Pentagon128.cs │ │ │ │ ├── SpectrumBase.Input.cs │ │ │ │ ├── SpectrumBase.Media.cs │ │ │ │ ├── SpectrumBase.Memory.cs │ │ │ │ ├── SpectrumBase.Port.cs │ │ │ │ ├── SpectrumBase.cs │ │ │ │ ├── ULA.cs │ │ │ │ ├── ZXSpectrum128K │ │ │ │ │ ├── ZX128.Memory.cs │ │ │ │ │ ├── ZX128.Port.cs │ │ │ │ │ ├── ZX128.Screen.cs │ │ │ │ │ └── ZX128.cs │ │ │ │ ├── ZXSpectrum128KPlus2 │ │ │ │ │ └── ZX128Plus2.cs │ │ │ │ ├── ZXSpectrum128KPlus2a │ │ │ │ │ ├── ZX128Plus2a.Memory.cs │ │ │ │ │ ├── ZX128Plus2a.Port.cs │ │ │ │ │ ├── ZX128Plus2a.Screen.cs │ │ │ │ │ └── ZX128Plus2a.cs │ │ │ │ ├── ZXSpectrum128KPlus3 │ │ │ │ │ ├── ZX128Plus3.Memory.cs │ │ │ │ │ ├── ZX128Plus3.Port.cs │ │ │ │ │ └── ZX128Plus3.cs │ │ │ │ ├── ZXSpectrum16K │ │ │ │ │ └── ZX16.cs │ │ │ │ └── ZXSpectrum48K │ │ │ │ │ ├── ZX48.Memory.cs │ │ │ │ │ ├── ZX48.Port.cs │ │ │ │ │ ├── ZX48.Screen.cs │ │ │ │ │ └── ZX48.cs │ │ │ │ ├── Media │ │ │ │ ├── Disk │ │ │ │ │ ├── CPCFormat │ │ │ │ │ │ ├── CPCExtendedFloppyDisk.cs │ │ │ │ │ │ └── CPCFloppyDisk.cs │ │ │ │ │ ├── DiskType.cs │ │ │ │ │ ├── FloppyDisk.cs │ │ │ │ │ ├── IPFFormat │ │ │ │ │ │ └── IPFFloppyDisk.cs │ │ │ │ │ └── UDIFormat │ │ │ │ │ │ └── UDI1_0FloppyDisk.cs │ │ │ │ ├── MediaConverter.cs │ │ │ │ ├── MediaConverterType.cs │ │ │ │ ├── Snapshot │ │ │ │ │ └── SZX │ │ │ │ │ │ ├── SZX.Methods.cs │ │ │ │ │ │ └── SZX.Objects.cs │ │ │ │ └── Tape │ │ │ │ │ ├── CSW │ │ │ │ │ └── CswConverter.cs │ │ │ │ │ ├── PZX │ │ │ │ │ └── PzxConverter.cs │ │ │ │ │ ├── TAP │ │ │ │ │ └── TapConverter.cs │ │ │ │ │ ├── TZX │ │ │ │ │ └── TzxConverter.cs │ │ │ │ │ ├── TapeCommand.cs │ │ │ │ │ ├── TapeDataBlock.cs │ │ │ │ │ └── WAV │ │ │ │ │ ├── StreamHelper.cs │ │ │ │ │ ├── WavConverter.cs │ │ │ │ │ ├── WavHeader.cs │ │ │ │ │ └── WavStreamReader.cs │ │ │ │ ├── SoundProviderMixer.cs │ │ │ │ ├── ZXSpectrum.Controllers.cs │ │ │ │ ├── ZXSpectrum.ICodeDataLog.cs │ │ │ │ ├── ZXSpectrum.IDebuggable.cs │ │ │ │ ├── ZXSpectrum.IEmulator.cs │ │ │ │ ├── ZXSpectrum.IInputPollable.cs │ │ │ │ ├── ZXSpectrum.IMemoryDomains.cs │ │ │ │ ├── ZXSpectrum.ISettable.cs │ │ │ │ ├── ZXSpectrum.IStatable.cs │ │ │ │ ├── ZXSpectrum.Messaging.cs │ │ │ │ ├── ZXSpectrum.Util.cs │ │ │ │ ├── ZXSpectrum.cs │ │ │ │ └── readme.md │ │ ├── Consoles │ │ │ ├── Atari │ │ │ │ ├── 2600 │ │ │ │ │ ├── Atari2600.Core.cs │ │ │ │ │ ├── Atari2600.IDebuggable.cs │ │ │ │ │ ├── Atari2600.IEmulator.cs │ │ │ │ │ ├── Atari2600.IInputPollable.cs │ │ │ │ │ ├── Atari2600.IMemoryDomains.cs │ │ │ │ │ ├── Atari2600.ISettable.cs │ │ │ │ │ ├── Atari2600.IStatable.cs │ │ │ │ │ ├── Atari2600.RomHeuristics.cs │ │ │ │ │ ├── Atari2600.cs │ │ │ │ │ ├── Atari2600ControllerDeck.cs │ │ │ │ │ ├── Atari2600Controllers.cs │ │ │ │ │ ├── M6532.cs │ │ │ │ │ ├── Mappers │ │ │ │ │ │ ├── MapperBase.cs │ │ │ │ │ │ ├── Multicart2K.cs │ │ │ │ │ │ ├── Multicart4K.cs │ │ │ │ │ │ ├── Multicart8K.cs │ │ │ │ │ │ ├── m0840.cs │ │ │ │ │ │ ├── m2K.cs │ │ │ │ │ │ ├── m3E.cs │ │ │ │ │ │ ├── m3F.cs │ │ │ │ │ │ ├── m4A50.cs │ │ │ │ │ │ ├── m4K.cs │ │ │ │ │ │ ├── mAR.cs │ │ │ │ │ │ ├── mCM.cs │ │ │ │ │ │ ├── mCV.cs │ │ │ │ │ │ ├── mDPC.cs │ │ │ │ │ │ ├── mDPCPlus.cs │ │ │ │ │ │ ├── mE0.cs │ │ │ │ │ │ ├── mE7.cs │ │ │ │ │ │ ├── mEF.cs │ │ │ │ │ │ ├── mEFSC.cs │ │ │ │ │ │ ├── mF0.cs │ │ │ │ │ │ ├── mF4.cs │ │ │ │ │ │ ├── mF4SC.cs │ │ │ │ │ │ ├── mF6.cs │ │ │ │ │ │ ├── mF6SC.cs │ │ │ │ │ │ ├── mF8.cs │ │ │ │ │ │ ├── mF8SC.cs │ │ │ │ │ │ ├── mF8_sega.cs │ │ │ │ │ │ ├── mFA.cs │ │ │ │ │ │ ├── mFA2.cs │ │ │ │ │ │ ├── mFE.cs │ │ │ │ │ │ ├── mMC.cs │ │ │ │ │ │ ├── mSB.cs │ │ │ │ │ │ ├── mUA.cs │ │ │ │ │ │ ├── mX07.cs │ │ │ │ │ │ └── scrom.asm │ │ │ │ │ └── Tia │ │ │ │ │ │ ├── TIA.cs │ │ │ │ │ │ ├── Tia.Audio.cs │ │ │ │ │ │ ├── Tia.BallData.cs │ │ │ │ │ │ ├── Tia.HMoveData.cs │ │ │ │ │ │ ├── Tia.ISoundProvider.cs │ │ │ │ │ │ ├── Tia.IVideoProvider.cs │ │ │ │ │ │ ├── Tia.MissleData.cs │ │ │ │ │ │ ├── Tia.Palette.cs │ │ │ │ │ │ ├── Tia.PlayerData.cs │ │ │ │ │ │ ├── Tia.PlayfieldData.cs │ │ │ │ │ │ └── Tia.SyncState.cs │ │ │ │ ├── A7800Hawk │ │ │ │ │ ├── A7800Hawk.IDebuggable.cs │ │ │ │ │ ├── A7800Hawk.IEmulator.cs │ │ │ │ │ ├── A7800Hawk.IInputPollable.cs │ │ │ │ │ ├── A7800Hawk.IMemoryDomains.cs │ │ │ │ │ ├── A7800Hawk.ISaveRam.cs │ │ │ │ │ ├── A7800Hawk.ISettable.cs │ │ │ │ │ ├── A7800Hawk.IStatable.cs │ │ │ │ │ ├── A7800Hawk.cs │ │ │ │ │ ├── A7800HawkControllerDeck.cs │ │ │ │ │ ├── A7800HawkControllers.cs │ │ │ │ │ ├── M6532.cs │ │ │ │ │ ├── Mappers │ │ │ │ │ │ ├── MapperBase.cs │ │ │ │ │ │ ├── MapperDefault.cs │ │ │ │ │ │ ├── MapperF18.cs │ │ │ │ │ │ ├── MapperFractalus.cs │ │ │ │ │ │ ├── MapperRampage.cs │ │ │ │ │ │ ├── MapperSG.cs │ │ │ │ │ │ └── MapperSGE.cs │ │ │ │ │ ├── Maria.cs │ │ │ │ │ ├── MemoryMap.cs │ │ │ │ │ ├── Pokey.cs │ │ │ │ │ ├── Readme.txt │ │ │ │ │ └── TIA_Sound │ │ │ │ │ │ ├── TIA.cs │ │ │ │ │ │ ├── Tia.Audio.cs │ │ │ │ │ │ └── Tia.SyncState.cs │ │ │ │ ├── docs │ │ │ │ │ ├── 2600_mem_map.txt │ │ │ │ │ ├── Atari2600_CompatibilityList.xlsx │ │ │ │ │ ├── Atari7800_MapperGuide.txt │ │ │ │ │ ├── Atari_Mappers.txt │ │ │ │ │ ├── CartFormats_KevinHorton.txt │ │ │ │ │ ├── TIA_HW_Notes.txt │ │ │ │ │ └── stella.pdf │ │ │ │ ├── logic │ │ │ │ │ └── TIA.circ │ │ │ │ └── lynx │ │ │ │ │ ├── LibLynx.cs │ │ │ │ │ ├── Lynx.IInputPollable.cs │ │ │ │ │ ├── Lynx.IMemoryDomains.cs │ │ │ │ │ ├── Lynx.ISaveRam.cs │ │ │ │ │ ├── Lynx.ISoundProvider.cs │ │ │ │ │ ├── Lynx.IStatable.cs │ │ │ │ │ ├── Lynx.IVideoProvider.cs │ │ │ │ │ └── Lynx.cs │ │ │ ├── Belogic │ │ │ │ ├── LibUzem.cs │ │ │ │ └── Uzem.cs │ │ │ ├── Coleco │ │ │ │ ├── AY_3_8910_SGM.cs │ │ │ │ ├── ColecoControllerDeck.cs │ │ │ │ ├── ColecoControllers.cs │ │ │ │ ├── ColecoVision.IDebuggable.cs │ │ │ │ ├── ColecoVision.IEmulator.cs │ │ │ │ ├── ColecoVision.IInputPollable.cs │ │ │ │ ├── ColecoVision.IMemoryDomains.cs │ │ │ │ ├── ColecoVision.ISettable.cs │ │ │ │ ├── ColecoVision.ISoundProvider.cs │ │ │ │ ├── ColecoVision.IStatable.cs │ │ │ │ ├── ColecoVision.cs │ │ │ │ ├── SN76489col.cs │ │ │ │ ├── TMS9918A.cs │ │ │ │ └── docs │ │ │ │ │ ├── CV-Sound.txt │ │ │ │ │ ├── CV-Tech.txt │ │ │ │ │ ├── colecovision tech1.pdf │ │ │ │ │ └── colecovision tech2.pdf │ │ │ ├── Fairchild │ │ │ │ └── ChannelF │ │ │ │ │ ├── Audio.cs │ │ │ │ │ ├── Cart.cs │ │ │ │ │ ├── ChannelF.Controllers.cs │ │ │ │ │ ├── ChannelF.IDebuggable.cs │ │ │ │ │ ├── ChannelF.IEmulator.cs │ │ │ │ │ ├── ChannelF.ISettable.cs │ │ │ │ │ ├── ChannelF.IStatable.cs │ │ │ │ │ ├── ChannelF.IVideoProvider.cs │ │ │ │ │ ├── ChannelF.InputPollable.cs │ │ │ │ │ ├── ChannelF.MemoryDomains.cs │ │ │ │ │ ├── ChannelF.cs │ │ │ │ │ ├── F8 │ │ │ │ │ ├── F3850.Disassembler.cs │ │ │ │ │ ├── F3850.Execute.cs │ │ │ │ │ ├── F3850.Operations.cs │ │ │ │ │ ├── F3850.Registers.cs │ │ │ │ │ ├── F3850.Tables.cs │ │ │ │ │ └── F3850.cs │ │ │ │ │ ├── Memory.cs │ │ │ │ │ ├── Ports.cs │ │ │ │ │ └── Video.cs │ │ │ ├── GCE │ │ │ │ └── Vectrex │ │ │ │ │ ├── Audio.cs │ │ │ │ │ ├── HW_Registers.cs │ │ │ │ │ ├── Mappers │ │ │ │ │ ├── MapperBase.cs │ │ │ │ │ ├── Mapper_Default.cs │ │ │ │ │ └── ReadMe.txt │ │ │ │ │ ├── MemoryMap.cs │ │ │ │ │ ├── PPU.cs │ │ │ │ │ ├── ReadMe.txt │ │ │ │ │ ├── SerialPort.cs │ │ │ │ │ ├── VectrexHawk.ICodeDataLog.cs │ │ │ │ │ ├── VectrexHawk.IDebuggable.cs │ │ │ │ │ ├── VectrexHawk.IEmulator.cs │ │ │ │ │ ├── VectrexHawk.IInputPollable.cs │ │ │ │ │ ├── VectrexHawk.IMemoryDomains.cs │ │ │ │ │ ├── VectrexHawk.ISaveRam.cs │ │ │ │ │ ├── VectrexHawk.ISettable.cs │ │ │ │ │ ├── VectrexHawk.IStatable.cs │ │ │ │ │ ├── VectrexHawk.cs │ │ │ │ │ ├── VectrexHawkControllerDeck.cs │ │ │ │ │ └── VectrexHawkControllers.cs │ │ │ ├── Intellivision │ │ │ │ ├── Cartridge.cs │ │ │ │ ├── Controllers │ │ │ │ │ ├── IntellivisionControllerDeck.cs │ │ │ │ │ └── IntellivisionControllers.cs │ │ │ │ ├── ICart.cs │ │ │ │ ├── Intellicart.cs │ │ │ │ ├── Intellivision.IDebuggable.cs │ │ │ │ ├── Intellivision.IDisassemblable.cs │ │ │ │ ├── Intellivision.IEmulator.cs │ │ │ │ ├── Intellivision.IInputPollable.cs │ │ │ │ ├── Intellivision.IMemoryDomains.cs │ │ │ │ ├── Intellivision.ISettable.cs │ │ │ │ ├── Intellivision.IStatable.cs │ │ │ │ ├── Intellivision.MemoryMap.cs │ │ │ │ ├── Intellivision.cs │ │ │ │ ├── PSG.cs │ │ │ │ └── STIC.cs │ │ │ ├── Magnavox │ │ │ │ ├── LibO2Em.cs │ │ │ │ └── O2Em.cs │ │ │ ├── NEC │ │ │ │ └── PCFX │ │ │ │ │ ├── LibTst.cs │ │ │ │ │ ├── Tst.cs │ │ │ │ │ └── TstControllerDeck.cs │ │ │ ├── Nintendo │ │ │ │ ├── GBA │ │ │ │ │ ├── ArmV4Disassembler.cs │ │ │ │ │ ├── GBA.cs │ │ │ │ │ ├── IGBAGPUViewable.cs │ │ │ │ │ ├── LibVBANext.cs │ │ │ │ │ ├── LibmGBA.cs │ │ │ │ │ ├── MGBAHawk.IDebuggable.cs │ │ │ │ │ ├── MGBAHawk.IInputPollable.cs │ │ │ │ │ ├── MGBAHawk.IMemoryDomains.cs │ │ │ │ │ ├── MGBAHawk.ISaveRam.cs │ │ │ │ │ ├── MGBAHawk.ISettable.cs │ │ │ │ │ ├── MGBAHawk.ISoundProvider.cs │ │ │ │ │ ├── MGBAHawk.IStatable.cs │ │ │ │ │ ├── MGBAHawk.IVideoProvider.cs │ │ │ │ │ ├── MGBAHawk.cs │ │ │ │ │ ├── VBANext.IDebuggable.cs │ │ │ │ │ ├── VBANext.IGBAGPUViewable.cs │ │ │ │ │ ├── VBANext.IMemoryDomains.cs │ │ │ │ │ ├── VBANext.ISaveRam.cs │ │ │ │ │ ├── VBANext.ISettings.cs │ │ │ │ │ ├── VBANext.ISoundProvider.cs │ │ │ │ │ ├── VBANext.IStatable.cs │ │ │ │ │ ├── VBANext.IVideoProvider.cs │ │ │ │ │ ├── VBANext.cs │ │ │ │ │ └── VBARegisterHelper.cs │ │ │ │ ├── GBHawk │ │ │ │ │ ├── Audio.cs │ │ │ │ │ ├── GBC_PPU.cs │ │ │ │ │ ├── GBHawk.ICodeDataLog.cs │ │ │ │ │ ├── GBHawk.IDebuggable.cs │ │ │ │ │ ├── GBHawk.IEmulator.cs │ │ │ │ │ ├── GBHawk.IInputPollable.cs │ │ │ │ │ ├── GBHawk.IMemoryDomains.cs │ │ │ │ │ ├── GBHawk.ISaveRam.cs │ │ │ │ │ ├── GBHawk.ISettable.cs │ │ │ │ │ ├── GBHawk.IStatable.cs │ │ │ │ │ ├── GBHawk.cs │ │ │ │ │ ├── GBHawkControllerDeck.cs │ │ │ │ │ ├── GBHawkControllers.cs │ │ │ │ │ ├── GB_PPU.cs │ │ │ │ │ ├── HW_Registers.cs │ │ │ │ │ ├── Mappers │ │ │ │ │ │ ├── MapperBase.cs │ │ │ │ │ │ ├── Mapper_Camera.cs │ │ │ │ │ │ ├── Mapper_Default.cs │ │ │ │ │ │ ├── Mapper_HuC1.cs │ │ │ │ │ │ ├── Mapper_HuC3.cs │ │ │ │ │ │ ├── Mapper_MBC1.cs │ │ │ │ │ │ ├── Mapper_MBC1_Multi.cs │ │ │ │ │ │ ├── Mapper_MBC2.cs │ │ │ │ │ │ ├── Mapper_MBC3.cs │ │ │ │ │ │ ├── Mapper_MBC5.cs │ │ │ │ │ │ ├── Mapper_MBC6.cs │ │ │ │ │ │ ├── Mapper_MBC7.cs │ │ │ │ │ │ ├── Mapper_MMM01.cs │ │ │ │ │ │ ├── Mapper_RockMan8.cs │ │ │ │ │ │ ├── Mapper_Sachen_MMC1.cs │ │ │ │ │ │ ├── Mapper_Sachen_MMC2.cs │ │ │ │ │ │ ├── Mapper_TAMA5.cs │ │ │ │ │ │ ├── Mapper_WisdomTree.cs │ │ │ │ │ │ └── ReadMe.txt │ │ │ │ │ ├── MemoryMap.cs │ │ │ │ │ ├── PPU.cs │ │ │ │ │ ├── ReadMe.txt │ │ │ │ │ ├── SerialPort.cs │ │ │ │ │ └── Timer.cs │ │ │ │ ├── GBHawkLink │ │ │ │ │ ├── GBHawkLink.ICodeDataLog.cs │ │ │ │ │ ├── GBHawkLink.IDebuggable.cs │ │ │ │ │ ├── GBHawkLink.IEmulator.cs │ │ │ │ │ ├── GBHawkLink.IInputPollable.cs │ │ │ │ │ ├── GBHawkLink.IMemoryDomains.cs │ │ │ │ │ ├── GBHawkLink.ISaveRam.cs │ │ │ │ │ ├── GBHawkLink.ISettable.cs │ │ │ │ │ ├── GBHawkLink.IStatable.cs │ │ │ │ │ ├── GBHawkLink.cs │ │ │ │ │ ├── GBHawkLinkControllerDeck.cs │ │ │ │ │ ├── GBHawkLinkControllers.cs │ │ │ │ │ └── ReadMe.txt │ │ │ │ ├── Gameboy │ │ │ │ │ ├── GBColors.cs │ │ │ │ │ ├── GBDisassembler.cs │ │ │ │ │ ├── Gambatte.ICodeDataLog.cs │ │ │ │ │ ├── Gambatte.IDebuggable.cs │ │ │ │ │ ├── Gambatte.IEmulator.cs │ │ │ │ │ ├── Gambatte.ILinkable.cs │ │ │ │ │ ├── Gambatte.IMemoryDomains.cs │ │ │ │ │ ├── Gambatte.ISaveRam.cs │ │ │ │ │ ├── Gambatte.ISettable.cs │ │ │ │ │ ├── Gambatte.ISoundProvider.cs │ │ │ │ │ ├── Gambatte.IStatable.cs │ │ │ │ │ ├── Gambatte.ITraceable.cs │ │ │ │ │ ├── Gambatte.IVideoProvider.cs │ │ │ │ │ ├── Gambatte.cs │ │ │ │ │ ├── GambatteLink.ICodeDataLog.cs │ │ │ │ │ ├── GambatteLink.IDebuggable.cs │ │ │ │ │ ├── GambatteLink.IEmulator.cs │ │ │ │ │ ├── GambatteLink.IInputPollable.cs │ │ │ │ │ ├── GambatteLink.IMemoryDomains.cs │ │ │ │ │ ├── GambatteLink.ISaveRam.cs │ │ │ │ │ ├── GambatteLink.ISettable.cs │ │ │ │ │ ├── GambatteLink.IStatable.cs │ │ │ │ │ ├── GambatteLink.IVideoProvider.cs │ │ │ │ │ ├── GambatteLink.cs │ │ │ │ │ ├── GambattePrinter.cs │ │ │ │ │ ├── GamebatteLink.ISoundProvider.cs │ │ │ │ │ ├── IGameboyCommon.cs │ │ │ │ │ ├── LibGambatte.cs │ │ │ │ │ ├── LibSameboy.cs │ │ │ │ │ └── Sameboy.cs │ │ │ │ ├── N64 │ │ │ │ │ ├── N64.IDebuggable.cs │ │ │ │ │ ├── N64.IDisassemblable.cs │ │ │ │ │ ├── N64.IInputPollable.cs │ │ │ │ │ ├── N64.IMemoryDomains.cs │ │ │ │ │ ├── N64.ISaveRam.cs │ │ │ │ │ ├── N64.ISettable.cs │ │ │ │ │ ├── N64.IStatable.cs │ │ │ │ │ ├── N64.ITraceable.cs │ │ │ │ │ ├── N64.cs │ │ │ │ │ ├── N64Audio.cs │ │ │ │ │ ├── N64Input.cs │ │ │ │ │ ├── N64Settings.cs │ │ │ │ │ ├── N64SyncSettings.Controller.cs │ │ │ │ │ ├── N64SyncSettings.GLideN64.cs │ │ │ │ │ ├── N64SyncSettings.Glide.cs │ │ │ │ │ ├── N64SyncSettings.GlideMk2.cs │ │ │ │ │ ├── N64SyncSettings.Rice.cs │ │ │ │ │ ├── N64SyncSettings.cs │ │ │ │ │ ├── N64VideoProvider.cs │ │ │ │ │ └── NativeAPI │ │ │ │ │ │ ├── mupen64plusAudioApi.cs │ │ │ │ │ │ ├── mupen64plusCoreApi.cs │ │ │ │ │ │ ├── mupen64plusInputAPI.cs │ │ │ │ │ │ └── mupen64plusVideoApi.cs │ │ │ │ ├── NES │ │ │ │ │ ├── APU.cs │ │ │ │ │ ├── Boards │ │ │ │ │ │ ├── AVE-NINA.cs │ │ │ │ │ │ ├── AxROM.cs │ │ │ │ │ │ ├── BANDAI-FCG-1.cs │ │ │ │ │ │ ├── BANDAI_74_161_02_74.cs │ │ │ │ │ │ ├── BANDAI_74_161_161_32.cs │ │ │ │ │ │ ├── Bonza.cs │ │ │ │ │ │ ├── BxROM.cs │ │ │ │ │ │ ├── CNROM.cs │ │ │ │ │ │ ├── CPROM.cs │ │ │ │ │ │ ├── Camerica.cs │ │ │ │ │ │ ├── CamericaGoldenFive.cs │ │ │ │ │ │ ├── Cony.cs │ │ │ │ │ │ ├── CoolBoy.cs │ │ │ │ │ │ ├── DatachBarcode.cs │ │ │ │ │ │ ├── ExROM.cs │ │ │ │ │ │ ├── FFE │ │ │ │ │ │ │ ├── Mapper006.cs │ │ │ │ │ │ │ └── Mapper017.cs │ │ │ │ │ │ ├── FS304.cs │ │ │ │ │ │ ├── Farid-UNROM-8-in-1.cs │ │ │ │ │ │ ├── GameGenie.cs │ │ │ │ │ │ ├── GxROM.cs │ │ │ │ │ │ ├── IC_74x377.cs │ │ │ │ │ │ ├── IREM-74_161_161_21_138.cs │ │ │ │ │ │ ├── IREM_TAM_S1.cs │ │ │ │ │ │ ├── Irem_G101.cs │ │ │ │ │ │ ├── Irem_H3001.cs │ │ │ │ │ │ ├── JALECO_JF_05_06_07.cs │ │ │ │ │ │ ├── JALECO_JF_13.cs │ │ │ │ │ │ ├── JALECO_JF_17.cs │ │ │ │ │ │ ├── JALECO_JF_19.cs │ │ │ │ │ │ ├── JALECO_SS8806.cs │ │ │ │ │ │ ├── Jaleco-JF_11_14.cs │ │ │ │ │ │ ├── MLT-ACTION52.cs │ │ │ │ │ │ ├── MLT-MAX15.cs │ │ │ │ │ │ ├── MMC3_family │ │ │ │ │ │ │ ├── HKROM.cs │ │ │ │ │ │ │ ├── MMC3.cs │ │ │ │ │ │ │ ├── Mapper012.cs │ │ │ │ │ │ │ ├── Mapper037.cs │ │ │ │ │ │ │ ├── Mapper044.cs │ │ │ │ │ │ │ ├── Mapper049.cs │ │ │ │ │ │ │ ├── Mapper052.cs │ │ │ │ │ │ │ ├── Mapper074.cs │ │ │ │ │ │ │ ├── Mapper114.cs │ │ │ │ │ │ │ ├── Mapper115.cs │ │ │ │ │ │ │ ├── Mapper121.cs │ │ │ │ │ │ │ ├── Mapper123.cs │ │ │ │ │ │ │ ├── Mapper134.cs │ │ │ │ │ │ │ ├── Mapper165.cs │ │ │ │ │ │ │ ├── Mapper182.cs │ │ │ │ │ │ │ ├── Mapper187.cs │ │ │ │ │ │ │ ├── Mapper189.cs │ │ │ │ │ │ │ ├── Mapper191.cs │ │ │ │ │ │ │ ├── Mapper192.cs │ │ │ │ │ │ │ ├── Mapper194.cs │ │ │ │ │ │ │ ├── Mapper195.cs │ │ │ │ │ │ │ ├── Mapper195_CW.cs │ │ │ │ │ │ │ ├── Mapper196.cs │ │ │ │ │ │ │ ├── Mapper197.cs │ │ │ │ │ │ │ ├── Mapper198.cs │ │ │ │ │ │ │ ├── Mapper199.cs │ │ │ │ │ │ │ ├── Mapper205.cs │ │ │ │ │ │ │ ├── Mapper208.cs │ │ │ │ │ │ │ ├── Mapper215.cs │ │ │ │ │ │ │ ├── Mapper217.cs │ │ │ │ │ │ │ ├── Mapper219.cs │ │ │ │ │ │ │ ├── Mapper223.cs │ │ │ │ │ │ │ ├── Mapper238.cs │ │ │ │ │ │ │ ├── Mapper245.cs │ │ │ │ │ │ │ ├── Mapper249.cs │ │ │ │ │ │ │ ├── Mapper250.cs │ │ │ │ │ │ │ ├── Mapper254.cs │ │ │ │ │ │ │ ├── NES-QJ.cs │ │ │ │ │ │ │ ├── Pocahontas.cs │ │ │ │ │ │ │ ├── RexSoftSL1632.cs │ │ │ │ │ │ │ ├── TLSROM.cs │ │ │ │ │ │ │ ├── TQROM.cs │ │ │ │ │ │ │ ├── TVROM.cs │ │ │ │ │ │ │ └── TxROM.cs │ │ │ │ │ │ ├── Mapper015.cs │ │ │ │ │ │ ├── Mapper028.cs │ │ │ │ │ │ ├── Mapper029.cs │ │ │ │ │ │ ├── Mapper030.cs │ │ │ │ │ │ ├── Mapper034.cs │ │ │ │ │ │ ├── Mapper036.cs │ │ │ │ │ │ ├── Mapper038.cs │ │ │ │ │ │ ├── Mapper040.cs │ │ │ │ │ │ ├── Mapper041.cs │ │ │ │ │ │ ├── Mapper042.cs │ │ │ │ │ │ ├── Mapper043.cs │ │ │ │ │ │ ├── Mapper045.cs │ │ │ │ │ │ ├── Mapper046.cs │ │ │ │ │ │ ├── Mapper051.cs │ │ │ │ │ │ ├── Mapper053.cs │ │ │ │ │ │ ├── Mapper057.cs │ │ │ │ │ │ ├── Mapper058.cs │ │ │ │ │ │ ├── Mapper063.cs │ │ │ │ │ │ ├── Mapper069.cs │ │ │ │ │ │ ├── Mapper078.cs │ │ │ │ │ │ ├── Mapper090.cs │ │ │ │ │ │ ├── Mapper091.cs │ │ │ │ │ │ ├── Mapper101.cs │ │ │ │ │ │ ├── Mapper103.cs │ │ │ │ │ │ ├── Mapper106.cs │ │ │ │ │ │ ├── Mapper107.cs │ │ │ │ │ │ ├── Mapper108.cs │ │ │ │ │ │ ├── Mapper116.cs │ │ │ │ │ │ ├── Mapper120.cs │ │ │ │ │ │ ├── Mapper125.cs │ │ │ │ │ │ ├── Mapper132.cs │ │ │ │ │ │ ├── Mapper136.cs │ │ │ │ │ │ ├── Mapper142.cs │ │ │ │ │ │ ├── Mapper143.cs │ │ │ │ │ │ ├── Mapper147.cs │ │ │ │ │ │ ├── Mapper150.cs │ │ │ │ │ │ ├── Mapper156.cs │ │ │ │ │ │ ├── Mapper162.cs │ │ │ │ │ │ ├── Mapper164.cs │ │ │ │ │ │ ├── Mapper168.cs │ │ │ │ │ │ ├── Mapper170.cs │ │ │ │ │ │ ├── Mapper175.cs │ │ │ │ │ │ ├── Mapper176.cs │ │ │ │ │ │ ├── Mapper177.cs │ │ │ │ │ │ ├── Mapper178.cs │ │ │ │ │ │ ├── Mapper180.cs │ │ │ │ │ │ ├── Mapper183.cs │ │ │ │ │ │ ├── Mapper186.cs │ │ │ │ │ │ ├── Mapper188.cs │ │ │ │ │ │ ├── Mapper190.cs │ │ │ │ │ │ ├── Mapper193.cs │ │ │ │ │ │ ├── Mapper200.cs │ │ │ │ │ │ ├── Mapper201.cs │ │ │ │ │ │ ├── Mapper202.cs │ │ │ │ │ │ ├── Mapper203.cs │ │ │ │ │ │ ├── Mapper204.cs │ │ │ │ │ │ ├── Mapper212.cs │ │ │ │ │ │ ├── Mapper213.cs │ │ │ │ │ │ ├── Mapper214.cs │ │ │ │ │ │ ├── Mapper218.cs │ │ │ │ │ │ ├── Mapper220.cs │ │ │ │ │ │ ├── Mapper221.cs │ │ │ │ │ │ ├── Mapper222.cs │ │ │ │ │ │ ├── Mapper225.cs │ │ │ │ │ │ ├── Mapper226.cs │ │ │ │ │ │ ├── Mapper227.cs │ │ │ │ │ │ ├── Mapper230.cs │ │ │ │ │ │ ├── Mapper231.cs │ │ │ │ │ │ ├── Mapper233.cs │ │ │ │ │ │ ├── Mapper235.cs │ │ │ │ │ │ ├── Mapper236.cs │ │ │ │ │ │ ├── Mapper240.cs │ │ │ │ │ │ ├── Mapper241.cs │ │ │ │ │ │ ├── Mapper242.cs │ │ │ │ │ │ ├── Mapper243.cs │ │ │ │ │ │ ├── Mapper244.cs │ │ │ │ │ │ ├── Mapper246.cs │ │ │ │ │ │ ├── Mapper252.cs │ │ │ │ │ │ ├── Mapper253.cs │ │ │ │ │ │ ├── Mapper50.cs │ │ │ │ │ │ ├── Mapper60.cs │ │ │ │ │ │ ├── Mapper61.cs │ │ │ │ │ │ ├── Mapper62.cs │ │ │ │ │ │ ├── NES-EVENT.cs │ │ │ │ │ │ ├── NROM.cs │ │ │ │ │ │ ├── NSFBoard.cs │ │ │ │ │ │ ├── Namcot129_163.cs │ │ │ │ │ │ ├── Namcot175_340.cs │ │ │ │ │ │ ├── Namcot1xx │ │ │ │ │ │ │ ├── DRROM.cs │ │ │ │ │ │ │ ├── Mapper076.cs │ │ │ │ │ │ │ ├── Mapper088.cs │ │ │ │ │ │ │ ├── Mapper095.cs │ │ │ │ │ │ │ ├── Mapper112.cs │ │ │ │ │ │ │ ├── Mapper154.cs │ │ │ │ │ │ │ ├── Mapper206.cs │ │ │ │ │ │ │ ├── Namco163Audio.cs │ │ │ │ │ │ │ └── Namcot1xx.cs │ │ │ │ │ │ ├── NanJing.cs │ │ │ │ │ │ ├── NovelDiamond.cs │ │ │ │ │ │ ├── PxROM_FxROM.cs │ │ │ │ │ │ ├── SEEPROM.cs │ │ │ │ │ │ ├── Sachen8259.cs │ │ │ │ │ │ ├── SachenSimple.cs │ │ │ │ │ │ ├── Subor.cs │ │ │ │ │ │ ├── Sunsoft1.cs │ │ │ │ │ │ ├── Sunsoft1_Alt.cs │ │ │ │ │ │ ├── Sunsoft2_m89.cs │ │ │ │ │ │ ├── Sunsoft2_m93.cs │ │ │ │ │ │ ├── Sunsoft3.cs │ │ │ │ │ │ ├── Sunsoft4.cs │ │ │ │ │ │ ├── SxROM.cs │ │ │ │ │ │ ├── TAITO_74_161_161_32.cs │ │ │ │ │ │ ├── TENGEN-800032.cs │ │ │ │ │ │ ├── TENGEN_800008.cs │ │ │ │ │ │ ├── Taito_TC0190FMC.cs │ │ │ │ │ │ ├── Taito_X1_005.cs │ │ │ │ │ │ ├── Taito_X1_017.cs │ │ │ │ │ │ ├── UNIF │ │ │ │ │ │ │ ├── UNIF-DREAMTECH01.cs │ │ │ │ │ │ │ ├── UNIF_BMC-12-IN-1.cs │ │ │ │ │ │ │ ├── UNIF_BMC-190in1.cs │ │ │ │ │ │ │ ├── UNIF_BMC-64in1-NR.cs │ │ │ │ │ │ │ ├── UNIF_BMC-810544-C-A1.cs │ │ │ │ │ │ │ ├── UNIF_BMC-8157.cs │ │ │ │ │ │ │ ├── UNIF_BMC-A65AS.cs │ │ │ │ │ │ │ ├── UNIF_BMC-BS-5.cs │ │ │ │ │ │ │ ├── UNIF_BMC-D1038.cs │ │ │ │ │ │ │ ├── UNIF_BMC-GS-2004.cs │ │ │ │ │ │ │ ├── UNIF_BMC-GS-2013.cs │ │ │ │ │ │ │ ├── UNIF_BMC-Ghostbusters63in1.cs │ │ │ │ │ │ │ ├── UNIF_BMC-NTD-03.cs │ │ │ │ │ │ │ ├── UNIF_BMC-T-262.cs │ │ │ │ │ │ │ ├── UNIF_BMC-WS.cs │ │ │ │ │ │ │ ├── UNIF_BMCFK23C.cs │ │ │ │ │ │ │ ├── UNIF_BMC_Super24in1SC03.cs │ │ │ │ │ │ │ ├── UNIF_BTL-Mario1-MALEE2.cs │ │ │ │ │ │ │ ├── UNIF_UNL-43272.cs │ │ │ │ │ │ │ ├── UNIF_UNL-AC08.cs │ │ │ │ │ │ │ ├── UNIF_UNL-AX5705.cs │ │ │ │ │ │ │ ├── UNIF_UNL-BB.cs │ │ │ │ │ │ │ ├── UNIF_UNL-CC-21.cs │ │ │ │ │ │ │ ├── UNIF_UNL-EDU2000.cs │ │ │ │ │ │ │ ├── UNIF_UNL-KOF97.cs │ │ │ │ │ │ │ ├── UNIF_UNL-KS7012.cs │ │ │ │ │ │ │ ├── UNIF_UNL-KS7013B.cs │ │ │ │ │ │ │ ├── UNIF_UNL-LH10.cs │ │ │ │ │ │ │ ├── UNIF_UNL-SHERO.cs │ │ │ │ │ │ │ ├── UNIF_UNL-TF1201.cs │ │ │ │ │ │ │ ├── UNIF_UNL_DripGame.cs │ │ │ │ │ │ │ └── UNIF_UNL_SMB2J.cs │ │ │ │ │ │ ├── UxROM.cs │ │ │ │ │ │ ├── VRC1.cs │ │ │ │ │ │ ├── VRC2_4.cs │ │ │ │ │ │ ├── VRC3.cs │ │ │ │ │ │ ├── VRC6.cs │ │ │ │ │ │ ├── VRC7.cs │ │ │ │ │ │ ├── VS_M99.cs │ │ │ │ │ │ └── inlnsf.cs │ │ │ │ │ ├── Docs │ │ │ │ │ │ ├── BoardTable.xlsx │ │ │ │ │ │ ├── MapperCompatibilityList.url │ │ │ │ │ │ ├── nesasm.pdf │ │ │ │ │ │ ├── sunsoft.txt │ │ │ │ │ │ └── sxrom_notes.txt │ │ │ │ │ ├── FDS │ │ │ │ │ │ ├── FDS.cs │ │ │ │ │ │ ├── FDSAudio.cs │ │ │ │ │ │ ├── FDSInspector.cs │ │ │ │ │ │ └── RamAdapter.cs │ │ │ │ │ ├── INESPPUViewable.cs │ │ │ │ │ ├── NES.BoardSystem.cs │ │ │ │ │ ├── NES.Core.cs │ │ │ │ │ ├── NES.CpuLink.cs │ │ │ │ │ ├── NES.ICodeDataLogger.cs │ │ │ │ │ ├── NES.IDebuggable.cs │ │ │ │ │ ├── NES.IDriveLight.cs │ │ │ │ │ ├── NES.IInputPollable.cs │ │ │ │ │ ├── NES.IMemoryDomains.cs │ │ │ │ │ ├── NES.INESPPUViewable.cs │ │ │ │ │ ├── NES.ISaveRam.cs │ │ │ │ │ ├── NES.ISettable.cs │ │ │ │ │ ├── NES.IStatable.cs │ │ │ │ │ ├── NES.cs │ │ │ │ │ ├── NES.iNES.cs │ │ │ │ │ ├── NESControllers.cs │ │ │ │ │ ├── NSFFormat.cs │ │ │ │ │ ├── PPU.cs │ │ │ │ │ ├── PPU.regs.cs │ │ │ │ │ ├── PPU.run.cs │ │ │ │ │ ├── Palettes.cs │ │ │ │ │ └── Unif.cs │ │ │ │ ├── QuickNES │ │ │ │ │ ├── LibQuickNES.cs │ │ │ │ │ ├── Nes_NTSC_Colors.cs │ │ │ │ │ ├── QuickNES.IDebuggable.cs │ │ │ │ │ ├── QuickNES.IDisassembler.cs │ │ │ │ │ ├── QuickNES.IInputPollable.cs │ │ │ │ │ ├── QuickNES.IMemoryDomains.cs │ │ │ │ │ ├── QuickNES.INESPPUViewable.cs │ │ │ │ │ ├── QuickNES.ISaveRam.cs │ │ │ │ │ ├── QuickNES.ISettable.cs │ │ │ │ │ ├── QuickNES.ISoundProvider.cs │ │ │ │ │ ├── QuickNES.IStatable.cs │ │ │ │ │ ├── QuickNES.ITraceable.cs │ │ │ │ │ ├── QuickNES.IVideoProvider.cs │ │ │ │ │ └── QuickNES.cs │ │ │ │ ├── SNES │ │ │ │ │ ├── LibsnesApi.cs │ │ │ │ │ ├── LibsnesApi_BRK.cs │ │ │ │ │ ├── LibsnesApi_CMD.cs │ │ │ │ │ ├── LibsnesApi_Enums.cs │ │ │ │ │ ├── LibsnesApi_QUERY.cs │ │ │ │ │ ├── LibsnesApi_SIG.cs │ │ │ │ │ ├── LibsnesControllerDeck.cs │ │ │ │ │ ├── LibsnesCore.ICodeDataLogger.cs │ │ │ │ │ ├── LibsnesCore.IDebuggable.cs │ │ │ │ │ ├── LibsnesCore.IEmulator.cs │ │ │ │ │ ├── LibsnesCore.IInputPollable.cs │ │ │ │ │ ├── LibsnesCore.IMemoryDomains.cs │ │ │ │ │ ├── LibsnesCore.IRegionable.cs │ │ │ │ │ ├── LibsnesCore.ISaveRam.cs │ │ │ │ │ ├── LibsnesCore.ISettable.cs │ │ │ │ │ ├── LibsnesCore.IStatable.cs │ │ │ │ │ ├── LibsnesCore.IVideoProvider.cs │ │ │ │ │ ├── LibsnesCore.cs │ │ │ │ │ ├── SNESGraphicsDecoder.cs │ │ │ │ │ ├── ScanlineHookManager.cs │ │ │ │ │ └── SnesColors.cs │ │ │ │ ├── SNES9X │ │ │ │ │ ├── LibSnes9x.cs │ │ │ │ │ └── Snes9x.cs │ │ │ │ ├── SubNESHawk │ │ │ │ │ ├── ReadMe.txt │ │ │ │ │ ├── SubNESHawk.IDebuggable.cs │ │ │ │ │ ├── SubNESHawk.IEmulator.cs │ │ │ │ │ ├── SubNESHawk.IInputPollable.cs │ │ │ │ │ ├── SubNESHawk.IMemoryDomains.cs │ │ │ │ │ ├── SubNESHawk.ISaveRam.cs │ │ │ │ │ ├── SubNESHawk.IStatable.cs │ │ │ │ │ └── SubNESHawk.cs │ │ │ │ └── VB │ │ │ │ │ ├── LibVirtualBoyee.cs │ │ │ │ │ └── VirtualBoyee.cs │ │ │ ├── PC Engine │ │ │ │ ├── ADPCM.cs │ │ │ │ ├── Compat.txt │ │ │ │ ├── MemoryMap.Populous.cs │ │ │ │ ├── MemoryMap.SF2.cs │ │ │ │ ├── MemoryMap.SuperGrafx.cs │ │ │ │ ├── MemoryMap.TurboCD.cs │ │ │ │ ├── MemoryMap.cs │ │ │ │ ├── PCEngine.ArcadeCard.cs │ │ │ │ ├── PCEngine.ICodeDataLogger.cs │ │ │ │ ├── PCEngine.IDebuggable.cs │ │ │ │ ├── PCEngine.IDriveLight.cs │ │ │ │ ├── PCEngine.IEmulator.cs │ │ │ │ ├── PCEngine.IInputPollable.cs │ │ │ │ ├── PCEngine.IMemoryDomains.cs │ │ │ │ ├── PCEngine.ISaveRam.cs │ │ │ │ ├── PCEngine.ISettable.cs │ │ │ │ ├── PCEngine.IStatable.cs │ │ │ │ ├── PCEngine.Input.cs │ │ │ │ ├── PCEngine.TurboCD.cs │ │ │ │ ├── PCEngine.cs │ │ │ │ ├── PceControllerDeck.cs │ │ │ │ ├── ScsiCDBus.cs │ │ │ │ ├── VCE.cs │ │ │ │ ├── VDC.Render.cs │ │ │ │ ├── VDC.cs │ │ │ │ └── VPC.cs │ │ │ ├── SNK │ │ │ │ ├── DualNeoGeoPort.cs │ │ │ │ ├── LibNeoGeoPort.cs │ │ │ │ └── NeoGeoPort.cs │ │ │ ├── Sega │ │ │ │ ├── GGHawkLink │ │ │ │ │ ├── GGHawkLink.ICodeDataLog.cs │ │ │ │ │ ├── GGHawkLink.IDebuggable.cs │ │ │ │ │ ├── GGHawkLink.IEmulator.cs │ │ │ │ │ ├── GGHawkLink.IInputPollable.cs │ │ │ │ │ ├── GGHawkLink.IMemoryDomains.cs │ │ │ │ │ ├── GGHawkLink.ISaveRam.cs │ │ │ │ │ ├── GGHawkLink.ISettable.cs │ │ │ │ │ ├── GGHawkLink.IStatable.cs │ │ │ │ │ ├── GGHawkLink.cs │ │ │ │ │ ├── GGHawkLinkControllerDeck.cs │ │ │ │ │ ├── GGHawkLinkControllers.cs │ │ │ │ │ └── ReadMe.txt │ │ │ │ ├── PicoDrive │ │ │ │ │ ├── LibPicoDrive.cs │ │ │ │ │ └── PicoDrive.cs │ │ │ │ ├── SMS │ │ │ │ │ ├── Compat.txt │ │ │ │ │ ├── EEPROM.93c46.cs │ │ │ │ │ ├── MemoryMap.CodeMasters.cs │ │ │ │ │ ├── MemoryMap.EEPROM.cs │ │ │ │ │ ├── MemoryMap.ExtRam.cs │ │ │ │ │ ├── MemoryMap.Korea.cs │ │ │ │ │ ├── MemoryMap.Sega.cs │ │ │ │ │ ├── SMS.ICodeDataLogger.cs │ │ │ │ │ ├── SMS.IDebuggable.cs │ │ │ │ │ ├── SMS.IEmulator.cs │ │ │ │ │ ├── SMS.IInputPollable.cs │ │ │ │ │ ├── SMS.IMemoryDomains.cs │ │ │ │ │ ├── SMS.ISaveRam.cs │ │ │ │ │ ├── SMS.ISettable.cs │ │ │ │ │ ├── SMS.ISoundProvider.cs │ │ │ │ │ ├── SMS.IStatable.cs │ │ │ │ │ ├── SMS.Input.cs │ │ │ │ │ ├── SMS.cs │ │ │ │ │ ├── TerebiOekaki.cs │ │ │ │ │ ├── VDP.Mode4.cs │ │ │ │ │ ├── VDP.ModeTMS.cs │ │ │ │ │ ├── VDP.Tables.cs │ │ │ │ │ └── VDP.cs │ │ │ │ ├── Saturn │ │ │ │ │ ├── FilePiping.cs │ │ │ │ │ ├── LibSaturnus.cs │ │ │ │ │ ├── Saturnus.cs │ │ │ │ │ └── SaturnusControllerDeck.cs │ │ │ │ └── gpgx64 │ │ │ │ │ ├── GPGX.ICodeDataLogger.cs │ │ │ │ │ ├── GPGX.IDebuggable.cs │ │ │ │ │ ├── GPGX.IDisassembler.cs │ │ │ │ │ ├── GPGX.IDriveLight.cs │ │ │ │ │ ├── GPGX.IEmulator.cs │ │ │ │ │ ├── GPGX.IInputPollable.cs │ │ │ │ │ ├── GPGX.IMemoryDomains.cs │ │ │ │ │ ├── GPGX.ISaveRam.cs │ │ │ │ │ ├── GPGX.ISettable.cs │ │ │ │ │ ├── GPGX.ISoundProvider.cs │ │ │ │ │ ├── GPGX.IStatable.cs │ │ │ │ │ ├── GPGX.ITraceable.cs │ │ │ │ │ ├── GPGX.IVideoProvider.cs │ │ │ │ │ ├── GPGX.cs │ │ │ │ │ ├── GPGXControlConverter.cs │ │ │ │ │ ├── GenDbgHlp.cs │ │ │ │ │ └── LibGPGX.cs │ │ │ ├── Sony │ │ │ │ ├── PSP │ │ │ │ │ ├── PPSSPPDll.cs │ │ │ │ │ └── PSP.cs │ │ │ │ └── PSX │ │ │ │ │ ├── Octoshock.IDebuggable.cs │ │ │ │ │ ├── Octoshock.IDisassemblable.cs │ │ │ │ │ ├── Octoshock.ITraceable.cs │ │ │ │ │ ├── Octoshock.cs │ │ │ │ │ ├── OctoshockDll.cs │ │ │ │ │ ├── OctoshockFIOConfig.cs │ │ │ │ │ └── PSF.cs │ │ │ └── WonderSwan │ │ │ │ ├── BizSwan.cs │ │ │ │ ├── WonderSwan.Controller.cs │ │ │ │ ├── WonderSwan.IMemoryDomains.cs │ │ │ │ ├── WonderSwan.ISaveRam.cs │ │ │ │ ├── WonderSwan.ISettable.cs │ │ │ │ ├── WonderSwan.ISoundProvider.cs │ │ │ │ ├── WonderSwan.IStatable.cs │ │ │ │ └── WonderSwan.cs │ │ ├── CoreInventory.cs │ │ ├── ExternalCores │ │ │ ├── EmuFile.cs │ │ │ ├── ExternalCore.cs │ │ │ ├── PsxCore.cs │ │ │ └── Snippets.txt │ │ ├── FileID.cs │ │ ├── Libretro │ │ │ ├── LibretroApi.cs │ │ │ ├── LibretroApi_BRK.cs │ │ │ ├── LibretroApi_CMD.cs │ │ │ ├── LibretroApi_Delegates.cs │ │ │ ├── LibretroApi_Enums.cs │ │ │ ├── LibretroApi_QUERY.cs │ │ │ ├── LibretroApi_SIG.cs │ │ │ ├── LibretroApi_Structs.cs │ │ │ ├── LibretroCore.cs │ │ │ ├── LibretroCoreSettings.cs │ │ │ ├── LibretroCore_Description.cs │ │ │ └── LibretroCore_InputCallbacks.cs │ │ ├── LibretroOld │ │ │ ├── LibRetro.cs │ │ │ ├── LibRetroEmulator.InputCallbacks.cs │ │ │ └── LibRetroEmulator.cs │ │ ├── Notes.txt │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ └── Resources.resx │ │ ├── Resources │ │ │ ├── 128.ROM.gz │ │ │ ├── 48.ROM.gz │ │ │ ├── CPC_AMSDOS_0.5.ROM.gz │ │ │ ├── CPC_BASIC_1.0.ROM.gz │ │ │ ├── CPC_BASIC_1.1.ROM.gz │ │ │ ├── CPC_OS_6128.ROM.gz │ │ │ ├── OS_464.ROM.gz │ │ │ ├── Spectrum3_V4-0_ROM0.bin.gz │ │ │ ├── Spectrum3_V4-0_ROM1.bin.gz │ │ │ ├── Spectrum3_V4-0_ROM2.bin.gz │ │ │ ├── Spectrum3_V4-0_ROM3.bin.gz │ │ │ ├── cgb_boot.bin.gz │ │ │ ├── dmg_boot.bin.gz │ │ │ ├── plus2.rom.gz │ │ │ ├── plus2a.rom.gz │ │ │ └── sgb-cart-present.spc.gz │ │ ├── SideBySideVideo.cs │ │ ├── Sound │ │ │ ├── CDAudio.cs │ │ │ ├── DualSyncSound.cs │ │ │ ├── HuC6280PSG.cs │ │ │ ├── IAsyncSoundProvider.cs │ │ │ ├── MMC5Audio.cs │ │ │ ├── OneBitBeeper.cs │ │ │ ├── SN76489.cs │ │ │ ├── SN76489sms.cs │ │ │ ├── SoundMixer.cs │ │ │ ├── Sunsoft5BAudio.cs │ │ │ ├── SyncSoundMixer.cs │ │ │ ├── VRC6Alt.cs │ │ │ ├── YM2413.cs │ │ │ └── YM2612.cs │ │ └── Waterbox │ │ │ ├── CustomSaverammer.cs │ │ │ ├── ElfRunner.cs │ │ │ ├── Heap.cs │ │ │ ├── LibWaterboxCore.cs │ │ │ ├── MapHeap.cs │ │ │ ├── PeRunner.cs │ │ │ ├── PeWrapper.cs │ │ │ ├── Swappable.cs │ │ │ ├── WaterboxCore.cs │ │ │ └── WaterboxUtils.cs │ ├── BizHawk.Emulation.DiscSystem │ │ ├── API_MednaDisc.cs │ │ ├── BizHawk.Emulation.DiscSystem.csproj │ │ ├── BizHawk.Emulation.DiscSystem.csproj.DotSettings │ │ ├── CDFS │ │ │ ├── EndianBitConverter.cs │ │ │ ├── ISODirectoryNode.cs │ │ │ ├── ISOFile.cs │ │ │ ├── ISOFileNode.cs │ │ │ ├── ISONode.cs │ │ │ ├── ISONodeRecord.cs │ │ │ ├── ISOVolumeDescriptor.cs │ │ │ └── origin.txt │ │ ├── Disc.cs │ │ ├── DiscDecoding.cs │ │ ├── DiscExceptions.cs │ │ ├── DiscFormats │ │ │ ├── Blobs │ │ │ │ ├── Blob_ECM.cs │ │ │ │ ├── Blob_RawFile.cs │ │ │ │ ├── Blob_WaveFile.cs │ │ │ │ ├── Blob_ZeroPadAdapter.cs │ │ │ │ ├── IBlob.cs │ │ │ │ └── RiffMaster.cs │ │ │ ├── CCD_format.cs │ │ │ ├── CUE │ │ │ │ ├── CUE_Compile.cs │ │ │ │ ├── CUE_Context.cs │ │ │ │ ├── CUE_File.cs │ │ │ │ ├── CUE_Load.cs │ │ │ │ ├── CUE_Parse.cs │ │ │ │ ├── CUE_Synths.cs │ │ │ │ ├── CUE_Types.cs │ │ │ │ └── CueFileResolver.cs │ │ │ ├── M3U_file.cs │ │ │ ├── MDS_Format.cs │ │ │ ├── SBI_format.cs │ │ │ └── TOC_format.cs │ │ ├── DiscHasher.cs │ │ ├── DiscIdentifier.cs │ │ ├── DiscJob.cs │ │ ├── DiscMountJob.MednaDisc.cs │ │ ├── DiscMountJob.cs │ │ ├── DiscMountPolicy.cs │ │ ├── DiscSectorReader.cs │ │ ├── DiscStream.cs │ │ ├── DiscStructure.cs │ │ ├── DiscSubQ.cs │ │ ├── DiscTOC.cs │ │ ├── DiscTypes.cs │ │ ├── DiscUtils.cs │ │ ├── Internal │ │ │ ├── Algorithms │ │ │ │ ├── ECM.cs │ │ │ │ ├── GPL_ECM.cs │ │ │ │ └── SubQ_CRC.cs │ │ │ ├── Jobs │ │ │ │ ├── ApplySBIJob.cs │ │ │ │ ├── LoadSBIJob.cs │ │ │ │ ├── Synthesize_A0A1A2_Job.cs │ │ │ │ ├── Synthesize_DiscStructure_From_DiscTOC_Job.cs │ │ │ │ ├── Synthesize_DiscTOC_From_RawTOCEntries_Job.cs │ │ │ │ └── Synthesize_Leadout_Job.cs │ │ │ ├── SectorSynth.cs │ │ │ └── SynthUtils.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ └── docs │ │ │ └── notes.txt │ ├── BizHawk.Installer │ │ ├── BizHawk.Installer.sln │ │ ├── BizHawk.Installer.wixproj │ │ ├── BizHawkFiles.wxs │ │ ├── BizHawkInstall.wxs │ │ ├── Bootstrap.wixproj │ │ └── Bootstrap.wxs │ ├── BizHawk.sln │ ├── BizHawk.sln.DotSettings │ ├── Bizware │ │ ├── BizHawk.Bizware.BizwareGL.GdiPlus │ │ │ ├── BizHawk.Bizware.BizwareGL.GdiPlus.csproj │ │ │ ├── BizHawk.Bizware.BizwareGL.GdiPlus.csproj.DotSettings │ │ │ ├── GLControlWrapper_GdiPlus.cs │ │ │ ├── GdiPlusGuiRenderer.cs │ │ │ └── IGL_GdiPlus.cs │ │ ├── BizHawk.Bizware.BizwareGL.OpenTK │ │ │ ├── BizHawk.Bizware.BizwareGL.OpenTK.csproj │ │ │ ├── BizHawk.Bizware.BizwareGL.OpenTK.csproj.DotSettings │ │ │ ├── GraphicsControl_TK.cs │ │ │ ├── IGL_TK.cs │ │ │ └── RetroShader.cs │ │ ├── BizHawk.Bizware.BizwareGL.SlimDX │ │ │ ├── BizHawk.Bizware.BizwareGL.SlimDX.csproj │ │ │ ├── BizHawk.Bizware.BizwareGL.SlimDX.csproj.DotSettings │ │ │ ├── Extensions.cs │ │ │ ├── GLControlWrapper_SlimDX9.cs │ │ │ └── IGL_SlimDX9.cs │ │ ├── BizHawk.Bizware.BizwareGL │ │ │ ├── Art.cs │ │ │ ├── ArtManager.cs │ │ │ ├── AttributeInfo.cs │ │ │ ├── AttributeUsage.cs │ │ │ ├── BitmapBuffer.cs │ │ │ ├── BitmapLoadOptions.cs │ │ │ ├── BizHawk.Bizware.BizwareGL.csproj │ │ │ ├── BizHawk.Bizware.BizwareGL.csproj.DotSettings │ │ │ ├── Borrowed │ │ │ │ ├── BitmapFontParser │ │ │ │ │ ├── BitmapFont.cs │ │ │ │ │ ├── BitmapFontLoader.cs │ │ │ │ │ ├── Character.cs │ │ │ │ │ ├── Kerning.cs │ │ │ │ │ ├── Padding.cs │ │ │ │ │ └── Page.cs │ │ │ │ └── readme.txt │ │ │ ├── CGC.cs │ │ │ ├── CacheBlendState.cs │ │ │ ├── Extensions.cs │ │ │ ├── GraphicsControl.cs │ │ │ ├── GuiRenderer.cs │ │ │ ├── GuiRendererBase.cs │ │ │ ├── IGL.cs │ │ │ ├── IGraphicsControl.cs │ │ │ ├── IGuiRenderer.cs │ │ │ ├── MatrixStack.cs │ │ │ ├── Pipeline.cs │ │ │ ├── PipelineUniform.cs │ │ │ ├── RenderStates.cs │ │ │ ├── RenderTarget.cs │ │ │ ├── RetainedGraphicsControl.cs │ │ │ ├── RetroShader.cs │ │ │ ├── Shader.cs │ │ │ ├── StringRenderer.cs │ │ │ ├── TexAtlas.cs │ │ │ ├── Texture2d.cs │ │ │ ├── UniformInfo.cs │ │ │ └── VertexLayout.cs │ │ ├── BizHawk.Bizware.Test │ │ │ ├── BizHawk.Bizware.Test.csproj │ │ │ ├── Program.cs │ │ │ ├── TestForm.Designer.cs │ │ │ ├── TestForm.cs │ │ │ ├── TestForm.resx │ │ │ └── TestImages │ │ │ │ ├── 4xSoft.cg │ │ │ │ ├── 4xSoft.glsl │ │ │ │ ├── courier16px.fnt │ │ │ │ ├── courier16px_0.png │ │ │ │ ├── flame1.jpg │ │ │ │ ├── flame2.jpg │ │ │ │ ├── flame3.jpg │ │ │ │ ├── flame4.jpg │ │ │ │ ├── flame5.jpg │ │ │ │ └── smile.png │ │ └── BizHawk.Bizware.sln │ ├── Build │ │ ├── BizHawk.Build.Tool.exe │ │ ├── BizHawk.Build.Tool │ │ │ ├── BizHawk.Build.Tool.csproj │ │ │ ├── BizHawk.Build.Tool.sln │ │ │ ├── FileLocator.cs │ │ │ ├── Tool.cs │ │ │ └── ToolPathUtil.cs │ │ └── Common.targets │ ├── Building Other Solutions.txt │ ├── CpuCoreGenerator.sln │ ├── CpuCoreGenerator │ │ ├── CpuCoreGenerator.csproj │ │ ├── HuC6280 │ │ │ ├── CDL.cs │ │ │ ├── CoreGenerator.cs │ │ │ └── Instructions.cs │ │ ├── MOS 6502 │ │ │ ├── CoreGenerator.cs │ │ │ └── Instructions.cs │ │ ├── Program.cs │ │ └── Properties │ │ │ └── AssemblyInfo.cs │ ├── Dist │ │ ├── 7za.exe │ │ ├── BuildAndPackage.bat │ │ ├── BuildAndPackage_Developer.bat │ │ ├── BuildAndPackage_Release.bat │ │ ├── BuildDebug.sh │ │ ├── BuildGithubMasterBranch.bat │ │ ├── BuildGithubReleaseBranch.bat │ │ ├── BuildRelease.sh │ │ ├── HelloWorld_BizHawkTool.dll │ │ ├── ILMerge.exe │ │ ├── MakeDiscohawk.bat │ │ ├── RunILMerge.bat │ │ ├── changelog.txt │ │ ├── fart.exe │ │ ├── unzip.exe │ │ ├── upx.exe │ │ └── zip.exe │ ├── ExternalCoreProjects │ │ └── Virtu │ │ │ ├── Cassette.cs │ │ │ ├── Cpu.cs │ │ │ ├── CpuData.cs │ │ │ ├── Disk525.cs │ │ │ ├── DiskDsk.cs │ │ │ ├── DiskIIController.cs │ │ │ ├── DiskIIDrive.cs │ │ │ ├── DiskNib.cs │ │ │ ├── ExtraConverters.cs │ │ │ ├── GamePort.cs │ │ │ ├── Keyboard.cs │ │ │ ├── Library │ │ │ ├── DisposableBase.cs │ │ │ ├── MathHelpers.cs │ │ │ └── StreamExtensions.cs │ │ │ ├── Machine.cs │ │ │ ├── MachineComponent.cs │ │ │ ├── MachineEvents.cs │ │ │ ├── Memory.cs │ │ │ ├── MemoryData.cs │ │ │ ├── NoSlotClock.cs │ │ │ ├── PeripheralCard.cs │ │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ │ ├── Services │ │ │ ├── AudioService.cs │ │ │ ├── DebugService.cs │ │ │ └── VideoService.cs │ │ │ ├── Speaker.cs │ │ │ ├── Video.cs │ │ │ ├── VideoData.cs │ │ │ ├── Virtu.csproj │ │ │ └── Virtu.sln │ ├── Good Core Bad Core.txt │ ├── LICENSE │ ├── LibretroBridge │ │ └── vs2015 │ │ │ ├── .editorconfig │ │ │ ├── LibretroBridge.cpp │ │ │ ├── LibretroBridge.sln │ │ │ ├── LibretroBridge.vcxproj │ │ │ ├── dynamic.h │ │ │ ├── features_cpu.c │ │ │ ├── libco │ │ │ ├── amd64.c │ │ │ ├── coswap.asm │ │ │ └── libco.h │ │ │ └── libretro.h │ ├── LuaInterface │ │ ├── Libs │ │ │ ├── 7z.dll │ │ │ ├── 7z.exe │ │ │ ├── luaperks.7z │ │ │ ├── touch.exe │ │ │ └── un7z_and_touch.bat │ │ ├── Lua │ │ │ ├── COPYRIGHT │ │ │ └── src │ │ │ │ ├── LuaDLL.cpp │ │ │ │ ├── lapi.c │ │ │ │ ├── lapi.h │ │ │ │ ├── lauxlib.c │ │ │ │ ├── lauxlib.h │ │ │ │ ├── lbaselib.c │ │ │ │ ├── lcode.c │ │ │ │ ├── lcode.h │ │ │ │ ├── ldblib.c │ │ │ │ ├── ldebug.c │ │ │ │ ├── ldebug.h │ │ │ │ ├── ldo.c │ │ │ │ ├── ldo.h │ │ │ │ ├── ldump.c │ │ │ │ ├── lfunc.c │ │ │ │ ├── lfunc.h │ │ │ │ ├── lgc.c │ │ │ │ ├── lgc.h │ │ │ │ ├── linit.c │ │ │ │ ├── liolib.c │ │ │ │ ├── llex.c │ │ │ │ ├── llex.h │ │ │ │ ├── llimits.h │ │ │ │ ├── lmathlib.c │ │ │ │ ├── lmem.c │ │ │ │ ├── lmem.h │ │ │ │ ├── loadlib.c │ │ │ │ ├── lobject.c │ │ │ │ ├── lobject.h │ │ │ │ ├── lopcodes.c │ │ │ │ ├── lopcodes.h │ │ │ │ ├── loslib.c │ │ │ │ ├── lparser.c │ │ │ │ ├── lparser.h │ │ │ │ ├── lstate.c │ │ │ │ ├── lstate.h │ │ │ │ ├── lstring.c │ │ │ │ ├── lstring.h │ │ │ │ ├── lstrlib.c │ │ │ │ ├── ltable.c │ │ │ │ ├── ltable.h │ │ │ │ ├── ltablib.c │ │ │ │ ├── ltm.c │ │ │ │ ├── ltm.h │ │ │ │ ├── lua.c │ │ │ │ ├── lua.h │ │ │ │ ├── lua514.vcxproj │ │ │ │ ├── luac.c │ │ │ │ ├── luaconf.h │ │ │ │ ├── luaglue.cpp │ │ │ │ ├── lualib.h │ │ │ │ ├── lundump.c │ │ │ │ ├── lundump.h │ │ │ │ ├── lvm.c │ │ │ │ ├── lvm.h │ │ │ │ ├── lzio.c │ │ │ │ ├── lzio.h │ │ │ │ ├── print.c │ │ │ │ ├── res.rc │ │ │ │ └── resource.h │ │ ├── LuaInterface.sln │ │ └── LuaInterface │ │ │ ├── AssemblyInfo.cs │ │ │ ├── CheckType.cs │ │ │ ├── GenerateEventAssembly.cs │ │ │ ├── Lua.cs │ │ │ ├── LuaBase.cs │ │ │ ├── LuaException.cs │ │ │ ├── LuaFunction.cs │ │ │ ├── LuaGlobalAttribute.cs │ │ │ ├── LuaHideAttribute.cs │ │ │ ├── LuaInterface.csproj │ │ │ ├── LuaRegistrationHelper.cs │ │ │ ├── LuaScriptException.cs │ │ │ ├── LuaTable.cs │ │ │ ├── LuaUserData.cs │ │ │ ├── Metatables.cs │ │ │ ├── MethodWrapper.cs │ │ │ ├── ObjectTranslator.cs │ │ │ └── ProxyType.cs │ ├── README.md │ ├── RTCV_MegaSolution.sln │ ├── References │ │ ├── ELFSharp.dll │ │ ├── GongShell.dll │ │ ├── ICSharpCode.SharpZipLib.dll │ │ ├── Ionic.Zip.dll │ │ ├── Newtonsoft.Json.dll │ │ ├── OpenTK.GLControl.dll │ │ ├── OpenTK.dll │ │ ├── OpenTK.dll.config │ │ ├── PeNet.dll │ │ ├── Virtu.dll │ │ └── x64 │ │ │ ├── SQLite │ │ │ ├── System.Data.SQLite.dll │ │ │ └── System.Data.SQLite.xml │ │ │ └── SlimDX.dll │ ├── Settings.StyleCop │ ├── Version │ │ ├── Version.csproj.DotSettings │ │ ├── VersionInfo.cs │ │ ├── dummy.cs │ │ ├── svnrev_template │ │ └── version.csproj │ ├── attic │ │ ├── MOS 6502 │ │ │ ├── Disassembler.cs │ │ │ ├── Execute.cs │ │ │ ├── MOS6502.cs │ │ │ └── README.txt │ │ ├── PSX.cs │ │ ├── PsxHawk.API │ │ │ ├── PsxHawk.API.vcxproj │ │ │ └── api.cpp │ │ ├── PsxHawk.Core │ │ │ ├── PsxHawk.Core.vcproj │ │ │ ├── PsxHawk.Core.vcxproj │ │ │ ├── asm.h │ │ │ ├── dis.cpp │ │ │ ├── dis.h │ │ │ ├── loader.cpp │ │ │ ├── loader.h │ │ │ ├── main.cpp │ │ │ ├── psx.cpp │ │ │ ├── psx.h │ │ │ ├── psx.sio.cpp │ │ │ └── types.h │ │ └── VRC6.cs │ ├── blip_buf │ │ ├── Makefile │ │ ├── blip_buf.c │ │ ├── blip_buf.h │ │ ├── blip_buf.txt │ │ ├── changes.txt │ │ ├── license.txt │ │ ├── makefile_orig │ │ └── readme.txt │ ├── help │ │ └── Bizhawk.hnd │ ├── libgambatte │ │ ├── Makefile │ │ ├── include │ │ │ ├── gambatte.h │ │ │ ├── gbint.h │ │ │ └── loadres.h │ │ ├── libgambatte.sln │ │ ├── libgambatte.vcxproj │ │ └── src │ │ │ ├── cinterface.cpp │ │ │ ├── cinterface.h │ │ │ ├── common │ │ │ ├── array.h │ │ │ └── uncopyable.h │ │ │ ├── counterdef.h │ │ │ ├── cpu.cpp │ │ │ ├── cpu.h │ │ │ ├── file │ │ │ └── stdfile.h │ │ │ ├── gambatte.cpp │ │ │ ├── initstate.cpp │ │ │ ├── initstate.h │ │ │ ├── insertion_sort.h │ │ │ ├── interrupter.cpp │ │ │ ├── interrupter.h │ │ │ ├── interruptrequester.cpp │ │ │ ├── interruptrequester.h │ │ │ ├── mem │ │ │ ├── cartridge.cpp │ │ │ ├── cartridge.h │ │ │ ├── memptrs.cpp │ │ │ ├── memptrs.h │ │ │ ├── rtc.cpp │ │ │ ├── rtc.h │ │ │ ├── time.cpp │ │ │ └── time.h │ │ │ ├── memory.cpp │ │ │ ├── memory.h │ │ │ ├── minkeeper.h │ │ │ ├── newstate.cpp │ │ │ ├── newstate.h │ │ │ ├── savestate.h │ │ │ ├── sound.cpp │ │ │ ├── sound.h │ │ │ ├── sound │ │ │ ├── channel1.cpp │ │ │ ├── channel1.h │ │ │ ├── channel2.cpp │ │ │ ├── channel2.h │ │ │ ├── channel3.cpp │ │ │ ├── channel3.h │ │ │ ├── channel4.cpp │ │ │ ├── channel4.h │ │ │ ├── duty_unit.cpp │ │ │ ├── duty_unit.h │ │ │ ├── envelope_unit.cpp │ │ │ ├── envelope_unit.h │ │ │ ├── length_counter.cpp │ │ │ ├── length_counter.h │ │ │ ├── master_disabler.h │ │ │ ├── sound_unit.h │ │ │ └── static_output_tester.h │ │ │ ├── tima.cpp │ │ │ ├── tima.h │ │ │ ├── video.cpp │ │ │ ├── video.h │ │ │ └── video │ │ │ ├── lcddef.h │ │ │ ├── ly_counter.cpp │ │ │ ├── ly_counter.h │ │ │ ├── lyc_irq.cpp │ │ │ ├── lyc_irq.h │ │ │ ├── m0_irq.h │ │ │ ├── next_m0_time.cpp │ │ │ ├── next_m0_time.h │ │ │ ├── ppu.cpp │ │ │ ├── ppu.h │ │ │ ├── sprite_mapper.cpp │ │ │ └── sprite_mapper.h │ ├── libmupen64plus │ │ ├── D3D8Interceptor │ │ │ ├── D3D8Base │ │ │ │ ├── d3d8.h │ │ │ │ ├── d3d8caps.h │ │ │ │ └── d3d8types.h │ │ │ ├── D3D8Interceptor │ │ │ │ └── D3D8Interceptor.vcxproj │ │ │ ├── Direct3D8Functions.cpp │ │ │ ├── Direct3DBaseTexture8Functions.cpp │ │ │ ├── Direct3DCubeTexture8Functions.cpp │ │ │ ├── Direct3DDevice8Functions.cpp │ │ │ ├── Direct3DIndexBuffer8Functions.cpp │ │ │ ├── Direct3DResource8Functions.cpp │ │ │ ├── Direct3DSurface8Functions.cpp │ │ │ ├── Direct3DSwapChain8Functions.cpp │ │ │ ├── Direct3DTexture8Functions.cpp │ │ │ ├── Direct3DVertexBuffer8Functions.cpp │ │ │ ├── Direct3DVolume8Functions.cpp │ │ │ ├── Direct3DVolumeTexture8Functions.cpp │ │ │ ├── PointerSet.h │ │ │ ├── d3d8Wrapper.cpp │ │ │ └── d3d8Wrapper.h │ │ ├── deps │ │ │ └── libs │ │ │ │ ├── libboost_filesystem-vc100-mt-1_57.lib │ │ │ │ ├── libboost_filesystem-vc100-mt-gd-1_57.lib │ │ │ │ ├── libboost_system-vc100-mt-1_57.lib │ │ │ │ └── libboost_system-vc100-mt-gd-1_57.lib │ │ ├── mupen64plus-audio-bkm │ │ │ ├── main.c │ │ │ ├── main.h │ │ │ ├── mupen64plus-audio-bkm │ │ │ │ └── mupen64plus-audio-bkm.vcxproj │ │ │ ├── osal_dynamiclib.h │ │ │ ├── osal_dynamiclib_unix.c │ │ │ └── osal_dynamiclib_win32.c │ │ ├── mupen64plus-core │ │ │ ├── INSTALL │ │ │ ├── LICENSES │ │ │ ├── README │ │ │ ├── RELEASE │ │ │ ├── data │ │ │ │ ├── font.ttf │ │ │ │ ├── mupen64plus.cht │ │ │ │ ├── mupen64plus.ini │ │ │ │ └── mupencheat.txt │ │ │ ├── doc │ │ │ │ ├── emuwiki-api-doc │ │ │ │ │ ├── Mupen64Plus_Core_Parameters.txt │ │ │ │ │ ├── Mupen64Plus_Plugin_Parameters.txt │ │ │ │ │ ├── Mupen64Plus_v2.0_API_Versioning.txt │ │ │ │ │ ├── Mupen64Plus_v2.0_Core_API_v1.0.txt │ │ │ │ │ ├── Mupen64Plus_v2.0_Core_Basic.txt │ │ │ │ │ ├── Mupen64Plus_v2.0_Core_Config.txt │ │ │ │ │ ├── Mupen64Plus_v2.0_Core_Debugger.txt │ │ │ │ │ ├── Mupen64Plus_v2.0_Core_Front-End.txt │ │ │ │ │ ├── Mupen64Plus_v2.0_Core_Video_Extension.txt │ │ │ │ │ ├── Mupen64Plus_v2.0_Design_Proposal_3.txt │ │ │ │ │ ├── Mupen64Plus_v2.0_Plugin_API.txt │ │ │ │ │ └── Mupen64Plus_v2.0_headers.txt │ │ │ │ ├── font-license │ │ │ │ ├── gpl-license │ │ │ │ ├── lgpl-license │ │ │ │ └── new_dynarec.txt │ │ │ ├── projects │ │ │ │ ├── msvc11 │ │ │ │ │ └── mupen64plus-core.vcxproj │ │ │ │ ├── msvc8 │ │ │ │ │ └── mupen64plus-core.vcproj │ │ │ │ └── unix │ │ │ │ │ └── Makefile │ │ │ ├── src │ │ │ │ ├── api │ │ │ │ │ ├── api_export.ver │ │ │ │ │ ├── callbacks.c │ │ │ │ │ ├── callbacks.h │ │ │ │ │ ├── common.c │ │ │ │ │ ├── config.c │ │ │ │ │ ├── config.h │ │ │ │ │ ├── debugger.c │ │ │ │ │ ├── debugger.h │ │ │ │ │ ├── frontend.c │ │ │ │ │ ├── m64p_common.h │ │ │ │ │ ├── m64p_config.h │ │ │ │ │ ├── m64p_debugger.h │ │ │ │ │ ├── m64p_frontend.h │ │ │ │ │ ├── m64p_plugin.h │ │ │ │ │ ├── m64p_types.h │ │ │ │ │ ├── m64p_vidext.h │ │ │ │ │ ├── vidext.c │ │ │ │ │ ├── vidext.h │ │ │ │ │ └── vidext_sdl2_compat.h │ │ │ │ ├── debugger │ │ │ │ │ ├── dbg_breakpoints.c │ │ │ │ │ ├── dbg_breakpoints.h │ │ │ │ │ ├── dbg_decoder.c │ │ │ │ │ ├── dbg_decoder.h │ │ │ │ │ ├── dbg_decoder_local.h │ │ │ │ │ ├── dbg_memory.c │ │ │ │ │ ├── dbg_memory.h │ │ │ │ │ ├── dbg_types.h │ │ │ │ │ ├── debugger.c │ │ │ │ │ └── debugger.h │ │ │ │ ├── main │ │ │ │ │ ├── cheat.c │ │ │ │ │ ├── cheat.h │ │ │ │ │ ├── eventloop.c │ │ │ │ │ ├── eventloop.h │ │ │ │ │ ├── lirc.c │ │ │ │ │ ├── lirc.h │ │ │ │ │ ├── list.h │ │ │ │ │ ├── main.c │ │ │ │ │ ├── main.h │ │ │ │ │ ├── md5.c │ │ │ │ │ ├── md5.h │ │ │ │ │ ├── rom.c │ │ │ │ │ ├── rom.h │ │ │ │ │ ├── savestates.c │ │ │ │ │ ├── savestates.h │ │ │ │ │ ├── sdl_key_converter.c │ │ │ │ │ ├── sdl_key_converter.h │ │ │ │ │ ├── util.c │ │ │ │ │ ├── util.h │ │ │ │ │ ├── version.h │ │ │ │ │ ├── workqueue.c │ │ │ │ │ ├── workqueue.h │ │ │ │ │ └── zip │ │ │ │ │ │ ├── crypt.h │ │ │ │ │ │ ├── ioapi.c │ │ │ │ │ │ ├── ioapi.h │ │ │ │ │ │ ├── unzip.c │ │ │ │ │ │ ├── unzip.h │ │ │ │ │ │ ├── zip.c │ │ │ │ │ │ └── zip.h │ │ │ │ ├── memory │ │ │ │ │ ├── dma.c │ │ │ │ │ ├── dma.h │ │ │ │ │ ├── flashram.c │ │ │ │ │ ├── flashram.h │ │ │ │ │ ├── memory.c │ │ │ │ │ ├── memory.h │ │ │ │ │ ├── n64_cic_nus_6105.c │ │ │ │ │ ├── n64_cic_nus_6105.h │ │ │ │ │ ├── pif.c │ │ │ │ │ ├── pif.h │ │ │ │ │ ├── tlb.c │ │ │ │ │ └── tlb.h │ │ │ │ ├── osal │ │ │ │ │ ├── dynamiclib.h │ │ │ │ │ ├── dynamiclib_unix.c │ │ │ │ │ ├── dynamiclib_win32.c │ │ │ │ │ ├── files.h │ │ │ │ │ ├── files_unix.c │ │ │ │ │ ├── files_win32.c │ │ │ │ │ └── preproc.h │ │ │ │ ├── osd │ │ │ │ │ ├── OGLFT.cpp │ │ │ │ │ ├── OGLFT.h │ │ │ │ │ ├── osd.cpp │ │ │ │ │ ├── osd.h │ │ │ │ │ ├── screenshot.cpp │ │ │ │ │ └── screenshot.h │ │ │ │ ├── plugin │ │ │ │ │ ├── dummy_audio.c │ │ │ │ │ ├── dummy_audio.h │ │ │ │ │ ├── dummy_input.c │ │ │ │ │ ├── dummy_input.h │ │ │ │ │ ├── dummy_rsp.c │ │ │ │ │ ├── dummy_rsp.h │ │ │ │ │ ├── dummy_video.c │ │ │ │ │ ├── dummy_video.h │ │ │ │ │ ├── plugin.c │ │ │ │ │ └── plugin.h │ │ │ │ └── r4300 │ │ │ │ │ ├── empty_dynarec.c │ │ │ │ │ ├── exception.c │ │ │ │ │ ├── exception.h │ │ │ │ │ ├── fpu.h │ │ │ │ │ ├── interpreter.def │ │ │ │ │ ├── interpreter_cop0.def │ │ │ │ │ ├── interpreter_cop1.def │ │ │ │ │ ├── interpreter_r4300.def │ │ │ │ │ ├── interpreter_regimm.def │ │ │ │ │ ├── interpreter_special.def │ │ │ │ │ ├── interpreter_tlb.def │ │ │ │ │ ├── interupt.c │ │ │ │ │ ├── interupt.h │ │ │ │ │ ├── macros.h │ │ │ │ │ ├── new_dynarec │ │ │ │ │ ├── assem_arm.c │ │ │ │ │ ├── assem_arm.h │ │ │ │ │ ├── assem_x86.c │ │ │ │ │ ├── assem_x86.h │ │ │ │ │ ├── linkage_arm.S │ │ │ │ │ ├── linkage_x86.S │ │ │ │ │ ├── new_dynarec.c │ │ │ │ │ └── new_dynarec.h │ │ │ │ │ ├── ops.h │ │ │ │ │ ├── profile.c │ │ │ │ │ ├── pure_interp.c │ │ │ │ │ ├── r4300.c │ │ │ │ │ ├── r4300.h │ │ │ │ │ ├── recomp.c │ │ │ │ │ ├── recomp.h │ │ │ │ │ ├── recomph.h │ │ │ │ │ ├── reset.c │ │ │ │ │ ├── reset.h │ │ │ │ │ ├── x86 │ │ │ │ │ ├── assemble.c │ │ │ │ │ ├── assemble.h │ │ │ │ │ ├── assemble_struct.h │ │ │ │ │ ├── gbc.c │ │ │ │ │ ├── gcop0.c │ │ │ │ │ ├── gcop1.c │ │ │ │ │ ├── gcop1_d.c │ │ │ │ │ ├── gcop1_l.c │ │ │ │ │ ├── gcop1_s.c │ │ │ │ │ ├── gcop1_w.c │ │ │ │ │ ├── gr4300.c │ │ │ │ │ ├── gregimm.c │ │ │ │ │ ├── gspecial.c │ │ │ │ │ ├── gtlb.c │ │ │ │ │ ├── interpret.h │ │ │ │ │ ├── regcache.c │ │ │ │ │ ├── regcache.h │ │ │ │ │ └── rjump.c │ │ │ │ │ └── x86_64 │ │ │ │ │ ├── assemble.c │ │ │ │ │ ├── assemble.h │ │ │ │ │ ├── assemble_struct.h │ │ │ │ │ ├── gbc.c │ │ │ │ │ ├── gcop0.c │ │ │ │ │ ├── gcop1.c │ │ │ │ │ ├── gcop1_d.c │ │ │ │ │ ├── gcop1_l.c │ │ │ │ │ ├── gcop1_s.c │ │ │ │ │ ├── gcop1_w.c │ │ │ │ │ ├── gr4300.c │ │ │ │ │ ├── gregimm.c │ │ │ │ │ ├── gspecial.c │ │ │ │ │ ├── gtlb.c │ │ │ │ │ ├── interpret.h │ │ │ │ │ ├── regcache.c │ │ │ │ │ ├── regcache.h │ │ │ │ │ └── rjump.c │ │ │ └── tools │ │ │ │ ├── build_bundle_bin.sh │ │ │ │ ├── build_bundle_src.sh │ │ │ │ ├── build_modules_src.sh │ │ │ │ ├── cheat_code_convert.py │ │ │ │ ├── gen_sdl_key_converter.c │ │ │ │ ├── install_binary_bundle.sh │ │ │ │ ├── m64p_helper_scripts.tar.gz │ │ │ │ ├── osx_build_bundle.sh │ │ │ │ ├── osx_build_instructions.txt │ │ │ │ ├── profiling.txt │ │ │ │ ├── r4300prof.c │ │ │ │ ├── regtests │ │ │ │ ├── daily-tests.cfg │ │ │ │ └── regression-video.py │ │ │ │ ├── savestate_convert.c │ │ │ │ ├── savestate_convert.txt │ │ │ │ └── uninstall_binary_bundle.sh │ │ ├── mupen64plus-input-bkm │ │ │ ├── mupen64plus-input-bkm │ │ │ │ └── mupen64plus-input-bkm.vcxproj │ │ │ ├── osal_dynamiclib.h │ │ │ ├── osal_dynamiclib_win32.c │ │ │ ├── plugin.c │ │ │ ├── plugin.h │ │ │ └── version.h │ │ ├── mupen64plus-rsp-hle │ │ │ ├── INSTALL │ │ │ ├── LICENSES │ │ │ ├── RELEASE │ │ │ ├── projects │ │ │ │ ├── VisualStudio2013 │ │ │ │ │ └── mupen64plus-rsp-hle.vcxproj │ │ │ │ ├── msvc11 │ │ │ │ │ └── mupen64plus-rsp-hle.vcxproj │ │ │ │ ├── msvc8 │ │ │ │ │ └── mupen64plus-rsp-hle.vcproj │ │ │ │ └── unix │ │ │ │ │ └── Makefile │ │ │ └── src │ │ │ │ ├── alist.c │ │ │ │ ├── alist.h │ │ │ │ ├── alist_audio.c │ │ │ │ ├── alist_naudio.c │ │ │ │ ├── alist_nead.c │ │ │ │ ├── arithmetics.h │ │ │ │ ├── audio.c │ │ │ │ ├── audio.h │ │ │ │ ├── cicx105.c │ │ │ │ ├── common.h │ │ │ │ ├── hle.c │ │ │ │ ├── hle.h │ │ │ │ ├── hle_external.h │ │ │ │ ├── hle_internal.h │ │ │ │ ├── jpeg.c │ │ │ │ ├── memory.c │ │ │ │ ├── memory.h │ │ │ │ ├── mp3.c │ │ │ │ ├── musyx.c │ │ │ │ ├── osal_dynamiclib.h │ │ │ │ ├── osal_dynamiclib_unix.c │ │ │ │ ├── osal_dynamiclib_win32.c │ │ │ │ ├── plugin.c │ │ │ │ ├── re2.c │ │ │ │ ├── rsp_api_export.ver │ │ │ │ └── ucodes.h │ │ ├── mupen64plus-sln │ │ │ ├── LICENSES │ │ │ └── projects │ │ │ │ └── msvc11 │ │ │ │ └── mupen64plus.sln │ │ ├── mupen64plus-video-glide64 │ │ │ ├── COPYING │ │ │ ├── data │ │ │ │ └── Glide64.ini │ │ │ ├── projects │ │ │ │ ├── msvc10 │ │ │ │ │ ├── mupen64plus-video-glide64.sln │ │ │ │ │ └── mupen64plus-video-glide64.vcxproj │ │ │ │ ├── msvc9 │ │ │ │ │ ├── mupen64plus-video-glide64.sln │ │ │ │ │ └── mupen64plus-video-glide64.vcproj │ │ │ │ └── unix │ │ │ │ │ └── Makefile │ │ │ └── src │ │ │ │ ├── 3dmath.cpp │ │ │ │ ├── 3dmath.h │ │ │ │ ├── AUTHORS │ │ │ │ ├── CRC.cpp │ │ │ │ ├── CRC.h │ │ │ │ ├── Changes.txt │ │ │ │ ├── Combine.cpp │ │ │ │ ├── Combine.h │ │ │ │ ├── Config.cpp │ │ │ │ ├── Config.h │ │ │ │ ├── Debugger.cpp │ │ │ │ ├── Debugger.h │ │ │ │ ├── DepthBufferRender.cpp │ │ │ │ ├── DepthBufferRender.h │ │ │ │ ├── Gfx1.3.h │ │ │ │ ├── INSTALL │ │ │ │ ├── Ini.cpp │ │ │ │ ├── Ini.h │ │ │ │ ├── LICENSES │ │ │ │ ├── Main.cpp │ │ │ │ ├── MiClWr16b.h │ │ │ │ ├── MiClWr8b.h │ │ │ │ ├── TexBuffer.cpp │ │ │ │ ├── TexBuffer.h │ │ │ │ ├── TexCache.cpp │ │ │ │ ├── TexCache.h │ │ │ │ ├── TexConv.h │ │ │ │ ├── TexLoad.h │ │ │ │ ├── TexLoad16b.h │ │ │ │ ├── TexLoad32b.h │ │ │ │ ├── TexLoad4b.h │ │ │ │ ├── TexLoad8b.h │ │ │ │ ├── TexMod.h │ │ │ │ ├── TexModCI.h │ │ │ │ ├── Tmem.h │ │ │ │ ├── Ucode00.h │ │ │ │ ├── UcodeFB.h │ │ │ │ ├── Util.cpp │ │ │ │ ├── Util.h │ │ │ │ ├── compiletex.c │ │ │ │ ├── cursor.h │ │ │ │ ├── cursor.tex │ │ │ │ ├── font.h │ │ │ │ ├── font.tex │ │ │ │ ├── gpl.txt │ │ │ │ ├── m64p.h │ │ │ │ ├── osal_dynamiclib.h │ │ │ │ ├── osal_dynamiclib_unix.c │ │ │ │ ├── osal_dynamiclib_win32.c │ │ │ │ ├── rdp.cpp │ │ │ │ ├── rdp.h │ │ │ │ ├── ucode.h │ │ │ │ ├── ucode01.h │ │ │ │ ├── ucode02.h │ │ │ │ ├── ucode03.h │ │ │ │ ├── ucode04.h │ │ │ │ ├── ucode05.h │ │ │ │ ├── ucode06.h │ │ │ │ ├── ucode07.h │ │ │ │ ├── ucode08.h │ │ │ │ ├── video_api_export.ver │ │ │ │ ├── winlnxdefs.h │ │ │ │ └── wrapper │ │ │ │ ├── 2xsai.cpp │ │ │ │ ├── 2xsai.h │ │ │ │ ├── 3dfx.h │ │ │ │ ├── COPYING │ │ │ │ ├── combiner.cpp │ │ │ │ ├── config.cpp │ │ │ │ ├── filter.cpp │ │ │ │ ├── g3ext.h │ │ │ │ ├── geometry.cpp │ │ │ │ ├── glide.h │ │ │ │ ├── glidesys.h │ │ │ │ ├── glideutl.h │ │ │ │ ├── hq2x.cpp │ │ │ │ ├── hq4x.cpp │ │ │ │ ├── main.cpp │ │ │ │ ├── main.h │ │ │ │ ├── sst1vid.h │ │ │ │ └── textures.cpp │ │ ├── mupen64plus-video-glide64mk2 │ │ │ ├── INSTALL │ │ │ ├── LICENSES │ │ │ ├── RELEASE │ │ │ ├── data │ │ │ │ └── Glide64mk2.ini │ │ │ ├── doc │ │ │ │ ├── fxt1-license │ │ │ │ └── gpl-license │ │ │ ├── projects │ │ │ │ ├── msvc10 │ │ │ │ │ ├── mupen64plus-video-glide64mk2.sln │ │ │ │ │ └── mupen64plus-video-glide64mk2.vcxproj │ │ │ │ ├── msvc11 │ │ │ │ │ └── mupen64plus-video-glide64mk2.vcxproj │ │ │ │ └── unix │ │ │ │ │ └── Makefile │ │ │ ├── src │ │ │ │ ├── Glide64 │ │ │ │ │ ├── 3dmath.cpp │ │ │ │ │ ├── 3dmath.h │ │ │ │ │ ├── CRC.cpp │ │ │ │ │ ├── CRC.h │ │ │ │ │ ├── Combine.cpp │ │ │ │ │ ├── Combine.h │ │ │ │ │ ├── Config.cpp │ │ │ │ │ ├── Config.h │ │ │ │ │ ├── Debugger.cpp │ │ │ │ │ ├── Debugger.h │ │ │ │ │ ├── DepthBufferRender.cpp │ │ │ │ │ ├── DepthBufferRender.h │ │ │ │ │ ├── FBtoScreen.cpp │ │ │ │ │ ├── FBtoScreen.h │ │ │ │ │ ├── Gfx_1.3.h │ │ │ │ │ ├── GlideExtensions.h │ │ │ │ │ ├── Help │ │ │ │ │ │ ├── Glide64 Known Issues.html │ │ │ │ │ │ ├── Glide64 Readme.html │ │ │ │ │ │ └── Glide64 compatibility list.html │ │ │ │ │ ├── Ini.cpp │ │ │ │ │ ├── Ini.h │ │ │ │ │ ├── Keys.cpp │ │ │ │ │ ├── Keys.h │ │ │ │ │ ├── Main.cpp │ │ │ │ │ ├── MiClWr16b.h │ │ │ │ │ ├── MiClWr32b.h │ │ │ │ │ ├── MiClWr8b.h │ │ │ │ │ ├── TexBuffer.cpp │ │ │ │ │ ├── TexBuffer.h │ │ │ │ │ ├── TexCache.cpp │ │ │ │ │ ├── TexCache.h │ │ │ │ │ ├── TexConv.h │ │ │ │ │ ├── TexLoad.h │ │ │ │ │ ├── TexLoad16b.h │ │ │ │ │ ├── TexLoad32b.h │ │ │ │ │ ├── TexLoad4b.h │ │ │ │ │ ├── TexLoad8b.h │ │ │ │ │ ├── TexMod.h │ │ │ │ │ ├── TexModCI.h │ │ │ │ │ ├── Util.cpp │ │ │ │ │ ├── Util.h │ │ │ │ │ ├── cursor.h │ │ │ │ │ ├── font.h │ │ │ │ │ ├── m64p.h │ │ │ │ │ ├── osal_dynamiclib.h │ │ │ │ │ ├── osal_dynamiclib_unix.c │ │ │ │ │ ├── osal_dynamiclib_win32.c │ │ │ │ │ ├── rdp.cpp │ │ │ │ │ ├── rdp.h │ │ │ │ │ ├── turbo3D.h │ │ │ │ │ ├── ucode.h │ │ │ │ │ ├── ucode00.h │ │ │ │ │ ├── ucode01.h │ │ │ │ │ ├── ucode02.h │ │ │ │ │ ├── ucode03.h │ │ │ │ │ ├── ucode04.h │ │ │ │ │ ├── ucode05.h │ │ │ │ │ ├── ucode06.h │ │ │ │ │ ├── ucode07.h │ │ │ │ │ ├── ucode08.h │ │ │ │ │ ├── ucode09.h │ │ │ │ │ ├── ucode09rdp.h │ │ │ │ │ ├── ucodeFB.h │ │ │ │ │ └── winlnxdefs.h │ │ │ │ ├── GlideHQ │ │ │ │ │ ├── Ext_TxFilter.cpp │ │ │ │ │ ├── Ext_TxFilter.h │ │ │ │ │ ├── README.txt │ │ │ │ │ ├── TextureFilters.cpp │ │ │ │ │ ├── TextureFilters.h │ │ │ │ │ ├── TextureFilters_2xsai.cpp │ │ │ │ │ ├── TextureFilters_2xsai.h │ │ │ │ │ ├── TextureFilters_hq2x.cpp │ │ │ │ │ ├── TextureFilters_hq2x.h │ │ │ │ │ ├── TextureFilters_hq4x.cpp │ │ │ │ │ ├── TextureFilters_hq4x.h │ │ │ │ │ ├── TextureFilters_lq2x.h │ │ │ │ │ ├── TxCache.cpp │ │ │ │ │ ├── TxCache.h │ │ │ │ │ ├── TxDbg.cpp │ │ │ │ │ ├── TxDbg.h │ │ │ │ │ ├── TxFilter.cpp │ │ │ │ │ ├── TxFilter.h │ │ │ │ │ ├── TxFilterExport.cpp │ │ │ │ │ ├── TxHiResCache.cpp │ │ │ │ │ ├── TxHiResCache.h │ │ │ │ │ ├── TxImage.cpp │ │ │ │ │ ├── TxImage.h │ │ │ │ │ ├── TxInternal.h │ │ │ │ │ ├── TxQuantize.cpp │ │ │ │ │ ├── TxQuantize.h │ │ │ │ │ ├── TxReSample.cpp │ │ │ │ │ ├── TxReSample.h │ │ │ │ │ ├── TxTexCache.cpp │ │ │ │ │ ├── TxTexCache.h │ │ │ │ │ ├── TxUtil.cpp │ │ │ │ │ ├── TxUtil.h │ │ │ │ │ └── tc-1.1+ │ │ │ │ │ │ ├── dxtn.c │ │ │ │ │ │ ├── dxtn.h │ │ │ │ │ │ ├── fxt1.c │ │ │ │ │ │ ├── fxt1.h │ │ │ │ │ │ ├── internal.h │ │ │ │ │ │ ├── texstore.c │ │ │ │ │ │ ├── types.h │ │ │ │ │ │ └── wrapper.c │ │ │ │ ├── Glitch64 │ │ │ │ │ ├── combiner.cpp │ │ │ │ │ ├── geometry.cpp │ │ │ │ │ ├── glitchmain.cpp │ │ │ │ │ ├── inc │ │ │ │ │ │ ├── 3dfx.h │ │ │ │ │ │ ├── g3ext.h │ │ │ │ │ │ ├── glide.h │ │ │ │ │ │ ├── glidesys.h │ │ │ │ │ │ ├── glideutl.h │ │ │ │ │ │ └── sst1vid.h │ │ │ │ │ ├── m64p.h │ │ │ │ │ ├── main.h │ │ │ │ │ └── textures.cpp │ │ │ │ └── video_api_export.ver │ │ │ └── todo!.txt │ │ ├── mupen64plus-video-jabo │ │ │ ├── Config.h │ │ │ ├── config.cpp │ │ │ ├── jabo_api.h │ │ │ ├── m64p.h │ │ │ ├── main.cpp │ │ │ ├── main.h │ │ │ ├── mupen64plus-video-jabo │ │ │ │ └── mupen64plus-video-jabo.vcxproj │ │ │ └── typedefs.h │ │ ├── mupen64plus-video-rice │ │ │ ├── INSTALL │ │ │ ├── LICENSES │ │ │ ├── README │ │ │ ├── RELEASE │ │ │ ├── data │ │ │ │ └── RiceVideoLinux.ini │ │ │ ├── projects │ │ │ │ ├── msvc11 │ │ │ │ │ └── mupen64plus-video-rice.vcxproj │ │ │ │ ├── msvc8 │ │ │ │ │ └── mupen64plus-video-rice.vcproj │ │ │ │ └── unix │ │ │ │ │ └── Makefile │ │ │ └── src │ │ │ │ ├── Blender.cpp │ │ │ │ ├── Blender.h │ │ │ │ ├── CNvTNTCombiner.cpp │ │ │ │ ├── CNvTNTCombiner.h │ │ │ │ ├── COLOR.h │ │ │ │ ├── CSortedList.h │ │ │ │ ├── Combiner.cpp │ │ │ │ ├── Combiner.h │ │ │ │ ├── CombinerDefs.h │ │ │ │ ├── CombinerTable.cpp │ │ │ │ ├── Config.cpp │ │ │ │ ├── Config.h │ │ │ │ ├── ConvertImage.cpp │ │ │ │ ├── ConvertImage.h │ │ │ │ ├── ConvertImage16.cpp │ │ │ │ ├── CritSect.h │ │ │ │ ├── Debugger.cpp │ │ │ │ ├── Debugger.h │ │ │ │ ├── DecodedMux.cpp │ │ │ │ ├── DecodedMux.h │ │ │ │ ├── DeviceBuilder.cpp │ │ │ │ ├── DeviceBuilder.h │ │ │ │ ├── DirectXDecodedMux.cpp │ │ │ │ ├── DirectXDecodedMux.h │ │ │ │ ├── ExtendedRender.h │ │ │ │ ├── FrameBuffer.cpp │ │ │ │ ├── FrameBuffer.h │ │ │ │ ├── GeneralCombiner.cpp │ │ │ │ ├── GeneralCombiner.h │ │ │ │ ├── GraphicsContext.cpp │ │ │ │ ├── GraphicsContext.h │ │ │ │ ├── IColor.h │ │ │ │ ├── OGLCombiner.cpp │ │ │ │ ├── OGLCombiner.h │ │ │ │ ├── OGLCombinerNV.cpp │ │ │ │ ├── OGLCombinerNV.h │ │ │ │ ├── OGLCombinerTNT2.cpp │ │ │ │ ├── OGLCombinerTNT2.h │ │ │ │ ├── OGLDebug.h │ │ │ │ ├── OGLDecodedMux.cpp │ │ │ │ ├── OGLDecodedMux.h │ │ │ │ ├── OGLES2FragmentShaders.cpp │ │ │ │ ├── OGLES2FragmentShaders.h │ │ │ │ ├── OGLExtCombiner.cpp │ │ │ │ ├── OGLExtCombiner.h │ │ │ │ ├── OGLExtRender.cpp │ │ │ │ ├── OGLExtRender.h │ │ │ │ ├── OGLExtensions.cpp │ │ │ │ ├── OGLExtensions.h │ │ │ │ ├── OGLFragmentShaders.cpp │ │ │ │ ├── OGLFragmentShaders.h │ │ │ │ ├── OGLGraphicsContext.cpp │ │ │ │ ├── OGLGraphicsContext.h │ │ │ │ ├── OGLRender.cpp │ │ │ │ ├── OGLRender.h │ │ │ │ ├── OGLRenderExt.cpp │ │ │ │ ├── OGLTexture.cpp │ │ │ │ ├── OGLTexture.h │ │ │ │ ├── RDP_Texture.h │ │ │ │ ├── RSP_GBI0.h │ │ │ │ ├── RSP_GBI1.h │ │ │ │ ├── RSP_GBI2.h │ │ │ │ ├── RSP_GBI2_ext.h │ │ │ │ ├── RSP_GBI_Others.h │ │ │ │ ├── RSP_GBI_Sprite2D.h │ │ │ │ ├── RSP_Parser.cpp │ │ │ │ ├── RSP_Parser.h │ │ │ │ ├── RSP_S2DEX.cpp │ │ │ │ ├── RSP_S2DEX.h │ │ │ │ ├── Render.cpp │ │ │ │ ├── Render.h │ │ │ │ ├── RenderBase.cpp │ │ │ │ ├── RenderBase.h │ │ │ │ ├── RenderExt.cpp │ │ │ │ ├── RenderTexture.cpp │ │ │ │ ├── RenderTexture.h │ │ │ │ ├── Texture.cpp │ │ │ │ ├── Texture.h │ │ │ │ ├── TextureFilters.cpp │ │ │ │ ├── TextureFilters.h │ │ │ │ ├── TextureFilters_2xsai.cpp │ │ │ │ ├── TextureFilters_hq2x.cpp │ │ │ │ ├── TextureFilters_hq2x.h │ │ │ │ ├── TextureFilters_hq4x.cpp │ │ │ │ ├── TextureFilters_hq4x.h │ │ │ │ ├── TextureFilters_lq2x.h │ │ │ │ ├── TextureManager.cpp │ │ │ │ ├── TextureManager.h │ │ │ │ ├── Timing.h │ │ │ │ ├── UcodeDefs.h │ │ │ │ ├── VectorMath.cpp │ │ │ │ ├── VectorMath.h │ │ │ │ ├── VertexShaderConstantDef.h │ │ │ │ ├── Video.cpp │ │ │ │ ├── Video.h │ │ │ │ ├── liblinux │ │ │ │ ├── BMGDLL.h │ │ │ │ ├── BMGImage.c │ │ │ │ ├── BMGImage.h │ │ │ │ ├── BMGLibPNG.h │ │ │ │ ├── BMGUtils.c │ │ │ │ ├── BMGUtils.h │ │ │ │ ├── bmp.c │ │ │ │ ├── jpegrw.h │ │ │ │ ├── pngrw.c │ │ │ │ ├── pngrw.h │ │ │ │ └── tiffrw.h │ │ │ │ ├── osal_dynamiclib.h │ │ │ │ ├── osal_dynamiclib_unix.c │ │ │ │ ├── osal_dynamiclib_win32.c │ │ │ │ ├── osal_files.h │ │ │ │ ├── osal_files_unix.c │ │ │ │ ├── osal_files_win32.c │ │ │ │ ├── osal_opengl.h │ │ │ │ ├── osal_preproc.h │ │ │ │ ├── typedefs.h │ │ │ │ ├── ucode.h │ │ │ │ ├── version.h │ │ │ │ └── video_api_export.ver │ │ └── mupen64plus-video-z64 │ │ │ ├── COPYING │ │ │ ├── projects │ │ │ ├── msvc11 │ │ │ │ └── mupen64plus-video-z64.vcxproj │ │ │ └── unix │ │ │ │ └── Makefile │ │ │ └── src │ │ │ ├── disasm.cpp │ │ │ ├── glshader.cpp │ │ │ ├── glshader.h │ │ │ ├── maingl.cpp │ │ │ ├── osal_dynamiclib.h │ │ │ ├── osal_dynamiclib_unix.c │ │ │ ├── osal_dynamiclib_win32.c │ │ │ ├── queue.h │ │ │ ├── rdp.cpp │ │ │ ├── rdp.h │ │ │ ├── rgl.cpp │ │ │ ├── rgl.h │ │ │ ├── rgl_assert.h │ │ │ ├── rgl_debugger.cpp │ │ │ ├── rgl_geometry.cpp │ │ │ ├── rgl_glut.cpp │ │ │ ├── rgl_glut.h │ │ │ ├── rgl_osdep.cpp │ │ │ ├── rgl_rendermode.cpp │ │ │ ├── rgl_settings.cpp │ │ │ ├── rgl_tiles.cpp │ │ │ ├── video_api_export.ver │ │ │ └── z64.h │ ├── lynx │ │ ├── bizlynx │ │ │ ├── bizlynx.sln │ │ │ └── bizlynx.vcxproj │ │ ├── c6502mak.h │ │ ├── c65c02.cpp │ │ ├── c65c02.h │ │ ├── cart.cpp │ │ ├── cart.h │ │ ├── cinterface.cpp │ │ ├── license.txt │ │ ├── lynxbase.h │ │ ├── lynxdef.h │ │ ├── machine.h │ │ ├── mednafen.h │ │ ├── memmap.cpp │ │ ├── memmap.h │ │ ├── mikie.cpp │ │ ├── mikie.h │ │ ├── mingw │ │ │ └── Makefile │ │ ├── msvc │ │ │ ├── changelog.txt │ │ │ ├── inttypes.h │ │ │ └── stdint.h │ │ ├── newstate.cpp │ │ ├── newstate.h │ │ ├── ram.cpp │ │ ├── ram.h │ │ ├── rom.cpp │ │ ├── rom.h │ │ ├── sound │ │ │ ├── Blip_Buffer.cpp │ │ │ ├── Blip_Buffer.h │ │ │ ├── Stereo_Buffer.cpp │ │ │ └── Stereo_Buffer.h │ │ ├── susie.cpp │ │ ├── susie.h │ │ ├── sysbase.h │ │ ├── system.cpp │ │ └── system.h │ ├── miniz │ │ ├── Makefile │ │ ├── example1.c │ │ ├── example2.c │ │ ├── example3.c │ │ ├── example4.c │ │ ├── example5.c │ │ ├── libminiz.dll │ │ ├── miniz.c │ │ ├── miniz_tester.cpp │ │ ├── timer.cpp │ │ ├── timer.h │ │ └── tinfl.c │ ├── output │ │ ├── ASSETS │ │ │ ├── 1.nes │ │ │ ├── 10.nes │ │ │ ├── 11.nes │ │ │ ├── 12.nes │ │ │ ├── 13.nes │ │ │ ├── 14.nes │ │ │ ├── 15.nes │ │ │ ├── 16.nes │ │ │ ├── 17.nes │ │ │ ├── 18.nes │ │ │ ├── 19.nes │ │ │ ├── 2.nes │ │ │ ├── 20.nes │ │ │ ├── 21.nes │ │ │ ├── 22.nes │ │ │ ├── 23.nes │ │ │ ├── 3.nes │ │ │ ├── 4.nes │ │ │ ├── 5.nes │ │ │ ├── 6.nes │ │ │ ├── 7.nes │ │ │ ├── 8.nes │ │ │ ├── 9.nes │ │ │ └── gd.fds │ │ ├── DETACHEDRTC.bat │ │ ├── DISABLERTC.bat │ │ ├── FactoryClean.bat │ │ ├── KILLDETACHEDRTC.bat │ │ ├── KillSwitch.bat │ │ ├── KillSwitchRestart.bat │ │ ├── KillSwitchRestartWait.bat │ │ ├── KillSwitchWait.bat │ │ ├── RESTARTDETACHEDRTC.bat │ │ ├── RestoreConfigDETACHED.bat │ │ ├── START.bat │ │ ├── StartAutoKillSwitch.bat │ │ ├── StateClean.bat │ │ ├── StockpileConfig.bat │ │ ├── defctrl.json │ │ └── dll │ │ │ ├── 7z.dll │ │ │ ├── ELFSharp.dll │ │ │ ├── ICSharpCode.SharpZipLib.dll │ │ │ ├── Ionic.Zip.dll │ │ │ ├── LibretroBridge.dll │ │ │ ├── LuaInterface.dll │ │ │ ├── Newtonsoft.Json.dll │ │ │ ├── OpenAL32.dll │ │ │ ├── OpenTK.GLControl.dll │ │ │ ├── OpenTK.dll │ │ │ ├── OpenTK.dll.config │ │ │ ├── PeNet.dll │ │ │ ├── SDL.dll │ │ │ ├── SlimDX.dll │ │ │ ├── System.Data.SQLite.dll │ │ │ ├── System.Data.SQLite.xml │ │ │ ├── Virtu.dll │ │ │ ├── bizlynx.dll │ │ │ ├── bizswan.dll │ │ │ ├── blip_buf.dll │ │ │ ├── cgc.exe │ │ │ ├── ffmpeg.exe │ │ │ ├── ffmpeg_readme.txt │ │ │ ├── freetype26.dll │ │ │ ├── gpgx.wbx.gz │ │ │ ├── libc.so.gz │ │ │ ├── libco.so.gz │ │ │ ├── libdarm.dll │ │ │ ├── libgambatte.dll │ │ │ ├── libgcc_s.so.gz │ │ │ ├── libgcc_s_seh-1.dll │ │ │ ├── libpng16.dll │ │ │ ├── libquicknes.dll │ │ │ ├── libsnes.wbx.gz │ │ │ ├── libspeexdsp.dll │ │ │ ├── libstdc++-6.dll │ │ │ ├── libstdc++.so.6.gz │ │ │ ├── libvbanext.dll │ │ │ ├── libwinpthread-1.dll │ │ │ ├── lua51.dll │ │ │ ├── mgba.dll │ │ │ ├── mupen64plus-audio-bkm.dll │ │ │ ├── mupen64plus-input-bkm.dll │ │ │ ├── mupen64plus-rsp-hle.dll │ │ │ ├── mupen64plus-video-GLideN64.dll │ │ │ ├── mupen64plus-video-glide64.dll │ │ │ ├── mupen64plus-video-glide64mk2.dll │ │ │ ├── mupen64plus-video-rice.dll │ │ │ ├── mupen64plus.dll │ │ │ ├── ngp.wbx.gz │ │ │ ├── nlua │ │ │ ├── KopiLua.dll │ │ │ └── NLua.dll │ │ │ ├── octoshock.dll │ │ │ ├── pcfx.wbx.gz │ │ │ ├── picodrive.wbx.gz │ │ │ ├── sameboy.wbx.gz │ │ │ ├── snes9x.wbx.gz │ │ │ ├── ss.wbx.gz │ │ │ ├── uzem.wbx.gz │ │ │ ├── vb.wbx.gz │ │ │ ├── wrap_oal.dll │ │ │ └── zlib1.dll │ ├── psx │ │ ├── mednadisc │ │ │ ├── FileStream.cpp │ │ │ ├── FileStream.h │ │ │ ├── Mednadisc.cpp │ │ │ ├── Mednadisc.h │ │ │ ├── MemoryStream.cpp │ │ │ ├── MemoryStream.h │ │ │ ├── Stream.cpp │ │ │ ├── Stream.h │ │ │ ├── audioreader.cpp │ │ │ ├── audioreader.h │ │ │ ├── bizhawk │ │ │ │ ├── mednadisc.sln │ │ │ │ └── mednadisc.vcxproj │ │ │ ├── cdrom │ │ │ │ ├── CDAFReader.cpp │ │ │ │ ├── CDAFReader.h │ │ │ │ ├── CDAFReader_MPC.cpp │ │ │ │ ├── CDAFReader_MPC.h │ │ │ │ ├── CDAFReader_SF.cpp │ │ │ │ ├── CDAFReader_SF.h │ │ │ │ ├── CDAFReader_Vorbis.cpp │ │ │ │ ├── CDAFReader_Vorbis.h │ │ │ │ ├── CDAccess.cpp │ │ │ │ ├── CDAccess.h │ │ │ │ ├── CDAccess_CCD.cpp │ │ │ │ ├── CDAccess_CCD.h │ │ │ │ ├── CDAccess_Image.cpp │ │ │ │ ├── CDAccess_Image.h │ │ │ │ ├── CDAccess_Physical.cpp │ │ │ │ ├── CDAccess_Physical.h │ │ │ │ ├── CDUtility.cpp │ │ │ │ ├── CDUtility.h │ │ │ │ ├── Makefile.am.inc │ │ │ │ ├── SimpleFIFO.h │ │ │ │ ├── cdromif.cpp │ │ │ │ ├── cdromif.h │ │ │ │ ├── crc32.cpp │ │ │ │ ├── dvdisaster.h │ │ │ │ ├── galois-inlines.h │ │ │ │ ├── galois.cpp │ │ │ │ ├── l-ec.cpp │ │ │ │ ├── lec.cpp │ │ │ │ ├── lec.h │ │ │ │ ├── recover-raw.cpp │ │ │ │ ├── scsicd-pce-commands.inc │ │ │ │ ├── scsicd.cpp │ │ │ │ ├── scsicd.h │ │ │ │ └── scsicd_cdda_filter.inc │ │ │ ├── emuware │ │ │ │ ├── EW_state.cpp │ │ │ │ ├── EW_state.h │ │ │ │ ├── PACKED.h │ │ │ │ ├── PACKED_END.h │ │ │ │ ├── emuware.cpp │ │ │ │ ├── emuware.h │ │ │ │ └── msvc │ │ │ │ │ ├── changelog.txt │ │ │ │ │ ├── inttypes.h │ │ │ │ │ └── stdint.h │ │ │ ├── endian.cpp │ │ │ ├── endian.h │ │ │ ├── error.cpp │ │ │ ├── error.h │ │ │ ├── general.cpp │ │ │ ├── general.h │ │ │ ├── math_ops.h │ │ │ ├── string │ │ │ │ ├── ConvertUTF.cpp │ │ │ │ ├── ConvertUTF.h │ │ │ │ ├── Makefile.am.inc │ │ │ │ ├── escape.cpp │ │ │ │ ├── escape.h │ │ │ │ ├── trim.cpp │ │ │ │ └── trim.h │ │ │ └── trio │ │ │ │ ├── trio.c │ │ │ │ ├── trio.h │ │ │ │ ├── triodef.h │ │ │ │ ├── trionan.c │ │ │ │ ├── trionan.h │ │ │ │ ├── triop.h │ │ │ │ ├── triostr.c │ │ │ │ └── triostr.h │ │ └── octoshock │ │ │ ├── FileStream.cpp │ │ │ ├── FileStream.h │ │ │ ├── FileWrapper.cpp │ │ │ ├── FileWrapper.h │ │ │ ├── Stream.cpp │ │ │ ├── Stream.h │ │ │ ├── bizhawk │ │ │ ├── octoshock.sln │ │ │ ├── octoshock.vcxproj │ │ │ └── octoshock.xcodeproj │ │ │ │ ├── project.pbxproj │ │ │ │ └── project.xcworkspace │ │ │ │ └── contents.xcworkspacedata │ │ │ ├── cdrom │ │ │ ├── CDUtility.cpp │ │ │ ├── CDUtility.h │ │ │ ├── SimpleFIFO.h │ │ │ ├── crc32.cpp │ │ │ ├── dvdisaster.h │ │ │ ├── galois-inlines.h │ │ │ ├── galois.cpp │ │ │ ├── l-ec.cpp │ │ │ ├── lec.cpp │ │ │ ├── lec.h │ │ │ └── recover-raw.cpp │ │ │ ├── docs │ │ │ └── upstreaminfo.txt │ │ │ ├── emuware │ │ │ ├── EW_state.cpp │ │ │ ├── EW_state.h │ │ │ ├── emuware.cpp │ │ │ ├── emuware.h │ │ │ └── msvc │ │ │ │ ├── changelog.txt │ │ │ │ ├── inttypes.h │ │ │ │ └── stdint.h │ │ │ ├── endian.cpp │ │ │ ├── endian.h │ │ │ ├── error.h │ │ │ ├── file.cpp │ │ │ ├── file.h │ │ │ ├── git.h │ │ │ ├── math_ops.h │ │ │ ├── octoshock.cpp │ │ │ ├── octoshock.h │ │ │ ├── psx │ │ │ ├── FastFIFO.h │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ ├── cdc.cpp │ │ │ ├── cdc.h │ │ │ ├── cpu.cpp │ │ │ ├── cpu.h │ │ │ ├── cpu_bigswitch.inc │ │ │ ├── cpu_computedgoto.inc │ │ │ ├── debug.cpp │ │ │ ├── debug.h │ │ │ ├── dis.cpp │ │ │ ├── dis.h │ │ │ ├── dma.cpp │ │ │ ├── dma.h │ │ │ ├── frontio.cpp │ │ │ ├── frontio.h │ │ │ ├── gpu.cpp │ │ │ ├── gpu.h │ │ │ ├── gpu_common.inc │ │ │ ├── gpu_line.cpp │ │ │ ├── gpu_polygon.cpp │ │ │ ├── gpu_sprite.cpp │ │ │ ├── gte.cpp │ │ │ ├── gte.h │ │ │ ├── input │ │ │ │ ├── dualanalog.cpp │ │ │ │ ├── dualanalog.h │ │ │ │ ├── dualshock.cpp │ │ │ │ ├── dualshock.h │ │ │ │ ├── gamepad.cpp │ │ │ │ ├── gamepad.h │ │ │ │ ├── guncon.cpp │ │ │ │ ├── guncon.h │ │ │ │ ├── justifier.cpp │ │ │ │ ├── justifier.h │ │ │ │ ├── memcard.cpp │ │ │ │ ├── memcard.h │ │ │ │ ├── mouse.cpp │ │ │ │ ├── mouse.h │ │ │ │ ├── multitap.cpp │ │ │ │ ├── multitap.h │ │ │ │ ├── negcon.cpp │ │ │ │ └── negcon.h │ │ │ ├── irq.cpp │ │ │ ├── irq.h │ │ │ ├── masmem.h │ │ │ ├── mdec.cpp │ │ │ ├── mdec.h │ │ │ ├── psx.cpp │ │ │ ├── psx.h │ │ │ ├── sio.cpp │ │ │ ├── sio.h │ │ │ ├── spu.cpp │ │ │ ├── spu.h │ │ │ ├── spu_fir_table.inc │ │ │ ├── spu_reverb.inc │ │ │ ├── timer.cpp │ │ │ └── timer.h │ │ │ ├── test │ │ │ └── miniclient │ │ │ │ ├── miniclient.cpp │ │ │ │ └── miniclient.vcxproj │ │ │ ├── tests.cpp │ │ │ ├── tests.h │ │ │ ├── video.h │ │ │ └── video │ │ │ ├── Deinterlacer.cpp │ │ │ ├── Deinterlacer.h │ │ │ ├── surface.cpp │ │ │ ├── surface.h │ │ │ └── video-common.h │ ├── quicknes │ │ ├── bizinterface.cpp │ │ ├── fex │ │ │ ├── Data_Reader.cpp │ │ │ ├── Data_Reader.h │ │ │ ├── blargg_common.cpp │ │ │ ├── blargg_common.h │ │ │ ├── blargg_config.h │ │ │ ├── blargg_endian.h │ │ │ ├── blargg_errors.cpp │ │ │ ├── blargg_errors.h │ │ │ └── blargg_source.h │ │ ├── libquicknes │ │ │ ├── libquicknes.sln │ │ │ └── libquicknes.vcxproj │ │ ├── mingw │ │ │ └── Makefile │ │ └── nes_emu │ │ │ ├── Blip_Buffer.cpp │ │ │ ├── Blip_Buffer.h │ │ │ ├── Blip_Synth.h │ │ │ ├── Effects_Buffer.cpp │ │ │ ├── Effects_Buffer.h │ │ │ ├── Mapper_Fme7.cpp │ │ │ ├── Mapper_Mmc5.cpp │ │ │ ├── Mapper_Namco106.cpp │ │ │ ├── Mapper_Vrc6.cpp │ │ │ ├── Mmc24.cpp │ │ │ ├── Mmc24.h │ │ │ ├── Multi_Buffer.cpp │ │ │ ├── Multi_Buffer.h │ │ │ ├── Nes_Apu.cpp │ │ │ ├── Nes_Apu.h │ │ │ ├── Nes_Buffer.cpp │ │ │ ├── Nes_Buffer.h │ │ │ ├── Nes_Cart.cpp │ │ │ ├── Nes_Cart.h │ │ │ ├── Nes_Core.cpp │ │ │ ├── Nes_Core.h │ │ │ ├── Nes_Cpu.cpp │ │ │ ├── Nes_Cpu.h │ │ │ ├── Nes_Effects_Buffer.cpp │ │ │ ├── Nes_Effects_Buffer.h │ │ │ ├── Nes_Emu.cpp │ │ │ ├── Nes_Emu.h │ │ │ ├── Nes_File.cpp │ │ │ ├── Nes_File.h │ │ │ ├── Nes_Fme7_Apu.cpp │ │ │ ├── Nes_Fme7_Apu.h │ │ │ ├── Nes_Mapper.cpp │ │ │ ├── Nes_Mapper.h │ │ │ ├── Nes_Mmc1.cpp │ │ │ ├── Nes_Mmc3.cpp │ │ │ ├── Nes_Namco_Apu.cpp │ │ │ ├── Nes_Namco_Apu.h │ │ │ ├── Nes_Oscs.cpp │ │ │ ├── Nes_Oscs.h │ │ │ ├── Nes_Ppu.cpp │ │ │ ├── Nes_Ppu.h │ │ │ ├── Nes_Ppu_Bg.h │ │ │ ├── Nes_Ppu_Impl.cpp │ │ │ ├── Nes_Ppu_Impl.h │ │ │ ├── Nes_Ppu_Rendering.cpp │ │ │ ├── Nes_Ppu_Rendering.h │ │ │ ├── Nes_Ppu_Sprites.h │ │ │ ├── Nes_State.cpp │ │ │ ├── Nes_State.h │ │ │ ├── Nes_Vrc6_Apu.cpp │ │ │ ├── Nes_Vrc6_Apu.h │ │ │ ├── abstract_file.cpp │ │ │ ├── abstract_file.h │ │ │ ├── apu_state.cpp │ │ │ ├── apu_state.h │ │ │ ├── blargg_common.h │ │ │ ├── blargg_config.h │ │ │ ├── blargg_endian.h │ │ │ ├── blargg_source.h │ │ │ ├── misc_mappers.cpp │ │ │ ├── nes_cpu_io.h │ │ │ ├── nes_data.cpp │ │ │ ├── nes_data.h │ │ │ ├── nes_mappers.cpp │ │ │ ├── nes_ntsc.h │ │ │ ├── nes_ntsc_impl.h │ │ │ ├── nes_util.cpp │ │ │ └── nes_util.h │ ├── vbanext │ │ ├── constarrays.h │ │ ├── instance.cpp │ │ ├── instance.h │ │ ├── mingw │ │ │ └── Makefile │ │ ├── msvs │ │ │ └── libvbanext │ │ │ │ ├── libvbanext.sln │ │ │ │ └── libvbanext.vcxproj │ │ ├── newstate.cpp │ │ ├── newstate.h │ │ ├── optable.inc │ │ ├── port.h │ │ ├── sound_blargg.h │ │ └── types.h │ ├── waterbox │ │ ├── emulibc │ │ │ ├── Makefile │ │ │ ├── emulibc.c │ │ │ ├── emulibc.h │ │ │ ├── libemuhost.so │ │ │ └── waterboxcore.h │ │ ├── gpgx │ │ │ ├── .vscode │ │ │ │ └── settings.json │ │ │ ├── Makefile │ │ │ ├── cinterface │ │ │ │ ├── callbacks.h │ │ │ │ └── cinterface.c │ │ │ ├── core │ │ │ │ ├── cart_hw │ │ │ │ │ ├── areplay.c │ │ │ │ │ ├── areplay.h │ │ │ │ │ ├── eeprom_93c.c │ │ │ │ │ ├── eeprom_93c.h │ │ │ │ │ ├── eeprom_i2c.c │ │ │ │ │ ├── eeprom_i2c.h │ │ │ │ │ ├── eeprom_spi.c │ │ │ │ │ ├── eeprom_spi.h │ │ │ │ │ ├── ggenie.c │ │ │ │ │ ├── ggenie.h │ │ │ │ │ ├── md_cart.c │ │ │ │ │ ├── md_cart.h │ │ │ │ │ ├── sms_cart.c │ │ │ │ │ ├── sms_cart.h │ │ │ │ │ ├── sram.c │ │ │ │ │ ├── sram.h │ │ │ │ │ └── svp │ │ │ │ │ │ ├── imageformat.txt │ │ │ │ │ │ ├── ssp16.c │ │ │ │ │ │ ├── ssp16.h │ │ │ │ │ │ ├── svp.c │ │ │ │ │ │ ├── svp.h │ │ │ │ │ │ └── svpdoc.txt │ │ │ │ ├── cd_hw │ │ │ │ │ ├── cd_cart.c │ │ │ │ │ ├── cd_cart.h │ │ │ │ │ ├── cdc.c │ │ │ │ │ ├── cdc.h │ │ │ │ │ ├── cdd.c │ │ │ │ │ ├── cdd.h │ │ │ │ │ ├── gfx.c │ │ │ │ │ ├── gfx.h │ │ │ │ │ ├── pcm.c │ │ │ │ │ ├── pcm.h │ │ │ │ │ ├── scd.c │ │ │ │ │ └── scd.h │ │ │ │ ├── genesis.c │ │ │ │ ├── genesis.h │ │ │ │ ├── hvc.h │ │ │ │ ├── input_hw │ │ │ │ │ ├── activator.c │ │ │ │ │ ├── activator.h │ │ │ │ │ ├── gamepad.c │ │ │ │ │ ├── gamepad.h │ │ │ │ │ ├── input.c │ │ │ │ │ ├── input.h │ │ │ │ │ ├── lightgun.c │ │ │ │ │ ├── lightgun.h │ │ │ │ │ ├── mouse.c │ │ │ │ │ ├── mouse.h │ │ │ │ │ ├── paddle.c │ │ │ │ │ ├── paddle.h │ │ │ │ │ ├── sportspad.c │ │ │ │ │ ├── sportspad.h │ │ │ │ │ ├── teamplayer.c │ │ │ │ │ ├── teamplayer.h │ │ │ │ │ ├── terebi_oekaki.c │ │ │ │ │ ├── terebi_oekaki.h │ │ │ │ │ ├── xe_a1p.c │ │ │ │ │ └── xe_a1p.h │ │ │ │ ├── io_ctrl.c │ │ │ │ ├── io_ctrl.h │ │ │ │ ├── loadrom.c │ │ │ │ ├── loadrom.h │ │ │ │ ├── m68k │ │ │ │ │ ├── m68k.h │ │ │ │ │ ├── m68kconf.h │ │ │ │ │ ├── m68kcpu.c │ │ │ │ │ ├── m68kcpu.h │ │ │ │ │ ├── m68ki_cycles.h │ │ │ │ │ ├── m68ki_instruction_jump_table.h │ │ │ │ │ ├── m68kops.h │ │ │ │ │ ├── readme.txt │ │ │ │ │ ├── s68kconf.h │ │ │ │ │ ├── s68kcpu.c │ │ │ │ │ └── s68ki_cycles.h │ │ │ │ ├── macros.h │ │ │ │ ├── mem68k.c │ │ │ │ ├── mem68k.h │ │ │ │ ├── membnk.c │ │ │ │ ├── membnk.h │ │ │ │ ├── memz80.c │ │ │ │ ├── memz80.h │ │ │ │ ├── ntsc │ │ │ │ │ ├── changes.txt │ │ │ │ │ ├── license.txt │ │ │ │ │ ├── md_ntsc.c │ │ │ │ │ ├── md_ntsc.h │ │ │ │ │ ├── md_ntsc_config.h │ │ │ │ │ ├── md_ntsc_impl.h │ │ │ │ │ ├── readme.txt │ │ │ │ │ ├── sms_ntsc.c │ │ │ │ │ ├── sms_ntsc.h │ │ │ │ │ ├── sms_ntsc.txt │ │ │ │ │ ├── sms_ntsc_config.h │ │ │ │ │ └── sms_ntsc_impl.h │ │ │ │ ├── shared.h │ │ │ │ ├── sound │ │ │ │ │ ├── blip_buf.c │ │ │ │ │ ├── blip_buf.h │ │ │ │ │ ├── eq.c │ │ │ │ │ ├── eq.h │ │ │ │ │ ├── sn76489.c │ │ │ │ │ ├── sn76489.h │ │ │ │ │ ├── sound.c │ │ │ │ │ ├── sound.h │ │ │ │ │ ├── ym2413.c │ │ │ │ │ ├── ym2413.h │ │ │ │ │ ├── ym2612.c │ │ │ │ │ └── ym2612.h │ │ │ │ ├── system.c │ │ │ │ ├── system.h │ │ │ │ ├── types.h │ │ │ │ ├── vdp_ctrl.c │ │ │ │ ├── vdp_ctrl.h │ │ │ │ ├── vdp_render.c │ │ │ │ ├── vdp_render.h │ │ │ │ └── z80 │ │ │ │ │ ├── osd_cpu.h │ │ │ │ │ ├── z80.c │ │ │ │ │ └── z80.h │ │ │ ├── gpgx.cbp │ │ │ └── util │ │ │ │ ├── osd.h │ │ │ │ ├── scrc32.c │ │ │ │ └── scrc32.h │ │ ├── libco │ │ │ ├── .vscode │ │ │ │ └── settings.json │ │ │ ├── Makefile │ │ │ ├── amd64.c │ │ │ ├── coswap.s │ │ │ ├── doc │ │ │ │ ├── style.css │ │ │ │ ├── targets.html │ │ │ │ └── usage.html │ │ │ ├── libco.h │ │ │ └── libco.so │ │ ├── libsnes │ │ │ ├── .vscode │ │ │ │ └── settings.json │ │ │ ├── 0.87 │ │ │ ├── Makefile │ │ │ ├── bsnes │ │ │ │ ├── base │ │ │ │ │ ├── base.cpp │ │ │ │ │ └── base.hpp │ │ │ │ ├── gameboy │ │ │ │ │ ├── apu │ │ │ │ │ │ ├── apu.cpp │ │ │ │ │ │ ├── apu.hpp │ │ │ │ │ │ ├── master │ │ │ │ │ │ │ ├── master.cpp │ │ │ │ │ │ │ └── master.hpp │ │ │ │ │ │ ├── noise │ │ │ │ │ │ │ ├── noise.cpp │ │ │ │ │ │ │ └── noise.hpp │ │ │ │ │ │ ├── square1 │ │ │ │ │ │ │ ├── square1.cpp │ │ │ │ │ │ │ └── square1.hpp │ │ │ │ │ │ ├── square2 │ │ │ │ │ │ │ ├── square2.cpp │ │ │ │ │ │ │ └── square2.hpp │ │ │ │ │ │ └── wave │ │ │ │ │ │ │ ├── wave.cpp │ │ │ │ │ │ │ └── wave.hpp │ │ │ │ │ ├── cartridge │ │ │ │ │ │ ├── cartridge.cpp │ │ │ │ │ │ ├── cartridge.hpp │ │ │ │ │ │ ├── huc1 │ │ │ │ │ │ │ ├── huc1.cpp │ │ │ │ │ │ │ └── huc1.hpp │ │ │ │ │ │ ├── huc3 │ │ │ │ │ │ │ ├── huc3.cpp │ │ │ │ │ │ │ └── huc3.hpp │ │ │ │ │ │ ├── mbc0 │ │ │ │ │ │ │ ├── mbc0.cpp │ │ │ │ │ │ │ └── mbc0.hpp │ │ │ │ │ │ ├── mbc1 │ │ │ │ │ │ │ ├── mbc1.cpp │ │ │ │ │ │ │ └── mbc1.hpp │ │ │ │ │ │ ├── mbc2 │ │ │ │ │ │ │ ├── mbc2.cpp │ │ │ │ │ │ │ └── mbc2.hpp │ │ │ │ │ │ ├── mbc3 │ │ │ │ │ │ │ ├── mbc3.cpp │ │ │ │ │ │ │ └── mbc3.hpp │ │ │ │ │ │ ├── mbc5 │ │ │ │ │ │ │ ├── mbc5.cpp │ │ │ │ │ │ │ └── mbc5.hpp │ │ │ │ │ │ └── mmm01 │ │ │ │ │ │ │ ├── mmm01.cpp │ │ │ │ │ │ │ └── mmm01.hpp │ │ │ │ │ ├── cpu │ │ │ │ │ │ ├── core │ │ │ │ │ │ │ ├── core.cpp │ │ │ │ │ │ │ ├── core.hpp │ │ │ │ │ │ │ ├── disassembler.cpp │ │ │ │ │ │ │ ├── registers.hpp │ │ │ │ │ │ │ └── table.cpp │ │ │ │ │ │ ├── cpu.cpp │ │ │ │ │ │ ├── cpu.hpp │ │ │ │ │ │ ├── mmio │ │ │ │ │ │ │ ├── mmio.cpp │ │ │ │ │ │ │ └── mmio.hpp │ │ │ │ │ │ └── timing │ │ │ │ │ │ │ ├── opcode.cpp │ │ │ │ │ │ │ ├── timing.cpp │ │ │ │ │ │ │ └── timing.hpp │ │ │ │ │ ├── gameboy.hpp │ │ │ │ │ ├── interface │ │ │ │ │ │ ├── interface.cpp │ │ │ │ │ │ └── interface.hpp │ │ │ │ │ ├── lcd │ │ │ │ │ │ ├── cgb.cpp │ │ │ │ │ │ ├── dmg.cpp │ │ │ │ │ │ ├── lcd.cpp │ │ │ │ │ │ ├── lcd.hpp │ │ │ │ │ │ └── mmio │ │ │ │ │ │ │ ├── mmio.cpp │ │ │ │ │ │ │ └── mmio.hpp │ │ │ │ │ ├── memory │ │ │ │ │ │ ├── memory.cpp │ │ │ │ │ │ └── memory.hpp │ │ │ │ │ ├── scheduler │ │ │ │ │ │ ├── scheduler.cpp │ │ │ │ │ │ └── scheduler.hpp │ │ │ │ │ ├── system │ │ │ │ │ │ ├── bootrom-cgb.cpp │ │ │ │ │ │ ├── bootrom-dmg.cpp │ │ │ │ │ │ ├── bootrom-sgb.cpp │ │ │ │ │ │ ├── system.cpp │ │ │ │ │ │ └── system.hpp │ │ │ │ │ └── video │ │ │ │ │ │ ├── video.cpp │ │ │ │ │ │ └── video.hpp │ │ │ │ ├── nall │ │ │ │ │ ├── algorithm.hpp │ │ │ │ │ ├── any.hpp │ │ │ │ │ ├── array.hpp │ │ │ │ │ ├── atoi.hpp │ │ │ │ │ ├── base64.hpp │ │ │ │ │ ├── bit.hpp │ │ │ │ │ ├── bmp.hpp │ │ │ │ │ ├── bps │ │ │ │ │ │ ├── delta.hpp │ │ │ │ │ │ ├── linear.hpp │ │ │ │ │ │ ├── metadata.hpp │ │ │ │ │ │ └── patch.hpp │ │ │ │ │ ├── compositor.hpp │ │ │ │ │ ├── config.hpp │ │ │ │ │ ├── crc32.hpp │ │ │ │ │ ├── directory.hpp │ │ │ │ │ ├── dl.hpp │ │ │ │ │ ├── dsp.hpp │ │ │ │ │ ├── dsp │ │ │ │ │ │ ├── buffer.hpp │ │ │ │ │ │ ├── core.hpp │ │ │ │ │ │ ├── resample │ │ │ │ │ │ │ ├── average.hpp │ │ │ │ │ │ │ ├── cosine.hpp │ │ │ │ │ │ │ ├── cubic.hpp │ │ │ │ │ │ │ ├── hermite.hpp │ │ │ │ │ │ │ ├── lib │ │ │ │ │ │ │ │ └── sinc.hpp │ │ │ │ │ │ │ ├── linear.hpp │ │ │ │ │ │ │ ├── nearest.hpp │ │ │ │ │ │ │ └── sinc.hpp │ │ │ │ │ │ └── settings.hpp │ │ │ │ │ ├── endian.hpp │ │ │ │ │ ├── file.hpp │ │ │ │ │ ├── filemap.hpp │ │ │ │ │ ├── function.hpp │ │ │ │ │ ├── gameboy │ │ │ │ │ │ └── cartridge.hpp │ │ │ │ │ ├── gzip.hpp │ │ │ │ │ ├── http.hpp │ │ │ │ │ ├── image.hpp │ │ │ │ │ ├── inflate.hpp │ │ │ │ │ ├── input.hpp │ │ │ │ │ ├── interpolation.hpp │ │ │ │ │ ├── intrinsics.hpp │ │ │ │ │ ├── ips.hpp │ │ │ │ │ ├── lzss.hpp │ │ │ │ │ ├── map.hpp │ │ │ │ │ ├── moduloarray.hpp │ │ │ │ │ ├── mosaic.hpp │ │ │ │ │ ├── mosaic │ │ │ │ │ │ ├── bitstream.hpp │ │ │ │ │ │ ├── context.hpp │ │ │ │ │ │ └── parser.hpp │ │ │ │ │ ├── platform.hpp │ │ │ │ │ ├── png.hpp │ │ │ │ │ ├── priorityqueue.hpp │ │ │ │ │ ├── property.hpp │ │ │ │ │ ├── public_cast.hpp │ │ │ │ │ ├── random.hpp │ │ │ │ │ ├── reference_array.hpp │ │ │ │ │ ├── serial.hpp │ │ │ │ │ ├── serializer.hpp │ │ │ │ │ ├── sha256.hpp │ │ │ │ │ ├── snes │ │ │ │ │ │ ├── cartridge.hpp │ │ │ │ │ │ ├── cpu.hpp │ │ │ │ │ │ ├── smp.hpp │ │ │ │ │ │ └── usart.hpp │ │ │ │ │ ├── sort.hpp │ │ │ │ │ ├── stdint.hpp │ │ │ │ │ ├── stream.hpp │ │ │ │ │ ├── stream │ │ │ │ │ │ ├── auto.hpp │ │ │ │ │ │ ├── file.hpp │ │ │ │ │ │ ├── gzip.hpp │ │ │ │ │ │ ├── http.hpp │ │ │ │ │ │ ├── memory.hpp │ │ │ │ │ │ ├── mmap.hpp │ │ │ │ │ │ ├── stream.hpp │ │ │ │ │ │ └── zip.hpp │ │ │ │ │ ├── string.hpp │ │ │ │ │ ├── string │ │ │ │ │ │ ├── base.hpp │ │ │ │ │ │ ├── bml.hpp │ │ │ │ │ │ ├── bsv.hpp │ │ │ │ │ │ ├── cast.hpp │ │ │ │ │ │ ├── compare.hpp │ │ │ │ │ │ ├── convert.hpp │ │ │ │ │ │ ├── core.hpp │ │ │ │ │ │ ├── cstring.hpp │ │ │ │ │ │ ├── filename.hpp │ │ │ │ │ │ ├── math-fixed-point.hpp │ │ │ │ │ │ ├── math-floating-point.hpp │ │ │ │ │ │ ├── platform.hpp │ │ │ │ │ │ ├── replace.hpp │ │ │ │ │ │ ├── split.hpp │ │ │ │ │ │ ├── strm.hpp │ │ │ │ │ │ ├── strpos.hpp │ │ │ │ │ │ ├── trim.hpp │ │ │ │ │ │ ├── utf8.hpp │ │ │ │ │ │ ├── utility.hpp │ │ │ │ │ │ ├── variadic.hpp │ │ │ │ │ │ ├── wildcard.hpp │ │ │ │ │ │ ├── wrapper.hpp │ │ │ │ │ │ ├── xml-legacy.hpp │ │ │ │ │ │ └── xml.hpp │ │ │ │ │ ├── type_traits.hpp │ │ │ │ │ ├── ups.hpp │ │ │ │ │ ├── utility.hpp │ │ │ │ │ ├── varint.hpp │ │ │ │ │ ├── vector.hpp │ │ │ │ │ ├── windows │ │ │ │ │ │ ├── detour.hpp │ │ │ │ │ │ ├── launcher.hpp │ │ │ │ │ │ └── utf8.hpp │ │ │ │ │ ├── xorg │ │ │ │ │ │ ├── guard.hpp │ │ │ │ │ │ └── xorg.hpp │ │ │ │ │ └── zip.hpp │ │ │ │ ├── snes │ │ │ │ │ ├── alt │ │ │ │ │ │ ├── cpu │ │ │ │ │ │ │ ├── cpu.cpp │ │ │ │ │ │ │ ├── cpu.hpp │ │ │ │ │ │ │ ├── dma.cpp │ │ │ │ │ │ │ ├── memory.cpp │ │ │ │ │ │ │ ├── mmio.cpp │ │ │ │ │ │ │ └── timing.cpp │ │ │ │ │ │ ├── dsp │ │ │ │ │ │ │ ├── SPC_DSP.cpp │ │ │ │ │ │ │ ├── SPC_DSP.h │ │ │ │ │ │ │ ├── blargg_common.h │ │ │ │ │ │ │ ├── blargg_config.h │ │ │ │ │ │ │ ├── blargg_endian.h │ │ │ │ │ │ │ ├── blargg_source.h │ │ │ │ │ │ │ ├── dsp.cpp │ │ │ │ │ │ │ └── dsp.hpp │ │ │ │ │ │ ├── ppu-compatibility │ │ │ │ │ │ │ ├── memory │ │ │ │ │ │ │ │ ├── memory.cpp │ │ │ │ │ │ │ │ └── memory.hpp │ │ │ │ │ │ │ ├── mmio │ │ │ │ │ │ │ │ ├── mmio.cpp │ │ │ │ │ │ │ │ └── mmio.hpp │ │ │ │ │ │ │ ├── ppu.cpp │ │ │ │ │ │ │ ├── ppu.hpp │ │ │ │ │ │ │ └── render │ │ │ │ │ │ │ │ ├── addsub.cpp │ │ │ │ │ │ │ │ ├── bg.cpp │ │ │ │ │ │ │ │ ├── cache.cpp │ │ │ │ │ │ │ │ ├── line.cpp │ │ │ │ │ │ │ │ ├── mode7.cpp │ │ │ │ │ │ │ │ ├── oam.cpp │ │ │ │ │ │ │ │ ├── render.cpp │ │ │ │ │ │ │ │ ├── render.hpp │ │ │ │ │ │ │ │ └── windows.cpp │ │ │ │ │ │ ├── ppu-performance │ │ │ │ │ │ │ ├── background │ │ │ │ │ │ │ │ ├── background.cpp │ │ │ │ │ │ │ │ ├── background.hpp │ │ │ │ │ │ │ │ └── mode7.cpp │ │ │ │ │ │ │ ├── cache │ │ │ │ │ │ │ │ ├── cache.cpp │ │ │ │ │ │ │ │ └── cache.hpp │ │ │ │ │ │ │ ├── mmio │ │ │ │ │ │ │ │ ├── mmio.cpp │ │ │ │ │ │ │ │ └── mmio.hpp │ │ │ │ │ │ │ ├── ppu.cpp │ │ │ │ │ │ │ ├── ppu.hpp │ │ │ │ │ │ │ ├── screen │ │ │ │ │ │ │ │ ├── screen.cpp │ │ │ │ │ │ │ │ └── screen.hpp │ │ │ │ │ │ │ ├── sprite │ │ │ │ │ │ │ │ ├── sprite.cpp │ │ │ │ │ │ │ │ └── sprite.hpp │ │ │ │ │ │ │ └── window │ │ │ │ │ │ │ │ ├── window.cpp │ │ │ │ │ │ │ │ └── window.hpp │ │ │ │ │ │ └── smp │ │ │ │ │ │ │ ├── algorithms.cpp │ │ │ │ │ │ │ ├── core.cpp │ │ │ │ │ │ │ ├── core │ │ │ │ │ │ │ ├── cc.sh │ │ │ │ │ │ │ ├── generate.cpp │ │ │ │ │ │ │ ├── op_misc.b │ │ │ │ │ │ │ ├── op_misc.cpp │ │ │ │ │ │ │ ├── op_mov.b │ │ │ │ │ │ │ ├── op_mov.cpp │ │ │ │ │ │ │ ├── op_pc.b │ │ │ │ │ │ │ ├── op_pc.cpp │ │ │ │ │ │ │ ├── op_read.b │ │ │ │ │ │ │ ├── op_read.cpp │ │ │ │ │ │ │ ├── op_rmw.b │ │ │ │ │ │ │ ├── op_rmw.cpp │ │ │ │ │ │ │ ├── opcycle_misc.cpp │ │ │ │ │ │ │ ├── opcycle_mov.cpp │ │ │ │ │ │ │ ├── opcycle_pc.cpp │ │ │ │ │ │ │ ├── opcycle_read.cpp │ │ │ │ │ │ │ └── opcycle_rmw.cpp │ │ │ │ │ │ │ ├── disassembler.cpp │ │ │ │ │ │ │ ├── iplrom.cpp │ │ │ │ │ │ │ ├── memory.cpp │ │ │ │ │ │ │ ├── smp.cpp │ │ │ │ │ │ │ ├── smp.hpp │ │ │ │ │ │ │ └── timing.cpp │ │ │ │ │ ├── cartridge │ │ │ │ │ │ ├── cartridge.cpp │ │ │ │ │ │ ├── cartridge.hpp │ │ │ │ │ │ └── markup.cpp │ │ │ │ │ ├── chip │ │ │ │ │ │ ├── armdsp │ │ │ │ │ │ │ ├── armdsp.cpp │ │ │ │ │ │ │ ├── armdsp.hpp │ │ │ │ │ │ │ ├── disassembler.cpp │ │ │ │ │ │ │ ├── memory.cpp │ │ │ │ │ │ │ ├── opcodes.cpp │ │ │ │ │ │ │ └── registers.hpp │ │ │ │ │ │ ├── bsx │ │ │ │ │ │ │ ├── bsx.cpp │ │ │ │ │ │ │ ├── bsx.hpp │ │ │ │ │ │ │ ├── cartridge │ │ │ │ │ │ │ │ ├── cartridge.cpp │ │ │ │ │ │ │ │ └── cartridge.hpp │ │ │ │ │ │ │ ├── flash │ │ │ │ │ │ │ │ ├── flash.cpp │ │ │ │ │ │ │ │ └── flash.hpp │ │ │ │ │ │ │ └── satellaview │ │ │ │ │ │ │ │ ├── satellaview.cpp │ │ │ │ │ │ │ │ └── satellaview.hpp │ │ │ │ │ │ ├── chip.hpp │ │ │ │ │ │ ├── hitachidsp │ │ │ │ │ │ │ ├── hitachidsp.cpp │ │ │ │ │ │ │ ├── hitachidsp.hpp │ │ │ │ │ │ │ ├── memory.cpp │ │ │ │ │ │ │ ├── opcodes.cpp │ │ │ │ │ │ │ ├── registers.cpp │ │ │ │ │ │ │ └── registers.hpp │ │ │ │ │ │ ├── icd2 │ │ │ │ │ │ │ ├── icd2.cpp │ │ │ │ │ │ │ ├── icd2.hpp │ │ │ │ │ │ │ ├── interface │ │ │ │ │ │ │ │ ├── interface.cpp │ │ │ │ │ │ │ │ └── interface.hpp │ │ │ │ │ │ │ └── mmio │ │ │ │ │ │ │ │ ├── mmio.cpp │ │ │ │ │ │ │ │ └── mmio.hpp │ │ │ │ │ │ ├── link │ │ │ │ │ │ │ ├── link.cpp │ │ │ │ │ │ │ └── link.hpp │ │ │ │ │ │ ├── msu1 │ │ │ │ │ │ │ ├── msu1.cpp │ │ │ │ │ │ │ └── msu1.hpp │ │ │ │ │ │ ├── necdsp │ │ │ │ │ │ │ ├── disassembler.cpp │ │ │ │ │ │ │ ├── memory.cpp │ │ │ │ │ │ │ ├── necdsp.cpp │ │ │ │ │ │ │ ├── necdsp.hpp │ │ │ │ │ │ │ └── registers.hpp │ │ │ │ │ │ ├── nss │ │ │ │ │ │ │ ├── nss.cpp │ │ │ │ │ │ │ └── nss.hpp │ │ │ │ │ │ ├── obc1 │ │ │ │ │ │ │ ├── obc1.cpp │ │ │ │ │ │ │ └── obc1.hpp │ │ │ │ │ │ ├── sa1 │ │ │ │ │ │ │ ├── bus │ │ │ │ │ │ │ │ ├── bus.cpp │ │ │ │ │ │ │ │ └── bus.hpp │ │ │ │ │ │ │ ├── dma │ │ │ │ │ │ │ │ ├── dma.cpp │ │ │ │ │ │ │ │ └── dma.hpp │ │ │ │ │ │ │ ├── memory │ │ │ │ │ │ │ │ ├── memory.cpp │ │ │ │ │ │ │ │ └── memory.hpp │ │ │ │ │ │ │ ├── mmio │ │ │ │ │ │ │ │ ├── mmio.cpp │ │ │ │ │ │ │ │ └── mmio.hpp │ │ │ │ │ │ │ ├── sa1.cpp │ │ │ │ │ │ │ └── sa1.hpp │ │ │ │ │ │ ├── sdd1 │ │ │ │ │ │ │ ├── decomp.cpp │ │ │ │ │ │ │ ├── decomp.hpp │ │ │ │ │ │ │ ├── sdd1.cpp │ │ │ │ │ │ │ └── sdd1.hpp │ │ │ │ │ │ ├── spc7110 │ │ │ │ │ │ │ ├── decomp.cpp │ │ │ │ │ │ │ ├── decomp.hpp │ │ │ │ │ │ │ ├── spc7110.cpp │ │ │ │ │ │ │ └── spc7110.hpp │ │ │ │ │ │ ├── srtc │ │ │ │ │ │ │ ├── srtc.cpp │ │ │ │ │ │ │ └── srtc.hpp │ │ │ │ │ │ ├── sufamiturbo │ │ │ │ │ │ │ ├── sufamiturbo.cpp │ │ │ │ │ │ │ └── sufamiturbo.hpp │ │ │ │ │ │ └── superfx │ │ │ │ │ │ │ ├── bus │ │ │ │ │ │ │ ├── bus.cpp │ │ │ │ │ │ │ └── bus.hpp │ │ │ │ │ │ │ ├── core │ │ │ │ │ │ │ ├── core.cpp │ │ │ │ │ │ │ ├── core.hpp │ │ │ │ │ │ │ ├── opcode_table.cpp │ │ │ │ │ │ │ ├── opcodes.cpp │ │ │ │ │ │ │ └── registers.hpp │ │ │ │ │ │ │ ├── disasm │ │ │ │ │ │ │ ├── disasm.cpp │ │ │ │ │ │ │ └── disasm.hpp │ │ │ │ │ │ │ ├── memory │ │ │ │ │ │ │ ├── memory.cpp │ │ │ │ │ │ │ └── memory.hpp │ │ │ │ │ │ │ ├── mmio │ │ │ │ │ │ │ ├── mmio.cpp │ │ │ │ │ │ │ └── mmio.hpp │ │ │ │ │ │ │ ├── superfx.cpp │ │ │ │ │ │ │ ├── superfx.hpp │ │ │ │ │ │ │ └── timing │ │ │ │ │ │ │ ├── timing.cpp │ │ │ │ │ │ │ └── timing.hpp │ │ │ │ │ ├── config │ │ │ │ │ │ ├── config.cpp │ │ │ │ │ │ └── config.hpp │ │ │ │ │ ├── controller │ │ │ │ │ │ ├── controller.cpp │ │ │ │ │ │ ├── controller.hpp │ │ │ │ │ │ ├── gamepad │ │ │ │ │ │ │ ├── gamepad.cpp │ │ │ │ │ │ │ └── gamepad.hpp │ │ │ │ │ │ ├── justifier │ │ │ │ │ │ │ ├── justifier.cpp │ │ │ │ │ │ │ └── justifier.hpp │ │ │ │ │ │ ├── mouse │ │ │ │ │ │ │ ├── mouse.cpp │ │ │ │ │ │ │ └── mouse.hpp │ │ │ │ │ │ ├── multitap │ │ │ │ │ │ │ ├── multitap.cpp │ │ │ │ │ │ │ └── multitap.hpp │ │ │ │ │ │ ├── superscope │ │ │ │ │ │ │ ├── superscope.cpp │ │ │ │ │ │ │ └── superscope.hpp │ │ │ │ │ │ └── usart │ │ │ │ │ │ │ ├── usart.cpp │ │ │ │ │ │ │ └── usart.hpp │ │ │ │ │ ├── cpu │ │ │ │ │ │ ├── core │ │ │ │ │ │ │ ├── algorithms.cpp │ │ │ │ │ │ │ ├── core.cpp │ │ │ │ │ │ │ ├── core.hpp │ │ │ │ │ │ │ ├── disassembler │ │ │ │ │ │ │ │ ├── disassembler.cpp │ │ │ │ │ │ │ │ └── disassembler.hpp │ │ │ │ │ │ │ ├── memory.hpp │ │ │ │ │ │ │ ├── opcode_misc.cpp │ │ │ │ │ │ │ ├── opcode_pc.cpp │ │ │ │ │ │ │ ├── opcode_read.cpp │ │ │ │ │ │ │ ├── opcode_rmw.cpp │ │ │ │ │ │ │ ├── opcode_write.cpp │ │ │ │ │ │ │ ├── registers.hpp │ │ │ │ │ │ │ └── table.cpp │ │ │ │ │ │ ├── cpu.cpp │ │ │ │ │ │ ├── cpu.hpp │ │ │ │ │ │ ├── dma │ │ │ │ │ │ │ ├── dma.cpp │ │ │ │ │ │ │ └── dma.hpp │ │ │ │ │ │ ├── memory │ │ │ │ │ │ │ ├── memory.cpp │ │ │ │ │ │ │ └── memory.hpp │ │ │ │ │ │ ├── mmio │ │ │ │ │ │ │ ├── mmio.cpp │ │ │ │ │ │ │ └── mmio.hpp │ │ │ │ │ │ └── timing │ │ │ │ │ │ │ ├── irq.cpp │ │ │ │ │ │ │ ├── joypad.cpp │ │ │ │ │ │ │ ├── timing.cpp │ │ │ │ │ │ │ └── timing.hpp │ │ │ │ │ ├── dsp │ │ │ │ │ │ ├── brr.cpp │ │ │ │ │ │ ├── counter.cpp │ │ │ │ │ │ ├── dsp.cpp │ │ │ │ │ │ ├── dsp.hpp │ │ │ │ │ │ ├── echo.cpp │ │ │ │ │ │ ├── envelope.cpp │ │ │ │ │ │ ├── gaussian.cpp │ │ │ │ │ │ ├── misc.cpp │ │ │ │ │ │ └── voice.cpp │ │ │ │ │ ├── interface │ │ │ │ │ │ ├── interface.cpp │ │ │ │ │ │ └── interface.hpp │ │ │ │ │ ├── memory │ │ │ │ │ │ ├── memory-inline.hpp │ │ │ │ │ │ ├── memory.cpp │ │ │ │ │ │ └── memory.hpp │ │ │ │ │ ├── ppu │ │ │ │ │ │ ├── background │ │ │ │ │ │ │ ├── background.cpp │ │ │ │ │ │ │ ├── background.hpp │ │ │ │ │ │ │ └── mode7.cpp │ │ │ │ │ │ ├── counter │ │ │ │ │ │ │ ├── counter-inline.hpp │ │ │ │ │ │ │ └── counter.hpp │ │ │ │ │ │ ├── mmio │ │ │ │ │ │ │ ├── mmio.cpp │ │ │ │ │ │ │ └── mmio.hpp │ │ │ │ │ │ ├── ppu.cpp │ │ │ │ │ │ ├── ppu.hpp │ │ │ │ │ │ ├── screen │ │ │ │ │ │ │ ├── screen.cpp │ │ │ │ │ │ │ └── screen.hpp │ │ │ │ │ │ ├── sprite │ │ │ │ │ │ │ ├── list.cpp │ │ │ │ │ │ │ ├── sprite.cpp │ │ │ │ │ │ │ └── sprite.hpp │ │ │ │ │ │ └── window │ │ │ │ │ │ │ ├── window.cpp │ │ │ │ │ │ │ └── window.hpp │ │ │ │ │ ├── profile-accuracy.hpp │ │ │ │ │ ├── profile-compatibility.hpp │ │ │ │ │ ├── profile-performance.hpp │ │ │ │ │ ├── random │ │ │ │ │ │ ├── random.cpp │ │ │ │ │ │ └── random.hpp │ │ │ │ │ ├── scheduler │ │ │ │ │ │ ├── scheduler.cpp │ │ │ │ │ │ └── scheduler.hpp │ │ │ │ │ ├── smp │ │ │ │ │ │ ├── core │ │ │ │ │ │ │ ├── algorithms.cpp │ │ │ │ │ │ │ ├── core.cpp │ │ │ │ │ │ │ ├── core.hpp │ │ │ │ │ │ │ ├── disassembler.cpp │ │ │ │ │ │ │ ├── memory.hpp │ │ │ │ │ │ │ ├── opcodes.cpp │ │ │ │ │ │ │ └── registers.hpp │ │ │ │ │ │ ├── iplrom.cpp │ │ │ │ │ │ ├── memory │ │ │ │ │ │ │ ├── memory.cpp │ │ │ │ │ │ │ └── memory.hpp │ │ │ │ │ │ ├── smp.cpp │ │ │ │ │ │ ├── smp.hpp │ │ │ │ │ │ └── timing │ │ │ │ │ │ │ ├── timing.cpp │ │ │ │ │ │ │ └── timing.hpp │ │ │ │ │ ├── snes.hpp │ │ │ │ │ └── system │ │ │ │ │ │ ├── audio.cpp │ │ │ │ │ │ ├── audio.hpp │ │ │ │ │ │ ├── input.cpp │ │ │ │ │ │ ├── input.hpp │ │ │ │ │ │ ├── system.cpp │ │ │ │ │ │ ├── system.hpp │ │ │ │ │ │ ├── video.cpp │ │ │ │ │ │ └── video.hpp │ │ │ │ └── target-libsnes │ │ │ │ │ ├── libsnes.cpp │ │ │ │ │ ├── libsnes.hpp │ │ │ │ │ └── libsnes_pwrap.cpp │ │ │ ├── libco_debugging │ │ │ │ ├── build.sh │ │ │ │ ├── libco.h │ │ │ │ ├── libco_win32threads.c │ │ │ │ └── makefile │ │ │ └── lsnes_patches │ │ │ │ ├── 0001-Don-t-use-time-in-emulating-chips.patch │ │ │ │ ├── 0002-Save-controller-state-when-savestating.patch │ │ │ │ ├── 0003-Allow-frontend-to-control-random-number-seed.patch │ │ │ │ └── 0004-Fix-mouse-polling.patch │ │ ├── ngp │ │ │ ├── .vscode │ │ │ │ └── settings.json │ │ │ ├── Makefile │ │ │ ├── T6W28_Apu.cpp │ │ │ ├── T6W28_Apu.h │ │ │ ├── T6W28_Oscs.h │ │ │ ├── TLCS-900h │ │ │ │ ├── TLCS900h_disassemble.cpp │ │ │ │ ├── TLCS900h_disassemble.h │ │ │ │ ├── TLCS900h_disassemble_dst.cpp │ │ │ │ ├── TLCS900h_disassemble_extra.cpp │ │ │ │ ├── TLCS900h_disassemble_reg.cpp │ │ │ │ ├── TLCS900h_disassemble_src.cpp │ │ │ │ ├── TLCS900h_interpret.cpp │ │ │ │ ├── TLCS900h_interpret.h │ │ │ │ ├── TLCS900h_interpret_dst.cpp │ │ │ │ ├── TLCS900h_interpret_dst.h │ │ │ │ ├── TLCS900h_interpret_reg.cpp │ │ │ │ ├── TLCS900h_interpret_reg.h │ │ │ │ ├── TLCS900h_interpret_single.cpp │ │ │ │ ├── TLCS900h_interpret_single.h │ │ │ │ ├── TLCS900h_interpret_src.cpp │ │ │ │ ├── TLCS900h_interpret_src.h │ │ │ │ ├── TLCS900h_registers.cpp │ │ │ │ ├── TLCS900h_registers.h │ │ │ │ ├── TLCS900h_registers_mapB.h │ │ │ │ ├── TLCS900h_registers_mapCodeB0.h │ │ │ │ ├── TLCS900h_registers_mapCodeB1.h │ │ │ │ ├── TLCS900h_registers_mapCodeB2.h │ │ │ │ ├── TLCS900h_registers_mapCodeB3.h │ │ │ │ ├── TLCS900h_registers_mapCodeL0.h │ │ │ │ ├── TLCS900h_registers_mapCodeL1.h │ │ │ │ ├── TLCS900h_registers_mapCodeL2.h │ │ │ │ ├── TLCS900h_registers_mapCodeL3.h │ │ │ │ ├── TLCS900h_registers_mapCodeW0.h │ │ │ │ ├── TLCS900h_registers_mapCodeW1.h │ │ │ │ ├── TLCS900h_registers_mapCodeW2.h │ │ │ │ ├── TLCS900h_registers_mapCodeW3.h │ │ │ │ ├── TLCS900h_registers_mapL.h │ │ │ │ └── TLCS900h_registers_mapW.h │ │ │ ├── Z80_interface.cpp │ │ │ ├── Z80_interface.h │ │ │ ├── bios.cpp │ │ │ ├── bios.h │ │ │ ├── biosHLE.cpp │ │ │ ├── defs.h │ │ │ ├── dma.cpp │ │ │ ├── dma.h │ │ │ ├── endian.h │ │ │ ├── flash.cpp │ │ │ ├── flash.h │ │ │ ├── gfx.cpp │ │ │ ├── gfx.h │ │ │ ├── gfx_scanline_colour.cpp │ │ │ ├── gfx_scanline_mono.cpp │ │ │ ├── interrupt.cpp │ │ │ ├── interrupt.h │ │ │ ├── mem.cpp │ │ │ ├── mem.h │ │ │ ├── neopop.cpp │ │ │ ├── neopop.h │ │ │ ├── rom.cpp │ │ │ ├── rtc.cpp │ │ │ ├── rtc.h │ │ │ ├── sound.cpp │ │ │ ├── sound.h │ │ │ ├── sound │ │ │ │ ├── Blip_Buffer.cpp │ │ │ │ ├── Blip_Buffer.h │ │ │ │ ├── Stereo_Buffer.cpp │ │ │ │ └── Stereo_Buffer.h │ │ │ └── z80-fuse │ │ │ │ ├── opcodes_base.c │ │ │ │ ├── z80.cpp │ │ │ │ ├── z80.h │ │ │ │ ├── z80_cb.c │ │ │ │ ├── z80_ddfd.c │ │ │ │ ├── z80_ddfdcb.c │ │ │ │ ├── z80_ed.c │ │ │ │ ├── z80_macros.h │ │ │ │ └── z80_ops.cpp │ │ ├── o2em │ │ │ ├── .vscode │ │ │ │ └── settings.json │ │ │ ├── CHANGELOG │ │ │ ├── COPYING │ │ │ ├── Makefile │ │ │ ├── README │ │ │ ├── audio.c │ │ │ ├── audio.h │ │ │ ├── bitmap.c │ │ │ ├── bitmap.h │ │ │ ├── config.h │ │ │ ├── cpu.c │ │ │ ├── cpu.h │ │ │ ├── crc32.c │ │ │ ├── crc32.h │ │ │ ├── cset.c │ │ │ ├── cset.h │ │ │ ├── keyboard.c │ │ │ ├── keyboard.h │ │ │ ├── main.c │ │ │ ├── score.c │ │ │ ├── score.h │ │ │ ├── types.h │ │ │ ├── vdc.c │ │ │ ├── vdc.h │ │ │ ├── vmachine.c │ │ │ ├── vmachine.h │ │ │ ├── voice.c │ │ │ ├── voice.h │ │ │ ├── vpp.c │ │ │ ├── vpp.h │ │ │ ├── vpp_cset.c │ │ │ └── vpp_cset.h │ │ ├── pcfx │ │ │ ├── .vscode │ │ │ │ └── settings.json │ │ │ ├── Makefile │ │ │ ├── cdrom │ │ │ │ ├── CDUtility.cpp │ │ │ │ ├── CDUtility.h │ │ │ │ ├── SimpleFIFO.h │ │ │ │ ├── cdromif.cpp │ │ │ │ ├── cdromif.h │ │ │ │ ├── crc32.cpp │ │ │ │ ├── dvdisaster.h │ │ │ │ ├── galois-inlines.h │ │ │ │ ├── galois.cpp │ │ │ │ ├── l-ec.cpp │ │ │ │ ├── lec.cpp │ │ │ │ ├── lec.h │ │ │ │ ├── recover-raw.cpp │ │ │ │ ├── scsicd-pce-commands.inc │ │ │ │ ├── scsicd.cpp │ │ │ │ ├── scsicd.h │ │ │ │ └── scsicd_cdda_filter.inc │ │ │ ├── defs.h │ │ │ ├── endian.h │ │ │ ├── fxscsi.cpp │ │ │ ├── fxscsi.h │ │ │ ├── gamedb.inc │ │ │ ├── huc6270 │ │ │ │ ├── vdc.cpp │ │ │ │ └── vdc.h │ │ │ ├── huc6273.cpp │ │ │ ├── huc6273.h │ │ │ ├── input.cpp │ │ │ ├── input.h │ │ │ ├── input │ │ │ │ ├── gamepad.cpp │ │ │ │ ├── gamepad.h │ │ │ │ ├── mouse.cpp │ │ │ │ └── mouse.h │ │ │ ├── interrupt.cpp │ │ │ ├── interrupt.h │ │ │ ├── io-handler.inc │ │ │ ├── jrevdct.cpp │ │ │ ├── jrevdct.h │ │ │ ├── king-bgfast-blit.inc │ │ │ ├── king-bgfast.inc │ │ │ ├── king.cpp │ │ │ ├── king.h │ │ │ ├── king_mix_body.inc │ │ │ ├── math_ops.h │ │ │ ├── mem-handler.inc │ │ │ ├── notes │ │ │ │ └── GAME_NOTES │ │ │ ├── pce_psg │ │ │ │ ├── pce_psg.cpp │ │ │ │ └── pce_psg.h │ │ │ ├── pcfx.cpp │ │ │ ├── pcfx.h │ │ │ ├── rainbow.cpp │ │ │ ├── rainbow.h │ │ │ ├── rainbow_acuv.inc │ │ │ ├── rainbow_acy.inc │ │ │ ├── rainbow_dcuv.inc │ │ │ ├── rainbow_dcy.inc │ │ │ ├── sound │ │ │ │ ├── Blip_Buffer.cpp │ │ │ │ ├── Blip_Buffer.h │ │ │ │ ├── OwlResampler.cpp │ │ │ │ ├── OwlResampler.h │ │ │ │ ├── Stereo_Buffer.cpp │ │ │ │ └── Stereo_Buffer.h │ │ │ ├── soundbox.cpp │ │ │ ├── soundbox.h │ │ │ ├── timer.cpp │ │ │ ├── timer.h │ │ │ └── v810 │ │ │ │ ├── v810_cpu.cpp │ │ │ │ ├── v810_cpu.h │ │ │ │ ├── v810_cpuD.cpp │ │ │ │ ├── v810_cpuD.h │ │ │ │ ├── v810_do_am.h │ │ │ │ ├── v810_fp_ops.cpp │ │ │ │ ├── v810_fp_ops.h │ │ │ │ ├── v810_oploop.inc │ │ │ │ └── v810_opt.h │ │ ├── picodrive │ │ │ ├── .vscode │ │ │ │ └── settings.json │ │ │ ├── AUTHORS │ │ │ ├── COPYING │ │ │ ├── ChangeLog │ │ │ ├── Makefile │ │ │ ├── Makefile.libretro │ │ │ ├── Makefile.old │ │ │ ├── README │ │ │ ├── bizhawk.c │ │ │ ├── cpu │ │ │ │ ├── cz80 │ │ │ │ │ ├── cz80.c │ │ │ │ │ ├── cz80.h │ │ │ │ │ ├── cz80_op.inc │ │ │ │ │ ├── cz80_opCB.inc │ │ │ │ │ ├── cz80_opED.inc │ │ │ │ │ ├── cz80_opXY.inc │ │ │ │ │ ├── cz80_opXYCB.inc │ │ │ │ │ ├── cz80jmp.inc │ │ │ │ │ └── cz80macro.h │ │ │ │ ├── fame │ │ │ │ │ ├── fame.h │ │ │ │ │ ├── famec.c │ │ │ │ │ └── famec_opcodes.h │ │ │ │ └── sh2 │ │ │ │ │ ├── mame │ │ │ │ │ ├── sh2.inc │ │ │ │ │ └── sh2pico.c │ │ │ │ │ ├── sh2.c │ │ │ │ │ └── sh2.h │ │ │ ├── pico │ │ │ │ ├── 32x │ │ │ │ │ ├── 32x.c │ │ │ │ │ ├── draw.c │ │ │ │ │ ├── memory.c │ │ │ │ │ ├── pwm.c │ │ │ │ │ └── sh2soc.c │ │ │ │ ├── cart.c │ │ │ │ ├── carthw.cfg │ │ │ │ ├── carthw │ │ │ │ │ ├── carthw.c │ │ │ │ │ ├── carthw.h │ │ │ │ │ └── svp │ │ │ │ │ │ ├── imageformat.txt │ │ │ │ │ │ ├── memory.c │ │ │ │ │ │ ├── ssp16.c │ │ │ │ │ │ ├── ssp16.h │ │ │ │ │ │ └── svp.c │ │ │ │ ├── carthw_cfg.inc │ │ │ │ ├── cd │ │ │ │ │ ├── cdc.c │ │ │ │ │ ├── cdd.c │ │ │ │ │ ├── cdd.h │ │ │ │ │ ├── cell_map.c │ │ │ │ │ ├── genplus_macros.h │ │ │ │ │ ├── gfx.c │ │ │ │ │ ├── gfx_dma.c │ │ │ │ │ ├── mcd.c │ │ │ │ │ ├── memory.c │ │ │ │ │ ├── misc.c │ │ │ │ │ ├── pcm.c │ │ │ │ │ └── sek.c │ │ │ │ ├── draw.c │ │ │ │ ├── draw2.c │ │ │ │ ├── eeprom.c │ │ │ │ ├── media.c │ │ │ │ ├── memory.c │ │ │ │ ├── memory.h │ │ │ │ ├── misc.c │ │ │ │ ├── mode4.c │ │ │ │ ├── pico.c │ │ │ │ ├── pico.h │ │ │ │ ├── pico │ │ │ │ │ ├── memory.c │ │ │ │ │ ├── pico.c │ │ │ │ │ └── xpcm.c │ │ │ │ ├── pico_cmn.inc │ │ │ │ ├── pico_int.h │ │ │ │ ├── sek.c │ │ │ │ ├── sms.c │ │ │ │ ├── sound │ │ │ │ │ ├── mix.c │ │ │ │ │ ├── mix.h │ │ │ │ │ ├── sn76496.c │ │ │ │ │ ├── sn76496.h │ │ │ │ │ ├── sound.c │ │ │ │ │ ├── ym2612.c │ │ │ │ │ └── ym2612.h │ │ │ │ ├── videoport.c │ │ │ │ └── z80if.c │ │ │ └── platform │ │ │ │ ├── base_readme.txt │ │ │ │ └── game_def.cfg │ │ ├── readme.txt │ │ ├── sameboy │ │ │ ├── .vscode │ │ │ │ └── settings.json │ │ │ ├── CHANGES.md │ │ │ ├── LICENSE │ │ │ ├── Makefile │ │ │ ├── README.md │ │ │ ├── apu.c │ │ │ ├── apu.h │ │ │ ├── bizhawk.cpp │ │ │ ├── blip_buf │ │ │ │ ├── blip_buf.c │ │ │ │ └── blip_buf.h │ │ │ ├── camera.c │ │ │ ├── camera.h │ │ │ ├── display.c │ │ │ ├── display.h │ │ │ ├── gb.c │ │ │ ├── gb.h │ │ │ ├── gb_struct_def.h │ │ │ ├── joypad.c │ │ │ ├── joypad.h │ │ │ ├── mbc.c │ │ │ ├── mbc.h │ │ │ ├── memory.c │ │ │ ├── memory.h │ │ │ ├── printer.c │ │ │ ├── printer.h │ │ │ ├── sgb.c │ │ │ ├── sgb.h │ │ │ ├── snes_spc │ │ │ │ ├── SNES_SPC.cpp │ │ │ │ ├── SNES_SPC.h │ │ │ │ ├── SNES_SPC_misc.cpp │ │ │ │ ├── SNES_SPC_state.cpp │ │ │ │ ├── SPC_CPU.h │ │ │ │ ├── SPC_DSP.cpp │ │ │ │ ├── SPC_DSP.h │ │ │ │ ├── SPC_Filter.cpp │ │ │ │ ├── SPC_Filter.h │ │ │ │ ├── blargg_common.h │ │ │ │ ├── blargg_config.h │ │ │ │ ├── blargg_endian.h │ │ │ │ ├── blargg_source.h │ │ │ │ ├── changes.txt │ │ │ │ ├── dsp.cpp │ │ │ │ ├── dsp.h │ │ │ │ ├── license.txt │ │ │ │ ├── readme.txt │ │ │ │ ├── snes_spc.txt │ │ │ │ ├── spc.cpp │ │ │ │ └── spc.h │ │ │ ├── timing.c │ │ │ ├── timing.h │ │ │ ├── z80_cpu.c │ │ │ └── z80_cpu.h │ │ ├── ss │ │ │ ├── .vscode │ │ │ │ └── settings.json │ │ │ ├── Makefile │ │ │ ├── bizhawk.cpp │ │ │ ├── cart.cpp │ │ │ ├── cart.h │ │ │ ├── cart │ │ │ │ ├── backup.cpp │ │ │ │ ├── backup.h │ │ │ │ ├── common.h │ │ │ │ ├── cs1ram.cpp │ │ │ │ ├── cs1ram.h │ │ │ │ ├── debug.cpp │ │ │ │ ├── debug.h │ │ │ │ ├── extram.cpp │ │ │ │ ├── extram.h │ │ │ │ ├── rom.cpp │ │ │ │ └── rom.h │ │ │ ├── cdb.cpp │ │ │ ├── cdb.h │ │ │ ├── cdrom │ │ │ │ ├── CDUtility.cpp │ │ │ │ ├── CDUtility.h │ │ │ │ ├── cdromif.cpp │ │ │ │ ├── cdromif.h │ │ │ │ ├── crc32.cpp │ │ │ │ ├── dvdisaster.h │ │ │ │ ├── galois-inlines.h │ │ │ │ ├── galois.cpp │ │ │ │ ├── l-ec.cpp │ │ │ │ ├── lec.cpp │ │ │ │ ├── lec.h │ │ │ │ └── recover-raw.cpp │ │ │ ├── db.cpp │ │ │ ├── db.h │ │ │ ├── debug.inc │ │ │ ├── defs.h │ │ │ ├── endian.h │ │ │ ├── input │ │ │ │ ├── 3dpad.cpp │ │ │ │ ├── 3dpad.h │ │ │ │ ├── common.h │ │ │ │ ├── gamepad.cpp │ │ │ │ ├── gamepad.h │ │ │ │ ├── keyboard.cpp │ │ │ │ ├── keyboard.h │ │ │ │ ├── mission.cpp │ │ │ │ ├── mission.h │ │ │ │ ├── mouse.cpp │ │ │ │ ├── mouse.h │ │ │ │ ├── multitap.cpp │ │ │ │ ├── multitap.h │ │ │ │ ├── wheel.cpp │ │ │ │ └── wheel.h │ │ │ ├── m68k │ │ │ │ ├── m68k.cpp │ │ │ │ ├── m68k.h │ │ │ │ └── m68k_instr.inc │ │ │ ├── math_ops.h │ │ │ ├── notes │ │ │ │ ├── REFERENCES │ │ │ │ ├── games.txt │ │ │ │ └── gen_dsp.cpp_ │ │ │ ├── scsp.h │ │ │ ├── scsp.inc │ │ │ ├── scu.h │ │ │ ├── scu.inc │ │ │ ├── scu_aciv1tab.inc │ │ │ ├── scu_actab.inc │ │ │ ├── scu_btab.inc │ │ │ ├── scu_dsp_common.inc │ │ │ ├── scu_dsp_dmatab.inc │ │ │ ├── scu_dsp_gen.cpp │ │ │ ├── scu_dsp_gentab.inc │ │ │ ├── scu_dsp_jmp.cpp │ │ │ ├── scu_dsp_jmptab.inc │ │ │ ├── scu_dsp_misc.cpp │ │ │ ├── scu_dsp_misctab.inc │ │ │ ├── scu_dsp_mvi.cpp │ │ │ ├── scu_dsp_mvitab.inc │ │ │ ├── sh7095.h │ │ │ ├── sh7095.inc │ │ │ ├── sh7095_idecodetab.inc │ │ │ ├── sh7095_opdefs.inc │ │ │ ├── smpc.cpp │ │ │ ├── smpc.h │ │ │ ├── sound.cpp │ │ │ ├── sound.h │ │ │ ├── ss.cpp │ │ │ ├── ss.h │ │ │ ├── vdp1.cpp │ │ │ ├── vdp1.h │ │ │ ├── vdp1_common.h │ │ │ ├── vdp1_line.cpp │ │ │ ├── vdp1_poly.cpp │ │ │ ├── vdp1_sprite.cpp │ │ │ ├── vdp2.cpp │ │ │ ├── vdp2.h │ │ │ ├── vdp2_common.h │ │ │ ├── vdp2_render.cpp │ │ │ └── vdp2_render.h │ │ ├── thunk │ │ │ ├── build.sh │ │ │ ├── gen.cs │ │ │ ├── test.c │ │ │ ├── test.exe │ │ │ └── test.s │ │ ├── uzem │ │ │ ├── .vscode │ │ │ │ └── settings.json │ │ │ ├── Makefile │ │ │ ├── avr8.cpp │ │ │ ├── avr8.h │ │ │ ├── avr_inst_table.txt │ │ │ ├── blip_buf.cpp │ │ │ ├── blip_buf.h │ │ │ ├── dump.c │ │ │ ├── uzem.cpp │ │ │ ├── uzem.h │ │ │ ├── uzerom.cpp │ │ │ └── uzerom.h │ │ └── vb │ │ │ ├── .vscode │ │ │ └── settings.json │ │ │ ├── Makefile │ │ │ ├── blip │ │ │ ├── Blip_Buffer.cpp │ │ │ └── Blip_Buffer.h │ │ │ ├── endian.h │ │ │ ├── git.h │ │ │ ├── input.cpp │ │ │ ├── input.h │ │ │ ├── math_ops.h │ │ │ ├── timer.cpp │ │ │ ├── timer.h │ │ │ ├── v810 │ │ │ ├── v810_cpu.cpp │ │ │ ├── v810_cpu.h │ │ │ ├── v810_do_am.h │ │ │ ├── v810_fp_ops.cpp │ │ │ ├── v810_fp_ops.h │ │ │ ├── v810_oploop.inc │ │ │ └── v810_opt.h │ │ │ ├── vb.cpp │ │ │ ├── vb.h │ │ │ ├── vip.cpp │ │ │ ├── vip.h │ │ │ ├── vip_draw.inc │ │ │ ├── vsu.cpp │ │ │ └── vsu.h │ └── wonderswan │ │ ├── bizswan │ │ ├── bizswan.sln │ │ └── bizswan.vcxproj │ │ ├── blip │ │ ├── Blip_Buffer.cpp │ │ └── Blip_Buffer.h │ │ ├── eeprom.cpp │ │ ├── eeprom.h │ │ ├── gfx.cpp │ │ ├── gfx.h │ │ ├── interrupt.cpp │ │ ├── interrupt.h │ │ ├── mednafen │ │ └── types.h │ │ ├── memory.cpp │ │ ├── memory.h │ │ ├── mingw │ │ └── Makefile │ │ ├── msvc │ │ ├── changelog.txt │ │ ├── inttypes.h │ │ └── stdint.h │ │ ├── newstate.cpp │ │ ├── newstate.h │ │ ├── rtc.cpp │ │ ├── rtc.h │ │ ├── sound.cpp │ │ ├── sound.h │ │ ├── start.inc │ │ ├── system.cpp │ │ ├── system.h │ │ ├── tcache.cpp │ │ ├── v30mz-modrm.inc │ │ ├── v30mz-private.h │ │ ├── v30mz.cpp │ │ ├── v30mz.h │ │ ├── wstech24.txt │ │ └── wswan.h └── Patches │ ├── Bizhawk Upgrade Patch.diff │ └── patch.diff └── nuget.config /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/LICENSE -------------------------------------------------------------------------------- /ProblematicProcesses.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/ProblematicProcesses.json -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/README.md -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/.editorconfig: -------------------------------------------------------------------------------- 1 | root = true 2 | 3 | [*] 4 | indent_style = tab 5 | -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/.gitignore -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/.gitmodules -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Assets/EmuHawkMono.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Assets/EmuHawkMono.sh -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Assets/Lua/ButtonCount.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Assets/Lua/ButtonCount.lua -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Assets/Lua/MovieClock.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Assets/Lua/MovieClock.lua -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Assets/Lua/NES/Crystalis.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Assets/Lua/NES/Crystalis.lua -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Assets/Lua/NES/Faxandu.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Assets/Lua/NES/Faxandu.lua -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Assets/Lua/NES/Megaman 4.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Assets/Lua/NES/Megaman 4.lua -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Assets/Lua/NES/SMB2U.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Assets/Lua/NES/SMB2U.lua -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Assets/Lua/NES/Super C.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Assets/Lua/NES/Super C.lua -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Assets/Lua/PCE/Neutopia.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Assets/Lua/PCE/Neutopia.lua -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Assets/Lua/SNES/Contra 3.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Assets/Lua/SNES/Contra 3.lua -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Assets/Lua/SNES/Y's III.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Assets/Lua/SNES/Y's III.lua -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Assets/Lua/tasjudy.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Assets/Lua/tasjudy.bat -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Assets/Lua/tasjudy.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Assets/Lua/tasjudy.lua -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Assets/Lua/tasjudy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Assets/Lua/tasjudy.py -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Assets/Tools/.gitempty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Assets/defctrl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Assets/defctrl.json -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Assets/dll/cgc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Assets/dll/cgc.exe -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Assets/gamedb/NesCarts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Assets/gamedb/NesCarts.xml -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Assets/gamedb/game.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Assets/gamedb/game.db -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Assets/gamedb/gamedb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Assets/gamedb/gamedb.txt -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Assets/gamedb/gamedb_gb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Assets/gamedb/gamedb_gb.txt -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Assets/gamedb/gamedb_gba.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Assets/gamedb/gamedb_gba.txt -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Assets/gamedb/gamedb_gbc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Assets/gamedb/gamedb_gbc.txt -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Assets/gamedb/gamedb_n64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Assets/gamedb/gamedb_n64.txt -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Assets/gamedb/gamedb_nes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Assets/gamedb/gamedb_nes.txt -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Assets/gamedb/gamedb_neshomebrew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Assets/gamedb/gamedb_ngp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Assets/gamedb/gamedb_ngp.txt -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Assets/gamedb/gamedb_psx.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Assets/gamedb/gamedb_psx.txt -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Assets/gamedb/gamedb_vs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Assets/gamedb/gamedb_vs.txt -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Assets/gamedb/gamedb_ws.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Assets/gamedb/gamedb_ws.txt -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Assets/gamedb/gamedb_wsc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Assets/gamedb/gamedb_wsc.txt -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Assets/gamedb/wget.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Assets/gamedb/wget.exe -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Assets/libblip_buf.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Assets/libblip_buf.so -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/BizHawk.Client.Common/IPS.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/BizHawk.Client.Common/IPS.cs -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/BizHawk.Client.DBMan/DB.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/BizHawk.Client.DBMan/DB.cs -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/BizHawk.Common/Bit.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/BizHawk.Common/Bit.cs -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/BizHawk.Common/BitReverse.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/BizHawk.Common/BitReverse.cs -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/BizHawk.Common/Buffer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/BizHawk.Common/Buffer.cs -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/BizHawk.Common/Colors.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/BizHawk.Common/Colors.cs -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/BizHawk.Common/HawkFile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/BizHawk.Common/HawkFile.cs -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/BizHawk.Common/IMonitor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/BizHawk.Common/IMonitor.cs -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/BizHawk.Common/Log.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/BizHawk.Common/Log.cs -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/BizHawk.Common/MruStack.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/BizHawk.Common/MruStack.cs -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/BizHawk.Common/Serializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/BizHawk.Common/Serializer.cs -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/BizHawk.Common/SimpleTime.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/BizHawk.Common/SimpleTime.cs -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/BizHawk.Common/Sprintf.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/BizHawk.Common/Sprintf.cs -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/BizHawk.Common/Util.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/BizHawk.Common/Util.cs -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/BizHawk.Common/Win32Hacks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/BizHawk.Common/Win32Hacks.cs -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/BizHawk.Emulation.Cores/CPUs/LR35902/ReadMe.txt: -------------------------------------------------------------------------------- 1 | TODO: STOP for second byte nonzero 2 | -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/BizHawk.Emulation.Cores/CPUs/MC6800/ReadMe.txt: -------------------------------------------------------------------------------- 1 | TODO: STOP for second byte nonzero 2 | -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/BizHawk.Emulation.Cores/CPUs/MC6809/ReadMe.txt: -------------------------------------------------------------------------------- 1 | TODO: STOP for second byte nonzero 2 | -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/BizHawk.Emulation.Cores/Consoles/GCE/Vectrex/ReadMe.txt: -------------------------------------------------------------------------------- 1 | TODO: 2 | -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/ReadMe.txt: -------------------------------------------------------------------------------- 1 | TODO: 2 | -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink/ReadMe.txt: -------------------------------------------------------------------------------- 1 | TODO: 2 | -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/BizHawk.Emulation.Cores/Consoles/Nintendo/SubNESHawk/ReadMe.txt: -------------------------------------------------------------------------------- 1 | TODO: 2 | -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/BizHawk.Emulation.Cores/Consoles/Sega/GGHawkLink/ReadMe.txt: -------------------------------------------------------------------------------- 1 | TODO: 2 | -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/BizHawk.Emulation.DiscSystem/CDFS/origin.txt: -------------------------------------------------------------------------------- 1 | MIT LICENSE 2 | 3 | https://code.google.com/p/iso-parser/ -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/BizHawk.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/BizHawk.sln -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/BizHawk.sln.DotSettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/BizHawk.sln.DotSettings -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Bizware/BizHawk.Bizware.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Bizware/BizHawk.Bizware.sln -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Build/BizHawk.Build.Tool.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Build/BizHawk.Build.Tool.exe -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Build/Common.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Build/Common.targets -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Building Other Solutions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Building Other Solutions.txt -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/CpuCoreGenerator.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/CpuCoreGenerator.sln -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/CpuCoreGenerator/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/CpuCoreGenerator/Program.cs -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Dist/7za.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Dist/7za.exe -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Dist/BuildAndPackage.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Dist/BuildAndPackage.bat -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Dist/BuildDebug.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | cd "$(dirname "$0")/.." && msbuild /p:Configuration=Debug BizHawk.sln 3 | -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Dist/BuildRelease.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | cd "$(dirname "$0")/.." && msbuild /p:Configuration=Release BizHawk.sln 3 | -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Dist/ILMerge.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Dist/ILMerge.exe -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Dist/MakeDiscohawk.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Dist/MakeDiscohawk.bat -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Dist/RunILMerge.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Dist/RunILMerge.bat -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Dist/changelog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Dist/changelog.txt -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Dist/fart.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Dist/fart.exe -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Dist/unzip.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Dist/unzip.exe -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Dist/upx.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Dist/upx.exe -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Dist/zip.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Dist/zip.exe -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Good Core Bad Core.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Good Core Bad Core.txt -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/LICENSE -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/LibretroBridge/vs2015/.editorconfig: -------------------------------------------------------------------------------- 1 | root = true 2 | 3 | [*] 4 | indent_style = tab 5 | -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/LuaInterface/Libs/7z.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/LuaInterface/Libs/7z.dll -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/LuaInterface/Libs/7z.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/LuaInterface/Libs/7z.exe -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/LuaInterface/Libs/touch.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/LuaInterface/Libs/touch.exe -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/COPYRIGHT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/COPYRIGHT -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/lapi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/lapi.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/lapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/lapi.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/lcode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/lcode.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/lcode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/lcode.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/ldo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/ldo.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/ldo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/ldo.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/ldump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/ldump.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/lfunc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/lfunc.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/lfunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/lfunc.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/lgc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/lgc.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/lgc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/lgc.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/linit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/linit.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/llex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/llex.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/llex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/llex.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/lmem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/lmem.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/lmem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/lmem.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/ltm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/ltm.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/ltm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/ltm.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/lua.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/lua.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/lua.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/lua.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/luac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/luac.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/lvm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/lvm.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/lvm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/lvm.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/lzio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/lzio.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/lzio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/lzio.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/print.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/print.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/res.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/LuaInterface/Lua/src/res.rc -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/README.md -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/RTCV_MegaSolution.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/RTCV_MegaSolution.sln -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/References/ELFSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/References/ELFSharp.dll -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/References/GongShell.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/References/GongShell.dll -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/References/Ionic.Zip.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/References/Ionic.Zip.dll -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/References/OpenTK.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/References/OpenTK.dll -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/References/OpenTK.dll.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/References/OpenTK.dll.config -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/References/PeNet.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/References/PeNet.dll -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/References/Virtu.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/References/Virtu.dll -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/References/x64/SlimDX.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/References/x64/SlimDX.dll -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Settings.StyleCop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Settings.StyleCop -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Version/VersionInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Version/VersionInfo.cs -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Version/dummy.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Version/svnrev_template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Version/svnrev_template -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/Version/version.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/Version/version.csproj -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/attic/MOS 6502/Execute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/attic/MOS 6502/Execute.cs -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/attic/MOS 6502/MOS6502.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/attic/MOS 6502/MOS6502.cs -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/attic/MOS 6502/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/attic/MOS 6502/README.txt -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/attic/PSX.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/attic/PSX.cs -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/attic/PsxHawk.API/api.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/attic/PsxHawk.API/api.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/attic/PsxHawk.Core/asm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/attic/PsxHawk.Core/asm.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/attic/PsxHawk.Core/dis.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/attic/PsxHawk.Core/dis.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/attic/PsxHawk.Core/dis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/attic/PsxHawk.Core/dis.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/attic/PsxHawk.Core/loader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/attic/PsxHawk.Core/loader.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/attic/PsxHawk.Core/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/attic/PsxHawk.Core/main.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/attic/PsxHawk.Core/psx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/attic/PsxHawk.Core/psx.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/attic/PsxHawk.Core/psx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/attic/PsxHawk.Core/psx.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/attic/PsxHawk.Core/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/attic/PsxHawk.Core/types.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/attic/VRC6.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/attic/VRC6.cs -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/blip_buf/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/blip_buf/Makefile -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/blip_buf/blip_buf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/blip_buf/blip_buf.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/blip_buf/blip_buf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/blip_buf/blip_buf.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/blip_buf/blip_buf.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/blip_buf/blip_buf.txt -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/blip_buf/changes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/blip_buf/changes.txt -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/blip_buf/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/blip_buf/license.txt -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/blip_buf/makefile_orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/blip_buf/makefile_orig -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/blip_buf/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/blip_buf/readme.txt -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/help/Bizhawk.hnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/help/Bizhawk.hnd -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/libgambatte/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/libgambatte/Makefile -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/libgambatte/include/gbint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/libgambatte/include/gbint.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/libgambatte/libgambatte.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/libgambatte/libgambatte.sln -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/libgambatte/src/cinterface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/libgambatte/src/cinterface.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/libgambatte/src/counterdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/libgambatte/src/counterdef.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/libgambatte/src/cpu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/libgambatte/src/cpu.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/libgambatte/src/cpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/libgambatte/src/cpu.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/libgambatte/src/gambatte.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/libgambatte/src/gambatte.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/libgambatte/src/initstate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/libgambatte/src/initstate.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/libgambatte/src/mem/rtc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/libgambatte/src/mem/rtc.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/libgambatte/src/mem/rtc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/libgambatte/src/mem/rtc.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/libgambatte/src/mem/time.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/libgambatte/src/mem/time.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/libgambatte/src/mem/time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/libgambatte/src/mem/time.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/libgambatte/src/memory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/libgambatte/src/memory.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/libgambatte/src/memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/libgambatte/src/memory.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/libgambatte/src/minkeeper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/libgambatte/src/minkeeper.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/libgambatte/src/newstate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/libgambatte/src/newstate.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/libgambatte/src/newstate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/libgambatte/src/newstate.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/libgambatte/src/savestate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/libgambatte/src/savestate.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/libgambatte/src/sound.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/libgambatte/src/sound.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/libgambatte/src/sound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/libgambatte/src/sound.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/libgambatte/src/tima.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/libgambatte/src/tima.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/libgambatte/src/tima.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/libgambatte/src/tima.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/libgambatte/src/video.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/libgambatte/src/video.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/libgambatte/src/video.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/libgambatte/src/video.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/libgambatte/src/video/ppu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/libgambatte/src/video/ppu.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/libmupen64plus/mupen64plus-video-glide64/src/AUTHORS: -------------------------------------------------------------------------------- 1 | Dave2001 2 | Gonetz 3 | Gugaman 4 | Hacktarux 5 | Josh 6 | Ziggy 7 | Günther -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/lynx/bizlynx/bizlynx.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/lynx/bizlynx/bizlynx.sln -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/lynx/bizlynx/bizlynx.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/lynx/bizlynx/bizlynx.vcxproj -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/lynx/c6502mak.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/lynx/c6502mak.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/lynx/c65c02.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/lynx/c65c02.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/lynx/c65c02.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/lynx/c65c02.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/lynx/cart.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/lynx/cart.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/lynx/cart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/lynx/cart.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/lynx/cinterface.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/lynx/cinterface.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/lynx/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/lynx/license.txt -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/lynx/lynxbase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/lynx/lynxbase.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/lynx/lynxdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/lynx/lynxdef.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/lynx/machine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/lynx/machine.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/lynx/mednafen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/lynx/mednafen.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/lynx/memmap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/lynx/memmap.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/lynx/memmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/lynx/memmap.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/lynx/mikie.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/lynx/mikie.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/lynx/mikie.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/lynx/mikie.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/lynx/mingw/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/lynx/mingw/Makefile -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/lynx/msvc/changelog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/lynx/msvc/changelog.txt -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/lynx/msvc/inttypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/lynx/msvc/inttypes.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/lynx/msvc/stdint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/lynx/msvc/stdint.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/lynx/newstate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/lynx/newstate.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/lynx/newstate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/lynx/newstate.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/lynx/ram.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/lynx/ram.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/lynx/ram.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/lynx/ram.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/lynx/rom.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/lynx/rom.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/lynx/rom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/lynx/rom.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/lynx/sound/Blip_Buffer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/lynx/sound/Blip_Buffer.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/lynx/sound/Blip_Buffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/lynx/sound/Blip_Buffer.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/lynx/sound/Stereo_Buffer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/lynx/sound/Stereo_Buffer.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/lynx/sound/Stereo_Buffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/lynx/sound/Stereo_Buffer.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/lynx/susie.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/lynx/susie.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/lynx/susie.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/lynx/susie.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/lynx/sysbase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/lynx/sysbase.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/lynx/system.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/lynx/system.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/lynx/system.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/lynx/system.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/miniz/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/miniz/Makefile -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/miniz/example1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/miniz/example1.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/miniz/example2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/miniz/example2.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/miniz/example3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/miniz/example3.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/miniz/example4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/miniz/example4.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/miniz/example5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/miniz/example5.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/miniz/libminiz.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/miniz/libminiz.dll -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/miniz/miniz.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/miniz/miniz.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/miniz/miniz_tester.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/miniz/miniz_tester.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/miniz/timer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/miniz/timer.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/miniz/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/miniz/timer.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/miniz/tinfl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/miniz/tinfl.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/ASSETS/1.nes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/ASSETS/1.nes -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/ASSETS/10.nes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/ASSETS/10.nes -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/ASSETS/11.nes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/ASSETS/11.nes -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/ASSETS/12.nes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/ASSETS/12.nes -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/ASSETS/13.nes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/ASSETS/13.nes -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/ASSETS/14.nes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/ASSETS/14.nes -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/ASSETS/15.nes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/ASSETS/15.nes -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/ASSETS/16.nes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/ASSETS/16.nes -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/ASSETS/17.nes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/ASSETS/17.nes -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/ASSETS/18.nes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/ASSETS/18.nes -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/ASSETS/19.nes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/ASSETS/19.nes -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/ASSETS/2.nes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/ASSETS/2.nes -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/ASSETS/20.nes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/ASSETS/20.nes -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/ASSETS/21.nes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/ASSETS/21.nes -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/ASSETS/22.nes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/ASSETS/22.nes -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/ASSETS/23.nes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/ASSETS/23.nes -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/ASSETS/3.nes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/ASSETS/3.nes -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/ASSETS/4.nes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/ASSETS/4.nes -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/ASSETS/5.nes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/ASSETS/5.nes -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/ASSETS/6.nes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/ASSETS/6.nes -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/ASSETS/7.nes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/ASSETS/7.nes -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/ASSETS/8.nes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/ASSETS/8.nes -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/ASSETS/9.nes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/ASSETS/9.nes -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/ASSETS/gd.fds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/ASSETS/gd.fds -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/DETACHEDRTC.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/DETACHEDRTC.bat -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/DISABLERTC.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/DISABLERTC.bat -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/FactoryClean.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/FactoryClean.bat -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/KILLDETACHEDRTC.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/KILLDETACHEDRTC.bat -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/KillSwitch.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/KillSwitch.bat -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/KillSwitchRestart.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/KillSwitchRestart.bat -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/KillSwitchWait.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/KillSwitchWait.bat -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/START.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/START.bat -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/StateClean.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/StateClean.bat -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/StockpileConfig.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/StockpileConfig.bat -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/defctrl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/defctrl.json -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/7z.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/7z.dll -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/ELFSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/ELFSharp.dll -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/Ionic.Zip.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/Ionic.Zip.dll -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/LuaInterface.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/LuaInterface.dll -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/OpenAL32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/OpenAL32.dll -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/OpenTK.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/OpenTK.dll -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/OpenTK.dll.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/OpenTK.dll.config -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/PeNet.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/PeNet.dll -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/SDL.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/SDL.dll -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/SlimDX.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/SlimDX.dll -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/Virtu.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/Virtu.dll -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/bizlynx.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/bizlynx.dll -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/bizswan.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/bizswan.dll -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/blip_buf.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/blip_buf.dll -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/cgc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/cgc.exe -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/ffmpeg.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/ffmpeg.exe -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/ffmpeg_readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/ffmpeg_readme.txt -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/freetype26.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/freetype26.dll -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/gpgx.wbx.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/gpgx.wbx.gz -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/libc.so.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/libc.so.gz -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/libco.so.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/libco.so.gz -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/libdarm.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/libdarm.dll -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/libgambatte.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/libgambatte.dll -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/libgcc_s.so.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/libgcc_s.so.gz -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/libpng16.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/libpng16.dll -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/libquicknes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/libquicknes.dll -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/libsnes.wbx.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/libsnes.wbx.gz -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/libspeexdsp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/libspeexdsp.dll -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/libstdc++-6.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/libstdc++-6.dll -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/libstdc++.so.6.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/libstdc++.so.6.gz -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/libvbanext.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/libvbanext.dll -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/lua51.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/lua51.dll -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/mgba.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/mgba.dll -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/mupen64plus.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/mupen64plus.dll -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/ngp.wbx.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/ngp.wbx.gz -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/nlua/KopiLua.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/nlua/KopiLua.dll -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/nlua/NLua.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/nlua/NLua.dll -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/octoshock.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/octoshock.dll -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/pcfx.wbx.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/pcfx.wbx.gz -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/picodrive.wbx.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/picodrive.wbx.gz -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/sameboy.wbx.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/sameboy.wbx.gz -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/snes9x.wbx.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/snes9x.wbx.gz -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/ss.wbx.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/ss.wbx.gz -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/uzem.wbx.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/uzem.wbx.gz -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/vb.wbx.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/vb.wbx.gz -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/wrap_oal.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/wrap_oal.dll -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/output/dll/zlib1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/output/dll/zlib1.dll -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/FileStream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/FileStream.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/FileStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/FileStream.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/Mednadisc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/Mednadisc.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/Mednadisc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/Mednadisc.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/MemoryStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/MemoryStream.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/Stream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/Stream.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/Stream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/Stream.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/audioreader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/audioreader.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/cdrom/l-ec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/cdrom/l-ec.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/cdrom/lec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/cdrom/lec.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/cdrom/lec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/cdrom/lec.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/cdrom/scsicd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/cdrom/scsicd.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/emuware/PACKED_END.h: -------------------------------------------------------------------------------- 1 | #ifndef __GNUC__ 2 | #pragma pack(pop) 3 | #endif 4 | -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/emuware/emuware.cpp: -------------------------------------------------------------------------------- 1 | #include "emuware.h" 2 | 3 | //this file intentionally empty -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/endian.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/endian.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/endian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/endian.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/error.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/error.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/error.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/general.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/general.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/general.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/general.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/math_ops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/math_ops.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/string/trim.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/string/trim.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/trio/trio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/trio/trio.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/trio/trio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/trio/trio.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/trio/triodef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/trio/triodef.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/trio/trionan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/trio/trionan.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/trio/trionan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/trio/trionan.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/trio/triop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/trio/triop.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/trio/triostr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/trio/triostr.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/trio/triostr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/mednadisc/trio/triostr.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/FileStream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/FileStream.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/FileStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/FileStream.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/FileWrapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/FileWrapper.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/Stream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/Stream.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/Stream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/Stream.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/cdrom/l-ec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/cdrom/l-ec.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/cdrom/lec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/cdrom/lec.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/cdrom/lec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/cdrom/lec.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/emuware/emuware.cpp: -------------------------------------------------------------------------------- 1 | #include "emuware.h" 2 | 3 | //this file intentionally empty -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/endian.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/endian.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/endian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/endian.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/error.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/file.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/file.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/file.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/git.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/git.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/math_ops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/math_ops.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/octoshock.cpp: -------------------------------------------------------------------------------- 1 | #include "octoshock.h" 2 | 3 | //this file intentionally empty -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/octoshock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/octoshock.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/FastFIFO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/FastFIFO.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/cdc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/cdc.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/cdc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/cdc.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/cpu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/cpu.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/cpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/cpu.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/debug.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/debug.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/debug.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/dis.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/dis.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/dis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/dis.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/dma.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/dma.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/dma.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/dma.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/frontio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/frontio.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/gpu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/gpu.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/gpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/gpu.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/gte.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/gte.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/gte.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/gte.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/irq.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/irq.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/irq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/irq.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/masmem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/masmem.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/mdec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/mdec.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/mdec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/mdec.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/psx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/psx.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/psx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/psx.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/sio.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/sio.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/sio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/sio.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/spu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/spu.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/spu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/spu.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/timer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/timer.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/psx/timer.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/tests.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/tests.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/tests.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/tests.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/psx/octoshock/video.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/psx/octoshock/video.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/quicknes/bizinterface.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/quicknes/bizinterface.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/quicknes/fex/Data_Reader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/quicknes/fex/Data_Reader.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/quicknes/fex/Data_Reader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/quicknes/fex/Data_Reader.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/quicknes/fex/blargg_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/quicknes/fex/blargg_common.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/quicknes/fex/blargg_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/quicknes/fex/blargg_config.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/quicknes/fex/blargg_endian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/quicknes/fex/blargg_endian.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/quicknes/fex/blargg_errors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/quicknes/fex/blargg_errors.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/quicknes/fex/blargg_source.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/quicknes/fex/blargg_source.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/quicknes/mingw/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/quicknes/mingw/Makefile -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/quicknes/nes_emu/Mmc24.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/quicknes/nes_emu/Mmc24.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/quicknes/nes_emu/Mmc24.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/quicknes/nes_emu/Mmc24.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/quicknes/nes_emu/Nes_Apu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/quicknes/nes_emu/Nes_Apu.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/quicknes/nes_emu/Nes_Apu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/quicknes/nes_emu/Nes_Apu.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/quicknes/nes_emu/Nes_Cart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/quicknes/nes_emu/Nes_Cart.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/quicknes/nes_emu/Nes_Core.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/quicknes/nes_emu/Nes_Core.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/quicknes/nes_emu/Nes_Cpu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/quicknes/nes_emu/Nes_Cpu.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/quicknes/nes_emu/Nes_Cpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/quicknes/nes_emu/Nes_Cpu.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/quicknes/nes_emu/Nes_Emu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/quicknes/nes_emu/Nes_Emu.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/quicknes/nes_emu/Nes_Emu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/quicknes/nes_emu/Nes_Emu.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/quicknes/nes_emu/Nes_File.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/quicknes/nes_emu/Nes_File.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/quicknes/nes_emu/Nes_Oscs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/quicknes/nes_emu/Nes_Oscs.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/quicknes/nes_emu/Nes_Ppu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/quicknes/nes_emu/Nes_Ppu.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/quicknes/nes_emu/Nes_Ppu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/quicknes/nes_emu/Nes_Ppu.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/quicknes/nes_emu/Nes_State.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/quicknes/nes_emu/Nes_State.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/quicknes/nes_emu/apu_state.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/quicknes/nes_emu/apu_state.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/quicknes/nes_emu/nes_data.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/quicknes/nes_emu/nes_data.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/quicknes/nes_emu/nes_ntsc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/quicknes/nes_emu/nes_ntsc.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/quicknes/nes_emu/nes_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/quicknes/nes_emu/nes_util.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/vbanext/constarrays.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/vbanext/constarrays.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/vbanext/instance.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/vbanext/instance.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/vbanext/instance.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/vbanext/instance.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/vbanext/mingw/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/vbanext/mingw/Makefile -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/vbanext/newstate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/vbanext/newstate.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/vbanext/newstate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/vbanext/newstate.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/vbanext/optable.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/vbanext/optable.inc -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/vbanext/port.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/vbanext/port.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/vbanext/sound_blargg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/vbanext/sound_blargg.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/vbanext/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/vbanext/types.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/emulibc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/emulibc/Makefile -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/emulibc/emulibc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/emulibc/emulibc.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/emulibc/emulibc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/emulibc/emulibc.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/Makefile -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/genesis.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/genesis.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/genesis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/genesis.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/hvc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/hvc.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/io_ctrl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/io_ctrl.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/io_ctrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/io_ctrl.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/loadrom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/loadrom.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/loadrom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/loadrom.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/macros.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/mem68k.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/mem68k.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/mem68k.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/mem68k.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/membnk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/membnk.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/membnk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/membnk.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/memz80.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/memz80.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/memz80.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/memz80.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/shared.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/shared.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/system.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/system.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/system.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/system.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/types.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/z80/z80.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/z80/z80.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/z80/z80.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/core/z80/z80.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/gpgx.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/gpgx.cbp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/util/osd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/util/osd.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/util/scrc32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/util/scrc32.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/util/scrc32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/gpgx/util/scrc32.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/libco/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/libco/Makefile -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/libco/amd64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/libco/amd64.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/libco/coswap.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/libco/coswap.s -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/libco/doc/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/libco/doc/style.css -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/libco/libco.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/libco/libco.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/libco/libco.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/libco/libco.so -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/libsnes/0.87: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/libsnes/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/libsnes/Makefile -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/Makefile -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/T6W28_Apu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/T6W28_Apu.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/T6W28_Apu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/T6W28_Apu.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/T6W28_Oscs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/T6W28_Oscs.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/Z80_interface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/Z80_interface.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/bios.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/bios.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/bios.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/bios.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/biosHLE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/biosHLE.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/defs.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/dma.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/dma.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/dma.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/dma.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/endian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/endian.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/flash.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/flash.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/flash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/flash.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/gfx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/gfx.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/gfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/gfx.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/interrupt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/interrupt.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/interrupt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/interrupt.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/mem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/mem.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/mem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/mem.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/neopop.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/neopop.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/neopop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/neopop.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/rom.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/rom.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/rtc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/rtc.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/rtc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/rtc.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/sound.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/sound.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/sound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/sound.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/z80-fuse/z80.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ngp/z80-fuse/z80.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/CHANGELOG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/CHANGELOG -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/COPYING -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/Makefile -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/README -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/audio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/audio.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/audio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/audio.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/bitmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/bitmap.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/bitmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/bitmap.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/config.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/cpu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/cpu.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/cpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/cpu.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/crc32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/crc32.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/crc32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/crc32.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/cset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/cset.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/cset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/cset.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/keyboard.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/keyboard.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/keyboard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/keyboard.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/main.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/score.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/score.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/score.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/score.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/types.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/vdc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/vdc.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/vdc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/vdc.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/vmachine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/vmachine.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/vmachine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/vmachine.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/voice.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/voice.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/voice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/voice.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/vpp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/vpp.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/vpp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/vpp.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/vpp_cset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/vpp_cset.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/vpp_cset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/o2em/vpp_cset.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/Makefile -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/cdrom/l-ec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/cdrom/l-ec.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/cdrom/lec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/cdrom/lec.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/cdrom/lec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/cdrom/lec.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/cdrom/scsicd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/cdrom/scsicd.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/defs.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/endian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/endian.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/fxscsi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/fxscsi.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/fxscsi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/fxscsi.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/gamedb.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/gamedb.inc -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/huc6270/vdc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/huc6270/vdc.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/huc6273.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/huc6273.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/huc6273.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/huc6273.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/input.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/input.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/input.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/input.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/input/mouse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/input/mouse.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/interrupt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/interrupt.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/interrupt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/interrupt.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/io-handler.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/io-handler.inc -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/jrevdct.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/jrevdct.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/jrevdct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/jrevdct.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/king.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/king.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/king.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/king.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/math_ops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/math_ops.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/pcfx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/pcfx.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/pcfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/pcfx.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/rainbow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/rainbow.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/rainbow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/rainbow.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/soundbox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/soundbox.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/soundbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/soundbox.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/timer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/timer.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/pcfx/timer.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/picodrive/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/picodrive/AUTHORS -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/picodrive/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/picodrive/COPYING -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/picodrive/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/picodrive/ChangeLog -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/picodrive/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/picodrive/Makefile -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/picodrive/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/picodrive/README -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/picodrive/bizhawk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/picodrive/bizhawk.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/readme.txt -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/CHANGES.md: -------------------------------------------------------------------------------- 1 | See https://sameboy.github.io/changelog/ -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/LICENSE -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/Makefile -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/README.md -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/apu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/apu.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/apu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/apu.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/bizhawk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/bizhawk.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/camera.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/camera.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/camera.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/camera.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/display.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/display.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/display.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/display.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/gb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/gb.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/gb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/gb.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/joypad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/joypad.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/joypad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/joypad.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/mbc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/mbc.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/mbc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/mbc.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/memory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/memory.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/memory.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/printer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/printer.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/printer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/printer.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/sgb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/sgb.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/sgb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/sgb.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/timing.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/timing.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/timing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/timing.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/z80_cpu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/z80_cpu.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/z80_cpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/sameboy/z80_cpu.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/Makefile -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/bizhawk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/bizhawk.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/cart.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/cart.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/cart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/cart.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/cart/backup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/cart/backup.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/cart/backup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/cart/backup.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/cart/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/cart/common.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/cart/cs1ram.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/cart/cs1ram.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/cart/cs1ram.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/cart/cs1ram.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/cart/debug.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/cart/debug.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/cart/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/cart/debug.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/cart/extram.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/cart/extram.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/cart/extram.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/cart/extram.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/cart/rom.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/cart/rom.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/cart/rom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/cart/rom.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/cdb.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/cdb.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/cdb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/cdb.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/cdrom/l-ec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/cdrom/l-ec.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/cdrom/lec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/cdrom/lec.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/cdrom/lec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/cdrom/lec.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/db.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/db.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/db.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/db.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/debug.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/debug.inc -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/defs.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/endian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/endian.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/input/3dpad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/input/3dpad.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/input/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/input/common.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/input/mouse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/input/mouse.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/input/wheel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/input/wheel.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/m68k/m68k.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/m68k/m68k.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/m68k/m68k.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/m68k/m68k.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/math_ops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/math_ops.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/scsp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/scsp.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/scsp.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/scsp.inc -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/scu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/scu.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/scu.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/scu.inc -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/scu_actab.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/scu_actab.inc -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/scu_btab.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/scu_btab.inc -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/sh7095.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/sh7095.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/sh7095.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/sh7095.inc -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/smpc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/smpc.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/smpc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/smpc.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/sound.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/sound.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/sound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/sound.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/ss.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/ss.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/ss.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/ss.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/vdp1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/vdp1.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/vdp1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/vdp1.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/vdp1_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/vdp1_common.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/vdp1_line.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/vdp1_line.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/vdp1_poly.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/vdp1_poly.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/vdp2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/vdp2.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/vdp2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/vdp2.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/vdp2_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/vdp2_common.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/ss/vdp2_render.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/ss/vdp2_render.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/thunk/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/thunk/build.sh -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/thunk/gen.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/thunk/gen.cs -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/thunk/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/thunk/test.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/thunk/test.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/thunk/test.exe -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/thunk/test.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/thunk/test.s -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/uzem/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/uzem/Makefile -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/uzem/avr8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/uzem/avr8.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/uzem/avr8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/uzem/avr8.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/uzem/blip_buf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/uzem/blip_buf.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/uzem/blip_buf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/uzem/blip_buf.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/uzem/dump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/uzem/dump.c -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/uzem/uzem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/uzem/uzem.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/uzem/uzem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/uzem/uzem.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/uzem/uzerom.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/uzem/uzerom.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/uzem/uzerom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/uzem/uzerom.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/vb/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/vb/Makefile -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/vb/endian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/vb/endian.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/vb/git.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/vb/git.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/vb/input.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/vb/input.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/vb/input.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/vb/input.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/vb/math_ops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/vb/math_ops.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/vb/timer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/vb/timer.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/vb/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/vb/timer.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/vb/vb.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/vb/vb.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/vb/vb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/vb/vb.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/vb/vip.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/vb/vip.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/vb/vip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/vb/vip.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/vb/vip_draw.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/vb/vip_draw.inc -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/vb/vsu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/vb/vsu.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/waterbox/vb/vsu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/waterbox/vb/vsu.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/wonderswan/eeprom.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/wonderswan/eeprom.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/wonderswan/eeprom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/wonderswan/eeprom.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/wonderswan/gfx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/wonderswan/gfx.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/wonderswan/gfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/wonderswan/gfx.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/wonderswan/interrupt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/wonderswan/interrupt.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/wonderswan/interrupt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/wonderswan/interrupt.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/wonderswan/memory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/wonderswan/memory.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/wonderswan/memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/wonderswan/memory.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/wonderswan/mingw/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/wonderswan/mingw/Makefile -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/wonderswan/msvc/inttypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/wonderswan/msvc/inttypes.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/wonderswan/msvc/stdint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/wonderswan/msvc/stdint.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/wonderswan/newstate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/wonderswan/newstate.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/wonderswan/newstate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/wonderswan/newstate.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/wonderswan/rtc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/wonderswan/rtc.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/wonderswan/rtc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/wonderswan/rtc.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/wonderswan/sound.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/wonderswan/sound.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/wonderswan/sound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/wonderswan/sound.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/wonderswan/start.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/wonderswan/start.inc -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/wonderswan/system.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/wonderswan/system.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/wonderswan/system.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/wonderswan/system.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/wonderswan/tcache.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/wonderswan/tcache.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/wonderswan/v30mz-modrm.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/wonderswan/v30mz-modrm.inc -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/wonderswan/v30mz-private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/wonderswan/v30mz-private.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/wonderswan/v30mz.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/wonderswan/v30mz.cpp -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/wonderswan/v30mz.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/wonderswan/v30mz.h -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/wonderswan/wstech24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/wonderswan/wstech24.txt -------------------------------------------------------------------------------- /Real-Time Corruptor/BizHawk_RTC/wonderswan/wswan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/BizHawk_RTC/wonderswan/wswan.h -------------------------------------------------------------------------------- /Real-Time Corruptor/Patches/Bizhawk Upgrade Patch.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/Patches/Bizhawk Upgrade Patch.diff -------------------------------------------------------------------------------- /Real-Time Corruptor/Patches/patch.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/Real-Time Corruptor/Patches/patch.diff -------------------------------------------------------------------------------- /nuget.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redscientistlabs/Bizhawk50X-Vanguard/HEAD/nuget.config --------------------------------------------------------------------------------