mbee: keyboard is better; still some issues being worked on.

This commit is contained in:
Robbbert 2020-10-14 04:46:55 +11:00
parent 5822f5918d
commit d6a860dfd7

View File

@ -102,8 +102,7 @@ void mbee_state::video_high_w(offs_t offset, u8 data)
void mbee_state::port0b_w(u8 data)
{
if (BIT(m_features, 0))
m_0b = data & 1;
m_0b = BIT(data, 0);
}
u8 mbee_state::port08_r()