Search found 180 matches

by Wilson
Wed Oct 10, 2018 11:20 am
Forum: Programming
Topic: MINIPAINT 1.2
Replies: 74
Views: 92241

Re: MINIPAINT 1.2

Adorable! :)
by Wilson
Thu May 10, 2018 1:01 pm
Forum: Programming
Topic: Super Mario Bros for VIC-20
Replies: 96
Views: 86831

Re: Super Mario Bros for VIC-20

Yea. I'm plundering around with the example code, mostly optimizing it to get scrolling to work smoothly. Originally I was copying all bytes after 4 dual-bit shifts, but that takes a really long time and is a real waste. Now its only copying the bytes that contain something.. but I will improve tha...
by Wilson
Tue Apr 03, 2018 3:54 pm
Forum: General Topics
Topic: ** Revision 2018 Invitation / Website
Replies: 11
Views: 6195

Re: ** Revision 2018 Invitation / Website

Sweet! Fantastic work, Heaven! Great to see the Vic-20 reppin' again this year! :D
by Wilson
Tue Sep 19, 2017 9:12 am
Forum: Collecting and History
Topic: Two VIC-20 Releases for Gubbdata 2017 ...
Replies: 5
Views: 5459

Re: Two VIC-20 Releases for Gubbdata 2017 ...

Mermaid's work is truly inspiring. It's great to see another Vic-20 release from her.
by Wilson
Thu Aug 24, 2017 9:54 am
Forum: General Topics
Topic: ECCC/VCFMW Sep 9-10
Replies: 2
Views: 2130

ECCC/VCFMW Sep 9-10

Thought I'd drop a mention for this since I haven't seen it posted yet. The Vintage Computer Festival Midwest, and ostensibly ECCC (though that website hasn't been updated for 2017), will be happening in just two short weeks! I'll be making the long and expensive journey through the many toll roads ...
by Wilson
Tue Apr 18, 2017 8:17 am
Forum: General Topics
Topic: ** Greetings from Revision 2017!
Replies: 13
Views: 5000

Re: ** Greetings from Revision 2017!

Looks like it was a lot of fun! And really nice picture, tokra! Hope you've all had time to recover. :mrgreen:
by Wilson
Thu Dec 25, 2014 2:53 am
Forum: General Topics
Topic: Merry Christmas everyone!
Replies: 2
Views: 932

Merry Christmas everyone!

Merry Christmas!!! I hope everyone has had a great year! In consideration of the Europeans I stayed up til almost 3 "finishing" this in hopes that some of you might find it before Christmas is over...but not with so much consideration as to actually release a PAL version. Sorry, you'll ne...
by Wilson
Mon Sep 29, 2014 8:32 am
Forum: Programming
Topic: Warning by viznut/pwp
Replies: 10
Views: 5588

Re: Warning by viznut/pwp

The demo "No Pets Allowed" makes use of another technique. The screen size is reduced and the characters are only partially displayed. By choosing the right characters, you can make a bitmap image. Yep, I thought the concept of bitmap graphics was was all you were after. I'm curious to kn...
by Wilson
Thu Sep 25, 2014 8:03 pm
Forum: Programming
Topic: Warning by viznut/pwp
Replies: 10
Views: 5588

Re: Warning by viznut/pwp

Last year I acquired a CBM PET 4032, which contains a CRTC controller IC (6545) and I wonder if it could be pushed into the same trick. I still have to closely examine the schematics and the chip itself, but imagine the possibilities if we could break that boundary of a character based display into...
by Wilson
Thu Aug 14, 2014 9:56 pm
Forum: General Topics
Topic: New Vic 20 owner here.
Replies: 48
Views: 11391

Re: New Vic 20 owner here.

Should i be concerned about overheating when it comes to the two prong model? As has been said, it's pretty normal for them to run a bit warm. Many people reccomend putting a heatsink on the VIC (6560), but that's a separate issue. Unless you want to install a fan, there's not a whole lot else you ...
by Wilson
Tue Aug 12, 2014 7:16 pm
Forum: Programming
Topic: Warning by viznut/pwp
Replies: 10
Views: 5588

Re: Warning by viznut/pwp

When the VIC accesses unconnected space on the VIC-20 and instead takes its pattern data from the instruction and data stream of the CPU, this is another mechanism at work. There are no known cases this would corrupt the internal RAM, and also the schematics of both mainboard revisions don't indica...
by Wilson
Tue Aug 12, 2014 3:20 pm
Forum: Programming
Topic: Warning by viznut/pwp
Replies: 10
Views: 5588

Re: Warning by viznut/pwp

Very nice little demo and great to see another PWP prod! :) The checkerboard/whatever zoomer in the background was done with VIC accessing unconnected space. :P There was some debate on the consistency of that technique years back (even from Viznut himself) across board revisions, right? Did those i...
by Wilson
Thu Oct 31, 2013 10:01 am
Forum: Programming
Topic: fcbpaint - graphics editor with drawable inline color splits
Replies: 27
Views: 22474

Sweet, those are some great feature additions! Thanks for the Halloween treat, tlr! :)
by Wilson
Thu May 30, 2013 7:47 pm
Forum: Programming
Topic: ** New Frontiers in VIC-Hires-Graphics, Part 15
Replies: 17
Views: 9578

I'm not really sure how you came up with those numbers, but... Sorry, I should've elaborated. I didn't know if you were updating color or screen or... so I just did 3*512 for writing zp/stack, 4*(968-512) for non stack/screen, and I guess the rest is obvious. Just disregard that nonsense though. :)...