Search found 211 matches

by buzbard
Wed Oct 01, 2014 12:16 pm
Forum: General Topics
Topic: Say Yoho!
Replies: 44
Views: 9378

Re: Say Yoho!

Hello Scott, it's awesome that you found our little corner of the web. Welcome! It's not often we get to speak with someone as famous and important as you. I remember playing your games on the VIC20 a lot, they inspired my friends and I to create our own adventures, (though they we only knew BASIC b...
by buzbard
Sun Sep 21, 2014 2:05 pm
Forum: Emulation and Cross Development
Topic: Switching From DASM to KickAssembler
Replies: 5
Views: 3102

Re: Switching From DASM to KickAssembler

Don't ya just hate that? You pound your head against a wall forever trying to figure something out, then when you finally give up and ask somebody else, the answer instantly pops into your head before they can even answer your question.

Good work btw. :D
by buzbard
Sun Aug 31, 2014 11:58 am
Forum: Emulation and Cross Development
Topic: VICE Palette File (vpl) editor.
Replies: 16
Views: 4658

Re: VICE Palette File (vpl) editor.

Very interesting and useful! Hope some perfectionist here will come up with a "perfect" palette for the VIC :P I'd suggest using the mike.vpl from this thread: Help improving the VIC20 palette in vice! I really like this palette a lot better than the default.vpl Mike also has an NTSC AVI ...
by buzbard
Fri Aug 29, 2014 2:19 pm
Forum: Emulation and Cross Development
Topic: VICE Palette File (vpl) editor.
Replies: 16
Views: 4658

Re: VICE Palette File (vpl) editor.

Thanks. That was my idea, to make editing as simple as possible. :D

I added a link to the source code in the first post.
by buzbard
Thu Aug 28, 2014 2:59 pm
Forum: Emulation and Cross Development
Topic: VICE Palette File (vpl) editor.
Replies: 16
Views: 4658

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
Mon Aug 11, 2014 1:26 pm
Forum: Other Systems
Topic: Favorite Game Programmer (any platform)
Replies: 25
Views: 5975

Re: Favorite Game Programmer (any platform)

Who is your favorite game programmer... Jeff Daniels of course! :D ( What did I win? ) Seriously, I like Jeff Minter a lot, I read his unfinished book that's been floating around, and his story is similar to mine, in that we both learned to program on a PET in high school. I also like all the Activ...
by buzbard
Sun Aug 10, 2014 10:06 am
Forum: Programming
Topic: Reverse engineering KERNAL source
Replies: 10
Views: 2108

Re: Reverse engineering KERNAL source

Yeah, here's one.
kernel_disassembly.txt
by buzbard
Thu Jul 10, 2014 6:48 am
Forum: Collecting and History
Topic: VIC 20 Logo font
Replies: 36
Views: 13583

Re: VIC 20 Logo font

There is a label maker at AtariAge to design custom labels.

And if you contact Albert, I believe you can get professional quality die-cut labels that aren't very expensive.
by buzbard
Sun Jun 29, 2014 8:06 am
Forum: Hardware and Tech
Topic: Jim Brain's uIEC
Replies: 3
Views: 857

Re: Jim Brain's uIEC

If you don't want the daughter card that connects to the cassette port I would suggest getting one of the uIEC Edge Connectors to solder your wires to it. It will make life so much better later on if something goes wrong with the uIEC and you need to remove it. For the pin-out try the µIEC Wiki . Ji...
by buzbard
Wed Apr 30, 2014 4:19 pm
Forum: Other Systems
Topic: Atari Dump found by Archaeologists
Replies: 14
Views: 2922

Re: Atari Dump found by Archaeologists

Here in the US we used to be able to go "shopping" at the landfills. We used to go once a week and pick up deposit bottles, aluminum cans, and anything that looked like it might be useable. And then people started picking up papers with personal info and stealing other people's identity, s...
by buzbard
Wed Apr 16, 2014 9:35 am
Forum: General Topics
Topic: Which computer will be the most valuable in year 2050?
Replies: 16
Views: 3632

Re: Which computer will be the most valuable in year 2050?

I voted C64.
There isn't really a large fan base for Plus4/C16 only because it came at the end of Commodore's life span. The C64 was a lot more popular.
The C64 seems to have a more 'fragile' chip set than the VIC20 so I'm guessing there are going to be fewer and fewer C64s as time rolls on.
by buzbard
Fri Apr 11, 2014 7:30 pm
Forum: Hardware and Tech
Topic: Memory Expansion Poll 2014
Replies: 15
Views: 2824

Re: Memory Expansion Poll 2014

I have a HesWare 5 slot port expander with:
2-3k
3-8k
3-16k + 1-16k with a bad RAM (it only adds 12k)
1-MegaCart
and a self made 35k that I made by adding a 32k RAM to a Super Expander cart.
by buzbard
Fri Apr 04, 2014 1:15 pm
Forum: Other Systems
Topic: VIC 20 colour theme for Sublime Text Editor?
Replies: 3
Views: 1743

Re: VIC 20 colour theme for Sublime Text Editor?

That editor does look interesting. I've been using ConTEXT since it was in early beta so I'm kinda partial to it. After trolling through the Sublime forums for a bit, I found a post where someone created a theme editor. You can check it out here -> Sublime Theme Editor I played around with it a bit,...
by buzbard
Mon Mar 03, 2014 12:23 pm
Forum: Games
Topic: Panicman for 3k and 8k vic
Replies: 55
Views: 27983

Re: Panicman for 3k and 8k vic

Here's a routine that I use to save a block of memory: s=828:e=900:sh%=s/256:sl=s-sh%*256:eh%=e/256:el=e-eh%*256 sys57809("filename"),8,1:poke193,sl:poke194,sh% poke780,193:poke781,el:poke782,eh%:sys65496 Type these lines one at a time pressing enter after each. Change the ' s ' and ' e ' ...
by buzbard
Mon Mar 03, 2014 10:36 am
Forum: Games
Topic: Panicman for 3k and 8k vic
Replies: 55
Views: 27983

Re: Panicman for 3k and 8k vic

Very nice! This makes the Atarisoft version look like a kindergartener made it. Awesome! I noticed that it looks like you saved both versions from the beginning of the BASIC RAM areas ($0400 for 3k and $1200 for 8k). If you save starting at $0401 for 3k and $1201 for 8k then you won't need the ,1 at...