It took me so long to write a response that White Flame responded first.
Quote:
I'm not familiar with the C-64, but what does it scan converter do that requires so much memory ?
I did not mean to imply that the scan converter would require 150kB of memory.
A scan converter might not be necessary at all if the output is NTSC/PAL compatible. The VIC-II chip has very specific timing that's tied to the old TV standard and a 1MHz bus.
How much memory is required depends on the implementation of the scan converter. The scan converter could be simple or complex depending on desired display output capabilities.
If the converter can be made to operate in sync with VGA frequencies then it's only necessary to buffer a line or two of display pixels. I've seen a scan converter that simply uses double the VIC-II horizontal and vertical frequencies for display in standard VGA format (640x480).
If the VICII output frequency is not in sync with the VGA frequency then the whole screen may need to be buffered. That will take a lot more memory but may still be doable with 150kB. (I buffered the whole screen with my design so that an 800x600 VGA timing could be used).