Skip to content

Commit

Permalink
midzeus: Fix typo from 52bb3f7. Fixes frame rate slowdown in thegrid.
Browse files Browse the repository at this point in the history
  • Loading branch information
tedgreen99 committed Apr 10, 2019
1 parent 2c8cc8a commit 0c8f328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mame/drivers/midzeus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,7 @@ void midzeus2_state::midzeus2(machine_config &config)
m_screen->set_screen_update("zeus2", FUNC(zeus2_device::screen_update));

ZEUS2(config, m_zeus, ZEUS2_VIDEO_CLOCK);
m_zeus->vblank_callback().set(FUNC(midzeus2_state::zeus_irq));
m_zeus->irq_callback().set(FUNC(midzeus2_state::zeus_irq));

/* sound hardware */
DCS2_AUDIO_2104(config, "dcs", 0);
Expand Down

0 comments on commit 0c8f328

Please sign in to comment.