Subversion Repositories pentevo

Rev

Rev 543 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 543 Rev 608
Line 41... Line 41...
41
 
41
 
42
        input  wire        scr_page,   // screen page (bit 3 of 7FFD)
42
        input  wire        scr_page,   // screen page (bit 3 of 7FFD)
43
 
43
 
44
        input  wire        vga_on,     // vga mode ON - scandoubler activated
44
        input  wire        vga_on,     // vga mode ON - scandoubler activated
45
 
45
 
-
 
46
        input  wire        mode_60hz,
46
 
47
 
47
        // memory synchronization inputs
48
        // memory synchronization inputs
48
        input  wire        cbeg,
49
        input  wire        cbeg,
49
        input  wire        post_cbeg,
50
        input  wire        post_cbeg,
50
        input  wire        pre_cend,
51
        input  wire        pre_cend,
Line 163... Line 164...
163
        video_sync_v video_sync_v(
164
        video_sync_v video_sync_v(
164
 
165
 
165
                .clk(clk),
166
                .clk(clk),
166
 
167
 
167
                .mode_atm_n_pent(mode_atm_n_pent),
168
                .mode_atm_n_pent(mode_atm_n_pent),
-
 
169
                .mode_60hz(mode_60hz),
168
 
170
 
169
                .hsync_start(hsync_start),
171
                .hsync_start(hsync_start),
170
                .line_start(line_start),
172
                .line_start(line_start),
171
                .hint_start(hint_start),
173
                .hint_start(hint_start),
172
 
174