Skip to content
shazz edited this page Jan 19, 2019 · 4 revisions

Cores

C64

Commandes utiles
  • LOAD"*",8,1 pour charger un image D64
  • LOAD"$",8,1 pour charger un PRG
  • RUN pour executer les deux

Amstrad CPC

Commandes utiles
  • cat list the files on mounted disk.
  • run" load and start the program. ex: run"disc
  • |a, |b switch between drives

BBC Micro

Commandes utiles

Spectrum

Commandes utiles

Dependant du format de l'image, les commandes diffèrent:

  • TRD is TR-DOS image used with Beta Disk Interface (BDI).

To use TR-DOS you need to choose TRD image in OSD first.

  • In 128K mode use menu to enter TR-DOS.

  • In 48K mode use command RANDOMIZE USR 15616 to enter TR-DOS.

  • In +3 mode, enter to 48K mode from the +3 BASIC via the USR0 command, then issue RANDOMIZE USR 15616.

  • Use command RETURN to leave TR-DOS.

  • IMG is G+DOS image used with +D Disk interface.

Although it's fully supported, i couldn't find any games on such disks. The main purpose of these images is to use snapshot function of +D and Multiface.

  • MGT is G+DOS and MasterDOS (SAM Coupe) image.

It's similar to IMG but uses different layout. The main purpose is to transfer data to/from SAM Coupe.

  • DSK +3 disk format.

In none- +3 modes, +D tries to mount it, however +3 disk images are not compatible with G+DOS. The original +3 disk drive is a single-sided single-destiny drive, but this core supports double-sided double-destiny images, too. An empty DSDD image is great for saving from Multiface. Note: in +3 mode, both the Beta and the +3 disk drive are supported, but only one image can be mounted, so both cannot be used at the same time.

  • TAP

ZX81

Commandes utiles

Après avoir sélectionner dans le menu un fichier .o (ZX80) ou .p (ZX81), la LED USER doit s'allumer et ensuite:

  • The LOAD command will load it as it would be on a standard tape.

  • Reset (ALT-F11 or the Reset OSD option) closes the .o or .p file.

Apple II

Commandes utiles

Commandes

lance la disquette (image nib)

]PR#6` 
]CALL -151
*C600G

The call command will enter the Monitor. Type the call a second time if the * prompt won't show the first time. At the Monitor you can also type 6 and then Ctrl-P followed by return. See http://vectronicsappleworld.com/appleii/dos.html#bootdos

Clone this wiki locally