summaryrefslogtreecommitdiffstats
path: root/vidix
diff options
context:
space:
mode:
Diffstat (limited to 'vidix')
-rw-r--r--vidix/savage_vid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vidix/savage_vid.c b/vidix/savage_vid.c
index 0ee20b55ac..1984ded454 100644
--- a/vidix/savage_vid.c
+++ b/vidix/savage_vid.c
@@ -544,7 +544,7 @@ static void SavageInitStreamsOld(void)
case 16: format = 5 << 24; break;
case 24: format = 7 << 24; break;
}
-#warning enable this again
+ /* FIXME: enable this again */
OUTREG(PSTREAM_FBSIZE_REG,
info->screen_y * info->screen_x * (info->bpp >> 3));
@@ -572,7 +572,7 @@ static void SavageInitStreamsOld(void)
OUTREG( SSTREAM_VSCALE_REG, 0 );
OUTREG( SSTREAM_LINES_REG, 0 );
OUTREG( SSTREAM_VINITIAL_REG, 0 );
-#warning is this needed?
+ /* FIXME: Is this needed? */
OUTREG( SSTREAM_WINDOW_START_REG, OS_XY(0xfffe, 0xfffe) );
OUTREG( SSTREAM_WINDOW_SIZE_REG, OS_WH(10,2) );