mirror of
https://github.com/holub/mame
synced 2025-05-14 09:58:14 +03:00
(MESS) Cleanup. (nw)
This commit is contained in:
parent
c8c27d6448
commit
ca564ab927
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user