Last active
September 27, 2019 16:25
-
-
Save SaxxonPike/50aca1d91234ca4980d84b795a31c6e4 to your computer and use it in GitHub Desktop.
MOS 6567 horizontal and vertical timing per the datasheet - even if not correct in some models
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6567 horizontal and vertical timing based on the datasheet | |
Horizontal (starts with spr0 ba) | |
X 111111111111111111111111111111111111111111110000000000000000000000000000000000000000000000000000000000000000111111111111111111111111 | |
55556666777788889999AAAABBBBCCCCDDDDEEEEFFFF0000111122223333444455556666777788889999AAAABBBBCCCCDDDDEEEEFFFF000011112222333344445555 | |
048C048C048C048C048C048C048C048C048C048C048C048C048C048C048C048C048C048C048C048C048C048C048C048C048C048C048C048C048C048C048C048C048C | |
SPBA0 ---------- | |
EOL -A | |
SPBA1 ---------- | |
SPBA2 ---------- | |
SPBA3 ---------- | |
HBLANK ------------------------- | |
SPBA4 ---------- | |
VINC -- | |
HSYNC --------- | |
SPBA5 ---------- | |
SPBA6 ---------- | |
HEQ2 2---- | |
SPBA7 ---------- | |
BURST --------- | |
REFW ---------- | |
VMBA --------------------------------------------------------------------------------------- | |
BOL -- | |
CW -------------------------------------------------------------------------------- | |
BKDE40 --------------------------------------------------------------------------------- | |
BKDE38 3---------------------------------------------------------------------------3 | |
HEQ1 2---- | |
Vertical (starts with vblank) | |
Y 000000000000000000000000000000000000000000000000000 0000000000000000111111 | |
000111111111111111122222222222222223333333333333333 ... FFFFFFFFFFFFFFFF000000 | |
DEF0123456789ABCDEF0123456789ABCDEF0123456789ABCDEF 0123456789ABCDEF012345 | |
VBLANK ----------- | |
VEQ --------- | |
VSYNC --- | |
EEVMF ----------------------------- | |
VSW25 ----------------------------- | |
VSW24 --------------------- | |
VRESET - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment