mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
(MESS) super80 : oops!
This commit is contained in:
parent
c0362ea929
commit
17e802b9b8
@ -152,7 +152,7 @@ TIMER_CALLBACK_MEMBER(super80_state::super80_halfspeed)
|
||||
|
||||
READ8_MEMBER( super80_state::port3e_r )
|
||||
{
|
||||
return 0xF8 | m_fdc->intrq_r() | (m_fdc->drq_r() << 1) | 2;
|
||||
return 0xF8 | m_fdc->intrq_r() | (m_fdc->drq_r() << 1) | 4;
|
||||
}
|
||||
|
||||
// UFDC board can support 4 drives; we support 2
|
||||
|
Loading…
Reference in New Issue
Block a user