summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/konamiic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/konamiic.h')
-rw-r--r--src/mame/video/konamiic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/konamiic.h b/src/mame/video/konamiic.h
index dc4ce977893..2566cc6dd31 100644
--- a/src/mame/video/konamiic.h
+++ b/src/mame/video/konamiic.h
@@ -36,7 +36,7 @@ int K053246_is_IRQ_enabled(void);
int K053246_read_register(int regnum);
extern UINT16 *K053936_0_ctrl,*K053936_0_linectrl;
-extern UINT16 *K053936_1_ctrl,*K053936_1_linectrl;
+//extern UINT16 *K053936_1_ctrl,*K053936_1_linectrl;
void K053936_0_zoom_draw(bitmap_ind16 &bitmap,const rectangle &cliprect,tilemap_t *tmap,int flags,UINT32 priority, int glfgreat_hack);
void K053936_wraparound_enable(int chip, int status);
void K053936_set_offset(int chip, int xoffs, int yoffs);