mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
Fix case 0x0b
Break statement added (should not fall through 0x0c).
This commit is contained in:
parent
4bd2800a39
commit
8c29267320
@ -283,6 +283,7 @@ WRITE8_MEMBER(vt100_video_device::dc012_w)
|
||||
// PDF: reverse field OFF
|
||||
// SETUP: dark screen selected
|
||||
m_reverse_field = 1;
|
||||
break;
|
||||
|
||||
// Writing a 11XX bit combination clears the blink-flip flop (valid for 0x0C - 0x0F):
|
||||
case 0x0c:
|
||||
|
Loading…
Reference in New Issue
Block a user