mirror of
https://github.com/holub/mame
synced 2025-06-07 21:33:45 +03:00
(MESS) pet: Cleanup. (nw)
This commit is contained in:
parent
ca564ab927
commit
36994e27f9
@ -271,7 +271,6 @@ READ8_MEMBER( pet_state::read )
|
||||
WRITE8_MEMBER( pet_state::write )
|
||||
{
|
||||
int sel = offset >> 12;
|
||||
int norom = m_exp->norom_r(space, offset, sel);
|
||||
|
||||
switch (sel)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user