summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/vector06.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/vector06.c')
-rw-r--r--src/mess/machine/vector06.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/vector06.c b/src/mess/machine/vector06.c
index a2d7d770db4..ba944cef8fd 100644
--- a/src/mess/machine/vector06.c
+++ b/src/mess/machine/vector06.c
@@ -44,7 +44,7 @@ WRITE8_MEMBER( vector06_state::vector06_8255_porta_w )
void vector06_state::vector06_set_video_mode(int width)
{
rectangle visarea(0, width+64-1, 0, 256+64-1);
- machine().first_screen()->configure(width+64, 256+64, visarea, machine().first_screen()->frame_period().attoseconds);
+ machine().first_screen()->configure(width+64, 256+64, visarea, machine().first_screen()->frame_period().attoseconds());
}
WRITE8_MEMBER( vector06_state::vector06_8255_portb_w )