je suis en train de configurer le systeme atari ST avec pour émulateur Steem.
Le problème est que sur la plupart des jeux on est obliger de lancer la disquette depuis l’émulateur.
Il y a seulement quelque jeu qui se lance automatiquement.
Aussi j'ai regardé dans le module et je penses avoir trouver la solution.
Malheureusement je ne comprend rien ^^.
Pouvez vous m'aider?
Code : Tout sélectionner
; Harddrive images
; ~~~~~~~~~~~~~~~~
; Images can be a folder in your rom path with all the hard disk files within, or can be zipped up.
; Steem must have a generic BOOT.ST loaded into drive A in order for the game to start automatically,
; so make sure you include one as part of your hard disk image folder/zip file.
;
; The file DESKTOP.INF within the harddrive image contains an entry for what program to execute from
; the harddrive image. For example:
;
; #Z 01 C:\RUNME.TOS@
;
; This entry means that that ST will look for, and automatically execute "RUNME.TOS" at startup.
; RUNME.TOS will be a file within your harddrive image.
;
; In order to be able to run the Hard drive images the recommended method is to leave skipchecks disabled
; and enabled Match Extension instead. In this case make sure you also add .inf to the emulator's rom extensions.
;
Orphen