summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fromance.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/fromance.c')
-rw-r--r--src/mame/drivers/fromance.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/drivers/fromance.c b/src/mame/drivers/fromance.c
index 18764977709..416acf6fcb7 100644
--- a/src/mame/drivers/fromance.c
+++ b/src/mame/drivers/fromance.c
@@ -75,7 +75,6 @@ WRITE8_MEMBER(fromance_state::fromance_commanddata_w)
READ8_MEMBER(fromance_state::fromance_busycheck_main_r)
{
-
/* set a timer to force synchronization after the read */
machine().scheduler().synchronize();
@@ -88,7 +87,6 @@ READ8_MEMBER(fromance_state::fromance_busycheck_main_r)
READ8_MEMBER(fromance_state::fromance_busycheck_sub_r)
{
-
if (m_directionflag)
return 0xff; // standby
else