Page 1 of 1

hmm load problem

Posted: Wed Jul 27, 2005 11:43 am
by nikopl
can you help me ?

my favorite games can load why ??

Image

or

Image



thanks

Posted: Wed Jul 27, 2005 12:30 pm
by K.C.
- You have to ENABLE 1541 emulation in the Alt/O menu.

- You put a space before and behind the game name.
Wrong:

Code: Select all

LOAD" SCENARIO ",8,1
Right:

Code: Select all

LOAD "SCENARIO",8,1
- Selecting the game name in Alt/8 menu and pressing enter does the same thing as typing in the LOAD-command.

I hope this solves your problem. Good luck!

Posted: Wed Jul 27, 2005 1:23 pm
by nikopl
only in new version this load bug have

Im copy from new Emulator v3 beta 1.6
C64.CFG, C1541.ROM, BASIC.ROM to old v2 and now sound ok, load ok


thanks.

Posted: Wed Jul 27, 2005 8:10 pm
by Stuart Toomer
Can you e-mail me a copy of your game (D64 files?):
s[.]toomer[@]ntlworld[.]com
Remove the [] in the above e-mail address.

You could also try different versions of the ROMs.

Posted: Sat Sep 17, 2005 3:45 pm
by zxspek
Hi

I have the same problem with CCS64 v3.0 Beta 1.7

the LOAD" SCENARIO ",8,1 do not work and I have to use the Alt/8
to load an Game and the sound is very bad

please help



:?

Posted: Sat Sep 17, 2005 8:21 pm
by Stuart Toomer
zxspek wrote:Hi
I have the same problem with CCS64 v3.0 Beta 1.7

the LOAD" SCENARIO ",8,1 do not work and I have to use the Alt/8
to load an Game and the sound is very bad

please help

:?
Look at KC's reply above.