├── .flake8 ├── .gitattributes ├── .gitignore ├── .mypy.ini ├── LICENSE ├── README.md ├── attach_settings ├── attach_sram ├── binary_patch ├── cabinets.yaml ├── config.yaml ├── docs └── naomi.md ├── edit_settings ├── eeprominfo ├── homebrew ├── netbootmenu │ ├── Makefile │ ├── change.raw │ ├── check.raw │ ├── common.h │ ├── config.c │ ├── config.h │ ├── controls.c │ ├── controls.h │ ├── cursor.png │ ├── dejavusans.ttf │ ├── dn.png │ ├── main.c │ ├── netbootmenu.bin │ ├── screens.c │ ├── screens.h │ ├── scroll.raw │ └── up.png ├── settingstrojan │ ├── Makefile │ ├── crt0.s │ ├── eeprom.c │ ├── eeprom.h │ ├── font.h │ ├── settingstrojan.bin │ ├── trojan.c │ ├── video.c │ └── video.h └── sramdump │ ├── Makefile │ ├── main.c │ └── sramdump.bin ├── host_debug_server ├── make_freeplay_patch ├── make_no_attract_patch ├── naomi ├── README.md ├── __init__.py ├── eeprom.py ├── generic_patch.py ├── py.typed ├── rom.py ├── rom_patch.py └── settings │ ├── README.md │ ├── __init__.py │ ├── definitions │ ├── BAC0.settings │ ├── BAU0.settings │ ├── BBG0.settings │ ├── BBN1.settings │ ├── BDF0.settings │ ├── BDM0.settings │ ├── README.md │ ├── serialmapping.txt │ └── system.settings │ ├── editor.py │ ├── py.typed │ └── settings.py ├── naomi_sram ├── netboot ├── __init__.py ├── cabinet.py ├── directory.py ├── hostutils.py ├── log.py ├── patch.py ├── settings.py ├── sram.py └── web │ ├── __init__.py │ ├── app.py │ ├── static │ ├── app.css │ ├── app.js │ ├── axios.js │ ├── loading-16.gif │ └── vue.js │ └── templates │ ├── addcabinet.html │ ├── gameconfig.html │ ├── index.html │ ├── romconfig.html │ └── systemconfig.html ├── netdimm ├── README.md ├── __init__.py ├── message.py ├── netdimm.py └── py.typed ├── netdimm_ensure ├── netdimm_info ├── netdimm_menu ├── netdimm_peekpoke ├── netdimm_receive ├── netdimm_send ├── patch_default_settings ├── patches ├── 18_Wheeler_Deluxe_freeplay.binpatch ├── 18_Wheeler_Deluxe_no_attract.binpatch ├── 18_Wheeler_Standard_freeplay.binpatch ├── 18_Wheeler_Standard_no_attract.binpatch ├── Airline_Pilots_freeplay.binpatch ├── Airline_Pilots_no_attract.binpatch ├── Akatsuki_Blitzkampf_Ausf_Achse_freeplay.binpatch ├── Akatsuki_Blitzkampf_Ausf_Achse_no_attract.binpatch ├── Alien_Front_freeplay.binpatch ├── Alien_Front_no_attract.binpatch ├── Azumanga_Daioh_Puzzle_Bobble_freeplay.binpatch ├── Azumanga_Daioh_Puzzle_Bobble_no_attract.binpatch ├── Beach_Spikers_freeplay.binpatch ├── Beach_Spikers_no_attract.binpatch ├── Border_Down_freeplay.binpatch ├── Border_Down_no_attract.binpatch ├── CapcomVsSNK2_Mark_Of_the_Millennium_freeplay.binpatch ├── CapcomVsSNK2_Mark_Of_the_Millennium_no_attract.binpatch ├── CapcomVsSNK2_Millionaire_fighting_freeplay.binpatch ├── CapcomVsSNK2_Millionaire_fighting_no_attract.binpatch ├── CapcomVsSNKMillenniumFight_freeplay.binpatch ├── Capcom_vs_SNK_2_Mark_Of_The_Millennium_2001_unlocked.binpatch ├── Capcom_vs_SNK_2_Millionaire_Fighting_2001_unlocked.binpatch ├── Capcom_vs_SNK_Millenium_Fight_2000_Pro_freeplay.binpatch ├── Capcom_vs_SNK_Millenium_Fight_2000_regular_or_Pro_no_attract.binpatch ├── Capcom_vs_SNK_Millenium_Fight_2000_unlocked.binpatch ├── Chaos_Field_freeplay.binpatch ├── Chaos_Field_no_attract.binpatch ├── Cleopatra_Fortune_Plus_freeplay.binpatch ├── Cleopatra_Fortune_Plus_no_attract.binpatch ├── Club_Kart_European_Session_Unlocked_freeplay.binpatch ├── Club_Kart_European_Session_Unlocked_no_attract.binpatch ├── Confidential_Mission_freeplay.binpatch ├── Confidential_Mission_no_attract.binpatch ├── Cosmic_Smash_freeplay.binpatch ├── Cosmic_Smash_no_attract.binpatch ├── CrazyTaxi_freeplay.binpatch ├── CrazyTaxi_no_attract.binpatch ├── CrazyTaxi_noprotect.binpatch ├── Dead_or_Alive_2_Millennium_freeplay.binpatch ├── Dead_or_Alive_2_Millennium_no_attract.binpatch ├── Dead_or_Alive_2_freeplay.binpatch ├── Dead_or_Alive_2_no_attract.binpatch ├── Death_Crimson_OX_freeplay.binpatch ├── Death_Crimson_OX_no_attract.binpatch ├── Doki_Doki_Idol_Star_Seeker_freeplay.binpatch ├── Doki_Doki_Idol_Star_Seeker_no_attract.binpatch ├── Dynamic_Golf_Virtua_Golf_freeplay.binpatch ├── Dynamic_Golf_Virtua_Golf_no_attract.binpatch ├── Dynamite_Deka_Ex__Asian_Dynamite_freeplay.binpatch ├── Dynamite_Deka_Ex__Asian_Dynamite_no_attract.binpatch ├── Giant_Gram_2000_freeplay.binpatch ├── Giant_Gram_2000_no_attract.binpatch ├── Giant_Gram_All_Japan_Pro_Wrestling_2_freeplay.binpatch ├── Giant_Gram_All_Japan_Pro_Wrestling_2_no_attract.binpatch ├── Giga_Wing_2_freeplay.binpatch ├── Giga_Wing_2_no_attract.binpatch ├── GuiltyGearX_auto_init_eeprom.binpatch ├── GuiltyGearX_freeplay.binpatch ├── GuiltyGearX_no_attract.binpatch ├── Guilty_Gear_XX_Accent_Core_freeplay.binpatch ├── Guilty_Gear_XX_Accent_Core_no_attract.binpatch ├── Guilty_Gear_XX_Reload_freeplay.binpatch ├── Guilty_Gear_XX_Reload_no_attract.binpatch ├── Guilty_Gear_XX_Slash_freeplay.binpatch ├── Guilty_Gear_XX_Slash_no_attract.binpatch ├── Guilty_Gear_XX_freeplay.binpatch ├── Guilty_Gear_XX_no_attract.binpatch ├── Gun_Spike_Cannon_Spike_freeplay.binpatch ├── Gun_Spike_Cannon_Spike_no_attract.binpatch ├── Gun_Survivor_2_Biohazard_Code_Veronica_freeplay_nocomm.binpatch ├── Gun_Survivor_2_Biohazard_Code_Veronica_no_attract_nocomm.binpatch ├── Heavy_Metal_Geomatrix_freeplay.binpatch ├── Ikaruga_freeplay.binpatch ├── Ikaruga_no_attract.binpatch ├── Illvelo_freeplay.binpatch ├── Illvelo_no_attract.binpatch ├── Initial_D2_Export_freeplay.binpatch ├── Initial_D2_Export_no_attract.binpatch ├── Initial_D2_Japan_Rev_B_freeplay.binpatch ├── Initial_D2_Japan_Rev_B_no_attract.binpatch ├── Initial_D2_Japan_freeplay.binpatch ├── Initial_D2_Japan_no_attract.binpatch ├── Initial_D3_EXPORT_freeplay.binpatch ├── Initial_D3_EXPORT_no_attract.binpatch ├── Initial_D_Export_freeplay.binpatch ├── Initial_D_Export_no_attract.binpatch ├── Initial_D_Japan_freeplay.binpatch ├── Initial_D_Japan_no_attract.binpatch ├── Jambo_Safari_freeplay.binpatch ├── Jambo_Safari_no_attract.binpatch ├── Jambo_Safari_noprotect.binpatch ├── Jingi_Storm_-_The_Arcade_freeplay.binpatch ├── Jingi_Storm_-_The_Arcade_no_attract.binpatch ├── Karous_freeplay.binpatch ├── Karous_no_attract.binpatch ├── King_of_Route_66_freeplay.binpatch ├── King_of_Route_66_no_attract.binpatch ├── Kurukuru_Chameleon_freeplay.binpatch ├── Kurukuru_Chameleon_no_attract.binpatch ├── La_Keyboard_freeplay.binpatch ├── La_Keyboard_no_attract.binpatch ├── Lupin-TheTyping_freeplay.binpatch ├── Lupin-TheTyping_no_attract.binpatch ├── Lupin_The_Third_-_The_Shooting_freeplay.binpatch ├── Lupin_The_Third_-_The_Shooting_no_attract.binpatch ├── Mamoru_kun_wa_Norowarete_Shimatta_freeplay.binpatch ├── Mamoru_kun_wa_Norowarete_Shimatta_no_attract.binpatch ├── MarvelVsCapcom2_freeplay.binpatch ├── MarvelVsCapcom2_no_attract.binpatch ├── MarvelVsCapcom2_unlocked.binpatch ├── MeltyBloodActressAgain_freeplay.binpatch ├── MeltyBloodActressAgain_no_attract.binpatch ├── Melty_Blood_Act_Cadenza_Ver_b_freeplay.binpatch ├── Melty_Blood_Act_Cadenza_freeplay.binpatch ├── Melty_Blood_Act_Cadenza_no_attract.binpatch ├── Melty_Blood_Act_Cadenza_ver_a_freeplay.binpatch ├── Melty_Blood_Act_Cadenza_ver_a_no_attract.binpatch ├── Melty_Blood_Act_Cadenza_ver_b_no_attract.binpatch ├── Mobile_Suit_Gundam_Federation_Vs_Zeon_DX_freeplay.binpatch ├── Mobile_Suit_Gundam_Federation_Vs_Zeon_DX_no_attract.binpatch ├── Mobile_Suit_Gundam_Federation_Vs_Zeon_freeplay.binpatch ├── Mobile_Suit_Gundam_Federation_Vs_Zeon_no_attract.binpatch ├── Moero_Justice_Gakuen_Project_Justice_unlocked_freeplay.binpatch ├── Moero_Justice_Gakuen_Project_Justice_unlocked_no_attract.binpatch ├── Moeru_Casinyo_burning_casino_freeplay.binpatch ├── MonkeyBall_freeplay.binpatch ├── MonkeyBall_no_attract.binpatch ├── Musapeys_Choco_Marker_freeplay.binpatch ├── Musapeys_Choco_Marker_no_attract.binpatch ├── Noukone_Puzzle_Takoron_freeplay.binpatch ├── Noukone_Puzzle_Takoron_no_attract.binpatch ├── OutTrigger_freeplay.binpatch ├── OutTrigger_no_attract.binpatch ├── PowerStone2_freeplay.binpatch ├── PowerStone2_no_attract.binpatch ├── Powerstone-alt_freeplay.binpatch ├── Powerstone-alt_no_attract.binpatch ├── Psyvariar2_v6_freeplay.binpatch ├── Psyvariar2_v6_no_attract.binpatch ├── PuyoPuyoDa_freeplay.binpatch ├── PuyoPuyoDa_no_attract.binpatch ├── PuyoPuyoFever_freeplay.binpatch ├── PuyoPuyoFever_no_attract.binpatch ├── QuizKeitaiQMode_freeplay.binpatch ├── QuizKeitaiQMode_no_attract.binpatch ├── RadirgyNoa_v6_freeplay.binpatch ├── Radirgy_freeplay.binpatch ├── Radirgy_no_attract.binpatch ├── Rhythm_Tengoku_freeplay.binpatch ├── Rhythm_Tengoku_no_attract.binpatch ├── Samba_De_Amigo_freeplay.binpatch ├── Samba_De_Amigo_no_attract.binpatch ├── SegaTetris_freeplay.binpatch ├── SegaTetris_no_attract.binpatch ├── Sega_Marine_Fishing_freeplay.binpatch ├── Sega_Marine_Fishing_no_attract.binpatch ├── Sega_Strike_Fighter_freeplay.binpatch ├── Sega_Strike_Fighter_no_attract.binpatch ├── Senko_No_Ronde_Special_freeplay.binpatch ├── Senko_No_Ronde_Special_no_attract.binpatch ├── Senko_No_Ronde_freeplay.binpatch ├── Senko_No_Ronde_no_attract.binpatch ├── ShikigamiNoShiroII_v6_freeplay.binpatch ├── ShikigamiNoShiroII_v6_no_attract.binpatch ├── Shin_Nihon_Pro_Wrestling_Toukon_Retsuden_4_Arcade_Edition_freeplay.binpatch ├── Shin_Nihon_Pro_Wrestling_Toukon_Retsuden_4_Arcade_Edition_no_attract.binpatch ├── Shooting_Love_freeplay.binpatch ├── Shooting_Love_no_attract.binpatch ├── Shootout_Pool_freeplay.binpatch ├── Shootout_Pool_no_attract.binpatch ├── Slashout_freeplay.binpatch ├── Slashout_no_attract.binpatch ├── Spawn_In_the_Demon's_Hand_freeplay.binpatch ├── Spikers_Battle_freeplay.binpatch ├── Spikers_Battle_no_attract.binpatch ├── Sports_Jam_freeplay.binpatch ├── Sports_Jam_no_attract.binpatch ├── StreetFighterZero3Upper_freeplay.binpatch ├── StreetFighterZero3Upper_no_attract.binpatch ├── Super_Major_League_World_Series_Baseball_freeplay.binpatch ├── Super_Major_League_World_Series_Baseball_no_attract.binpatch ├── Super_Shanghai_2005_freeplay.binpatch ├── Super_Shanghai_2005_no_attract.binpatch ├── Super_Shanghai_2005_rev0_freeplay.binpatch ├── Super_Shanghai_2005_rev0_no_attract.binpatch ├── Tetris_Kiwamemiti_freeplay.binpatch ├── Tetris_Kiwamemiti_no_attract.binpatch ├── TheTypingOfTheDead_freeplay.binpatch ├── TheTypingOfTheDead_no_attract.binpatch ├── The_Maze_of_the_Kings_freeplay.binpatch ├── The_Maze_of_the_Kings_no_attract.binpatch ├── Toy_Fighter_freeplay.binpatch ├── Toy_Fighter_no_attract.binpatch ├── TriggerHeartExelica_freeplay.binpatch ├── TriggerHeartExelica_no_attract.binpatch ├── Trizeal_freeplay.binpatch ├── Trizeal_no_attract.binpatch ├── UnderDefeat_freeplay.binpatch ├── UnderDefeat_no_attract.binpatch ├── Usagi_Yamashiro_Mahjong_Hen_freeplay.binpatch ├── Usagi_Yamashiro_Mahjong_Hen_no_attract.binpatch ├── VirtuaTennis2_freeplay.binpatch ├── VirtuaTennis2_no_attract.binpatch ├── VirtuaTennis_freeplay.binpatch ├── VirtuaTennis_no_attract.binpatch ├── Virtua_Athletics_Virtua_Athlete_freeplay.binpatch ├── Virtua_Athletics_Virtua_Athlete_no_attract.binpatch ├── Virtua_Fighter_4_Evolution_Rev_B_freeplay.binpatch ├── Virtua_Fighter_4_Evolution_Rev_B_no_attract.binpatch ├── Virtua_Fighter_4_Final_Tuned_Rev_B_freeplay.binpatch ├── Virtua_Fighter_4_Final_Tuned_Rev_B_no_attract.binpatch ├── Virtua_Fighter_4__freeplay.binpatch ├── Virtua_Fighter_4__no_attract.binpatch ├── Virtua_NBA_freeplay.binpatch ├── Virtua_NBA_no_attract.binpatch ├── Virtua_Striker_2_Ver_2000_freeplay.binpatch ├── Virtua_Striker_2_Ver_2000_no_attract.binpatch ├── Virtua_Striker_3_freeplay.binpatch ├── Virtua_Striker_3_no_attract.binpatch ├── Virtual_On_Oratorio_Tangram_freeplay.binpatch ├── Virtual_On_Oratorio_Tangram_no_attract.binpatch ├── WWF_Royal_Rumble_freeplay.binpatch ├── WWF_Royal_Rumble_no_attract.binpatch ├── Wave_Runner_GP_freeplay.binpatch ├── Wave_Runner_GP_no_attract.binpatch ├── Wild_Riders_freeplay.binpatch ├── Wild_Riders_no_attract.binpatch ├── Zero_Gunner_2_freeplay.binpatch ├── Zero_Gunner_2_no_attract.binpatch ├── Zombie_Revenge_freeplay.binpatch ├── Zombie_Revenge_no_attract.binpatch ├── aw-baskets_AW16_monitor_orientation.patch ├── knights_of_valour_the_7_spirits-dubhe_unlocked.patch ├── metal_slug_6_violent.binpatch ├── neogeobattlecoliseum-unlocked.patch ├── rhytngk_freeplay.binpatch ├── rhytngk_no_attract.binpatch ├── the_king_of_fighters_neo_wave-characters_unlocked.patch ├── the_king_of_fighters_xi-all_fighters.patch ├── the_rumble_fish-characters_unlocked.patch ├── the_rumble_fish_2-unlocked.patch ├── tokyo_bus_tour_freeplay.binpatch └── tokyo_bus_tour_no_attract.binpatch ├── requirements.txt ├── rominfo ├── roms └── README.txt ├── scripts ├── __init__.py ├── attach_settings.py ├── attach_sram.py ├── binary_patch.py ├── edit_settings.py ├── eeprominfo.py ├── host_debug_server.py ├── make_freeplay_patch.py ├── make_no_attract_patch.py ├── naomi_sram.py ├── netdimm_ensure.py ├── netdimm_info.py ├── netdimm_menu.py ├── netdimm_peekpoke.py ├── netdimm_receive.py ├── netdimm_send.py ├── patch_default_settings.py ├── rominfo.py └── server.wsgi ├── services ├── README.md ├── kiosk.service ├── kiosk.sh ├── menu.service ├── menu.sh └── setup_fixed_ip.sh ├── settings ├── README.md ├── __init__.py ├── py.typed └── settings.py ├── setup.py ├── srams └── README.txt └── tests ├── __init__.py ├── test_cabinet.py └── test_settings.py /.flake8: -------------------------------------------------------------------------------- 1 | [flake8] 2 | ignore=E501,W504 3 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | *.bin diff=bin 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/.gitignore -------------------------------------------------------------------------------- /.mypy.ini: -------------------------------------------------------------------------------- 1 | [mypy] 2 | strict=True 3 | exclude=(?x)(^build/) 4 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/README.md -------------------------------------------------------------------------------- /attach_settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/attach_settings -------------------------------------------------------------------------------- /attach_sram: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/attach_sram -------------------------------------------------------------------------------- /binary_patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/binary_patch -------------------------------------------------------------------------------- /cabinets.yaml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/config.yaml -------------------------------------------------------------------------------- /docs/naomi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/docs/naomi.md -------------------------------------------------------------------------------- /edit_settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/edit_settings -------------------------------------------------------------------------------- /eeprominfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/eeprominfo -------------------------------------------------------------------------------- /homebrew/netbootmenu/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/homebrew/netbootmenu/Makefile -------------------------------------------------------------------------------- /homebrew/netbootmenu/change.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/homebrew/netbootmenu/change.raw -------------------------------------------------------------------------------- /homebrew/netbootmenu/check.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/homebrew/netbootmenu/check.raw -------------------------------------------------------------------------------- /homebrew/netbootmenu/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/homebrew/netbootmenu/common.h -------------------------------------------------------------------------------- /homebrew/netbootmenu/config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/homebrew/netbootmenu/config.c -------------------------------------------------------------------------------- /homebrew/netbootmenu/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/homebrew/netbootmenu/config.h -------------------------------------------------------------------------------- /homebrew/netbootmenu/controls.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/homebrew/netbootmenu/controls.c -------------------------------------------------------------------------------- /homebrew/netbootmenu/controls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/homebrew/netbootmenu/controls.h -------------------------------------------------------------------------------- /homebrew/netbootmenu/cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/homebrew/netbootmenu/cursor.png -------------------------------------------------------------------------------- /homebrew/netbootmenu/dejavusans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/homebrew/netbootmenu/dejavusans.ttf -------------------------------------------------------------------------------- /homebrew/netbootmenu/dn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/homebrew/netbootmenu/dn.png -------------------------------------------------------------------------------- /homebrew/netbootmenu/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/homebrew/netbootmenu/main.c -------------------------------------------------------------------------------- /homebrew/netbootmenu/netbootmenu.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/homebrew/netbootmenu/netbootmenu.bin -------------------------------------------------------------------------------- /homebrew/netbootmenu/screens.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/homebrew/netbootmenu/screens.c -------------------------------------------------------------------------------- /homebrew/netbootmenu/screens.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/homebrew/netbootmenu/screens.h -------------------------------------------------------------------------------- /homebrew/netbootmenu/scroll.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/homebrew/netbootmenu/scroll.raw -------------------------------------------------------------------------------- /homebrew/netbootmenu/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/homebrew/netbootmenu/up.png -------------------------------------------------------------------------------- /homebrew/settingstrojan/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/homebrew/settingstrojan/Makefile -------------------------------------------------------------------------------- /homebrew/settingstrojan/crt0.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/homebrew/settingstrojan/crt0.s -------------------------------------------------------------------------------- /homebrew/settingstrojan/eeprom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/homebrew/settingstrojan/eeprom.c -------------------------------------------------------------------------------- /homebrew/settingstrojan/eeprom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/homebrew/settingstrojan/eeprom.h -------------------------------------------------------------------------------- /homebrew/settingstrojan/font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/homebrew/settingstrojan/font.h -------------------------------------------------------------------------------- /homebrew/settingstrojan/settingstrojan.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/homebrew/settingstrojan/settingstrojan.bin -------------------------------------------------------------------------------- /homebrew/settingstrojan/trojan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/homebrew/settingstrojan/trojan.c -------------------------------------------------------------------------------- /homebrew/settingstrojan/video.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/homebrew/settingstrojan/video.c -------------------------------------------------------------------------------- /homebrew/settingstrojan/video.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/homebrew/settingstrojan/video.h -------------------------------------------------------------------------------- /homebrew/sramdump/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/homebrew/sramdump/Makefile -------------------------------------------------------------------------------- /homebrew/sramdump/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/homebrew/sramdump/main.c -------------------------------------------------------------------------------- /homebrew/sramdump/sramdump.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/homebrew/sramdump/sramdump.bin -------------------------------------------------------------------------------- /host_debug_server: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/host_debug_server -------------------------------------------------------------------------------- /make_freeplay_patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/make_freeplay_patch -------------------------------------------------------------------------------- /make_no_attract_patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/make_no_attract_patch -------------------------------------------------------------------------------- /naomi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/naomi/README.md -------------------------------------------------------------------------------- /naomi/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/naomi/__init__.py -------------------------------------------------------------------------------- /naomi/eeprom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/naomi/eeprom.py -------------------------------------------------------------------------------- /naomi/generic_patch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/naomi/generic_patch.py -------------------------------------------------------------------------------- /naomi/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /naomi/rom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/naomi/rom.py -------------------------------------------------------------------------------- /naomi/rom_patch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/naomi/rom_patch.py -------------------------------------------------------------------------------- /naomi/settings/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/naomi/settings/README.md -------------------------------------------------------------------------------- /naomi/settings/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/naomi/settings/__init__.py -------------------------------------------------------------------------------- /naomi/settings/definitions/BAC0.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/naomi/settings/definitions/BAC0.settings -------------------------------------------------------------------------------- /naomi/settings/definitions/BAU0.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/naomi/settings/definitions/BAU0.settings -------------------------------------------------------------------------------- /naomi/settings/definitions/BBG0.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/naomi/settings/definitions/BBG0.settings -------------------------------------------------------------------------------- /naomi/settings/definitions/BBN1.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/naomi/settings/definitions/BBN1.settings -------------------------------------------------------------------------------- /naomi/settings/definitions/BDF0.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/naomi/settings/definitions/BDF0.settings -------------------------------------------------------------------------------- /naomi/settings/definitions/BDM0.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/naomi/settings/definitions/BDM0.settings -------------------------------------------------------------------------------- /naomi/settings/definitions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/naomi/settings/definitions/README.md -------------------------------------------------------------------------------- /naomi/settings/definitions/serialmapping.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/naomi/settings/definitions/serialmapping.txt -------------------------------------------------------------------------------- /naomi/settings/definitions/system.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/naomi/settings/definitions/system.settings -------------------------------------------------------------------------------- /naomi/settings/editor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/naomi/settings/editor.py -------------------------------------------------------------------------------- /naomi/settings/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /naomi/settings/settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/naomi/settings/settings.py -------------------------------------------------------------------------------- /naomi_sram: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/naomi_sram -------------------------------------------------------------------------------- /netboot/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/netboot/__init__.py -------------------------------------------------------------------------------- /netboot/cabinet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/netboot/cabinet.py -------------------------------------------------------------------------------- /netboot/directory.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/netboot/directory.py -------------------------------------------------------------------------------- /netboot/hostutils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/netboot/hostutils.py -------------------------------------------------------------------------------- /netboot/log.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/netboot/log.py -------------------------------------------------------------------------------- /netboot/patch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/netboot/patch.py -------------------------------------------------------------------------------- /netboot/settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/netboot/settings.py -------------------------------------------------------------------------------- /netboot/sram.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/netboot/sram.py -------------------------------------------------------------------------------- /netboot/web/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/netboot/web/__init__.py -------------------------------------------------------------------------------- /netboot/web/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/netboot/web/app.py -------------------------------------------------------------------------------- /netboot/web/static/app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/netboot/web/static/app.css -------------------------------------------------------------------------------- /netboot/web/static/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/netboot/web/static/app.js -------------------------------------------------------------------------------- /netboot/web/static/axios.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/netboot/web/static/axios.js -------------------------------------------------------------------------------- /netboot/web/static/loading-16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/netboot/web/static/loading-16.gif -------------------------------------------------------------------------------- /netboot/web/static/vue.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/netboot/web/static/vue.js -------------------------------------------------------------------------------- /netboot/web/templates/addcabinet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/netboot/web/templates/addcabinet.html -------------------------------------------------------------------------------- /netboot/web/templates/gameconfig.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/netboot/web/templates/gameconfig.html -------------------------------------------------------------------------------- /netboot/web/templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/netboot/web/templates/index.html -------------------------------------------------------------------------------- /netboot/web/templates/romconfig.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/netboot/web/templates/romconfig.html -------------------------------------------------------------------------------- /netboot/web/templates/systemconfig.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/netboot/web/templates/systemconfig.html -------------------------------------------------------------------------------- /netdimm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/netdimm/README.md -------------------------------------------------------------------------------- /netdimm/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/netdimm/__init__.py -------------------------------------------------------------------------------- /netdimm/message.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/netdimm/message.py -------------------------------------------------------------------------------- /netdimm/netdimm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/netdimm/netdimm.py -------------------------------------------------------------------------------- /netdimm/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /netdimm_ensure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/netdimm_ensure -------------------------------------------------------------------------------- /netdimm_info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/netdimm_info -------------------------------------------------------------------------------- /netdimm_menu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/netdimm_menu -------------------------------------------------------------------------------- /netdimm_peekpoke: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/netdimm_peekpoke -------------------------------------------------------------------------------- /netdimm_receive: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/netdimm_receive -------------------------------------------------------------------------------- /netdimm_send: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/netdimm_send -------------------------------------------------------------------------------- /patch_default_settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patch_default_settings -------------------------------------------------------------------------------- /patches/18_Wheeler_Deluxe_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 176177152 3 | C56E8: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/18_Wheeler_Deluxe_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/18_Wheeler_Deluxe_no_attract.binpatch -------------------------------------------------------------------------------- /patches/18_Wheeler_Standard_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 176177152 3 | C5CC8: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/18_Wheeler_Standard_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/18_Wheeler_Standard_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Airline_Pilots_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 100663296 3 | 64FCC: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Airline_Pilots_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Airline_Pilots_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Akatsuki_Blitzkampf_Ausf_Achse_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 134217728 3 | 4490E: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Akatsuki_Blitzkampf_Ausf_Achse_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Akatsuki_Blitzkampf_Ausf_Achse_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Alien_Front_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 92274688 3 | 8EDD8: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Alien_Front_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Alien_Front_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Azumanga_Daioh_Puzzle_Bobble_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 83886080 3 | 4AB1E: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Azumanga_Daioh_Puzzle_Bobble_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Azumanga_Daioh_Puzzle_Bobble_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Beach_Spikers_freeplay.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Beach_Spikers_freeplay.binpatch -------------------------------------------------------------------------------- /patches/Beach_Spikers_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Beach_Spikers_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Border_Down_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 222298112 3 | 565C6: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Border_Down_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Border_Down_no_attract.binpatch -------------------------------------------------------------------------------- /patches/CapcomVsSNK2_Mark_Of_the_Millennium_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 159383552 3 | 116E58: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/CapcomVsSNK2_Mark_Of_the_Millennium_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/CapcomVsSNK2_Mark_Of_the_Millennium_no_attract.binpatch -------------------------------------------------------------------------------- /patches/CapcomVsSNK2_Millionaire_fighting_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 159383552 3 | 1161F8: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/CapcomVsSNK2_Millionaire_fighting_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/CapcomVsSNK2_Millionaire_fighting_no_attract.binpatch -------------------------------------------------------------------------------- /patches/CapcomVsSNKMillenniumFight_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 125829120 3 | FF358: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Capcom_vs_SNK_2_Mark_Of_The_Millennium_2001_unlocked.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Capcom_vs_SNK_2_Mark_Of_The_Millennium_2001_unlocked.binpatch -------------------------------------------------------------------------------- /patches/Capcom_vs_SNK_2_Millionaire_Fighting_2001_unlocked.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Capcom_vs_SNK_2_Millionaire_Fighting_2001_unlocked.binpatch -------------------------------------------------------------------------------- /patches/Capcom_vs_SNK_Millenium_Fight_2000_Pro_freeplay.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Capcom_vs_SNK_Millenium_Fight_2000_Pro_freeplay.binpatch -------------------------------------------------------------------------------- /patches/Capcom_vs_SNK_Millenium_Fight_2000_regular_or_Pro_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Capcom_vs_SNK_Millenium_Fight_2000_regular_or_Pro_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Capcom_vs_SNK_Millenium_Fight_2000_unlocked.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Capcom_vs_SNK_Millenium_Fight_2000_unlocked.binpatch -------------------------------------------------------------------------------- /patches/Chaos_Field_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 167772160 3 | 7F22E: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Chaos_Field_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Chaos_Field_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Cleopatra_Fortune_Plus_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 109051904 3 | 6122A: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Cleopatra_Fortune_Plus_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Cleopatra_Fortune_Plus_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Club_Kart_European_Session_Unlocked_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 167772160 3 | 8FE38: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Club_Kart_European_Session_Unlocked_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Club_Kart_European_Session_Unlocked_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Confidential_Mission_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 192937984 3 | 80708: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Confidential_Mission_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Confidential_Mission_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Cosmic_Smash_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 75497472 3 | 63108: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Cosmic_Smash_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Cosmic_Smash_no_attract.binpatch -------------------------------------------------------------------------------- /patches/CrazyTaxi_freeplay.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/CrazyTaxi_freeplay.binpatch -------------------------------------------------------------------------------- /patches/CrazyTaxi_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/CrazyTaxi_no_attract.binpatch -------------------------------------------------------------------------------- /patches/CrazyTaxi_noprotect.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/CrazyTaxi_noprotect.binpatch -------------------------------------------------------------------------------- /patches/Dead_or_Alive_2_Millennium_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 184549376 3 | 1C8B14: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Dead_or_Alive_2_Millennium_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Dead_or_Alive_2_Millennium_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Dead_or_Alive_2_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 184549376 3 | 1C48F4: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Dead_or_Alive_2_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Dead_or_Alive_2_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Death_Crimson_OX_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 92274688 3 | 64146: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Death_Crimson_OX_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Death_Crimson_OX_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Doki_Doki_Idol_Star_Seeker_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 18513216 3 | 16F48: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Doki_Doki_Idol_Star_Seeker_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Doki_Doki_Idol_Star_Seeker_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Dynamic_Golf_Virtua_Golf_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 100663296 3 | 73718: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Dynamic_Golf_Virtua_Golf_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Dynamic_Golf_Virtua_Golf_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Dynamite_Deka_Ex__Asian_Dynamite_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 251658240 3 | D49D6: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Dynamite_Deka_Ex__Asian_Dynamite_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Dynamite_Deka_Ex__Asian_Dynamite_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Giant_Gram_2000_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 210239488 3 | 7BFE8: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Giant_Gram_2000_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Giant_Gram_2000_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Giant_Gram_All_Japan_Pro_Wrestling_2_freeplay.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Giant_Gram_All_Japan_Pro_Wrestling_2_freeplay.binpatch -------------------------------------------------------------------------------- /patches/Giant_Gram_All_Japan_Pro_Wrestling_2_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Giant_Gram_All_Japan_Pro_Wrestling_2_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Giga_Wing_2_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 93901440 3 | 903A8: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Giga_Wing_2_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Giga_Wing_2_no_attract.binpatch -------------------------------------------------------------------------------- /patches/GuiltyGearX_auto_init_eeprom.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/GuiltyGearX_auto_init_eeprom.binpatch -------------------------------------------------------------------------------- /patches/GuiltyGearX_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 125829120 3 | 72A28: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/GuiltyGearX_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/GuiltyGearX_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Guilty_Gear_XX_Accent_Core_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 251658240 3 | B79E8: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Guilty_Gear_XX_Accent_Core_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Guilty_Gear_XX_Accent_Core_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Guilty_Gear_XX_Reload_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 251658240 3 | 88498: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Guilty_Gear_XX_Reload_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Guilty_Gear_XX_Reload_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Guilty_Gear_XX_Slash_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 251658240 3 | 99458: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Guilty_Gear_XX_Slash_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Guilty_Gear_XX_Slash_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Guilty_Gear_XX_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 251658240 3 | 85C48: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Guilty_Gear_XX_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Guilty_Gear_XX_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Gun_Spike_Cannon_Spike_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 109233152 3 | 3BFA8: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Gun_Spike_Cannon_Spike_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Gun_Spike_Cannon_Spike_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Gun_Survivor_2_Biohazard_Code_Veronica_freeplay_nocomm.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 268435456 3 | 160132: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Gun_Survivor_2_Biohazard_Code_Veronica_no_attract_nocomm.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Gun_Survivor_2_Biohazard_Code_Veronica_no_attract_nocomm.binpatch -------------------------------------------------------------------------------- /patches/Heavy_Metal_Geomatrix_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 100663296 3 | 30A78: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Ikaruga_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 33554432 3 | 52626: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Ikaruga_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Ikaruga_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Illvelo_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 201326592 3 | 620C6: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Illvelo_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Illvelo_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Initial_D2_Export_freeplay.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Initial_D2_Export_freeplay.binpatch -------------------------------------------------------------------------------- /patches/Initial_D2_Export_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Initial_D2_Export_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Initial_D2_Japan_Rev_B_freeplay.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Initial_D2_Japan_Rev_B_freeplay.binpatch -------------------------------------------------------------------------------- /patches/Initial_D2_Japan_Rev_B_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Initial_D2_Japan_Rev_B_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Initial_D2_Japan_freeplay.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Initial_D2_Japan_freeplay.binpatch -------------------------------------------------------------------------------- /patches/Initial_D2_Japan_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Initial_D2_Japan_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Initial_D3_EXPORT_freeplay.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Initial_D3_EXPORT_freeplay.binpatch -------------------------------------------------------------------------------- /patches/Initial_D3_EXPORT_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Initial_D3_EXPORT_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Initial_D_Export_freeplay.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Initial_D_Export_freeplay.binpatch -------------------------------------------------------------------------------- /patches/Initial_D_Export_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Initial_D_Export_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Initial_D_Japan_freeplay.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Initial_D_Japan_freeplay.binpatch -------------------------------------------------------------------------------- /patches/Initial_D_Japan_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Initial_D_Japan_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Jambo_Safari_freeplay.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Jambo_Safari_freeplay.binpatch -------------------------------------------------------------------------------- /patches/Jambo_Safari_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Jambo_Safari_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Jambo_Safari_noprotect.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Jambo_Safari_noprotect.binpatch -------------------------------------------------------------------------------- /patches/Jingi_Storm_-_The_Arcade_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 167772160 3 | 39FD6: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Jingi_Storm_-_The_Arcade_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Jingi_Storm_-_The_Arcade_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Karous_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 218103808 3 | 6135A: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Karous_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Karous_no_attract.binpatch -------------------------------------------------------------------------------- /patches/King_of_Route_66_freeplay.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/King_of_Route_66_freeplay.binpatch -------------------------------------------------------------------------------- /patches/King_of_Route_66_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/King_of_Route_66_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Kurukuru_Chameleon_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 76707840 3 | 587C2: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Kurukuru_Chameleon_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Kurukuru_Chameleon_no_attract.binpatch -------------------------------------------------------------------------------- /patches/La_Keyboard_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 50331648 3 | 44C76: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/La_Keyboard_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/La_Keyboard_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Lupin-TheTyping_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 164722688 3 | 1F5E2: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Lupin-TheTyping_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Lupin-TheTyping_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Lupin_The_Third_-_The_Shooting_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 225949696 3 | 1CA02: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Lupin_The_Third_-_The_Shooting_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Lupin_The_Third_-_The_Shooting_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Mamoru_kun_wa_Norowarete_Shimatta_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 201326592 3 | 113092: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Mamoru_kun_wa_Norowarete_Shimatta_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Mamoru_kun_wa_Norowarete_Shimatta_no_attract.binpatch -------------------------------------------------------------------------------- /patches/MarvelVsCapcom2_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 143242752 3 | 1D8138: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/MarvelVsCapcom2_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/MarvelVsCapcom2_no_attract.binpatch -------------------------------------------------------------------------------- /patches/MarvelVsCapcom2_unlocked.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/MarvelVsCapcom2_unlocked.binpatch -------------------------------------------------------------------------------- /patches/MeltyBloodActressAgain_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 402653184 3 | 10F8DE: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/MeltyBloodActressAgain_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/MeltyBloodActressAgain_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Melty_Blood_Act_Cadenza_Ver_b_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 229888000 3 | C75DE: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Melty_Blood_Act_Cadenza_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 230866944 3 | 6475E: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Melty_Blood_Act_Cadenza_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Melty_Blood_Act_Cadenza_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Melty_Blood_Act_Cadenza_ver_a_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 219205632 3 | C831E: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Melty_Blood_Act_Cadenza_ver_a_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Melty_Blood_Act_Cadenza_ver_a_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Melty_Blood_Act_Cadenza_ver_b_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Melty_Blood_Act_Cadenza_ver_b_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Mobile_Suit_Gundam_Federation_Vs_Zeon_DX_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 209715200 3 | 1409E8: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Mobile_Suit_Gundam_Federation_Vs_Zeon_DX_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Mobile_Suit_Gundam_Federation_Vs_Zeon_DX_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Mobile_Suit_Gundam_Federation_Vs_Zeon_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 167772160 3 | E7E08: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Mobile_Suit_Gundam_Federation_Vs_Zeon_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Mobile_Suit_Gundam_Federation_Vs_Zeon_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Moero_Justice_Gakuen_Project_Justice_unlocked_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 192937984 3 | 129338: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Moero_Justice_Gakuen_Project_Justice_unlocked_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Moero_Justice_Gakuen_Project_Justice_unlocked_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Moeru_Casinyo_burning_casino_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 159383552 3 | 3EC8A: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/MonkeyBall_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 234881024 3 | 6BE30: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/MonkeyBall_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/MonkeyBall_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Musapeys_Choco_Marker_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 66187264 3 | 790D2: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Musapeys_Choco_Marker_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Musapeys_Choco_Marker_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Noukone_Puzzle_Takoron_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 150994944 3 | 1BCE8: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Noukone_Puzzle_Takoron_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Noukone_Puzzle_Takoron_no_attract.binpatch -------------------------------------------------------------------------------- /patches/OutTrigger_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 167772160 3 | 69C70: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/OutTrigger_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/OutTrigger_no_attract.binpatch -------------------------------------------------------------------------------- /patches/PowerStone2_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 87305504 3 | 158F88: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/PowerStone2_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/PowerStone2_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Powerstone-alt_freeplay.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Powerstone-alt_freeplay.binpatch -------------------------------------------------------------------------------- /patches/Powerstone-alt_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Powerstone-alt_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Psyvariar2_v6_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 142606336 3 | 7D58F6E: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Psyvariar2_v6_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Psyvariar2_v6_no_attract.binpatch -------------------------------------------------------------------------------- /patches/PuyoPuyoDa_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 176160768 3 | 44F86: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/PuyoPuyoDa_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/PuyoPuyoDa_no_attract.binpatch -------------------------------------------------------------------------------- /patches/PuyoPuyoFever_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 209715200 3 | 37EAE: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/PuyoPuyoFever_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/PuyoPuyoFever_no_attract.binpatch -------------------------------------------------------------------------------- /patches/QuizKeitaiQMode_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 150994944 3 | 29A58: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/QuizKeitaiQMode_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/QuizKeitaiQMode_no_attract.binpatch -------------------------------------------------------------------------------- /patches/RadirgyNoa_v6_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 134217728 3 | A9B2E: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Radirgy_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 218103808 3 | 6136E: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Radirgy_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Radirgy_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Rhythm_Tengoku_freeplay.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Rhythm_Tengoku_freeplay.binpatch -------------------------------------------------------------------------------- /patches/Rhythm_Tengoku_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Rhythm_Tengoku_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Samba_De_Amigo_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 142606336 3 | 2301A: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Samba_De_Amigo_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Samba_De_Amigo_no_attract.binpatch -------------------------------------------------------------------------------- /patches/SegaTetris_freeplay.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/SegaTetris_freeplay.binpatch -------------------------------------------------------------------------------- /patches/SegaTetris_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/SegaTetris_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Sega_Marine_Fishing_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 109051904 3 | 72A98: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Sega_Marine_Fishing_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Sega_Marine_Fishing_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Sega_Strike_Fighter_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 184549376 3 | B0FA8: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Sega_Strike_Fighter_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Sega_Strike_Fighter_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Senko_No_Ronde_Special_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 251342848 3 | 46E76: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Senko_No_Ronde_Special_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Senko_No_Ronde_Special_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Senko_No_Ronde_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 266600448 3 | 4751A: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Senko_No_Ronde_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Senko_No_Ronde_no_attract.binpatch -------------------------------------------------------------------------------- /patches/ShikigamiNoShiroII_v6_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 117760000 3 | 8FE272: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/ShikigamiNoShiroII_v6_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/ShikigamiNoShiroII_v6_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Shin_Nihon_Pro_Wrestling_Toukon_Retsuden_4_Arcade_Edition_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 268435456 3 | 6FEC2: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Shin_Nihon_Pro_Wrestling_Toukon_Retsuden_4_Arcade_Edition_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Shin_Nihon_Pro_Wrestling_Toukon_Retsuden_4_Arcade_Edition_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Shooting_Love_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 234881024 3 | F2636: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Shooting_Love_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Shooting_Love_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Shootout_Pool_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 41943040 3 | 31BAE: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Shootout_Pool_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Shootout_Pool_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Slashout_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 150994944 3 | 83018: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Slashout_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Slashout_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Spawn_In_the_Demon's_Hand_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 98901216 3 | 2A138: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Spikers_Battle_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 184549376 3 | 5F588: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Spikers_Battle_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Spikers_Battle_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Sports_Jam_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 184549376 3 | D3988: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Sports_Jam_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Sports_Jam_no_attract.binpatch -------------------------------------------------------------------------------- /patches/StreetFighterZero3Upper_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 180355072 3 | E8832: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/StreetFighterZero3Upper_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/StreetFighterZero3Upper_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Super_Major_League_World_Series_Baseball_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 167772160 3 | D56A8: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Super_Major_League_World_Series_Baseball_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Super_Major_League_World_Series_Baseball_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Super_Shanghai_2005_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 86439936 3 | 58892: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Super_Shanghai_2005_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Super_Shanghai_2005_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Super_Shanghai_2005_rev0_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 89147392 3 | 58892: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Super_Shanghai_2005_rev0_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Super_Shanghai_2005_rev0_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Tetris_Kiwamemiti_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 83886080 3 | 7FAB2: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Tetris_Kiwamemiti_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Tetris_Kiwamemiti_no_attract.binpatch -------------------------------------------------------------------------------- /patches/TheTypingOfTheDead_freeplay.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/TheTypingOfTheDead_freeplay.binpatch -------------------------------------------------------------------------------- /patches/TheTypingOfTheDead_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/TheTypingOfTheDead_no_attract.binpatch -------------------------------------------------------------------------------- /patches/The_Maze_of_the_Kings_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 180355072 3 | 1345C8: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/The_Maze_of_the_Kings_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/The_Maze_of_the_Kings_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Toy_Fighter_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 92274688 3 | 66D54: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Toy_Fighter_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Toy_Fighter_no_attract.binpatch -------------------------------------------------------------------------------- /patches/TriggerHeartExelica_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 125009920 3 | 13E522: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/TriggerHeartExelica_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/TriggerHeartExelica_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Trizeal_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 184549376 3 | BE782: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Trizeal_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Trizeal_no_attract.binpatch -------------------------------------------------------------------------------- /patches/UnderDefeat_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 167772160 3 | 43FD6: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/UnderDefeat_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/UnderDefeat_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Usagi_Yamashiro_Mahjong_Hen_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 203597824 3 | 3E69A: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Usagi_Yamashiro_Mahjong_Hen_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Usagi_Yamashiro_Mahjong_Hen_no_attract.binpatch -------------------------------------------------------------------------------- /patches/VirtuaTennis2_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 167772160 3 | BBCF8: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/VirtuaTennis2_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/VirtuaTennis2_no_attract.binpatch -------------------------------------------------------------------------------- /patches/VirtuaTennis_freeplay.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/VirtuaTennis_freeplay.binpatch -------------------------------------------------------------------------------- /patches/VirtuaTennis_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/VirtuaTennis_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Virtua_Athletics_Virtua_Athlete_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 117440512 3 | 4C02: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Virtua_Athletics_Virtua_Athlete_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Virtua_Athletics_Virtua_Athlete_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Virtua_Fighter_4_Evolution_Rev_B_freeplay.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Virtua_Fighter_4_Evolution_Rev_B_freeplay.binpatch -------------------------------------------------------------------------------- /patches/Virtua_Fighter_4_Evolution_Rev_B_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Virtua_Fighter_4_Evolution_Rev_B_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Virtua_Fighter_4_Final_Tuned_Rev_B_freeplay.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Virtua_Fighter_4_Final_Tuned_Rev_B_freeplay.binpatch -------------------------------------------------------------------------------- /patches/Virtua_Fighter_4_Final_Tuned_Rev_B_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Virtua_Fighter_4_Final_Tuned_Rev_B_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Virtua_Fighter_4__freeplay.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Virtua_Fighter_4__freeplay.binpatch -------------------------------------------------------------------------------- /patches/Virtua_Fighter_4__no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Virtua_Fighter_4__no_attract.binpatch -------------------------------------------------------------------------------- /patches/Virtua_NBA_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 184549376 3 | 97870: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Virtua_NBA_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Virtua_NBA_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Virtua_Striker_2_Ver_2000_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 130023424 3 | EB10: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Virtua_Striker_2_Ver_2000_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Virtua_Striker_2_Ver_2000_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Virtua_Striker_3_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 184549376 3 | B6388: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Virtua_Striker_3_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Virtua_Striker_3_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Virtual_On_Oratorio_Tangram_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 117440512 3 | 13866: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Virtual_On_Oratorio_Tangram_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Virtual_On_Oratorio_Tangram_no_attract.binpatch -------------------------------------------------------------------------------- /patches/WWF_Royal_Rumble_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 142606336 3 | C007A: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/WWF_Royal_Rumble_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/WWF_Royal_Rumble_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Wave_Runner_GP_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 109051904 3 | 499D2: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Wave_Runner_GP_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Wave_Runner_GP_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Wild_Riders_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 176160768 3 | 16D0C8: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Wild_Riders_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Wild_Riders_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Zero_Gunner_2_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 92274688 3 | 219E8: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Zero_Gunner_2_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Zero_Gunner_2_no_attract.binpatch -------------------------------------------------------------------------------- /patches/Zombie_Revenge_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 167772160 3 | CCDB6: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/Zombie_Revenge_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/Zombie_Revenge_no_attract.binpatch -------------------------------------------------------------------------------- /patches/aw-baskets_AW16_monitor_orientation.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/aw-baskets_AW16_monitor_orientation.patch -------------------------------------------------------------------------------- /patches/knights_of_valour_the_7_spirits-dubhe_unlocked.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/knights_of_valour_the_7_spirits-dubhe_unlocked.patch -------------------------------------------------------------------------------- /patches/metal_slug_6_violent.binpatch: -------------------------------------------------------------------------------- 1 | # Description: Violent 2 | # File size: 251658240 3 | 62B52: 05 90 -> 00 E0 4 | -------------------------------------------------------------------------------- /patches/neogeobattlecoliseum-unlocked.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/neogeobattlecoliseum-unlocked.patch -------------------------------------------------------------------------------- /patches/rhytngk_freeplay.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/rhytngk_freeplay.binpatch -------------------------------------------------------------------------------- /patches/rhytngk_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/rhytngk_no_attract.binpatch -------------------------------------------------------------------------------- /patches/the_king_of_fighters_neo_wave-characters_unlocked.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/the_king_of_fighters_neo_wave-characters_unlocked.patch -------------------------------------------------------------------------------- /patches/the_king_of_fighters_xi-all_fighters.patch: -------------------------------------------------------------------------------- 1 | # Description: All Fighters Unlocked 2 | # File size: 251658240 3 | 6665A: 00 -> FF 4 | -------------------------------------------------------------------------------- /patches/the_rumble_fish-characters_unlocked.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/the_rumble_fish-characters_unlocked.patch -------------------------------------------------------------------------------- /patches/the_rumble_fish_2-unlocked.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/the_rumble_fish_2-unlocked.patch -------------------------------------------------------------------------------- /patches/tokyo_bus_tour_freeplay.binpatch: -------------------------------------------------------------------------------- 1 | # Description: force free-play 2 | # File size: 159383552 3 | 28CFA: 42 84 -> 1A E0 4 | -------------------------------------------------------------------------------- /patches/tokyo_bus_tour_no_attract.binpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/patches/tokyo_bus_tour_no_attract.binpatch -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/requirements.txt -------------------------------------------------------------------------------- /rominfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/rominfo -------------------------------------------------------------------------------- /roms/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/roms/README.txt -------------------------------------------------------------------------------- /scripts/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripts/attach_settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/scripts/attach_settings.py -------------------------------------------------------------------------------- /scripts/attach_sram.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/scripts/attach_sram.py -------------------------------------------------------------------------------- /scripts/binary_patch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/scripts/binary_patch.py -------------------------------------------------------------------------------- /scripts/edit_settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/scripts/edit_settings.py -------------------------------------------------------------------------------- /scripts/eeprominfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/scripts/eeprominfo.py -------------------------------------------------------------------------------- /scripts/host_debug_server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/scripts/host_debug_server.py -------------------------------------------------------------------------------- /scripts/make_freeplay_patch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/scripts/make_freeplay_patch.py -------------------------------------------------------------------------------- /scripts/make_no_attract_patch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/scripts/make_no_attract_patch.py -------------------------------------------------------------------------------- /scripts/naomi_sram.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/scripts/naomi_sram.py -------------------------------------------------------------------------------- /scripts/netdimm_ensure.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/scripts/netdimm_ensure.py -------------------------------------------------------------------------------- /scripts/netdimm_info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/scripts/netdimm_info.py -------------------------------------------------------------------------------- /scripts/netdimm_menu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/scripts/netdimm_menu.py -------------------------------------------------------------------------------- /scripts/netdimm_peekpoke.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/scripts/netdimm_peekpoke.py -------------------------------------------------------------------------------- /scripts/netdimm_receive.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/scripts/netdimm_receive.py -------------------------------------------------------------------------------- /scripts/netdimm_send.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/scripts/netdimm_send.py -------------------------------------------------------------------------------- /scripts/patch_default_settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/scripts/patch_default_settings.py -------------------------------------------------------------------------------- /scripts/rominfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/scripts/rominfo.py -------------------------------------------------------------------------------- /scripts/server.wsgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/scripts/server.wsgi -------------------------------------------------------------------------------- /services/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/services/README.md -------------------------------------------------------------------------------- /services/kiosk.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/services/kiosk.service -------------------------------------------------------------------------------- /services/kiosk.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/services/kiosk.sh -------------------------------------------------------------------------------- /services/menu.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/services/menu.service -------------------------------------------------------------------------------- /services/menu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/services/menu.sh -------------------------------------------------------------------------------- /services/setup_fixed_ip.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/services/setup_fixed_ip.sh -------------------------------------------------------------------------------- /settings/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/settings/README.md -------------------------------------------------------------------------------- /settings/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/settings/__init__.py -------------------------------------------------------------------------------- /settings/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /settings/settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/settings/settings.py -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/setup.py -------------------------------------------------------------------------------- /srams/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/srams/README.txt -------------------------------------------------------------------------------- /tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/test_cabinet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/tests/test_cabinet.py -------------------------------------------------------------------------------- /tests/test_settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DragonMinded/netboot/HEAD/tests/test_settings.py --------------------------------------------------------------------------------