Return to previous page | Return to menu | Go to next page
2.1 When simulating with MS-DOS file
This chapter explains the operation procedure of “Direct DOS File Access”.
[Procedure 0]
[Procedure 1]
Determine the project name.
Used as the body part of the file name of an MS-DOS file. Please match the MS-DOS file conventions.
[Example 1] TSTGAME
In this chapter, “TSTGAME” is used.
[Procedure 2]
Create a script file.
Create it using a suitable text editor while referring to Chapter 3. The file name of the script file should be the project name with the extension “SCR”.
[Example 2] TSTGAME.SCR
[Procedure 3]
Create a startup file (parameter file) for the preprocessing program (VCDPRE.EXE).
Use an appropriate text editor to create a startup file.
[Example 3] An example of a startup file is shown below.
C: \> TYPE △ TSTGAME.PRM [ENTER]
SCR △ TSTGAME.SCR [ENTER]
RTI △ TSTGAME.RTI [ENTER]
[Procedure 4]
Start the pre-processing program (VCDPRE.EXE).
By entering the command as shown in the example, the preprocessing program (VCDPRE.EXE) is started and the files required for emulation are created.
[Example 4] C: \> VCDPRE △ TSTGAME.PRM [ENTER]
[Result 4]
specified in the startup file
CD configuration information file: TSTGAME.RTI
Will be generated.
[Procedure 5]
English environment.
Since the virtual CD emulator does not work in Japanese mode, set the display to English mode. Type the following command line:
[Result 5] If you are in Japanese mode, the screen will flash and you will be prompted at the top of the screen.
Return to previous page | Return to menu | Go to next page