diff options
| author | 2023-11-27 03:56:20 +1100 | |
|---|---|---|
| committer | 2023-11-27 03:56:20 +1100 | |
| commit | ce6dd1b0464f706ecc1bf8695de817d1bf917de1 (patch) | |
| tree | 142b9577e48dd842e212941abc0642b8e5abedf6 /src | |
| parent | ac5f9547d17bdf612956c281165e08348cf15e98 (diff) | |
galaxian/galaxian.cpp: Increase perfect interleave period for sbhoei speech communication. [Paul-Arnold]
Diffstat (limited to 'src')
| -rw-r--r-- | src/mame/galaxian/galaxian.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/galaxian/galaxian.cpp b/src/mame/galaxian/galaxian.cpp index fb91e88533e..3ab398ec605 100644 --- a/src/mame/galaxian/galaxian.cpp +++ b/src/mame/galaxian/galaxian.cpp @@ -1639,7 +1639,7 @@ void sbhoei_state::sbhoei_soundlatch_w(uint8_t data) { m_soundlatch->write(data & 0x7f); m_8039->set_input_line(0, (data & 0x80) ? ASSERT_LINE : CLEAR_LINE); - machine().scheduler().perfect_quantum(attotime::from_usec(50)); // main CPU polls for response from 8039 + machine().scheduler().perfect_quantum(attotime::from_usec(100)); // main CPU polls for response from 8039 } void sbhoei_state::p2_w(uint8_t data) |
