(MESS) phc25 : a very small note

This commit is contained in:
Robbbert 2014-02-04 13:08:37 +00:00
parent 27f38f4efb
commit 06b8402d65
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ b. 4.862secs of high bits
c. The header which is parts 1 and 2 above
d. 0.652secs of high bits
e. The main program wjich is parts 3 and 4 above
f. some more silence
f. 1.771secs of silence
We don't emulate the full silence and high-bits periods, only just
enough to make it work.

View File

@ -274,7 +274,7 @@ READ8_MEMBER( phc25_state::video_ram_r )
}
else
{// screen 3
return m_video_ram[((offset & 0x1fc0)<<1) + (offset & 0x3f) + 0x380 ];
return m_video_ram[((offset & 0x1fe0)<<2) + (offset & 0x1f) ];
}
}
else // text