mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
poly88: fixed cassette polyphase mode
This commit is contained in:
parent
4e63fc410b
commit
fb13dcf746
@ -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).
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user