Search found 1065 matches

by groepaz
Tue Jan 16, 2024 8:55 am
Forum: Collecting and History
Topic: Documenting the unreleased/cancelled/prototype video game "Ice Palace"
Replies: 10
Views: 1290

Re: Documenting the unreleased/cancelled/prototype video game "Ice Palace"

Have been trying to do the same with GTK VICE 3.8 but I cannot find that option anymore and could not get the .bin to start easily. Maybe there is a good reason to remove support for these files, since they seem to have no starting-address, but this seems to break some software-downloads out there....
by groepaz
Mon Jan 15, 2024 11:20 am
Forum: Collecting and History
Topic: Documenting the unreleased/cancelled/prototype video game "Ice Palace"
Replies: 10
Views: 1290

Re: Documenting the unreleased/cancelled/prototype video game "Ice Palace"

Here is a snap shot for Vice vic20
... which apparently was made in a decades old VICE - and doesn't work in a recent one.

Making a .crt out of it would make a lot more sense :)
by groepaz
Wed Jan 10, 2024 9:18 am
Forum: Emulation and Cross Development
Topic: CBM prg Studio
Replies: 239
Views: 154515

Re: CBM prg Studio

Isn't it using the remote monitor protocol do it's stuff? In that case it should be totally possible to use the linux version of VICE - at least i don't see why not.
by groepaz
Fri Dec 15, 2023 10:39 am
Forum: Programming
Topic: Increasing the number of sound voices?
Replies: 4
Views: 2740

Re: Increasing the number of sound voices?

It works if the composition does mainly consist of fast alternating notes which are all of the same length - not as a generic technique that doubles the channels
by groepaz
Sat Dec 09, 2023 2:42 pm
Forum: General Topics
Topic: Bugs & Quirks in the VIC-20 BASIC & KERNAL ROMs
Replies: 4
Views: 2795

Re: Bugs & Quirks in the VIC-20 BASIC & KERNAL ROMs

It should be noted that most (if not all) of this is still broken in the C64 too :)
by groepaz
Tue Dec 05, 2023 2:00 pm
Forum: Hardware and Tech
Topic: SD2IEC DIN plug color codes
Replies: 3
Views: 2793

Re: SD2IEC DIN plug color codes

I'd be very careful about associating colors with whatever here. It could be completely random and different in the next device. There is no standard for this, and everyone can build the thing however he wants.
by groepaz
Wed Nov 29, 2023 10:06 am
Forum: Programming
Topic: Bi-Directional User Port Code
Replies: 3
Views: 2212

Re: Bi-Directional User Port Code

Not for VIC20 - but the "PC64" userport cable (for the C64) worked like this, ie bidirectional, 4bit per direction. I don't know if this was ever adapted to the VIC20 - but there is quite some code around for it that you could look at. Eg the "over5" utility supports it
by groepaz
Wed Nov 01, 2023 9:33 am
Forum: Programming
Topic: Would a VIC-20 Denial code snippet repository on Github be welcome?
Replies: 10
Views: 2469

Re: Would a VIC-20 Denial code snippet repository on Github be welcome?

Because one cannot build anything in a Wiki and you can't take it to places with no Internet could be cons.
Not sure what you are trying to say, but "code snippets" cant be "built" anyway. And "no internet" seems more of a theoretical than a practical limit to me. YMMV.
by groepaz
Wed Nov 01, 2023 6:51 am
Forum: Programming
Topic: Would a VIC-20 Denial code snippet repository on Github be welcome?
Replies: 10
Views: 2469

Re: Would a VIC-20 Denial code snippet repository on Github be welcome?

Why not use a wiki (like codebase for c64) instead? Works better for such things, IMHO
by groepaz
Fri Oct 27, 2023 8:08 am
Forum: Emulation and Cross Development
Topic: Colour blue on NTSC VICs.
Replies: 17
Views: 3703

Re: Colour blue on NTSC VICs.

If needed I can do a new capture - in theory I could also measure the phase offset between light and dark colors with my oscilloscope, although how exactly I haven't yet found out. If you could talk that Tobias guy on F64 to do the same analysis for the NTSC colors that he did for the PAL colors, t...
by groepaz
Thu Oct 26, 2023 7:27 am
Forum: Programming
Topic: File Command Errors
Replies: 31
Views: 6111

Re: File Command Errors

Yes, macOS requires binary signing, which we can not do automatically. (You can use homebrew to install the svn-head revision though)
by groepaz
Thu Oct 26, 2023 6:43 am
Forum: Emulation and Cross Development
Topic: Colour blue on NTSC VICs.
Replies: 17
Views: 3703

Re: Colour blue on NTSC VICs.

The 'normal' colors (2-8) have a phase error on NTSC compared to their lighter variations (9-15) - this is due to how the color signal is generated on the chip. Can you quantify that phase error? I am experimenting a bit now... i added 30 degrees to colors 0-8, the result seems close to your captur...
by groepaz
Thu Oct 26, 2023 6:39 am
Forum: Programming
Topic: File Command Errors
Replies: 31
Views: 6111

Re: File Command Errors

Awesome, I appreciate that! I'm not sure what the build process is for VICE, so I'll probably have to wait for it to trickle into the released binaries, but I wish SD2IEC was so responsive! You can always grab development builds from here: https://github.com/VICE-Team/svn-mirror/releases - they wil...
by groepaz
Thu Oct 26, 2023 4:38 am
Forum: Programming
Topic: File Command Errors
Replies: 31
Views: 6111

Re: File Command Errors

chysn wrote: Wed Oct 25, 2023 5:45 pm Thank you! So I don’t have to re-read this whole thing, which bug do you mean?
The wrong behaviour in VICE when a host directory is mounted via vdrive. Scratch reports one file scratched now, and the rename command reports file exists as it should.