├── .github └── workflows │ └── build_db.yml ├── LICENSE ├── README.md └── _Console ├── Atari 2600.mgl ├── Atari 7800 (Light-gun).mgl ├── Atari Lynx (Vertical).mgl ├── GBA_NEW.mgl ├── Game Boy Advance (Enhanced).mgl ├── Game Boy Color 2P.mgl ├── Game Boy Color.mgl ├── Game Gear.mgl ├── Genesis (Light-gun).mgl ├── Master System (Light-gun).mgl ├── Mega Duck.mgl ├── NES (Light-gun).mgl ├── NeoGeo-CD.mgl ├── NeoGeoMVS.mgl ├── PSX_2XCPU.mgl ├── PlayStation (Enhanced).mgl ├── PlayStation (Light-gun).mgl ├── SEGA CD (Light-gun).mgl ├── SG-1000.mgl ├── SNES (Enhanced).mgl ├── Super NES (Light-gun).mgl ├── SuperGrafx.mgl ├── TurboGrafx-CD.mgl ├── WonderSwan (Vertical).mgl ├── WonderSwan Color (Vertical).mgl └── WonderSwan Color.mgl /.github/workflows/build_db.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RGarciaLago/MGL_Core_Setnames/HEAD/.github/workflows/build_db.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RGarciaLago/MGL_Core_Setnames/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RGarciaLago/MGL_Core_Setnames/HEAD/README.md -------------------------------------------------------------------------------- /_Console/Atari 2600.mgl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RGarciaLago/MGL_Core_Setnames/HEAD/_Console/Atari 2600.mgl -------------------------------------------------------------------------------- /_Console/Atari 7800 (Light-gun).mgl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RGarciaLago/MGL_Core_Setnames/HEAD/_Console/Atari 7800 (Light-gun).mgl -------------------------------------------------------------------------------- /_Console/Atari Lynx (Vertical).mgl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RGarciaLago/MGL_Core_Setnames/HEAD/_Console/Atari Lynx (Vertical).mgl -------------------------------------------------------------------------------- /_Console/GBA_NEW.mgl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RGarciaLago/MGL_Core_Setnames/HEAD/_Console/GBA_NEW.mgl -------------------------------------------------------------------------------- /_Console/Game Boy Advance (Enhanced).mgl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RGarciaLago/MGL_Core_Setnames/HEAD/_Console/Game Boy Advance (Enhanced).mgl -------------------------------------------------------------------------------- /_Console/Game Boy Color 2P.mgl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RGarciaLago/MGL_Core_Setnames/HEAD/_Console/Game Boy Color 2P.mgl -------------------------------------------------------------------------------- /_Console/Game Boy Color.mgl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RGarciaLago/MGL_Core_Setnames/HEAD/_Console/Game Boy Color.mgl -------------------------------------------------------------------------------- /_Console/Game Gear.mgl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RGarciaLago/MGL_Core_Setnames/HEAD/_Console/Game Gear.mgl -------------------------------------------------------------------------------- /_Console/Genesis (Light-gun).mgl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RGarciaLago/MGL_Core_Setnames/HEAD/_Console/Genesis (Light-gun).mgl -------------------------------------------------------------------------------- /_Console/Master System (Light-gun).mgl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RGarciaLago/MGL_Core_Setnames/HEAD/_Console/Master System (Light-gun).mgl -------------------------------------------------------------------------------- /_Console/Mega Duck.mgl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RGarciaLago/MGL_Core_Setnames/HEAD/_Console/Mega Duck.mgl -------------------------------------------------------------------------------- /_Console/NES (Light-gun).mgl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RGarciaLago/MGL_Core_Setnames/HEAD/_Console/NES (Light-gun).mgl -------------------------------------------------------------------------------- /_Console/NeoGeo-CD.mgl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RGarciaLago/MGL_Core_Setnames/HEAD/_Console/NeoGeo-CD.mgl -------------------------------------------------------------------------------- /_Console/NeoGeoMVS.mgl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RGarciaLago/MGL_Core_Setnames/HEAD/_Console/NeoGeoMVS.mgl -------------------------------------------------------------------------------- /_Console/PSX_2XCPU.mgl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RGarciaLago/MGL_Core_Setnames/HEAD/_Console/PSX_2XCPU.mgl -------------------------------------------------------------------------------- /_Console/PlayStation (Enhanced).mgl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RGarciaLago/MGL_Core_Setnames/HEAD/_Console/PlayStation (Enhanced).mgl -------------------------------------------------------------------------------- /_Console/PlayStation (Light-gun).mgl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RGarciaLago/MGL_Core_Setnames/HEAD/_Console/PlayStation (Light-gun).mgl -------------------------------------------------------------------------------- /_Console/SEGA CD (Light-gun).mgl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RGarciaLago/MGL_Core_Setnames/HEAD/_Console/SEGA CD (Light-gun).mgl -------------------------------------------------------------------------------- /_Console/SG-1000.mgl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RGarciaLago/MGL_Core_Setnames/HEAD/_Console/SG-1000.mgl -------------------------------------------------------------------------------- /_Console/SNES (Enhanced).mgl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RGarciaLago/MGL_Core_Setnames/HEAD/_Console/SNES (Enhanced).mgl -------------------------------------------------------------------------------- /_Console/Super NES (Light-gun).mgl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RGarciaLago/MGL_Core_Setnames/HEAD/_Console/Super NES (Light-gun).mgl -------------------------------------------------------------------------------- /_Console/SuperGrafx.mgl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RGarciaLago/MGL_Core_Setnames/HEAD/_Console/SuperGrafx.mgl -------------------------------------------------------------------------------- /_Console/TurboGrafx-CD.mgl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RGarciaLago/MGL_Core_Setnames/HEAD/_Console/TurboGrafx-CD.mgl -------------------------------------------------------------------------------- /_Console/WonderSwan (Vertical).mgl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RGarciaLago/MGL_Core_Setnames/HEAD/_Console/WonderSwan (Vertical).mgl -------------------------------------------------------------------------------- /_Console/WonderSwan Color (Vertical).mgl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RGarciaLago/MGL_Core_Setnames/HEAD/_Console/WonderSwan Color (Vertical).mgl -------------------------------------------------------------------------------- /_Console/WonderSwan Color.mgl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RGarciaLago/MGL_Core_Setnames/HEAD/_Console/WonderSwan Color.mgl --------------------------------------------------------------------------------