summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/seibu_crtc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/seibu_crtc.c')
-rw-r--r--src/mame/video/seibu_crtc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/video/seibu_crtc.c b/src/mame/video/seibu_crtc.c
index f2ea9d33f9b..4b78f7dec4e 100644
--- a/src/mame/video/seibu_crtc.c
+++ b/src/mame/video/seibu_crtc.c
@@ -236,7 +236,7 @@ void seibu_crtc_device::device_config_complete()
else
{
m_screen_tag = "";
-// memset(&m_layer_en, 0, sizeof(m_layer_en));
+// memset(&m_layer_en, 0, sizeof(m_layer_en));
}
}
@@ -330,4 +330,3 @@ WRITE16_MEMBER( seibu_crtc_device::write_xor )
{
write_word(offset ^ 0x20,data);
}
-