Search found 1067 matches

by groepaz
Sun Oct 16, 2022 1:04 pm
Forum: Hardware and Tech
Topic: Aliases
Replies: 9
Views: 814

Re: Aliases

Yet you would preferably use open-collector or open-drain outputs for that.
mmmh doesnt "NMOS" imply "open-collector"?
by groepaz
Sun Oct 16, 2022 9:27 am
Forum: Hardware and Tech
Topic: Aliases
Replies: 9
Views: 814

Re: Aliases

IIRC in NMOS there is only an active driver to GND, and a pullup to VCC (and that pullup is actually a FET).

However, multiple NMOS outputs driving the bus is a common thing to do and no problem at all - and you want to reproduce that exact behaviour for a drop in replacement of an NMOS IC.
by groepaz
Fri Oct 14, 2022 11:25 am
Forum: Programming
Topic: Request: PAL mixing test program
Replies: 18
Views: 1138

Re: Request: PAL mixing test program

Several bus signals cause the luma to slightly decrease - see this picture (much exaggerated for demonstration of course). In the vic20 there is probably similar stuff happening.
by groepaz
Mon Oct 10, 2022 10:12 am
Forum: Programming
Topic: Request: PAL mixing test program
Replies: 18
Views: 1138

Re: Request: PAL mixing test program

It would indeed be nice to get some pictures from different people... if only to confirm (or not) that the colors vary a bit between individual chips :)
by groepaz
Sun Oct 09, 2022 11:32 am
Forum: Programming
Topic: Request: PAL mixing test program
Replies: 18
Views: 1138

Re: Request: PAL mixing test program

Cool, thanks, i added them to the testrepo. Also the odd/even lines seem to be correct in VICE. The colors themselves are still a bit off here and there... *sigh*
by groepaz
Sat Oct 08, 2022 2:43 pm
Forum: Programming
Topic: Request: PAL mixing test program
Replies: 18
Views: 1138

Re: Request: PAL mixing test program

Ah too bad.... someone else perhaps? :) Mine has +8k only ...
by groepaz
Sat Oct 08, 2022 1:10 pm
Forum: Programming
Topic: Request: PAL mixing test program
Replies: 18
Views: 1138

Re: Request: PAL mixing test program

NICE! could you provide a screenshot from the real thing too? What i want to find out right now is if VICE uses the right "palettes" for odd and even lines. That can be seen with those color pairs that produce significantly different mixed color when the odd/even lines are swapped around (...
by groepaz
Thu Oct 06, 2022 2:13 pm
Forum: Programming
Topic: Request: PAL mixing test program
Replies: 18
Views: 1138

Request: PAL mixing test program

After the vic20 color measurement for odd/even lines someone did a while ago... i somehow forgot to verify we are actually using the right colors for odd and even lines. Since this is a subtle effect, another test program is needed. One of you guys (mike?) can probably knock this up much quicker tha...
by groepaz
Thu Oct 06, 2022 8:13 am
Forum: Hardware and Tech
Topic: 6560 FPGA Progress.
Replies: 152
Views: 14426

Re: 6560 FPGA Progress.

I believe the $9000 and $9001 set to zero-effects are not emulated as well.
so where is the bug report with testcases? :)
by groepaz
Mon Sep 05, 2022 12:22 pm
Forum: Programming
Topic: NMI Restart
Replies: 9
Views: 630

Re: NMI Restart

I fell into the same trap on vic20 :) (on c64 the NMI line goes directly to the CPU, so no ACKing is required)
by groepaz
Fri Sep 02, 2022 2:43 pm
Forum: Hardware and Tech
Topic: 6560 FPGA Progress.
Replies: 152
Views: 14426

Re: 6560 FPGA Progress.

MMMh but didnt "we" verify the tests match real VIC and VICE?
by groepaz
Mon Aug 29, 2022 10:37 am
Forum: Hardware and Tech
Topic: 6560 FPGA Progress.
Replies: 152
Views: 14426

Re: 6560 FPGA Progress.

I mean cpu clock (NTSC) vs cpu clock (PAL) :)
by groepaz
Mon Aug 29, 2022 9:11 am
Forum: Hardware and Tech
Topic: 6560 FPGA Progress.
Replies: 152
Views: 14426

Re: 6560 FPGA Progress.

That will not work - The videotiming is tied to the timing of the machine. (Unless you want to implement a framebuffer in the FPGA and output video async)
by groepaz
Tue Aug 23, 2022 7:42 am
Forum: Hardware and Tech
Topic: 6560 FPGA Progress.
Replies: 152
Views: 14426

Re: 6560 FPGA Progress.

Looks like a said the same before too. Memories... :)
by groepaz
Tue Aug 23, 2022 3:15 am
Forum: Hardware and Tech
Topic: 6560 FPGA Progress.
Replies: 152
Views: 14426

Re: 6560 FPGA Progress.

this will also generate video output consisting of 512 lines per frame, so it will also confuse most (all?) monitors.
please make a test program for this!