Search found 24 matches

by buzbard
Thu Sep 05, 2019 3:32 pm
Forum: Software
Topic: C-64/C-128 Software availibility
Replies: 5
Views: 6046

Re: C-64/C-128 Software availibility

That's an awesome collection you have there.
Thank you for sharing. :D
by buzbard
Sun Jul 28, 2019 12:39 am
Forum: Chit Chat
Topic: Denial is in worst shape than Melon64!
Replies: 17
Views: 8451

Re: Denial is in worst shape than Melon64!

Having the same problem for about a week now.
Just keep getting "Service Unavailable."
by buzbard
Wed Nov 16, 2016 7:37 am
Forum: Chit Chat
Topic: Mythbusters' last season! I'll miss them!
Replies: 27
Views: 19695

Re: Mythbusters' last season! I'll miss them!

Here's an update for you.

Mythbusters: The Search

and it starts Jan. 7th…login to view the rest of this post
by buzbard
Sat Apr 16, 2016 6:41 pm
Forum: Chit Chat
Topic: Mythbusters' last season! I'll miss them!
Replies: 27
Views: 19695

Re: Mythbusters' last season! I'll miss them!

Have you seen this?

Search for the next Mythbusterslogin to view the rest of this post
by buzbard
Sun Aug 31, 2014 7:15 pm
Forum: Emulation
Topic: VICE Palette File (vpl) editor.
Replies: 5
Views: 9106

Re: VICE Palette File (vpl) editor.

That's some nice bit of work, Ray! I have already uploaded it to our group Dropbox, have it callable from Notepad++, and have begun using it for palette work. Very simple to operate -- actually, it's as easy as it could be, and the color grabber is a nice touch! I love the file size. A great exampl...
by buzbard
Fri Aug 29, 2014 9:16 pm
Forum: Emulation
Topic: VICE Palette File (vpl) editor.
Replies: 5
Views: 9106

Re: VICE Palette File (vpl) editor.

Thanks, that was whole idea for this, to make editing the palette as simple a possible.

I added a link to the source code in the first post.
by buzbard
Thu Aug 28, 2014 9:58 pm
Forum: Emulation
Topic: VICE Palette File (vpl) editor.
Replies: 5
Views: 9106

VICE Palette File (vpl) editor.

Here's a program that I put together to edit VICE Palette Files (vpl). http://s6.postimg.org/5ha1d9m59/Palette_Editor.jpg PaletteEditor .11.zip This is a Windows program, (sorry to everyone else). It requires the Visual Basic 6 runtime dll. Press 'F1' for a list of keys used. You'll notice a small b...
by buzbard
Tue Aug 26, 2014 2:43 pm
Forum: BASIC
Topic: Hiding messages in strings.
Replies: 1
Views: 5532

Re: Hiding messages in strings.

I used to do that as well. Here's another way to do it: hidden.png In line 10 after the 'REM' type 2 double quotes, delete the second, to exit quote mode. Press CTRL+9, to enter reverse mode. Press 'T' for every character back to, the 'H" (in this case 18 times). Press CTRL+0 to exit reverse mo...
by buzbard
Tue Jul 08, 2014 9:45 pm
Forum: BASIC
Topic: Joystick port II with sprites demo.
Replies: 15
Views: 16944

Re: Joystick port II with sprites demo.

I thought I did say that I was using CBM Prg Studio... I must've missed that. It may be slower, but I prefer a -1 at the end of the data or something similar as an exit clause so I don't have to count as I run out of fingers quickly... You have toes don't you? Just kidding. :lol: I'd usually switch...
by buzbard
Tue Jul 08, 2014 2:52 pm
Forum: BASIC
Topic: Joystick port II with sprites demo.
Replies: 15
Views: 16944

Re: Joystick port II with sprites demo.

How the heck did you type in line 63999? That's almost 5 screen lines, the C64 will only accept 2 screen lines. I could understand if you had a lot of keywords that could be abbreviated but that's all numbers. For the msb logic you could use: msb = -ff * (xaxis > 255) And when reading and poking dat...