git @ Cat's Eye Technologies SixtyPical / 04a9438
The VICE emulators just keep going if they can't find the vicerc. Chris Pressey 6 years ago
2 changed file(s) with 4 addition(s) and 20 deletion(s). Raw diff Collapse all Expand all
55 shift 1
66 if [ "X$arch" = "Xc64" ]; then
77 output_format='c64-basic-prg'
8 if [ -e vicerc ]; then
9 emu="x64 -config vicerc"
10 else
11 emu="x64"
12 fi
8 emu="x64 -config vicerc"
139 elif [ "X$arch" = "Xvic20" ]; then
1410 output_format='vic20-basic-prg'
15 if [ -e vicerc ]; then
16 emu="xvic -config vicerc"
17 else
18 emu="xvic"
19 fi
11 emu="xvic -config vicerc"
2012 else
2113 echo $usage && exit 1
2214 fi
55 shift 1
66 if [ "X$arch" = "Xc64" ]; then
77 output_format='c64-basic-prg'
8 if [ -e vicerc ]; then
9 emu="x64 -config vicerc"
10 else
11 emu="x64"
12 fi
8 emu="x64 -config vicerc"
139 elif [ "X$arch" = "Xvic20" ]; then
1410 output_format='vic20-basic-prg'
15 if [ -e vicerc ]; then
16 emu="xvic -config vicerc"
17 else
18 emu="xvic"
19 fi
11 emu="xvic -config vicerc"
2012 elif [ "X$arch" = "Xatari2600" ]; then
2113 output_format='atari2600-cart'
2214 emu='stella'