Tagged Questions
The c64 tag has no wiki summary.
595
votes
13answers
102k views
How do emulators work and how are they written?
How do emulators work? When I see NES / SNES or C64 emulators, it astounds me.
Do you have to emulate the processor of those machines by interpreting its particular assembly instructions? What ...
34
votes
9answers
1k views
Draw on screen border in Commodore 64
Ok. I hope it does not get closed because I have this curiosity since 25 years and I would love to understand the trick.
In the commodore 64 the border was not addressable by the 6569 VIC. All you ...
20
votes
8answers
5k views
Best resource for serious Commodore 64 programming
What is the best resource for serious Commodore 64 programming?
Assume that serious programming on the Commodore 64 is not done in BASIC V2 that ships with the Commodore 64.
I feel like most of the ...
18
votes
6answers
1k views
How do I show sprites in the border on C64?
I've seen cool C64 demos showing sprites in the border area of the screen. It shouldn't be possible; I think they managed to fool the graphics chip somehow... How exactly did they do it?
12
votes
3answers
242 views
How to autostart a program from floppy disk on a Commodore c64
Good news, my c64 ist still running after lots of years spending time on my attic..
But what I always wanted to know is:
How can I automatically load & run a program from a floppy disk that is ...
11
votes
1answer
94 views
How to disable screen in Commodore 64?
I know this question is very spesific question but I know there are some c64 code gurus around here. So, here is my question.
When I try to disable screen using $d011 trick, upper/lower border also ...
9
votes
4answers
789 views
How to reproduce C64-like sounds?
I did some of my own research and found out that SID-chips had only few hardware supported synthesizing features. Including three audio oscillators with four possible waveforms (sawtooth, triangle, ...
7
votes
8answers
1k views
List of Best C64 Programming Books and Courseware
What books and/or courseware should be considered "must read" or definitive on the subject of C64 programming?
This question asks about the knowledge that isn't tied up in books. However a sea of C64 ...
2
votes
7answers
780 views
Commodore C64 Emulator?
I'm kind of feeling nostalgic and want to play on a C64 like I did when I was 10, but I don't have one to hand.
Is there an emulator available?
1
vote
2answers
86 views
Compare keystrokes - Assembly CCS64
I want to compare keystrokes in assembly (CCS64).
If I type in the same key in a row I want to do something
example: A A = do this
but if I type this: A B = do something else
Suggestions?
1
vote
2answers
283 views
DSP-type effects in realtime on the C64: How is it possible?
I just saw this, and it is one of the most amazing things I've ever seen:
http://www.youtube.com/watch?v=MDrqBYkco-Y
I am not even able to fathom this. What is going on here?