Keep Dink from murdering me.

This commit is contained in:
iq_132 2014-10-22 03:43:42 +00:00
parent 1796d1368f
commit a074b7d4d1
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ void K054000Reset()
void K054000Write(INT32 offset, INT32 data)
{
if (offset >= 0x20) return; //?
offset &= 0x1f;
K054000Ram[offset] = data;
}