diff options
Diffstat (limited to 'src/mess/machine/orion.c')
-rw-r--r-- | src/mess/machine/orion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/orion.c b/src/mess/machine/orion.c index f52a33ccf73..4556778597b 100644 --- a/src/mess/machine/orion.c +++ b/src/mess/machine/orion.c @@ -69,7 +69,7 @@ WRITE8_MEMBER(orion_state::orion128_romdisk_w) void orion_state::orion_set_video_mode(int width) { rectangle visarea(0, width-1, 0, 255); - machine().first_screen()->configure(width, 256, visarea, machine().first_screen()->frame_period().attoseconds); + machine().first_screen()->configure(width, 256, visarea, machine().first_screen()->frame_period().attoseconds()); } WRITE8_MEMBER(orion_state::orion128_video_mode_w) |