View Single Post
Old 24 April 2012, 13:19   #31
Amiganiac73
Registered User
 
Join Date: Jan 2012
Location: Bogota, Colombia South America
Posts: 137
One thing i noticed with winuae is that you need to unprotect the disk so the game can be played.
If the file is zipped winuae manage the unzipped file in to a directory called SaveImages
Saveimages keep track of all the changes you do to game when saving.
So the zipped file don't suffer any changes.

Would be a good thing you check the Saveimages directory inside winae directory and delete the mace.adf image with a size of 2,104,892

Also Dependig on your version of Winuae the function "blitter_cycle_exact= " in the newer versions change to "cycle_exact= " true or false

Remeber in Gamebase GEMUS manage any command you type in to each game "key=value" pairs, so all commands most be registered
in to the main GEMUS command list.

You can change the command in your Gamebase Amiga GEMUS
for Winuae 2.3.3 and up by pressing Shift+F1

Look for

"Set_CFG_Value(%dbpath%\GameBase Amiga.uae||blitter_cycle_exact||%blitter_cycle_exact_value%)"

change to

"Set_CFG_Value(%dbpath%\GameBase Amiga.uae||cycle_exact||%cycle_exact_value%)"

without quotes

save changes pressing OK button

Look for Mace in the gamebase mainlist
Then pressing F2 change your "key=value" pairs

Look for
blitter_cycle_exact="value"

change to

cycle_exact="value"

in this case use cycle_exact=true


hope it works for you.

Last edited by Amiganiac73; 24 April 2012 at 14:28.
Amiganiac73 is offline  
 
Page generated in 0.05096 seconds with 11 queries