background image

 

V1.0 7-2017

 

 

USING THE DIVMMC FUTURE FROM BASIC 

BASIC COMMANDS 

Within BASIC, a number of commands are available as an alternative to using the main menu.  

 

.ls

 – show directory listing 

 

.cd dirname

 – change directory into ‘dirname’ 

 

.mkdir dirname

 – create a new directory called ‘dirname’ 

 

.tapein file.tap

 – set the tape input to load from ‘file.tap’ 

 

.tapeout file.tap

 – set the tape output to write to file ‘file.tap’ 

 

.cp source newfile

 – copy file ‘source’ to ‘newfile’ 

 

.mv oldname newname

 – rename a file form ‘oldname’ to ‘newname’ 

 

.more file

 – displays a text file 

SAVING FILES 

If you want to save a BASIC file, first navigate to the folder you want to save in (either use the menu or 

.cd

 

command). Return to BASIC and type the following: 

.tapeout filename.tap 

This will set filename.tap as the output file. Then save as normal 

SAVE “myprog” 

Your program will then be written out to the filename.tap file. If you want to change files or load back, you 
should use the following command the close the file. 

.tapeout –c filename.tap 

To load you program back in, select ‘filename.tap’ from the menu. 

If you already have a .tap file created, you can just scroll to the file and press ‘O’ to set it as the output file, and 
then return to BASIC to save the file as before. 

ACKNOWLEDGEMENTS

 

Thanks to Mario Pratzo, Miguel Guerreiro, and others for their work on the original divMMC designs and 
ESXDOS firmware, more info at 

esxdos.org

. 

Thanks to Dave and Tim for their work in updating the divMMC design for the divMMC Future. 

Sample games on the SD card were downloaded from 

worldofspectrum.org

. 

Summary of Contents for divMMC Future

Page 1: ...y and the edge connector is firmly in place SD CARD If you did not buy a preloaded SD card with your divMMC Future download the starter file set and extract to an SD card tfw8b com downloads The BIN and SYS folders need to be there for ESXDOS to work the rest can be arranged as you like The current ESXDOS firmware is limited to 8 3 filenames so rename files and folders where necessary There is a G...

Page 2: ... can navigate through using the arrow keys select the appropriate file and press enter to load the file Press space to exit the menu without loading a file Note you can load the menu and then return to BASIC without losing the current program RESET The non illuminated button on the divMMC Future is a reset button which will reset your Spectrum HELP Online help is available by pressing the H key fr...

Page 3: ...e joysticks are not supported due to their alternate pinout SUPPORTED FILETYPES The current version of ESXDOS supports the following file types tap z80 scr sna trd basic In testing we have found some files available on the internet are more suitable for emulators and may not load correctly on real hardware If you are having problems loading a particular title you can load it in an emulator such as...

Page 4: ...rn to BASIC and type the following tapeout filename tap This will set filename tap as the output file Then save as normal SAVE myprog Your program will then be written out to the filename tap file If you want to change files or load back you should use the following command the close the file tapeout c filename tap To load you program back in select filename tap from the menu If you already have a...

Reviews: