Search found 99 matches
- Tue Jan 07, 2025 1:28 pm
- Forum: Programming
- Topic: Listing to be fixed
- Replies: 12
- Views: 2372
Re: Listing to be fixed
One typo is in 270, the POKE at the end is supposed to be for 7698. That fixes the ; and shows a start countdown. Perfect, thank you. :wink: Edit #2: Munged some other place for the additional char. That is NOT the proper listing anymore, but modified line 170, 290 and 300 to use the init and use t...
- Tue Jan 07, 2025 3:42 am
- Forum: Programming
- Topic: Listing to be fixed
- Replies: 12
- Views: 2372
Re: Listing to be fixed
Hi! I made some changes to lines 260 and 350, so they're not actually typos. 260: I changed to GR=0 because with -1 you were doing an extra lap. 360: I added PRINT"{HOME}GIRI"GR so that it displays the number of laps at the beginning of the program, whereas before it was displayed after 1 ...
- Mon Jan 06, 2025 11:07 pm
- Forum: Programming
- Topic: Listing to be fixed
- Replies: 12
- Views: 2372
Re: Listing to be fixed
I take advantage of your kindness to ask for further help. In another program, called Grand Prix, some details are not displayed as they should. In the screenshot I attach, you can see that the colon and the traffic light (top right) appear redefined. It is likely that there are some typing errors o...
- Sat Jan 04, 2025 11:00 pm
- Forum: Programming
- Topic: Listing to be fixed
- Replies: 12
- Views: 2372
Re: Listing to be fixed
Okay, I solved it. I also changed lines 840 and 870 because they drew the plane landing badly. I then added a change so that the plane, landing, was drawn correctly. Original line: 910 printleft$(h$,h+4)"{right*9}{space*12}":return My change: 900 ifh=15thenreturn 910 printleft$(h$,h+4)&quo...
- Sat Jan 04, 2025 9:10 am
- Forum: Programming
- Topic: Listing to be fixed
- Replies: 12
- Views: 2372
Re: Listing to be fixed
Thanks. Should I also change lines 840 and 870?
Last bug: when the plane lands it is not drawn in full. It seems like a line is missing.
Once this is fixed the program is fine.
Last bug: when the plane lands it is not drawn in full. It seems like a line is missing.
Once this is fixed the program is fine.
- Sat Jan 04, 2025 7:12 am
- Forum: Programming
- Topic: Listing to be fixed
- Replies: 12
- Views: 2372
Re: Listing to be fixed
Yes! Thank you both so much!
There is one more problem: the UFO never shoots down the plane. The instructions say that once the plane is hit three times it falls to the ground, but this does not happen.
There is one more problem: the UFO never shoots down the plane. The instructions say that once the plane is hit three times it falls to the ground, but this does not happen.
- Fri Jan 03, 2025 10:21 pm
- Forum: Programming
- Topic: Listing to be fixed
- Replies: 12
- Views: 2372
Listing to be fixed
Hello to all.
I have typed a listing from an Italian magazine, but I find a problem: the joystick does not work.
Can you help me?
I attach the original listing, PRG and TXT files.
Thanks in advance and happy new year!
I have typed a listing from an Italian magazine, but I find a problem: the joystick does not work.
Can you help me?
I attach the original listing, PRG and TXT files.
Thanks in advance and happy new year!
- Tue May 19, 2020 11:49 pm
- Forum: International VIC
- Topic: [ITA] Giochi della rivista PAPERSOFT n.34 1985
- Replies: 11
- Views: 15911
- Tue May 19, 2020 11:44 pm
- Forum: International VIC
- Topic: City Crusher
- Replies: 20
- Views: 15711
Re: City Crusher
Ottimo, grazie per la miglioria. Un caro saluto! 

- Sun Dec 22, 2019 2:18 am
- Forum: International VIC
- Topic: Buon Natale 2019 a tutti!
- Replies: 8
- Views: 12106
Re: Buon Natale 2019 a tutti!
Grazie a tutti! :) Sarebbe stato carino fare un programma simile a "Season's Greetings" per C64, ma ci vuole un maghetto della programmazione in assembly, e io di certo non lo sono. Sono fermo a LDA, STA, e tutto finisce lì! :mrgreen: Comunque l'intento era quello di creare un'atmosfera na...
- Sun Dec 22, 2019 2:06 am
- Forum: Programming
- Topic: I need a snowfall effect
- Replies: 2
- Views: 3273
Re: I need a snowfall effect
Thank you. However, I finally decided to do the program without a snowfall effect. You can download it here. It will however be useful for future programs. Thanks again, and happy Sunday. 

- Wed Dec 18, 2019 8:24 am
- Forum: International VIC
- Topic: Buon Natale 2019 a tutti!
- Replies: 8
- Views: 12106
Buon Natale 2019 a tutti!
buon_natale_2019_screenshot.png Un piccolo pensiero per tutti gli amici vichisti, italiani e non! :wink: ISTRUZIONI Caricare il primo file "BUON NATALE 2019" col comando: load"*",8 Verranno caricati automaticamente i seguenti brani musicali: 1. Silent Night 2. We Wish You A Merr...
- Sat Nov 30, 2019 4:55 am
- Forum: Programming
- Topic: I need a snowfall effect
- Replies: 2
- Views: 3273
I need a snowfall effect
Some of you have a snow-effect routine for VIC-20 similar to this video (starting from minute 0:38)? It can be in BASIC or machine language. I tried to do it in BASIC but the final effect doesn't satisfy me.
Thanks in advance and good weekend everyone!
Thanks in advance and good weekend everyone!
- Mon Nov 11, 2019 7:15 am
- Forum: Programming
- Topic: Listing to be fixed
- Replies: 3
- Views: 3653
Re: Listing to be fixed
Perfect! Here's the bug!
It was a typo in the magazine, as can be seen in the attached file.
Thanks so much to both of you.
It was a typo in the magazine, as can be seen in the attached file.
Thanks so much to both of you.

- Sun Nov 10, 2019 9:23 am
- Forum: Programming
- Topic: Listing to be fixed
- Replies: 3
- Views: 3653
Listing to be fixed
Hello to all. I have typed a listing from an Italian magazine, but I find a problem: the joystick does not move the little man. I point out that the listing is correct, checked several times. I also checked the original version of Compute!'s Gazette magazine, and it's all right. Can you help me? I a...