diff options
Diffstat (limited to 'src/alp_xaa.c')
-rw-r--r-- | src/alp_xaa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/alp_xaa.c b/src/alp_xaa.c index b3ddd64..ba2d6ef 100644 --- a/src/alp_xaa.c +++ b/src/alp_xaa.c @@ -400,7 +400,7 @@ AlpSubsequentCPUToScreenColorExpandFill( /* source = CPU ; description of bit 2 of GR30 in the 7548 manual says that if we do color expansion we must zero the source - adress registers (GR2C, GR2D, GR2E) */ + address registers (GR2C, GR2D, GR2E) */ outw(pCir->PIOReg, 0x2C); outw(pCir->PIOReg, 0x2D); outw(pCir->PIOReg, 0x2E); @@ -537,7 +537,7 @@ AlpSubsequentColorExpandScanline( /* source = CPU ; description of bit 2 of GR30 in the 7548 manual says that if we do color expansion we must zero the source - adress registers (GR2C, GR2D, GR2E) */ + address registers (GR2C, GR2D, GR2E) */ outw(pCir->PIOReg, 0x2C); outw(pCir->PIOReg, 0x2D); outw(pCir->PIOReg, 0x2E); |