Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. My bare hosting costs are currently not met so please consider becoming a contibuting member by either clicking this text or the Patreon link on the right.

Patreon

Commodore 64 - winvice problem with gameex


Recommended Posts

Posted

x64.exe -autostart "[RomPath]\[RomFile]" -VICIIdsize -fullscreen

If i write it manually or create a file batch the emulator work fine

If i put this string in gameex it does not work, the cause is : -VICIIdsize (the capital)

when start it from gameex it becomes small character : -viciidsize

I see this in debug mode

how I make?

Posted

I'm sure it won't work, but give it a try with quotes:

"-VICIIdsize"

Or, another option is to write it as a wrapper. Make a batch file called x64.bat for example:

x64.exe -autostart -VICIIdsize -fullscreen %1

Then call the batch file rather than the actual executable:

x64.bat "[RomPath]\[RomFile]"

If it doesn't like a batch file, you could definitely go with an AHK script that does the same thing and then compile it to an executable (x64launcher.exe):

Run, x64.exe -autostart -VICIIdsize -fullscreen %1%
WinWaitClose, x64

Then it would be:

x64launcher.exe "[RomPath]\[RomFile]"

Posted

ok with your help i have resolved the problem

I have created a batch file with this code :

x64.exe -VICIIdsize -fullscreen -autostart %1

The command line of gameex is :

x64.bat "[RomPath]\[RomFile]"

With MAPKEYS On, at the close of the emulator (with esc), gameex killed batch file but not the emu

For this problem i have created an other batch file into "LAUNCH AFTER" :

TSKILL X64

but it doesn't work and i don't know aHK script, how i make ?

Question 2 :

Now the run off the emu and the game work fine, do you know a method for accelerate the game loading ?

I know ALT+W but i want an automatic acceleration only for period of cassette loading, When the game is loaded i want to return at normal speed...

Posted

Have you tried "Disable True Drive Emulation", thats something I spotted on its web site...which may help.

...I haven't used the Emu before...and frankly have no clue about it other than what you have posted. :)

Oh here is a tutorial that maybe of use.

Posted

Your config work fine and I have learned also a new things

Many many thanks, I am in debit with you .

I have tried "Disable True Drive Emulation" but it does not resolve the problem , I will try to inquire, soon!

Posted

Well you have no debit with me, as you've always been helpful on this board...so think of it as a return on investment. :)

If you find your answer to the tape loading issue, be sure to post back so others will be enlightened. :)

Anyways take care.

Posted

Well generally speaking there isn't a lot to learn when we are dealing with launching emulators...actually how this one here is written will in all likely hood cover 80% of all emu's out there...course changing CLI options for the given emu. :)

Guest
This topic is now closed to further replies.
×
×
  • Create New...