Hi!
Maybe you are trying to switch the disk in a wrong way but it is not necessary to use the function in the game. You can use the load/save state option of CCS64 by pressing F11 (load) and F12 (save).
Greetings, Alex
Search found 5 matches
- Wed Sep 24, 2003 4:13 pm
- Forum: CCS64 and Games
- Topic: Pirates (one of the greatest games ever developed)
- Replies: 2
- Views: 4108
- Tue Sep 16, 2003 1:44 pm
- Forum: CCS64 and Demos
- Topic: choosing the correct SID
- Replies: 2
- Views: 7874
choosing the correct SID
I often have problems with musics especial in demos. CCS64 V2.0 beta doesn`t play the filter effects correct. I tried to change the SID version but nothing happend. Does changing the filter settings help?
- Tue Sep 16, 2003 10:43 am
- Forum: C64 Emulation
- Topic: Change memory contents using the monitor function of ccs
- Replies: 5
- Views: 11117
It worked!
Thank you! Changing the letters directly didn`t work, using the ascii-codes was the solution.
- Mon Sep 15, 2003 2:08 pm
- Forum: C64 and Demos
- Topic: where can I find demos?
- Replies: 2
- Views: 8404
where can I find demos?
The best link I know is:
www.c64.ch
A database which contains all groups/members: http://noname.c64.org/csdb/
www.c64.ch
A database which contains all groups/members: http://noname.c64.org/csdb/
- Mon Sep 15, 2003 2:01 pm
- Forum: C64 Emulation
- Topic: Change memory contents using the monitor function of ccs
- Replies: 5
- Views: 11117
Change memory contents using the monitor function of ccs
I have the following problem:
How can I change the content of a certain part in the memory? Using "M xxxx" shows the content beginning with the adress xxxx (for example 1f00) but how can I change it? Assembling with "a" doesn`t work because I want to change the text like this:
m 1000
1000 aa ...
How can I change the content of a certain part in the memory? Using "M xxxx" shows the content beginning with the adress xxxx (for example 1f00) but how can I change it? Assembling with "a" doesn`t work because I want to change the text like this:
m 1000
1000 aa ...