summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/bbc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/video/bbc.c')
-rw-r--r--src/mess/video/bbc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mess/video/bbc.c b/src/mess/video/bbc.c
index 4ccca5f2370..99289035552 100644
--- a/src/mess/video/bbc.c
+++ b/src/mess/video/bbc.c
@@ -281,9 +281,10 @@ WRITE_LINE_MEMBER(bbc_state::bbc_vsync)
}
-const mc6845_interface bbc_mc6845_intf =
+MC6845_INTERFACE( bbc_mc6845_intf )
{
"screen", /* screen number */
+ false, /* show border area */
8, /* numbers of pixels per video memory address */
NULL, /* begin_update */
vid_update_row, /* update_row */