summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/amstrad.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/amstrad.c')
-rw-r--r--src/mess/machine/amstrad.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mess/machine/amstrad.c b/src/mess/machine/amstrad.c
index 10217ea5d08..3c9448af7ff 100644
--- a/src/mess/machine/amstrad.c
+++ b/src/mess/machine/amstrad.c
@@ -1088,6 +1088,7 @@ UINT32 amstrad_state::screen_update_amstrad(screen_device &screen, bitmap_ind16
MC6845_INTERFACE( amstrad_mc6845_intf )
{
false, /* show border area */
+ 0,0,0,0, /* visarea adjustment */
16, /* number of pixels per video memory address */
NULL, /* begin_update */
NULL, /* update_row */
@@ -1103,6 +1104,7 @@ MC6845_INTERFACE( amstrad_mc6845_intf )
MC6845_INTERFACE( amstrad_plus_mc6845_intf )
{
false, /* show border area */
+ 0,0,0,0, /* visarea adjustment */
16, /* number of pixels per video memory address */
NULL, /* begin_update */
NULL, /* update_row */