(MESS) Cleanup. (nw)

This commit is contained in:
Curt Coder 2013-02-22 15:51:19 +00:00
parent c8c27d6448
commit ca564ab927

View File

@ -271,6 +271,7 @@ READ8_MEMBER( pet_state::read )
WRITE8_MEMBER( pet_state::write ) WRITE8_MEMBER( pet_state::write )
{ {
int sel = offset >> 12; int sel = offset >> 12;
int norom = m_exp->norom_r(space, offset, sel);
switch (sel) switch (sel)
{ {