mirror of
https://github.com/holub/mame
synced 2025-07-05 09:57:47 +03:00
make it clearer that you can't write to LZCR (nw)
This commit is contained in:
parent
ba02fc1374
commit
0ce02e38e6
@ -235,8 +235,7 @@ void gte::setcp2dr( UINT32 pc, int reg, UINT32 value )
|
||||
break;
|
||||
|
||||
case 31:
|
||||
value = m_cp2dr[ reg ].d;
|
||||
break;
|
||||
return;
|
||||
}
|
||||
|
||||
m_cp2dr[ reg ].d = value;
|
||||
|
Loading…
Reference in New Issue
Block a user