Search found 104 matches

by javierglez
Thu Mar 07, 2024 11:05 am
Forum: Games
Topic: FREAX (and some other new bits)
Replies: 11
Views: 1143

Re: FREAX (and some other new bits)

Good idea have the alternate rows of aliens moving in opposite directions.
But I don't know what you mean about the VIC1001, apparently it's 3583 bytes free too.
(TBH I had never tried VIC1001 settings on VICE until today)
by javierglez
Sun Mar 03, 2024 8:41 am
Forum: Programming
Topic: "Ultimate Expansion" - new firmware for FE3
Replies: 59
Views: 9929

Re: "Ultimate Expansion" - new firmware for FE3

i have the FE3 as an .prg file from the BADAPPLE demo with rev020. to play on VICE emulator, first add fe3badas7.5.prg as a Final Expansion cartridge. Then attach badrom7.5.d64 as a 1541 disk image. If the Bad Apple demo indeed also worked with the original Rev. 020, then just by pure luck (most pr...
by javierglez
Sun Mar 03, 2024 7:57 am
Forum: Emulation and Cross Development
Topic: VIC listing program
Replies: 5
Views: 264

Re: VIC listing program

There seems to be more functionalities in the repository tools other than just list programs to pdf. For the record VICE can print listings to bmp if you configure the printer, and can copy and paste text to and from the editor (as long as there are no control characters). But your approach looks mo...
by javierglez
Thu Feb 29, 2024 12:44 pm
Forum: Games
Topic: Vic1001 game list
Replies: 18
Views: 12989

Re: Vic1001 game list

Some issues of this magazine are on archive.org. They look pretty good. I have extracted the listing of Zena. I'd like to know what program they used to enter the hex data.
by javierglez
Sun Feb 18, 2024 12:32 pm
Forum: Games
Topic: Trained VIC20 Games , Cheatcodes and Trainer Pokes
Replies: 221
Views: 45654

Re: Trained VIC20 Games , Cheatcodes and Trainer Pokes

I played the trainer and after7 or 8 levels it kicked me out to BASIC with a READY prompt, without rebooting. Today I watched a gameplay on YT and the game has several more levels. I wonder what happened.
by javierglez
Thu Feb 15, 2024 6:26 am
Forum: Collecting and History
Topic: Is this a particularly low serial number and if so, should I be excited?
Replies: 7
Views: 4028

Re: Is this a particularly low serial number and if so, should I be excited?

I own 3 VIC20s with serial numbers around 10k, PAL, PET style keyboard, in none of them the case serial number matches the board serial number. I don't know if they have been repared or something, they come from eBay, but I 'm suspicious if it's like that for all VICs.
by javierglez
Fri Jan 26, 2024 2:23 am
Forum: Emulation and Cross Development
Topic: Keyboard Buffer and Ctrl/Shift/CBM etc
Replies: 20
Views: 916

Re: Keyboard Buffer and Ctrl/Shift/CBM etc

I guess your emulator should take care of the via registers (the keyboard matrix) and let the kernal interrupt do the updates of these registers you are talking about. I guess otherwise you are rewriting the rom or designing your own system. In this case, I guess you should compute the correct ascii...
by javierglez
Sat Dec 23, 2023 12:45 pm
Forum: Games
Topic: New Game: LIQUIDATOR
Replies: 13
Views: 4527

Re: New Game: LIQUIDATOR

You're welcome, I like puzzles
by javierglez
Fri Dec 22, 2023 12:24 pm
Forum: Games
Topic: New Game: LIQUIDATOR
Replies: 13
Views: 4527

Re: New Game: LIQUIDATOR

I got stuck at level 8 but it may be not me but a program bug.
by javierglez
Tue Dec 05, 2023 6:58 am
Forum: Programming
Topic: Double buffering screen bitmap
Replies: 22
Views: 6455

Re: Double buffering screen bitmap

This snippet iterates reg.Y from $4 to $FF and fills $200 to $2FB with a pattern (which I don't know). Anyway, double buffering would be to write to $1000-$17FF while $1800-$1FFF is on display, and then swap the roles. I doubt you can double buffer pictures larger than 2kB on a regular VIC20 (withou...
by javierglez
Tue Dec 05, 2023 4:36 am
Forum: General Topics
Topic: Ed for Prophet 5
Replies: 20
Views: 8003

Re: Ed for Prophet 5

Vic20 and music keyboards. Are you the 8 bit guy undercover. Anyway, it would be a good topic for one of his videos.
by javierglez
Tue Nov 07, 2023 4:00 pm
Forum: Programming
Topic: VIC 20 Graphics Artist
Replies: 29
Views: 6783

Re: VIC 20 Graphics Artist

It would be nice to rescue the different pieces of data or code and and put together a demo.
by javierglez
Wed Aug 30, 2023 7:30 am
Forum: Programming
Topic: MINIGRAFIK lineart
Replies: 47
Views: 16947

Re: MINIGRAFIK lineart

It's not clear what you mean. Once R/150 is converted to an integer, the rest of the statement just takes bit 0 and branches if set. You don't need to call the ROM, it's straightforward assembler: lda result_lowbyte and #1 bne @label60 or lsr result_lowbyte bcs @label60 I don't see the need to speed...
by javierglez
Sun Aug 27, 2023 1:35 pm
Forum: Programming
Topic: MINIGRAFIK lineart
Replies: 47
Views: 16947

Re: MINIGRAFIK lineart

I have some trouble to send the programs as a file, i dont know why? I think you have to zip prg files And sorry again to send a lot of code here. I find code as text is a comfortable way to share code if there are no PETSCII or control symbols. In this case it's possible to copy and paste it into ...
by javierglez
Tue Aug 22, 2023 9:10 am
Forum: Games
Topic: Cartridges!!!
Replies: 16
Views: 2992

Re: Cartridges!!!

My original VIC is still alive. But back then at some point it had started to freeze whenever the fitted cartridge had a slight movement. Most times I had the 16kB cartridge installed. I was afraid some day the VIC would break, so I started to hate swapping cartridges. Anyways I only had Sargon II, ...