Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
You are not logged in - nap
CSDb User Forums


Forums > C64 Coding > Coding on a PC for the 64?
2016-01-11 05:53
Stablizer

Registered: Jan 2016
Posts: 19
Coding on a PC for the 64?

I've seen various editors out there, currently starting to use the C64Studio for this, but it seems like getting charsets, graphics, music, etc, is a bit problematic when going at it this way, isn't it?

Would love to get some pointers to reading material on the subject (have done some searches already, but haven't come up with anything notable really).

Thanks!
-Stab
 
... 179 posts hidden. Click here to view all posts....
 
2016-01-20 16:16
chatGPZ

Registered: Dec 2001
Posts: 11386
but for quick and dirty intro 0-$ff sinus in one page is all i'd ever need =)
2016-01-20 16:41
Mr. SID

Registered: Jan 2003
Posts: 424
k2asm all the way! :)
2016-01-20 16:42
Burglar

Registered: Dec 2004
Posts: 1101
I used to code on c64 for pc, you losers! :)
2016-01-20 16:56
chatGPZ

Registered: Dec 2001
Posts: 11386
enno wins
2016-01-20 17:47
Hein

Registered: Apr 2004
Posts: 954
Since nobody is posting usefull code examples for creating sinusses: Sinus Creator V3.0.
Other tools used: Basic.
2016-01-20 17:57
soci

Registered: Sep 2003
Posts: 480
Sinus, 256 bytes 0-255 range, symmetric.
.byte 128.5 + 127 * sin(range(256) * rad(360.0/256))

A rather unconventional approach, but works ;)
2016-01-20 18:05
Slammer

Registered: Feb 2004
Posts: 416
Soci: Look good! Dont you need some kind of counter. How does it work?
EDIT: Ahh .. it must be the range
2016-01-20 18:10
soci

Registered: Sep 2003
Posts: 480
Universal functions, lists, broadcasting. This should give a hint.

ps.: If this gets copied I'll kick asses ;)
2016-01-20 18:17
Slammer

Registered: Feb 2004
Posts: 416
Soci: The KickAssembler solution is actually quite close to this and i think it was already there when it was first released in 2006 so no copying there :-)
.fill 256, 127.5 + 127.5*sin(toRadians(i*360/256))
Nb. Ofcause you can also import stuff if thats the way you want to do it.
2016-01-20 18:33
soci

Registered: Sep 2003
Posts: 480
Yes, it looks similar but it's very different.

On the other hand your version is easier to understand for those unfamiliar with the concepts. And at the end that's what matters.
Previous - 1 | ... | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | ... | 19 - Next
RefreshSubscribe to this thread:

You need to be logged in to post in the forum.

Search the forum:
Search   for   in  
All times are CET.
Search CSDb
Advanced
Users Online
Alakran_64
MWR/Visdom
Durandal
Guests online: 98
Top Demos
1 Next Level  (9.7)
2 13:37  (9.7)
3 Mojo  (9.7)
4 Coma Light 13  (9.6)
5 Edge of Disgrace  (9.6)
6 What Is The Matrix 2  (9.6)
7 The Demo Coder  (9.6)
8 Uncensored  (9.6)
9 Comaland 100%  (9.6)
10 Wonderland XIV  (9.6)
Top onefile Demos
1 No Listen  (9.6)
2 Layers  (9.6)
3 Cubic Dream  (9.6)
4 Party Elk 2  (9.6)
5 Copper Booze  (9.6)
6 Dawnfall V1.1  (9.5)
7 Rainbow Connection  (9.5)
8 Onscreen 5k  (9.5)
9 Morph  (9.5)
10 Libertongo  (9.5)
Top Groups
1 Performers  (9.3)
2 Booze Design  (9.3)
3 Oxyron  (9.3)
4 Triad  (9.3)
5 Censor Design  (9.3)
Top NTSC-Fixers
1 Pudwerx  (10)
2 Booze  (9.7)
3 Stormbringer  (9.7)
4 Fungus  (9.6)
5 Grim Reaper  (9.3)

Home - Disclaimer
Copyright © No Name 2001-2024
Page generated in: 0.057 sec.