summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/capbowl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/capbowl.c')
-rw-r--r--src/mame/video/capbowl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/capbowl.c b/src/mame/video/capbowl.c
index 54b93f0d19e..4647c7b383e 100644
--- a/src/mame/video/capbowl.c
+++ b/src/mame/video/capbowl.c
@@ -26,7 +26,7 @@ static void generate_interrupt(int state)
cpunum_set_input_line(0, M6809_FIRQ_LINE, state);
}
-static struct tms34061_interface tms34061intf =
+static const struct tms34061_interface tms34061intf =
{
0, /* the screen we are acting on */
8, /* VRAM address is (row << rowshift) | col */