The entirety of the general guide applies here, this page will give you specific instructions and tips for using DOS in PCem.
If you need a boot disk (not necessary for the pre-made configurations), you can use this boot floppy disk or boot directly from a FreeDOS installation CD.

What you'll need

Premade configurations

To make setup as easy as possible, you can just pick one of these premade configurations. They represent machines compatible with DOS games, based on era they were released in, and specs they were intended for.
Here's how we created them:

Using with libTAS

This section will be focusing on setting up a configuration to make tool-assisted speedruns. These guidelines will help you make a TAS that people will be able to sync on other machines. If nobody else can sync your run, then it will probably not get accepted!
Be aware of our Movie Rules for libTAS movies and especially for running DOS in PCem in libTAS.

Choosing a configuration

We offer three pre-made configurations: Late 80s, Early 90s, and Late 90s. You're encouraged to choose one that makes the most sense for your game, especially if the gameplay speed is dependent on the processor speed.
If you want to make slight modifications to the configs, e.g. add more RAM or add a joystick, feel free to do so. Just make sure you document the changes and note them in your movie annotations. You still need to start from the supplied .nvr and .img files.

Installing your game

You may install your game either from original install disks or a folder containing the pre-installed game.
VERY IMPORTANT NOTES:

Installing from original media

If you have the original installation floppies/CDs, you can install your game either as a part of the TAS or within a verification movie (the verification movie does not have to be optimized). Provide MD5 hashes for your installation media in your movie annotations. If you need to use multiple disks, see this section for how to change disks within a movie.
Try to use original unaltered versions of your disk images if possible. You can verify the authenticity of floppy images by checking the hashes on Good Old Days (incomplete, but has quite a lot) or if you're using CDs you can reference redump.
If you make a verification movie, it's recommended you first record it with Runtime -> Prevent writing to disk checked, and then play it back with this setting unchecked to create the modified files you'll be using.

Using pre-installed version

In the case you only have the pre-installed game files, setup is actually quite easy. Put all the files into one folder. Do not include custom files that we will not be able to reproduce, such as personal save files and high score tables. Also do not use cracked versions unless there is no other option. Files not necessary to run the game, such as readmes and order forms, can be omitted if desired. Provide MD5 hashes for all files used in the movie annotations. Make an ISO of the game files with the terminal command:
mkisofs -o name.iso /path/to/folder
Substitute the ISO name and the game folder appropriately. In the .cfg file for your setup, set cdrom_drive = 200 and cdrom_path = /path/to/name.iso. When you reach the DOS prompt in your movie, you will need to copy the files to the C: drive with the DOS command copy d:\*.* c: or xcopy d:\ c:\ /e if there are subdirectories (you can buffer these inputs while FreeDOS is loading). If the game comes with a setup utility, you may need to run it to set up proper sound and controls. A verification movie is not recommended for this installation and setup since it only takes a few seconds.

CD driver issues

The FreeDOS CD driver, udvd2.sys, is known to have some bugs, especially with CD audio playback, and some games do not even work with it at all, such as Fallout. If you're trying to run a game that requires a CD and it's not working quite right, you should try swapping out the CD driver as part of your movie. oakcdrom.sys is known to work well with PCem. To swap out the CD driver:
You can then install your game and continue.

Preparation

There are a couple things you need to set up inside and outside of libTAS to assure your movie will sync.

flash.bin

flash.bin is a file that contains the flash memory of the system. Because the ROM gets written into it, we can't distribute it. This file may also contain custom system parameters from previous configs using the chipset. For these reasons, flash.bin should be deleted before starting a TAS. Failure to do this may result in desyncs. The Late 80s setup does not use this, but flash.bin can be found in ~/.pcem/roms/pb570/ for the Early 90s setup and in ~/.pcem/roms/ga686bx/ for the Late 90s setup. If you use a verification movie to install your game, you can use the flash.bin that is generated from it, as long as we will be able to reproduce it.

libTAS Settings

libTAS only needs a few settings to work properly.
That's it. Hit Start and begin TASing!

Tips

Expand/Collapse collapse-content-_2aabc461c53c47aea7e1ade7db63e070

EmulatorResources/PCem/DOS last edited by feos on 8/1/2023 10:38 AM
Page History Latest diff List referrers View Source