Convince VICE that it should see the system image.
Chris Pressey
10 years ago
3 | 3 |
setup_image = 'setup.d64',
|
4 | 4 |
system_image = 'device8',
|
5 | 5 |
dist_image = 'dist.d64',
|
|
6 |
distrepos_hg = [[
|
|
7 |
https://bitbucket.org/catseye/bubble-escape
|
|
8 |
https://bitbucket.org/catseye/disksumo
|
|
9 |
]],
|
6 | 10 |
}
|
|
0 |
[C64]
|
|
1 |
|
|
2 |
; any options we can't specify with command-line arguments will go here
|
45 | 45 |
VICE_x64 = {
|
46 | 46 |
name = 'VICE/x64',
|
47 | 47 |
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}',
|
50 | 50 |
install_command = 'echo "No install step. Installation will happen during setup."',
|
51 | 51 |
}
|
52 | 52 |
|