OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_34/] [or1ksim/] [peripheral/] [fb.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 645 markom
/* fb.h -- Definition of types and structures for simple frame buffer.
2
   Copyright (C) 2002 Marko Mlinar, markom@opencores.org
3
 
4
NOTE: device is only partially implemented!
5
 
6
This file is part of OpenRISC 1000 Architectural Simulator.
7
 
8
This program is free software; you can redistribute it and/or modify
9
it under the terms of the GNU General Public License as published by
10
the Free Software Foundation; either version 2 of the License, or
11
(at your option) any later version.
12
 
13
This program is distributed in the hope that it will be useful,
14
but WITHOUT ANY WARRANTY; without even the implied warranty of
15
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
GNU General Public License for more details.
17
 
18
You should have received a copy of the GNU General Public License
19
along with this program; if not, write to the Free Software
20
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
21
 
22
#ifndef _FB_H_
23
#define _FB_H_
24
 
25
#define FB_SIZEX           640
26
#define FB_SIZEY           480
27
 
28 859 markom
#define CAM_SIZEX          352
29
#define CAM_SIZEY          288
30
 
31 845 markom
/* Relative amount of time spent in refresh */
32
#define REFRESH_DIVIDER    20
33
 
34 647 markom
#define FB_CTRL            0x0000
35
#define FB_BUFADDR         0x0004
36 859 markom
#define FB_CAMBUFADDR      0x0008
37
#define FB_CAMPOSADDR      0x000c
38 647 markom
#define FB_PAL             0x0400
39
 
40 645 markom
#endif /* _VGA_H_ */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.