summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/namco50.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/namco50.cpp')
-rw-r--r--src/mame/machine/namco50.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/mame/machine/namco50.cpp b/src/mame/machine/namco50.cpp
index 3a18a39cfb8..d9dad75941e 100644
--- a/src/mame/machine/namco50.cpp
+++ b/src/mame/machine/namco50.cpp
@@ -178,12 +178,7 @@ TIMER_CALLBACK_MEMBER( namco_50xx_device::rw_sync )
WRITE_LINE_MEMBER( namco_50xx_device::chip_select )
{
- machine().scheduler().synchronize(timer_expired_delegate(FUNC(namco_50xx_device::chip_select_sync),this), state);
-}
-
-TIMER_CALLBACK_MEMBER( namco_50xx_device::chip_select_sync )
-{
- m_cpu->set_input_line(0, param);
+ m_cpu->set_input_line(0, state);
}
void namco_50xx_device::write(uint8_t data)