Search found 550 matches

by nippur72
Fri Sep 22, 2006 10:05 am
Forum: Emulation and Cross Development
Topic: Help me with ca65 (cc65)
Replies: 10
Views: 5848

Help me with ca65 (cc65)

Due to some bugs in the assembler, I'm switching from Quetzcoatl to cc65 (ca65). Anyway I am not able to produce an executable that I can load in VICE. The problem is that the "a.out" executable file is missing the two byte address at the start of the file that makes it loadable with "...
by nippur72
Fri Sep 22, 2006 9:34 am
Forum: Hardware and Tech
Topic: Interesting motherboard VIC trimmers explained !
Replies: 9
Views: 3855

I've made a 3-frame animation of what the white trimmer does on the image, for those who wants to see its effects without touching the real machine: http://i23.photobucket.com/albums/b380/nippur/vic_trimmer.gif Another interesting thing to note is that the factory position of this trimmer looks to b...
by nippur72
Wed Sep 20, 2006 12:46 am
Forum: Programming
Topic: How to read bits from tape
Replies: 22
Views: 12353

How to read bits from tape

does anybody knows how to read the state of the "data" bit from the tape interface? I haven't found it explained in the reference guide nor in the other docs I have. I understand the VIA chip has to be programmed but don't know how. I need to play with tape signals and I want to write a so...
by nippur72
Tue Sep 19, 2006 6:57 am
Forum: Hardware and Tech
Topic: B/W video... help!
Replies: 3
Views: 1293

A long, long time ago I scrapped a VIC-20 with the same promblem only to find out years later that it was a NTSC machine.
I just fixed it, thank you, see my other post "interesting motherboad trimmers":

http://sleepingelephant.com/v-web/bulle ... php?t=1384
by nippur72
Tue Sep 19, 2006 12:53 am
Forum: Hardware and Tech
Topic: Tape interface for mp3 input ?
Replies: 15
Views: 3901

Is there any schema for this cable? I would like to build one. I suppose I have to shortcircuit the sense pin so to simulate the "pressed play on tape".

I wonder also where I can find the tape female connector... I don't think it's standard.
by nippur72
Tue Sep 19, 2006 12:36 am
Forum: Hardware and Tech
Topic: MP3 save / load test ok
Replies: 3
Views: 1420

What mp3 codec did you use, and what MP3 specific settings did you use with your codec? I used the one that comes with Nero CD Burning program, it's called mp3pro but I kept turned off the "pro" option (which produces evens smaller files). I used also the "fast" compression opti...
by nippur72
Mon Sep 18, 2006 1:27 pm
Forum: Hardware and Tech
Topic: MP3 save / load test ok
Replies: 3
Views: 1420

MP3 save / load test ok

I've tested the possibility to load from cassette a program that has been previousy recorded on tape from an mp3 source (one application of that would be loading programs from a portable mp3 player). I converted a test program into Wav format with WAV-PRG, then I opened it in a wave editor and saved...
by nippur72
Mon Sep 18, 2006 11:34 am
Forum: Hardware and Tech
Topic: Interesting motherboard VIC trimmers explained !
Replies: 9
Views: 3855

Interesting motherboard VIC trimmers explained !

I've found what the the two trimmers located near the VIC chip do! My VIC-20 didn't diplay colors so I dared to open it and change the trimmers in the hope to fix the problem (I had read a previous message about that, but the author didn't specify which trimmer was to be changed). Near the VIC chip ...
by nippur72
Sun Sep 17, 2006 2:57 pm
Forum: Hardware and Tech
Topic: Tape interface for mp3 input ?
Replies: 15
Views: 3901

Tape interface for mp3 input ?

I wonder if there is a cable for the tape interface with an audio jack plug so to connect an mp3 or cd player to the Vic 20. That would be a very convenient way of loading programs, with no errors and possibility to choose the tracks/programs on the fly. Is that in theory possible? I started to conv...
by nippur72
Sun Sep 17, 2006 11:47 am
Forum: Hardware and Tech
Topic: B/W video... help!
Replies: 3
Views: 1293

B/W video... help!

I have a working Vic-20 which shows sharp images but no color at all (grayscales). Is it the VIC broken? Or could it be the RF modulator? All the rest is working perfectly. I've read in a previous post (this one: http://sleepingelephant.com/v-web/bulletin/bb/viewtopic.php?t=393 ) that there is a tri...
by nippur72
Sat Sep 16, 2006 2:47 am
Forum: General Topics
Topic: My new tiny site
Replies: 17
Views: 9408

PS- Am I the only italian here? you're not ! that's me too :-) I am another italian who bought the Vic in 1984, (at age 12). I used to buy "Program" and "Playgames" magazines, but as you have said, there were just pirated programs with name changed. Their only addition was the m...
by nippur72
Fri Sep 15, 2006 6:59 am
Forum: Programming
Topic: Game main loops in Machine Language
Replies: 12
Views: 4402

I am going to add sound effects only, no music for the moment. Nonetheless I don't want the game "freeze" when the effect is on, so I was thinking to link to IRQ. Basically I need 3 or 4 effects: 1 for piece move/rotate, 1 for piece drop, 1 for line complete and one for "game over&quo...
by nippur72
Fri Sep 15, 2006 2:01 am
Forum: Programming
Topic: Suggestion for a keyboard routine
Replies: 6
Views: 2200

I've investigated more on the Vice shift-key bug. It appears to be more evident with the left cursor key. Indeed, if you quickly press on the pc keyboard the sequence left, up, left, up, ... the cursor on the emulated screen describes instead a right-up diagonal. I should mention that I use an itali...
by nippur72
Thu Sep 14, 2006 12:54 pm
Forum: Programming
Topic: Suggestion for a keyboard routine
Replies: 6
Views: 2200

thank you for the code snippet, it clears all the confusion in my mind :) As for the Vice bug I mentioned before, I was referring to the fact that sometimes left arrow on pc keyboard produces "cursor right" on the vic20 emulated screen. This weird behaviour is annoying me because occurs ve...
by nippur72
Thu Sep 14, 2006 12:32 pm
Forum: Games
Topic: NoMess
Replies: 35
Views: 8961

very good with the new speed and the graphic characters I've noticed that the cursor doesn't move in diagonals (at least in Vice), is that intentional ? I would suggest to change the white/cyan screen color, it looks too "standard" to me (perhaps use one of those extendend color from 8-15 ...