Subversion Repositories pentevo

Rev

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

Rev 543 Rev 668
Line 1... Line -...
1
`include "../include/tune.v"
-
 
2
 
-
 
3
// Pentevo project (c) NedoPC 2010,2011,2012
1
// ZX-Evo Base Configuration (c) NedoPC 2008,2009,2010,2011,2012,2013,2014
4
//
2
//
5
// decoding mode setup: which border, which modes in one-hot style coding
3
// decoding mode setup: which border, which modes in one-hot style coding
6
 
4
 
-
 
5
/*
-
 
6
    This file is part of ZX-Evo Base Configuration firmware.
-
 
7
 
-
 
8
    ZX-Evo Base Configuration firmware is free software:
-
 
9
    you can redistribute it and/or modify it under the terms of
-
 
10
    the GNU General Public License as published by
-
 
11
    the Free Software Foundation, either version 3 of the License, or
-
 
12
    (at your option) any later version.
-
 
13
 
-
 
14
    ZX-Evo Base Configuration firmware is distributed in the hope that
-
 
15
    it will be useful, but WITHOUT ANY WARRANTY; without even
-
 
16
    the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
 
17
    See the GNU General Public License for more details.
-
 
18
 
-
 
19
    You should have received a copy of the GNU General Public License
-
 
20
    along with ZX-Evo Base Configuration firmware.
-
 
21
    If not, see <http://www.gnu.org/licenses/>.
-
 
22
*/
-
 
23
 
-
 
24
`include "../include/tune.v"
-
 
25
 
7
module video_modedecode(
26
module video_modedecode(
8
 
27
 
9
        input  wire        clk,
28
        input  wire        clk,
10
 
29
 
11
        input  wire [ 1:0] pent_vmode, // inputs as set by Z80 environment
30
        input  wire [ 1:0] pent_vmode, // inputs as set by Z80 environment