Subversion Repositories pentevo

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1029 chrv 1
==============================================================================
2
31.01.2010, DDp:
3
~~~~~~~~~~
4
--- TV Horisintal ---
5
                    (  0)
6
h.front porch    10
7
                    ( 10)
8
h.sync.pulse     33
9
                    ( 43)
10
h.back porch     45
11
                    ( 88)
12
h.border (L)     52
13
                    (140)
14
h.screen        256
15
                    (396)
16
h.border (R)     52
17
                    (448)
18
 
19
 
20
h.visible  52+256+52=360
21
(border+screen)
22
 
23
Interrupt           (443)
24
 
25
 
26
--- VGA Horisintal ---
27
                    (  0)
28
h.sync.pulse    106             3.785 us
29
                    (106)                 (3.785 us)
30
h.back porch     53             1.892 us
31
                    (159)                 (5.678 us)
32
h.visible       720
33
                    (879)
34
h.front porch    17             0.607 us
35
                    (896)
36
 
37
 
38
--- TV Vertical --- for VGA x2 ---
39
                    (  0)
40
v.front porch     8
41
                    (  8)
42
v.sync.pulse      3
43
                    ( 11)
44
v.back porch     21
45
                    ( 32)
46
v.visible       288
47
                    (320)
48
 
49
==============================================================================
50
06.12.2009, ddp:
51
 
52
Fix Lock48K
53
Variant for Lock128K ("koe's style" string in zports.v)
54
 
55
 
56
06.12.2009, lvd:
57
 
58
simulation model up to date,
59
probably fixed NMOS bug
60
 
61
 
62
--older--, lvd:
63
 
64
Now CS'es for IDE are generated from address only, so they come earlier than
65
RD/WR strobes. Old WD drives work better now.
66