Search results

  1. N

    How does the upscaling work for the Apple TV Tuner Card?

    LaPorta, excellent!! So there we have it. This also explains the various limitations on depths and resolutions while using Apple Video (with 1MB vram constraint there must be enough space for the video-in to write to 320x240). If one watches in 640x480 then valkyrie does the upscaling of the...
  2. N

    How does the upscaling work for the Apple TV Tuner Card?

    treellama! wow thanks this is *amazing* :D #define videoBuffer0 0x0 #define videoBuffer1 0x40 #define windowActive 0x20 #define pixelDouble 0x2 #define VALKYRIEVideoInControlRegister (*((volatile byte*)0x50f2a020)) ... VALKYRIEVideoInControlRegister= videoBuffer0|windowActive|pixelDouble; I...
  3. N

    How does the upscaling work for the Apple TV Tuner Card?

    I'm making a demo (demoscene) for my beloved 5200. It is not the fastest machine and there is no 320x240 mode, so one must upscale in software which steals quite a bit of cycles. The Apple TV Tuner Card is 320x240 and it up-scales to 640x480 (in hardware, I'm quite sure). Perhaps there is...
Back
Top