Setting up the System for Testing an Unencrypted
CD-ROM
To run your title from a CD-ROM using the Debugger, do the following to
set up your environment:
-------------------------------------------------------- Hardware |Setup -------------------------------------------------------- 3DO Development |Make sure the MEMORY and DEBUG Station |switches on the prototype are in |the "up" position and the |ENCRYPTED switch is in the "down" |position. -------------------------------------------------------- 3DO International |In the Debugger Preferences Station or |dialog, make sure the ROM pop-up Development Card |is set to Debugger. --------------------------------------------------------
Note: If you test your CD-ROM from the Debugger,
printf()
statements in the program are displayed in the
Terminal window on the Macintosh. This helps you debug your title.
Running the CD-ROM in the Minimum Memory
Configuration
To run your title from the CD-ROM disc in the minimum memory
configuration, follow these steps:
minmem
boot
to /cd-rom, type:
alias boot /cd-rom
$boot/launchme
The 3DO Debugger Programmer's Guide describes this process in more detail.
Pulling Files Off the CD-ROM
If you are unsure which version of your executable you have placed on the
disc, or if you need to pull files off the CD-ROM for some other reason,
use the copy2mac
utility to copy files from the CD to your
Macintosh.
Note: The copy2mac utility does not accept filenames with spaces.
You can pull individual files from the CD-ROM disc and place them on your Macintosh for inspection by typing the following at the Terminal window:
copy2mac <source> <destination>
copy2mac /cd-rom/myfile TheMaster:temp:myfile
Testing the CD-ROM Disc on a Testing
Station
If your title has executed successfully under the minimum memory
configuration, on a 3DO Station with a low memory detection board, you
should test it on a testing station. Running the title on a testing
station simulates what the end-user will experience on a 3DO Interactive
Multiplayer system.
The 3DO Testing Station is a version of the 3DO Interactive Multiplayer system that has been modified so you can switch between encrypted and unencrypted CD-ROMs. This allows you to play both encrypted discs and unencrypted discs on the same station.
The only external difference to the Interactive Multiplayer is the ROM switch located at the rear of the player. In the DOWN position, the player reads and plays unencrypted discs. In the UP position, it reads and plays encrypted discs.