Changes between Version 2 and Version 3 of CRTCVideoIdeas
- Timestamp:
- Aug 21, 2020, 9:58:08 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CRTCVideoIdeas
v2 v3 15 15 Can use as bit-map display by using character row as extra address bits. This would result in funny address mapping but could easily handle e.g. VGA resolution with 8 bit depth (300k pixels). 16 16 17 Idea: make a hybrid bit-map/character display. Send MA to two RAMs, one with character output, another with bitmap output. Use RAMDAC to combine character and bitmap data.