mirror of
https://github.com/holub/mame
synced 2025-07-02 16:49:22 +03:00
Update rm380z.cpp
This commit is contained in:
parent
9edd3346b8
commit
73a5edbebc
@ -51,7 +51,7 @@ void rm380z_state::init_graphic_chars()
|
||||
|
||||
void rm380z_state::config_videomode()
|
||||
{
|
||||
if (m_port0&0x20)
|
||||
if (m_port0&0x20&m_port0_mask)
|
||||
{
|
||||
// 80 cols
|
||||
m_videomode=RM380Z_VIDEOMODE_80COL;
|
||||
|
Loading…
Reference in New Issue
Block a user