mirror of
https://github.com/holub/mame
synced 2025-07-02 00:29:37 +03:00
MT 04839 [Robbbert]
This commit is contained in:
parent
a79145e677
commit
c6a3836938
@ -208,7 +208,7 @@ READ32_MEMBER(pluto5_state::pluto5_mem_r)
|
|||||||
|
|
||||||
switch ( cs )
|
switch ( cs )
|
||||||
{
|
{
|
||||||
case 1:
|
case 1:if (offset < 0x100000)
|
||||||
return m_cpuregion[offset];
|
return m_cpuregion[offset];
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user