MT 04839 [Robbbert]

This commit is contained in:
Robbbert 2013-05-28 13:33:32 +00:00
parent a79145e677
commit c6a3836938

View File

@ -208,7 +208,7 @@ READ32_MEMBER(pluto5_state::pluto5_mem_r)
switch ( cs )
{
case 1:
case 1:if (offset < 0x100000)
return m_cpuregion[offset];
default: