poly88: fixed cassette polyphase mode

This commit is contained in:
Robbbert 2019-09-08 22:52:42 +10:00
parent 4e63fc410b
commit fb13dcf746
2 changed files with 1 additions and 2 deletions

View File

@ -14,7 +14,6 @@ BASIC. PolyMorphic's "System 16" package shipped with 16K of RAM (as did
the 8813), though their earlier systems had only 8K or less.
ToDo:
- Polyphase format not working because 8251 device doesn't support bisync.
- More accurate interrupt emulation.
- Single-step control.
- .CAS file format support (http://deramp.com/polymorphic-computers/emu88.html).

View File

@ -82,7 +82,7 @@ TIMER_DEVICE_CALLBACK_MEMBER( poly88_state::kansas_r )
if (m_dtr)
{
m_cass_data[1] = m_cass_data[2] = m_cass_data[3] = 0;
m_casspol = 1;
m_casspol = 0;
return;
}