git @ Cat's Eye Technologies Funicular / ab7f22d
Inch towards Apple II Funicular usable with linappleii/linapple. Chris Pressey 6 years ago
1 changed file(s) with 2 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
0 # NOTE: this requires toolshelf and assumes gh:catseye/a2tools has been docked
0 # NOTE: this requires https://github.com/linappleii/linapple
11
22 PLATFORM=apple2plus-linapple
3 INSTALL_IMAGE='blank.dsk'
3 INSTALL_IMAGE='Master.dsk'
44 SETUP_IMAGE='setup.dsk'
55 SYSTEM_IMAGE='system.dsk'
66 DIST_IMAGE='dist.dsk'
2121 Disk Image 1 = $CWD/system.dsk
2222 Slot 6 Autoload = 1
2323 EOF
24
25 # this is less than fantastic, but not sure how else to make sure this works
26 LINAPPLE_DIR=`toolshelf.py pwd linapple`
27 cp $LINAPPLE_DIR/splash.bmp .
28 cp $LINAPPLE_DIR/charset40.bmp .
29 # this is even less fantastic because no just no
30 # instead, we should be using a2tools to put our things on a bootable disk image
31 cp $LINAPPLE_DIR/Master.dsk system.dsk
3224 }