Search found 62 matches
- Mon Apr 14, 2025 2:03 pm
- Forum: Programming
- Topic: Unclear bug in FOR loop (was: Bugs & Quirks in the [...] ROMs)
- Replies: 7
- Views: 637
Re: Unclear bug in FOR loop (was: Bugs & Quirks in the [...] ROMs)
EDIT - I found it, I am stupid, stupid, stupid, stupid. It was so simple...... Sorry, sorry, sorry. Soloman , I can't remember the last time I used a POKE was (or a PEEK for that matter) since I embarked on a long-overdue migration away from BASIC , and started programming in 6502 Assembly on the &...
- Mon Apr 14, 2025 3:38 am
- Forum: Programming
- Topic: Unclear bug in FOR loop (was: Bugs & Quirks in the [...] ROMs)
- Replies: 7
- Views: 637
Re: Unclear bug in FOR loop (was: Bugs & Quirks in the [...] ROMs)
So? What went wrong? Your code-snippet looked fine. And the STEP -1 command was fine as well. Pfff. This is a part of a subroutine that shows the suitcases. In the game you have to open an amount of suitcases. The suitcases you opened are removed, so I made them invisible by giving the suitcasenumb...
- Sun Apr 13, 2025 2:55 pm
- Forum: Programming
- Topic: Unclear bug in FOR loop (was: Bugs & Quirks in the [...] ROMs)
- Replies: 7
- Views: 637
Re: Unclear bug in FOR loop (was: Bugs & Quirks in the [...] ROMs)
Either post the complete program which crashes or produce a minimal test case that reproduces this behaviour, then we can look further. The code snippet you show in the screenshot above is incomplete , on its own there is exactly a zero % chance it could crash the BASIC interpreter or even VICE. Ju...
- Sun Apr 13, 2025 9:36 am
- Forum: Programming
- Topic: Unclear bug in FOR loop (was: Bugs & Quirks in the [...] ROMs)
- Replies: 7
- Views: 637
Unclear bug in FOR loop (was: Bugs & Quirks in the [...] ROMs)
Just discovered another bug, or am I mistaking? I am programming the game "Deal or no deal" (USA). In the Netherlands we have the roots of this television-show. When I programmed a screen where the available briefcases are shown, the VIC (Vice emulator) froze when I choose briefcase 1. The...
- Sat Jan 25, 2025 8:58 am
- Forum: General Topics
- Topic: Jeff's VIC 20 Book
- Replies: 279
- Views: 152320
Re: Jeff's VIC 20 Book
looking at the PDF version 1.2 the joystick section seems to have errors Thanks for this! As some of you already know, I am working on an expanded color version with tutorials and such. I welcome any corrections or additions. I own the book and it's tremendous. I use it everytime when I'm programmi...
- Sun Dec 01, 2024 3:54 pm
- Forum: Programming
- Topic: Welcome! Please add your programs.
- Replies: 62
- Views: 124072
Re: Welcome! Please add your programs.
But now again, I struggle with the end of the program. Again garbage. Always the last line. I do nothing in the zero page, I just program in BASIC. It looks like this in the monitor: https://i.ibb.co/rGNwtV7/garbage.jpg The last programlines are DATA-lines. The last is DATA 6,,5, On location $1C8D y...
- Sun Dec 01, 2024 3:20 pm
- Forum: Programming
- Topic: Welcome! Please add your programs.
- Replies: 62
- Views: 124072
Re: Welcome! Please add your programs.
I wrote my first text-adventure-game for the unexpanded VIC. I was used to the Commodore <plenty of memory> 64, but now I only had 3581 bytes. :D Pfff, I economized by making a world of only nine places with one-word-commands. Well, it turned out to a simple adventure, but I made the step programmin...
- Tue Sep 24, 2024 4:23 pm
- Forum: Emulation and Cross Development
- Topic: Corrupt end of basic program
- Replies: 13
- Views: 7147
Re: Corrupt end of basic program
Couldn't find minimon. https://sleepingelephant.com/ipw-web/bulletin/bb/search.php?keywords=MINIMON I found a bin, but I couldn't get it to run. I stuck with VICMON, and I found in the manual the E-command. That's the solution so VICMON doesn't interfere with the BASIC-line of SYS. And it works! ht...
- Tue Sep 17, 2024 9:28 am
- Forum: Emulation and Cross Development
- Topic: Corrupt end of basic program
- Replies: 13
- Views: 7147
Re: Corrupt end of basic program
It just happened again. Just a program, nothing special, with a blurred end after the listing. You still remain short of providing a reproducible test case, where a program is corrupted without the known usual suspects as cause (i.e. stray POKEs into zeropage or into the tokenized BASIC program tex...
- Sun Sep 15, 2024 4:10 pm
- Forum: Emulation and Cross Development
- Topic: Corrupt end of basic program
- Replies: 13
- Views: 7147
Re: Corrupt end of basic program
It just happened again. Just a program, nothing special, with a blurred end after the listing. This is the solution. If your program does not end with an END-statement - $80 - (because of subroutines or DATA), add a REM THIS IS THE END after the last line. Attacht the VICMON-cartridge, start VICMON ...
- Wed Sep 04, 2024 11:06 am
- Forum: General Topics
- Topic: Manuals in other languages
- Replies: 8
- Views: 4706
Re: Manuals in other languages
In the Netherlands there is no need for Dutch manuals. Every Dutchman learns English thouroughly at school.
- Wed Sep 04, 2024 5:56 am
- Forum: Programming
- Topic: Welcome! Please add your programs.
- Replies: 62
- Views: 124072
Re: Welcome! Please add your programs.
Source is attached. The ZIP file contains the source, the graphics, and a .prg ready to run. smilebounce2.png Very nice. Thank you for attaching the assembler source too. I am a beginning assembler VIC-20 programmer, so I can see how you programmed it. I am using the SYS-method. Before I start prog...
- Wed Jun 26, 2024 2:08 am
- Forum: General Topics
- Topic: Photos and video from the Pacific Commodore Expo NW 2024
- Replies: 7
- Views: 4604
Re: Photos and video from the Pacific Commodore Expo NW 2024
Very nice to see how things are going at the other side of the ocean! And I like the retro-homepage.
- Fri Jun 21, 2024 9:09 am
- Forum: Programming
- Topic: EURO 24 football program disk with added game - a slot machine
- Replies: 13
- Views: 9354
Re: EURO 24 football program disk with added game - a slot machine
I continue with writing a program that calculates the matches after the group-phase. But I do that for myself. Now, this topic ends with this, because I doubt whether this topic is a contribution to this forum. (In America soccer is not something that reaches the front pages of newspapers, so I unde...
- Thu Jun 20, 2024 1:18 am
- Forum: Programming
- Topic: EURO 24 football program disk with added game - a slot machine
- Replies: 13
- Views: 9354
Re: UEFA European football championship 2024
All programs on the disk for the unexpanded VIC And hereby the disk with the programs. It's a pity I had to used the normal INPUT-statement. There was no room for my INPUT-routine. Technical description follows later. The disk has the following programs: EURO24-MATCHES To lookup the matches from a s...