Search found 252 matches

by vicassembly
Tue Jun 29, 2010 7:11 pm
Forum: Programming
Topic: Random display issues on real Vic
Replies: 3
Views: 1246

Random display issues on real Vic

I have been developing a game in assembler. It works perfectly (as far as I have programmed so far) on my emulator. It works pretty well on the regular Vic but every once in a while some characters on the far right hand side of the display will appear in random places on the screen. I am using 23 co...
by vicassembly
Mon Jun 28, 2010 8:34 pm
Forum: Games
Topic: Compute!'s First Book of Vic Games
Replies: 28
Views: 5539

The Author was Mark Vittek. It appeared in Compute!'s First Book of Vic Games.
by vicassembly
Mon Jun 28, 2010 8:09 am
Forum: Games
Topic: New Release: FIFA World Cup 2010
Replies: 14
Views: 9302

Nice work, Jeff.

The most amazing thing is the SPEED that you created this. I guess you have some experience with basic... :P

It makes me want to revisit some coding in basic. I have been developing an game in assembly and that has been a blast.

Congrats.

Jonathan
by vicassembly
Mon Jun 28, 2010 7:16 am
Forum: Games
Topic: Compute!'s First Book of Vic Games
Replies: 28
Views: 5539

by vicassembly
Sat Jun 26, 2010 8:21 pm
Forum: Hardware and Tech
Topic: Joystick in user port
Replies: 19
Views: 3699

I ordered a copy of Tricks for Vics.... I think I may try it.
by vicassembly
Sat Jun 26, 2010 8:00 pm
Forum: General Topics
Topic: Definitive Vic-20 book list
Replies: 1
Views: 789

Definitive Vic-20 book list

A thread I was recently communicating mentioned a book called "Tricks for Vics." I had not heard of it but quickly found a copy. Has anyone come across (or started) a complete list of Vic-20 books? I am really interested in doing a complete collection. (This may be insane but I love those ...
by vicassembly
Fri Jun 25, 2010 4:38 pm
Forum: Hardware and Tech
Topic: Joystick in user port
Replies: 19
Views: 3699

Joystick in user port

I seem to remember reading that an additional joystick could be added to the user port. Anyone else heard of such a thing? Through an RS232 connection?


Jonathan
by vicassembly
Thu Jun 24, 2010 1:09 pm
Forum: Hardware and Tech
Topic: Connect the VIC-20 to a PC?
Replies: 6
Views: 1966

Yep... I have the uIEC card and connection as well.
by vicassembly
Thu Jun 24, 2010 7:26 am
Forum: Hardware and Tech
Topic: Connect the VIC-20 to a PC?
Replies: 6
Views: 1966

I have my 1541-II connected to the PC with an XM1541 (I think that is the piece) but I am wanting to hook my Vic directly to the PC and use the PC hard drive.

Perhaps this needs to be fleshed out a bit more for me. ;-)
by vicassembly
Thu Jun 24, 2010 6:27 am
Forum: Hardware and Tech
Topic: Connect the VIC-20 to a PC?
Replies: 6
Views: 1966

Connect the VIC-20 to a PC?

Using a VIC-1011A (RS232C) card is there a way to connect the VIC-20 to a PC in order to use the hard drive for storage?

I have to believe this has been attempted by someone on the forum. What additional hardware/software would be needed?

Jonathan
by vicassembly
Wed Jun 23, 2010 1:54 pm
Forum: Games
Topic: Compute!'s First Book of Vic Games
Replies: 28
Views: 5539

Many thank, Orion. I will do Grand Prix Foo next. ;-)

What is the protocol for quoting? Not sure why it isn't nice to quote one's self.

Jonathan
by vicassembly
Wed Jun 23, 2010 11:48 am
Forum: Games
Topic: Compute!'s First Book of Vic Games
Replies: 28
Views: 5539

Damn. I already typed in jumping jack before reading your post.

http://www.4shared.com/file/FXMz6wXP/jumping_jack.html
by vicassembly
Wed Jun 23, 2010 8:28 am
Forum: Programming
Topic: FAC specific and Kernel in general
Replies: 2
Views: 1302

I just realized I used the wrong terminology. I am looking for information on the "Basic ROM" and I called it Kernel.... Oh the joys of a newbie...
by vicassembly
Wed Jun 23, 2010 8:25 am
Forum: Programming
Topic: FAC specific and Kernel in general
Replies: 2
Views: 1302

FAC specific and Kernel in general

I found a great ML routine, in the forum, for generating 'random' numbers in ML. It is completely fine for the game I am making. My question arises when looking at the kernel addresses. JSR $E0BB ; RND(1) JSR $DC0C ; FAC to AFAC LDY #7 JSR $D3A2 ; Load FAC with .Y JSR $DA30 ; Multiply FAC with AFAC ...
by vicassembly
Tue Jun 22, 2010 2:03 pm
Forum: Games
Topic: Compute!'s First Book of Vic Games
Replies: 28
Views: 5539

Thanks Orion. I will start at the back of the book and start entering a game.