diff options
author | 2021-11-20 18:07:37 +0100 | |
---|---|---|
committer | 2021-11-20 12:07:37 -0500 | |
commit | ddaa5c1767baa8ea74dfdc6db7f1fec36968b32b (patch) | |
tree | 5d9479b7f1b81fb9c246eb40ebe061e3a245ab3a /src | |
parent | c9520eaa1d29181fb216651f1605c5bfa2dce470 (diff) |
rawthrillspc.cpp: Add HDD dump for "The Fast And The Furious" [Victor Fernandez (City Game)] (#8851)
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/drivers/rawthrillspc.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mame/drivers/rawthrillspc.cpp b/src/mame/drivers/rawthrillspc.cpp index 2d1a951a35a..e5003b89241 100644 --- a/src/mame/drivers/rawthrillspc.cpp +++ b/src/mame/drivers/rawthrillspc.cpp @@ -121,7 +121,12 @@ ROM_START( fnf ) OPTIPLEX740_BIOS DISK_REGION( "ide:0:hdd:image" ) - DISK_IMAGE( "faf306", 0, NO_DUMP ) + /* Clean image created from the recovery CDs on the original machine. + After installing the software from the discs, the PC reboots several times for configurating + the hardware devices and peripherals, and then asks for controllers calibration. + The image is just up to this point, before performing any calibration. On the first boot from + this image, you'll be asked for the calibration, and after it, the game is ready for playing. */ + DISK_IMAGE( "faf306", 0, SHA1(2aefe396a79e3328f58ae5e4ccda0041af1b4a1a) ) // Two recovery CDs, you need both for a full restore |