├── .github ├── Sega_Titan_Logo.png └── workflows │ └── build_db.yml ├── LICENSE ├── README.md └── Scripts └── update_stv.sh /.github/Sega_Titan_Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davewongillies/MISTer-update_stv/HEAD/.github/Sega_Titan_Logo.png -------------------------------------------------------------------------------- /.github/workflows/build_db.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davewongillies/MISTer-update_stv/HEAD/.github/workflows/build_db.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davewongillies/MISTer-update_stv/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davewongillies/MISTer-update_stv/HEAD/README.md -------------------------------------------------------------------------------- /Scripts/update_stv.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davewongillies/MISTer-update_stv/HEAD/Scripts/update_stv.sh --------------------------------------------------------------------------------