Skip to content

Commit

Permalink
Merge pull request #27 from MickGyver/master
Browse files Browse the repository at this point in the history
Amiga ADF and HDF support added.
  • Loading branch information
pocomane authored Mar 27, 2022
2 parents f670e47 + 616503b commit 9e6e98b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mbc.c
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,8 @@ static system_t system_list[] = {
// :sort vim command, but mind '!' and escaped chars at end of similar names).

{ "ALICEMC10", "EEMDDDO" MBCSEQ, "/media/fat/_Computer/AliceMC10_", "AliceMC10", "c10", },
{ "AMIGA.ADF", "EEMO" MBCSEQ "E", "/media/fat/_Computer/Minimig_", "Amiga", "adf", },
{ "AMIGA.HDF", "EEMDDDODDDO" MBCSEQ ":0EDDDDDO","/media/fat/_Computer/Minimig_","Amiga", "hdf", },
{ "AMSTRAD", "EEMO" MBCSEQ, "/media/fat/_Computer/Amstrad_", "Amstrad", "dsk", },
{ "AMSTRAD-PCW", "EEMO" MBCSEQ, "/media/fat/_Computer/Amstrad-PCW_", "Amstrad PCW", "dsk", },
{ "AMSTRAD-PCW.B", "EEMDO" MBCSEQ, "/media/fat/_Computer/Amstrad-PCW_", "Amstrad PCW", "dsk", },
Expand Down

0 comments on commit 9e6e98b

Please sign in to comment.