summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/funworld.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/funworld.c')
-rw-r--r--src/mame/drivers/funworld.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/funworld.c b/src/mame/drivers/funworld.c
index 74872984a4d..2639bde32c7 100644
--- a/src/mame/drivers/funworld.c
+++ b/src/mame/drivers/funworld.c
@@ -2457,9 +2457,10 @@ static const ay8910_interface funquiz_ay8910_intf =
* CRTC Interface *
************************/
-static const mc6845_interface mc6845_intf =
+static MC6845_INTERFACE( mc6845_intf )
{
"screen", /* screen we are acting on */
+ false, /* show border area */
4, /* number of pixels per video memory address */
NULL, /* before pixel update callback */
NULL, /* row update callback */