Search found 11 matches

by Donski
Sun Feb 17, 2008 7:23 pm
Forum: CCS64 Usability Problems
Topic: How do you use a SID file?
Replies: 6
Views: 10496

Thank you for the information Stuart. :wink:
by Donski
Sun Feb 17, 2008 5:29 pm
Forum: CCS64 Usability Problems
Topic: How do you use a SID file?
Replies: 6
Views: 10496

SID file are rips of C64 sound, which need to be played back using a SID Player, not an emulator:
So what you're saying is that those sid files don't work in conjuction with the CCS64, so they're not doing me any good unless I use a different emulator. Or do you just simply install SIDPLAY2 ...
by Donski
Sun Feb 17, 2008 1:49 am
Forum: CCS64 Usability Problems
Topic: How do you use a SID file?
Replies: 6
Views: 10496

How do you use a SID file?

I downloaded Below The Root from a site on the internet, it came with a .sid file. When I play the game, the sound cracks a lot. What is the .sid file used for, I'm assuming it's for correcting the sound. How do I use the sid file that came with the download?

I also have a different game that I ...
by Donski
Sun Oct 15, 2006 4:22 pm
Forum: CCS64 Bugs
Topic: Save command writes 1 byte too much (bug or feature?)
Replies: 9
Views: 16133

I tried saving the entire ram (0000-FFFF).
It contains 65535 bytes (0-65534).
Where is the missing byte?
To get the missing byte use '10000' as end address!

Ciao,
Michael
I can't say about the CCS64 monitor as I haven't tried that yet, but I know that in some machine language monitors it wouldn ...
by Donski
Thu Aug 10, 2006 8:02 pm
Forum: CCS64 Bugs
Topic: Save command writes 1 byte too much (bug or feature?)
Replies: 9
Views: 16133

:shock: I tried it out by saving block C000-CFFF expecting the save to be 4096 bytes. However, it did not. There were only 4095 bytes. Apparently the last byte at CFFF is missing.

However, it al depends on the command specifications which I don't have at hand. If it reads Til then all is well, if ...
by Donski
Wed Aug 02, 2006 3:10 pm
Forum: CCS64 Usability Problems
Topic: Can launch but not start Commando
Replies: 4
Views: 5358

I'm sorry,

This is the CCS64 Forum, so I thought that was the emulator you were using. I don't use Vice so I can't help you with that. How far do you get using CCS64?
by Donski
Tue Aug 01, 2006 10:30 pm
Forum: CCS64 Usability Problems
Topic: Can launch but not start Commando
Replies: 4
Views: 5358

You must have a different Commando game than me, mine starts with the fire button.

If you check in the C:\Program Files\Computerbrains\CCS64 V3.0 folder, you will find an Adobe Acrobat file called CCS64 Keyboard Layout. In there it mentions that the Run/Stop key is mapped to the Escape key.
by Donski
Sun Jul 23, 2006 6:37 pm
Forum: CCS64 and Games
Topic: Playing "Summer Games"
Replies: 1
Views: 3119

You have to make sure you're using the right port and have it set to joystick or whatever. Goto Option then Input or Alt+I. Set your ports to the device you're going to use. Control port 1 is set to Joystick, and the Mode for that one is PC Gameport 2. Control port 2 is set to Joystick, and the Mode ...
by Donski
Mon Jun 26, 2006 4:24 pm
Forum: CCS64 Enhancements
Topic: Soft Reset on load
Replies: 2
Views: 8595

Do a soft reset with Alt + R
Select the disk using F4
You can load a file with load"name",8,1

Does this info help?
No, this really doesn't help because it's the same old fashioned way I had mentioned. I want to avoid typing load"name",8,1 and only use alt+8 instead.

Let me try to explain it ...
by Donski
Fri Jun 23, 2006 5:06 pm
Forum: CCS64 Enhancements
Topic: Soft Reset on load
Replies: 2
Views: 8595

Soft Reset on load

I've noticed that anytime you do a load from alt+8, it will first do a hard reset before loading. Sometimes I would like to leave an existing program or data in memory when I load another program. I would like to see two different options added for loading. The first option would be to do a hard ...
by Donski
Thu Jun 22, 2006 4:08 pm
Forum: C64
Topic: SYS2063 etc.
Replies: 13
Views: 19643

So how are they decompressed? Disassembler?
A compression program and a disassembler are two completely different types of things.

WinZip is a type of compression program. You have to understand that sometimes you have a need for areas of memory to be all filled with the same value. On the ...