forked from amberisvibin/chibi-pc09
new datasheets, some vga stuff
This commit is contained in:
BIN
datasheets/28c010.pdf
Normal file
BIN
datasheets/28c010.pdf
Normal file
Binary file not shown.
BIN
datasheets/71256.pdf
Normal file
BIN
datasheets/71256.pdf
Normal file
Binary file not shown.
BIN
datasheets/AS6C4008.pdf
Normal file
BIN
datasheets/AS6C4008.pdf
Normal file
Binary file not shown.
BIN
datasheets/Clock_Dividers_Made_Easy.pdf
Normal file
BIN
datasheets/Clock_Dividers_Made_Easy.pdf
Normal file
Binary file not shown.
BIN
datasheets/UPD72020.pdf
Normal file
BIN
datasheets/UPD72020.pdf
Normal file
Binary file not shown.
1
docs/links.txt
Normal file
1
docs/links.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
https://hackaday.io/project/164728/logs
|
1309
docs/timing.html
Normal file
1309
docs/timing.html
Normal file
File diff suppressed because it is too large
Load Diff
27
docs/vga_ram.txt
Normal file
27
docs/vga_ram.txt
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
max 256k for upd7220
|
||||||
|
mak 2mb for upd72020
|
||||||
|
800x600 is *barely* possible with
|
||||||
|
32k sram is the largest available in dip with the speed neccesary
|
||||||
|
blanking area *may* be possible on chip. if not the chip produces the neccesary signals. some external logic
|
||||||
|
800x600 requires dividing pixel clk by 5 to get 8mhz signal clk
|
||||||
|
this all assumes 4 bit using memory pages
|
||||||
|
|
||||||
|
128k + 32k = 160k
|
||||||
|
5x 32k sram - a lot of ram
|
||||||
|
160k is enough for 4 bit color at 640x480
|
||||||
|
160k is enough for 2 bit color at 800x600
|
||||||
|
simplest to implement, both are standard vga resolutions
|
||||||
|
|
||||||
|
32k + 8k = 40k
|
||||||
|
1x 32k sram + 1x 8k sram - two diff chips
|
||||||
|
40k is enough for 1 bit color at 640x480
|
||||||
|
40k is enough for 4 bit color at 320x240 or 320x200
|
||||||
|
needs linedoubling for 320x240
|
||||||
|
needs linedoubling and blank area for 320x200
|
||||||
|
|
||||||
|
32k
|
||||||
|
1x 32k sram - simplest, 1 chip
|
||||||
|
32k is enough for 1 bit color at 640x400
|
||||||
|
32k is enough for 4 bit color at 320x200
|
||||||
|
needs blank area for 640x400
|
||||||
|
needs linedoubling and blank area for 320x200
|
Reference in New Issue
Block a user