2022-01-07 22:25:08 +01:00
2021-12-03 12:07:37 +01:00
2021-11-17 11:33:50 +01:00
2022-01-03 10:12:55 +01:00
2021-12-03 12:07:37 +01:00
2022-01-07 22:25:08 +01:00

GameAndWatch

my Game & Watch Script (Backup & retro-go) & other "help" files

Notes:

  • On any script run, for each option/action, a user key-press is requested, to avoid any miss run actions => user can press Ctrl+C to abort it
  • Debugger: I use a ST-Link V2 (Clone) debugger, however, the debugger is always asked to user on script start
  • Game & Watch: I use (actually) a G&W Super Mario Bros. version (not the new Zelda one), however, the G&W model type is asked to user on script start

Main sources for Backup(& unlock), retro-go + Ubuntu guides

LinuxCommandsForDummies.txt

As named: here some linux (Ubuntu) commands for dummies, quickly explained + ex.

UbuntuInstall.txt

  • Is a text file with all my commands ran for an Ubuntu install under an Oracle VM VirtualBox env. for G&W Backup & retro-go
  • This was a step-by-step actions & commands I followed for zero, to have a fully "G&W" installed environment
    • most are extracts from the G&W Backp & retro-go "README" parts & extracts from Discrod helps
    • env.:
      • Linux VM installed tools/apps
      • backup (unlock) tools from stacksmashing (ghidraninja)
      • retro-go install tools from kbeckmann

0_menu.sh

Aim: (my) menu / Ubuntu for the G&W Backup tools

Mandatory:

  • Having flashed (& backup/unlocked) your device

Process:

  • Copy the 0_menu.sh in root menu of your game-and-watch-backup folder
  • Make it executable (chmod +x 0_menu.sh)

Additional used documentation:

retro-go.sh (& UbuntuInstall.txt)

Aim: (my) retro-go menu / Ubuntu

Usage:

  • Copy the retro-go.sh (& the optional UbuntuInstall.txt file) in root menu of your retro-go folder
  • Make it executable (chmod +x retro-go.sh)
  • Tune before start script the export variables in script

Note:

  • the "3 * Patch interface_stlink.cfg" option is optional, but helps me to copy in place before all, my dedicated .cfg file to lower my ST-Link adapter speed

Missing:

  • git "install" section (even if there is a git update one, I guess some folder(s) pre-creation and "git init" actions may be "enougth" => need to improve my script).
  • nevertheless, one can follow the README docs. from both G&W git repositories & my current UbuntuInstall.txt file

retro-go "Save state" diagrams (crappy, sorry)

Warning note

Use all as it is, at your own risk...

Description
my Game & Watch Script (Backup & retro-go)
Readme 159 KiB
Languages
Shell 100%