git @ Cat's Eye Technologies Funicular / b45f76d
Convince VICE that it should see the system image. Chris Pressey 10 years ago
3 changed file(s) with 9 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
33 setup_image = 'setup.d64',
44 system_image = 'device8',
55 dist_image = 'dist.d64',
6 distrepos_hg = [[
7 https://bitbucket.org/catseye/bubble-escape
8 https://bitbucket.org/catseye/disksumo
9 ]],
610 }
0 [C64]
1
2 ; any options we can't specify with command-line arguments will go here
4545 VICE_x64 = {
4646 name = 'VICE/x64',
4747 emulator = VICE,
48 command = 'x64 ${SYSTEM_IMAGE}',
49 setup_command = 'x64',
48 command = 'x64 -config vicerc -iecdevice8 -device8 1 -fs8 ${SYSTEM_IMAGE}',
49 setup_command = 'x64 -config vicerc -iecdevice8 -device8 1 -fs8 ${SYSTEM_IMAGE}',
5050 install_command = 'echo "No install step. Installation will happen during setup."',
5151 }
5252