★ PROGRAMMER'S GUIDE ★ Virtual CD systemVCDUTL | Executable file name |
TST GAME | The name of the project that created the CD image to be changed |
ISO1FILE.DDD | ISO file name containing the DOS file to be changed |
DOSFILE.D01 | DOS file name to be changed |
DOSFILE.D02 | DOS file name to replace |
test1.scr
;
Disc ". \ Test1.dsk"
Session SEMIXA
LeadIn MODE1
EndLeadIn
Track MODE1
Volume ISO9660 test1.pvd; Not an ISO file name PrimaryVolume 0:02:16
EndPrimaryVolume
End Volume
PostGap 75
EndTrack
Track MODE1
PreGap 150
File ISOF_1.DAT; 1 ; ISO file name FileSource "pat_7.dat"
EndFileSource ↓
EndFile Replace this DOS file with pat_1.dat and PostGap 75.
EndTrack
Track CDDA
Pause 150
File CDDA1.DAT; 1 ; ISO file name FileSource "sound1.dat"
EndFileSource ↓
EndFile This DOS file is a CDDA and cannot be updated with the current EndTrack VCDUTL.EXE Ver. 1.0 LeadOut CDDA.
Empty 300
EndLeadOut
EndSession
EndDisc
Correct: VCDUTL test1 ISOF1_1.DAT; 1 pat_7.dat pat_1.dat Wrong: VCDUTL test1 TEST1.PVD pat_7.dat pat_1.dat
* VCDUTL.EXE does not directly update the volume descriptor set (test1.pvd).
As a result, if the file size of pat_1.dat is the same as or smaller than pat_7.dat, the pat_7.dat part of the disk image will be replaced with pat_1.dat.
If you want to continue emulation
VCDEMU △ test1
To emulate real-time mode.
VCDUTL △ test1 △ ISOF1_1.DAT; 1 △ pat_7.dat △ pat_1.dat △ -f △ test1.pat
As a result, an update information file (test1.pat) is created.
If you want to continue emulating, start the VCD emulator with the -u option.
VCDEMU △ test1 △ -u △ test1.pat
Enter to emulate the direct DOS access mode.
simply
VCDEMU △ test1
Please note that typing will result in real-time mode emulation using the created disk image test1.dsk.
★ PROGRAMMER'S GUIDE ★ Virtual CD system