Previous 199869 Revisions Next

r21321 Friday 22nd February, 2013 at 15:53:26 UTC by Curt Coder
(MESS) pet: Cleanup. (nw)
[src/mess/drivers]pet.c

trunk/src/mess/drivers/pet.c
r21320r21321
271271WRITE8_MEMBER( pet_state::write )
272272{
273273   int sel = offset >> 12;
274   int norom = m_exp->norom_r(space, offset, sel);
275274
276275   switch (sel)
277276   {

Previous 199869 Revisions Next


© 1997-2024 The MAME Team