1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
|
Some peripheral smoke tests:
Beta Disk
* Start fuse as ./fuse --beta128 --betadisk lib/tests/success.udi
* At the A> prompt, enter LOAD "success"
* You should see "Congraturation! You sucsess!"
+D
* Acquire the +D system tape from
ftp://ftp.worldofspectrum.org/pub/sinclair/utils/PlusDSystemTape.tzx.zip
* Uncompress lib/tests/success.mgt.bz2
* Start fuse as
./fuse --plusd --plusddisk lib/tests/success.mgt PlusDSystemTape.tzx
* Hit enter
* Hit <Break>
* Enter NEW
* Enter LOAD d1"Success"
* You should see "Congraturation! You sucsess!"
DISCiPLE
* Acquire the DISCiPLE system tape from
ftp://ftp.worldofspectrum.org/pub/sinclair/utils/DISCiPLESystemTapeV3d.tzx.zip
* Uncompress lib/tests/success.mgt.bz2
* Place a DISCiPLE ROM image in the 'roms' directory.
* Start fuse as
./fuse --disciple --discipledisk lib/tests/success.mgt DISCiPLESystemTapeV3d.tzx.zip
* Hit enter
* Hit <Break>
* Enter NEW
* Enter LOAD d1"Success"
* You should see "Congraturation! You sucsess!"
DivIDE
* Acquire the FATware installer from http://baze.au.com/divide/
* Uncompress lib/tests/fatware-success.hdf.bz2
* Start fuse as
./fuse --divide --divide-masterfile fatware-success.hdf FATware-0-12.tap
* Follow prompts; the "JP2 (E) jumper" is the DivIDE write protect option.
* When rebooting, you should see "0 Created by hdfmonkey LBA"
* Fire an NMI; you should see a file selector with "SUCCESS.TAP" highlighted
* Press Enter and then LOAD ""
* You should see "Program: success",
followed by "Congraturation! You sucsess!"
Interface 1
* Start fuse as ./fuse --interface1 --microdrive-file lib/tests/success.mdr
* Enter LOAD *"m";1;"Success"
* You should see "Congraturation! You sucsess!"
Opus
* Start fuse as ./fuse --opus --opusdisk lib/tests/success.opd
* Enter LOAD *"m";1;"success"
* You should see "Congraturation! You sucsess!"
ZXATASP
* Acquire the ResiDOS ZXATASP installer from
http://www.worldofspectrum.org/residos/downloads.html
* Uncompress lib/tests/idedos-success.hdf.bz2
* Start fuse as
./fuse --zxatasp --zxatasp-upload --zxatasp-masterfile idedos-success.hdf ResiDOS-ZXATASP-2.25.tap
* Follow prompts until the Spectrum resets. You should see
"Unit 0: IDEDOS-formatted", "Logical units: 0", "Mapped drives: A" and
"Default: 0A"
* Enter LOAD %"success"
* You should see "Congraturation! You sucsess!"
ZXCF
* Acquire the ResiDOS ZXCF installer from
http://www.worldofspectrum.org/residos/downloads.html
* Uncompress lib/tests/idedos-success.hdf.bz2
* Start fuse as
./fuse --zxcf --zxcf-upload --zxcf-cffile idedos-success.hdf ResiDOS-ZXCF-2.25.tap
* Follow prompts until the Spectrum resets. You should see
"Unit 0: IDEDOS-formatted", "Logical units: 0", "Mapped drives: A" and
"Default: 0A"
* Enter LOAD %"success"
* You should see "Congraturation! You sucsess!"
|