summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/flkatck.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/flkatck.c')
-rw-r--r--src/mame/video/flkatck.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/video/flkatck.c b/src/mame/video/flkatck.c
index 731107da062..0beea936938 100644
--- a/src/mame/video/flkatck.c
+++ b/src/mame/video/flkatck.c
@@ -82,7 +82,6 @@ void flkatck_state::video_start()
WRITE8_MEMBER(flkatck_state::flkatck_k007121_w)
{
-
m_k007121_ram[offset] = data;
if (offset < 0x1000) /* tiles */
{
@@ -95,7 +94,6 @@ WRITE8_MEMBER(flkatck_state::flkatck_k007121_w)
WRITE8_MEMBER(flkatck_state::flkatck_k007121_regs_w)
{
-
switch (offset)
{
case 0x04: /* ROM bank select */