summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/speglsht.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/speglsht.c')
-rw-r--r--src/mame/drivers/speglsht.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/speglsht.c b/src/mame/drivers/speglsht.c
index 7c9ce6ffffc..9def961a959 100644
--- a/src/mame/drivers/speglsht.c
+++ b/src/mame/drivers/speglsht.c
@@ -344,7 +344,7 @@ MACHINE_RESET_MEMBER(speglsht_state,speglsht)
VIDEO_START_MEMBER(speglsht_state,speglsht)
{
m_bitmap = auto_bitmap_ind16_alloc(machine(), 512, 5122 );
-// VIDEO_START_CALL_MEMBER(st0016);
+// VIDEO_START_CALL_MEMBER(st0016);
}
#define PLOT_PIXEL_RGB(x,y,r,g,b) if(y>=0 && x>=0 && x<512 && y<512) \