summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/madalien.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/madalien.c')
-rw-r--r--src/mame/drivers/madalien.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/madalien.c b/src/mame/drivers/madalien.c
index b12d47eb76c..f7581183796 100644
--- a/src/mame/drivers/madalien.c
+++ b/src/mame/drivers/madalien.c
@@ -160,7 +160,7 @@ static VIDEO_START( madalien )
{
rectangle rect = { 0, 127, 0, 127 };
- static crtc6845_interface crtc6845_intf =
+ static const crtc6845_interface crtc6845_intf =
{
0, /* screen we are acting on */
PIXEL_CLOCK / 8, /* the clock of the chip */
@@ -647,7 +647,7 @@ static GFXDECODE_START( madalien )
GFXDECODE_END
-static struct AY8910interface ay8910_interface =
+static const struct AY8910interface ay8910_interface =
{
NULL,
NULL,