[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Another idea for outputting to VGA/DVI/HDMI
- Subject: Re: Another idea for outputting to VGA/DVI/HDMI
- From: Eric J <ejumzguy@gmail.com>
- Date: Sun, 24 Mar 2013 21:14:33 -0700 (PDT)
- Complaints-to: groups-abuse@google.com
- Injection-date: Mon, 25 Mar 2013 04:14:33 +0000
- Injection-info: l5g2000yqe.googlegroups.com; posting-host=66.68.148.203; posting-account=wvKAKwoAAAC9TNfYrKvRzPi1AWMjc5Qf
- Newsgroups: comp.sys.apple2
- References: <2013032314573274770-wssimms@gmailcom> <kil4fn$bh4$1@dont-email.me> <2013032319015957993-wssimms@gmailcom> <kinjgo$1e6$1@speranza.aioe.org> <kio4as$5ns$1@dont-email.me>
- User-agent: G2/1.0
>
> >> Video sync is a solvable problem. Either take the signal where it is
> >> available (IIe slot 7, etc.) or write a program that will allow the VGA
> >> card/software to sync.
>
> > True. Maybe even write a signature to the beginning of the video memory
> > and sync to it. Once in sync it should stay in sync till a reset, so the
> > signature doesn't need to stay there longer than a few milliseconds.
>
> > -Alex.
>
> I would prefer a method that doesn't require interfering with the
> operation of the Apple.
>
> I also don't understand why it would necessarily stay in sync. Is it
> safe to assume that the Apple's crystal and the Carte Blanche crystal
> are so close to the same frequency that they would not drift out of sync
> in a noticeable amount of time?
You would not want to use the CB's on-board clock. Instead, you would
want
to utilize the FPGA's DCM (digital clock manager, usable as a
frequency
multiplier) to derive your operating clock based on the A2's own 14M.
In this case, you would indeed stay in sync.