Search found 3467 matches

by Boray
Sat Jun 12, 2004 5:20 am
Forum: General Topics
Topic: 5K or 5.5K?
Replies: 5
Views: 3287

It still is RAM! As RAM means random access memory and the color RAM can be accessed randomly. And in the vic-20 programmers reference guide, it says in the memory map "COLOR RAM".

/Anders
by Boray
Fri Jun 11, 2004 11:05 am
Forum: General Topics
Topic: 5K or 5.5K?
Replies: 5
Views: 3287

5K or 5.5K?

It's always said the VIC-20 has 5K of RAM by default... But what about the color RAM? That is 1024 4-bit nibbles... (equal storage amount of 512 bytes). So the Vic-20 actually has 5.5K of RAM internally. Or?

/Anders
by Boray
Thu Jun 10, 2004 5:51 am
Forum: Games
Topic: 20 Line Contest: Egg Salad
Replies: 17
Views: 15175

Is it cheating to use the joystick while playing a joystick controlled game? :roll: ;)

/Anders
by Boray
Wed Jun 09, 2004 4:55 am
Forum: Programming
Topic: Only You
Replies: 14
Views: 4366

Put in a check somewhere that the button in up. If you don't want the program to delay while holding down the button, then how about this: start: if NOT (buttondown) then b=0 if (buttondown) AND b=0 then switch the things b=1 end if your normal program loop goto start ....or if you have a delay loop...
by Boray
Wed Jun 09, 2004 4:28 am
Forum: Games
Topic: 20 Line Contest: Egg Salad
Replies: 17
Views: 15175

I don't know if it's the trick you think about, but I just held down fire all the time to prevent me from incomming bombs and briefly released it just after a bomb (to make the game continue).

/Anders
by Boray
Tue Jun 08, 2004 1:37 pm
Forum: Programming
Topic: Only You
Replies: 14
Views: 4366

Sometimes when I press fire to switch position of two things, then I don't manage to release fire fast enough and that makes them to switch back again. That is a little anoying... Just a little note if you like to improve the game...

/Anders
by Boray
Tue Jun 08, 2004 1:34 pm
Forum: Games
Topic: 20 Line Contest: Egg Salad
Replies: 17
Views: 15175

I played your game again yesterday, and when you have learned the tricks how to play it, I think it's way too easy!!! I went on to level 150 just to be sure that I would own the all time high score forever! ;)

/Anders
by Boray
Sun Jun 06, 2004 5:06 am
Forum: General Topics
Topic: How much expansion RAM do you have for your Vic20?
Replies: 17
Views: 11142

Cool, Lee! You're a real hardware hacker! So are you loading rom images from the PC directly into the expansion memory then?

/Anders
by Boray
Sat Jun 05, 2004 4:34 am
Forum: General Topics
Topic: How much expansion RAM do you have for your Vic20?
Replies: 17
Views: 11142

What is GAL code?

/Anders
by Boray
Fri Jun 04, 2004 4:22 am
Forum: General Topics
Topic: server64 for vic
Replies: 2
Views: 2919

If this is a software only running on the PC - emulating a Commodore diskdrive, then I would guess it's no problem at all.

/Anders
by Boray
Fri Jun 04, 2004 4:01 am
Forum: General Topics
Topic: How much expansion RAM do you have for your Vic20?
Replies: 17
Views: 11142

Oops, I should have marked 19K and not 16K as the Super Expander cartridge has a 3K built in (and I can use them at the same time)... Anders, I think 8K has precedence over 3K because if I use the SUper Expander with my 16K cartridge, it uses the 16K.... with the commands from super expander... /And...
by Boray
Thu Jun 03, 2004 4:15 am
Forum: General Topics
Topic: Vimm Demos
Replies: 6
Views: 3934

And there is a .d64 here:
http://www.cs.tut.fi/~albert/Pu-239/vimm/

/Anders
by Boray
Thu Jun 03, 2004 4:13 am
Forum: General Topics
Topic: Vimm Demos
Replies: 6
Views: 3934

The names should be like this:

COPPER.N
COPPER.P
CREDIZ.N
CREDIZ.P
PLASMA.N
PLASMA.P
SHEKKI.N
SHEKKI.P
TECH^2.N
TECH^2.P
VICPIC.N
VICPIC.P
VIMM
VIMMGFX0
VIMMGFX1
VIMMGFX2
VIMMGFX3
VIMMGFX4
VIMMGFX5
VIMMGFX6
VIMMGFX7
VIMMGFX8
VIMMGFX9
VIMMGFXA
VIMMGFXB
by Boray
Wed Jun 02, 2004 5:23 am
Forum: General Topics
Topic: How much expansion RAM do you have for your Vic20?
Replies: 17
Views: 11142

How much expansion RAM do you have for your Vic20?

How much expansion RAM do you have for your Vic20? (Only persons who own a REAL vic-20 can answer.)
by Boray
Wed Jun 02, 2004 5:10 am
Forum: General Topics
Topic: Vimm Demos
Replies: 6
Views: 3934

It works for me. I just wait for a while, and the next part loads by itself...

/Anders