a04b534ce0
int foo = {0};
65 lines
3.2 KiB
Text
65 lines
3.2 KiB
Text
$NetBSD: patch-al,v 1.1 2004/03/20 20:21:22 kristerw Exp $
|
|
|
|
--- SrcShared/Hardware/EmRegsEZ.cpp.orig Sat Mar 20 20:22:20 2004
|
|
+++ SrcShared/Hardware/EmRegsEZ.cpp Sat Mar 20 20:24:11 2004
|
|
@@ -84,13 +84,13 @@
|
|
0x2430, // Word pllControl; // $200: PLL Control Register
|
|
0x0123, // Word pllFreqSel; // $202: PLL Frequency Select Register
|
|
0, // !!! ---> Marked as reserved in 1.4 Word pllTest; // $204: PLL Test Register (do not access)
|
|
- { 0 }, // Byte ___filler44;
|
|
+ 0, // Byte ___filler44;
|
|
0x1F, // Byte pwrControl; // $207: Power Control Register
|
|
|
|
{ 0 }, // Byte ___filler3[0x300-0x208];
|
|
|
|
0x00, // Byte intVector; // $300: Interrupt Vector Register
|
|
- { 0 }, // Byte ___filler4;
|
|
+ 0, // Byte ___filler4;
|
|
0x0000, // Word intControl; // $302: Interrupt Control Register
|
|
0x00FF, // Word intMaskHi; // $304: Interrupt Mask Register/HIGH word
|
|
0xFFFF, // Word intMaskLo; // $306: Interrupt Mask Register/LOW word
|
|
@@ -183,7 +183,7 @@
|
|
{ 0 }, // Byte ___filler28[0xA00-0x90C];
|
|
|
|
0x00000000, // DWord lcdStartAddr; // $A00: Screen Starting Address Register
|
|
- { 0 }, // Byte ___filler29;
|
|
+ 0, // Byte ___filler29;
|
|
0xFF, // Byte lcdPageWidth; // $A05: Virtual Page Width Register
|
|
{ 0 }, // Byte ___filler30[2];
|
|
0x03FF, // Word lcdScreenWidth; // $A08: Screen Width Register
|
|
@@ -192,17 +192,17 @@
|
|
0x0000, // Word lcdCursorXPos; // $A18: Cursor X Position
|
|
0x0000, // Word lcdCursorYPos; // $A1A: Cursor Y Position
|
|
0x0101, // Word lcdCursorWidthHeight; // $A1C: Cursor Width and Height
|
|
- { 0 }, // Byte ___filler32;
|
|
+ 0, // Byte ___filler32;
|
|
0x7F, // Byte lcdBlinkControl; // $A1F: Blink Control Register
|
|
0x00, // Byte lcdPanelControl; // $A20: Panel Interface Control Register
|
|
0x00, // Byte lcdPolarity; // $A21: Polarity Config Register
|
|
- { 0 }, // Byte ___filler33;
|
|
+ 0, // Byte ___filler33;
|
|
0x00, // Byte lcdACDRate; // $A23: ACD (M) Rate Control Register
|
|
- { 0 }, // Byte ___filler34;
|
|
+ 0, // Byte ___filler34;
|
|
0x00, // Byte lcdPixelClock; // $A25: Pixel Clock Divider Register
|
|
- { 0 }, // Byte ___filler35;
|
|
+ 0, // Byte ___filler35;
|
|
0x40, // Byte lcdClockControl; // $A27: Clocking Control Register
|
|
- { 0 }, // Byte ___filler36;
|
|
+ 0, // Byte ___filler36;
|
|
0xFF, // Byte lcdRefreshRateAdj; // $A29: Refresh Rate Adjustment Register
|
|
{ 0 }, // Byte ___filler2003[0xA2D-0xA2A];
|
|
0x00, // Byte lcdPanningOffset; // $A2D: Panning Offset Register
|
|
@@ -210,10 +210,10 @@
|
|
{ 0 }, // Byte ___filler37[0xA31-0xA2E];
|
|
|
|
0xB9, // Byte lcdFrameRate; // $A31: Frame Rate Control Modulation Register
|
|
- { 0 }, // Byte ___filler2004;
|
|
+ 0, // Byte ___filler2004;
|
|
0x84, // Byte lcdGrayPalette; // $A33: Gray Palette Mapping Register
|
|
0x00, // Byte lcdReserved; // $A34: Reserved
|
|
- { 0 }, // Byte ___filler2005;
|
|
+ 0, // Byte ___filler2005;
|
|
0x0000, // Word lcdContrastControlPWM; // $A36: Contrast Control
|
|
|
|
{ 0 }, // Byte ___filler40[0xB00-0xA38];
|