Conversion cassettes MO5 en disquettes et fichiers .sd

Cette catégorie traite de développements récents pour nos vieilles machines, applications, jeux ou démos... Amis programmeurs, c'est ici que vous pourrez enfin devenir célèbres!

Modérateurs : Papy.G, fneck, Carl

Daniel
Messages : 17316
Inscription : 01 mai 2007 18:30
Localisation : Vaucluse
Contact :

Re: Conversion cassettes MO5 en disquettes et fichiers .sd

Message par Daniel »

Here is the tutorial to launch silent-service_pc128.sd with dcmoto:
- In Options menu check PC128 and SDDRIVE
- In Removable media menu check SDDRIVE Interface and load silent-service_pc128.sd (SD file)
- In File menu select Cold start
- In PC128 home screen type 1 (BASIC 128)
- In the SDDRIVE menu select the .sd file and press ENTER

The program loads and runs.
Daniel
L'obstacle augmente mon ardeur.
Gnokketto
Messages : 13
Inscription : 31 janv. 2023 15:27

Re: Conversion cassettes MO5 en disquettes et fichiers .sd

Message par Gnokketto »

Thanks Daniel, I was talking about creating the .SD file from the .K7 with dcmoto, if I add the SDDRIVE on emulator the game doesn't start giving errors, I also tried other games of the 128 type, like Prohibition but this too without the SDDRIVE emulator starts if active SDDRIVE emulator doesn't start,
I want try to create SD files from DCMOTO without asking the forum.,,
Daniel
Messages : 17316
Inscription : 01 mai 2007 18:30
Localisation : Vaucluse
Contact :

Re: Conversion cassettes MO5 en disquettes et fichiers .sd

Message par Daniel »

Converting .k7 to disk is not an easy task.

First you have to understand how each program works by disassembling them. You need to study the interactions between the programs and how the data files are used. You also need to find the memory map. Then you have to modify the loading instructions to replace the file calls from the tape with calls from the diskette.

In the easiest case it is only necessary to copy the files from the tape to the floppy disk one by one, but it is rarely enough. In the worst case the tapes are copy-protected and encrypted, which makes the conversion extremely difficult and sometimes almost impossible without extensive program changes.

It is necessary to have a very long experience in developing programs for Thomson computers and a good knowledge of machine language and computer operation. Not everyone can do this.

Silent Service is the easiest case. It works from disk just after copying all the files from .k7 to .fd or .sd.
I just added an AUTO.BAT file to make the program start automatically.

Code : Tout sélectionner

SILENT.BAS      
LOGO.BIN      $5000,$5397,$5000
INITS.BIN     $6000,$8B88,$6000
GRAPHICS.BIN  $6000,$7F69,$6000
DATA.BIN      $39D0,$4D4F,$39D0
SUB.BIN       $51C4,$9C2F,$5AF3

The error with both tape (.k7 file) and disk (.sd file with SDDRIVE) has a simple explanation :
By default, with RUN" without the CASS: unit descriptor, file is searched on disk. If the disk is empty, and in addition no name is given, it cannot be found.
Subsequently all file calls in Silent Service .k7 do not have the CASS: descriptor. All data files and other programs are searched on the disk, not on the tape. As they are not there the error is detected.
Daniel
L'obstacle augmente mon ardeur.
Daniel
Messages : 17316
Inscription : 01 mai 2007 18:30
Localisation : Vaucluse
Contact :

Re: Conversion cassettes MO5 en disquettes et fichiers .sd

Message par Daniel »

Conversion en disquette aux formats .fd et .sd de la version cassette MO5 de KHRONOS
http://dcmoto.free.fr/programmes/khronos/index.html

04.png
04.png (19.01 Kio) Consulté 2645 fois
Daniel
L'obstacle augmente mon ardeur.
Gnokketto
Messages : 13
Inscription : 31 janv. 2023 15:27

Re: Conversion cassettes MO5 en disquettes et fichiers .sd

Message par Gnokketto »

THANKS :D
Daniel
Messages : 17316
Inscription : 01 mai 2007 18:30
Localisation : Vaucluse
Contact :

Re: Conversion cassettes MO5 en disquettes et fichiers .sd

Message par Daniel »

Daniel
L'obstacle augmente mon ardeur.
Brochiman
Messages : 3405
Inscription : 02 juin 2019 11:26
Localisation : Angers

Re: Conversion cassettes MO5 en disquettes et fichiers .sd

Message par Brochiman »

Merci Daniel :D :D :D :mrgreen: :mrgreen: :mrgreen:
Gnokketto
Messages : 13
Inscription : 31 janv. 2023 15:27

Re: Conversion cassettes MO5 en disquettes et fichiers .sd

Message par Gnokketto »

Merci! please made also italian title.. :D
Avatar de l’utilisateur
Leraptor06
Messages : 672
Inscription : 15 févr. 2022 10:34
Localisation : Mandelieu

Re: Conversion cassettes MO5 en disquettes et fichiers .sd

Message par Leraptor06 »

Merci pour le partage Daniel
Jp
Gnokketto
Messages : 13
Inscription : 31 janv. 2023 15:27

Re: Conversion cassettes MO5 en disquettes et fichiers .sd

Message par Gnokketto »

Avesome work Daniel!! :D
Mercy
Répondre