Search found 1067 matches

by groepaz
Sat Jan 27, 2024 3:49 am
Forum: Emulation and Cross Development
Topic: Keyboard Buffer and Ctrl/Shift/CBM etc
Replies: 20
Views: 941

Re: Keyboard Buffer and Ctrl/Shift/CBM etc

This should be fairly straight forward to implement.... you can ignore all the details about VIA if all you are after is keyboard input (just assume port 1 is all output, port 2 is all input). Then as you noticed, the logic is low-active (you will see that at many other places). One thing to conside...
by groepaz
Fri Jan 19, 2024 8:59 am
Forum: Hardware and Tech
Topic: Dark bands rolling down the screen
Replies: 3
Views: 383

Re: Dark bands rolling down the screen

Tried another PSU? (If they are rolling slowly - most certainly a power problem of some kind)
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: 1305

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: 1305

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: 155303

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: 2746

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: 2806

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: 2798

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: 2218

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: 2471

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: 2471

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: 3724

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: 6122

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: 3724

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...