I am attempting to set up NFL Blitz 2000 PC through mamewah and ipac2 on XP professional computer.
I have set up a file called NFL Blitz2K which I am treating like it's own emulator like mame. In this file I have the NFL Blitz2K.ini file which I set up generally like a PC game.
### NFL Blitz2k.ini (mamewah v1.63) ###
emulator_title NFL Blitz2K
### List Generation Settings ###
rom_path C:\games\NFL Blitz2k\roms
rom_extension lnk
dat_file
nms_file
catver_ini_file
list_generation_method rom_folder
### Execution Settings ###
pre_emulator_app_commandlines c:\winipac\winipac.exe "c:\winipac\mamewah.ipc"
emulator_commandline PC [emuexename]
post_emulator_app_commandlines c:winipac\winipac.exe "c:\winipac\mamewah.ipc"
general_app_commandlines
In order to get the game to play without use the CD, I am attempting to use Virtual Clone Drive to mount the .iso image. I have tried to set up a batch file to automate the whole process through mamewah.
My batch file is:
@echo off
"c:\program files\elaborate Bytes\virtualclonedrive\VCDDaemon.exe" -mount 0 "d:\program files\point of view, Inc\nfl blitz2k\nfl blitz2k.iso"
"c:\winipac\winipac.exe" "c:\winipac\nfl blitz2k.ipc"
"c:\program files\point of view, Inc\nfl blitz2k\blitz2ksr.exe"
"c:\program files\elaborate bytes\virtualclonedrive\vcddaemon.exe" -unmount 0
"c:\winipac\winipac.exe" "c:\winipac\mamewah.ipc"
I put a link (.lnk) in a file called NFL Blitz2K ("C:\Program Files\Point of View, Inc\NFL Blitz2K\NFL Blitz2K.bat").
Unfortunately as I click on the icon for NFL Blitz2K in mamewah, I get a message saying Please insert the NFL Blitz 2000 CD ROM into drive E.
I am not able to decipher what my wrong step(s) were here. Any help here is appreciated.