Difference between revisions of "Sega Consoles"
(Created page with "=Emulators= {| class="wikitable sortable" |+ ! Console Name ! File Extensions ! Libretro Cores ! Other Emulators ! BIOS |- | Sega SG-1000 | .sg | blueMSX | {{n/a}} | {{n/a}}...") |
(→Tutorials) |
||
(9 intermediate revisions by the same user not shown) | |||
Line 11: | Line 11: | ||
| Sega SG-1000 | | Sega SG-1000 | ||
| .sg | | .sg | ||
− | | blueMSX | + | | [https://docs.libretro.com/library/bluemsx/ blueMSX] |
| {{n/a}} | | {{n/a}} | ||
| {{n/a}} | | {{n/a}} | ||
|- | |- | ||
− | | Sega Master System / Sega Mark III | + | | [[Sega Master System|Sega Master System / Sega Mark III]] |
| .sms | | .sms | ||
− | | Genesis Plus GX <br> PicoDrive | + | | [https://docs.libretro.com/library/genesis_plus_gx/ Genesis Plus GX] <br> [https://docs.libretro.com/library/picodrive/ PicoDrive] |
| {{n/a}} | | {{n/a}} | ||
| bios_E.sms, bios_U.sms, bios_E.sms <br> (Genesis Plus GX: optional) | | bios_E.sms, bios_U.sms, bios_E.sms <br> (Genesis Plus GX: optional) | ||
|- | |- | ||
− | | Sega Genesis / Sega Megadrive | + | | [[Sega Genesis|Sega Genesis / Sega Megadrive]] |
| .md | | .md | ||
− | | Genesis Plus GX <br> PicoDrive | + | | [https://docs.libretro.com/library/genesis_plus_gx/ Genesis Plus GX] <br> [https://docs.libretro.com/library/picodrive/ PicoDrive] |
| {{n/a}} | | {{n/a}} | ||
| bios_MD.bin <br> (Genesis Plus GX: optional) | | bios_MD.bin <br> (Genesis Plus GX: optional) | ||
|- | |- | ||
− | | Sega CD / Mega CD | + | | [[Sega_Genesis#Sega_CD|Sega CD / Mega CD]] |
| .chd, .cue/.bin, .iso | | .chd, .cue/.bin, .iso | ||
− | | Genesis Plus GX <br> PicoDrive | + | | [https://docs.libretro.com/library/genesis_plus_gx/ Genesis Plus GX] <br> [https://docs.libretro.com/library/picodrive/ PicoDrive] |
| {{n/a}} | | {{n/a}} | ||
| bios_CD_E.bin, bios_CD_U.bin, bios_CD_J.bin <br> (Genesis Plus GX & PicoDrive: required) | | bios_CD_E.bin, bios_CD_U.bin, bios_CD_J.bin <br> (Genesis Plus GX & PicoDrive: required) | ||
|- | |- | ||
− | | Sega 32X | + | | [[Sega_Genesis#Sega_32X|Sega 32X]] |
| .32x | | .32x | ||
− | | PicoDrive | + | | [https://docs.libretro.com/library/picodrive/ PicoDrive] |
| {{n/a}} | | {{n/a}} | ||
| {{n/a}} | | {{n/a}} | ||
|- | |- | ||
− | | Sega Dreamcast | + | | [[Sega Dreamcast|Sega Dreamcast]] |
| .cdi .gdi .chd .cue | | .cdi .gdi .chd .cue | ||
− | | Redream <br> Reicast | + | | [https://docs.libretro.com/library/redream/ Redream] <br> [https://docs.libretro.com/library/reicast/ Reicast] |
| {{n/a}} | | {{n/a}} | ||
| dc/dc_boot.bin, dc/dc_flash.bin <br> (Redream & Reicast: required) | | dc/dc_boot.bin, dc/dc_flash.bin <br> (Redream & Reicast: required) | ||
Line 48: | Line 48: | ||
=Tutorials= | =Tutorials= | ||
+ | |||
+ | Written Tutorial on ''[https://nesclassicmods.com nesclassicmods]'': | ||
+ | |||
+ | * [https://nesclassicmods.com/how-to-play-sega-genesis-on-the-nes-classic-mini/ How-to Play Sega Genesis on the NES Classic Mini] | ||
+ | |||
+ | Written Tutorial on ''[https://snesclassicmods.com snesclassicmods]'': | ||
+ | |||
+ | * [https://snesclassicmods.com/how-to-play-sega-genesis-games-on-your-snes-classic-mini/ How-to Play Sega Genesis Games on Your SNES Classic Mini] | ||
Video Tutorials by ''Patton Plays'': | Video Tutorials by ''Patton Plays'': | ||
Line 58: | Line 66: | ||
* [https://www.youtube.com/watch?v=tB0KCj0IkE8 How to Play Dreamcast Games on your NES and SNES Classic] | * [https://www.youtube.com/watch?v=tB0KCj0IkE8 How to Play Dreamcast Games on your NES and SNES Classic] | ||
+ | |||
+ | Video Tutorial by ''TritonusRaven'': | ||
+ | |||
+ | * [https://www.youtube.com/watch?v=_zOvIvzeWuU Hacking the PlayStation Classic: Add Sega CD games with RetroArch] | ||
+ | |||
+ | [[Category:Emulators]] |
Latest revision as of 04:54, 16 January 2019
Emulators[edit]
Console Name | File Extensions | Libretro Cores | Other Emulators | BIOS |
---|---|---|---|---|
Sega SG-1000 | .sg | blueMSX | N/A | N/A |
Sega Master System / Sega Mark III | .sms | Genesis Plus GX PicoDrive |
N/A | bios_E.sms, bios_U.sms, bios_E.sms (Genesis Plus GX: optional) |
Sega Genesis / Sega Megadrive | .md | Genesis Plus GX PicoDrive |
N/A | bios_MD.bin (Genesis Plus GX: optional) |
Sega CD / Mega CD | .chd, .cue/.bin, .iso | Genesis Plus GX PicoDrive |
N/A | bios_CD_E.bin, bios_CD_U.bin, bios_CD_J.bin (Genesis Plus GX & PicoDrive: required) |
Sega 32X | .32x | PicoDrive | N/A | N/A |
Sega Dreamcast | .cdi .gdi .chd .cue | Redream Reicast |
N/A | dc/dc_boot.bin, dc/dc_flash.bin (Redream & Reicast: required) |
Tutorials[edit]
Written Tutorial on nesclassicmods:
Written Tutorial on snesclassicmods:
Video Tutorials by Patton Plays:
Video Tutorial by TritonusRaven: