Previous 199869 Revisions Next

r41750 Monday 16th November, 2015 at 22:17:28 UTC by MetalliC
it's not so fatal (nw)
[src/mame/machine]naomim2.cpp

trunk/src/mame/machine/naomim2.cpp
r250261r250262
183183      case 0x1fffc: m_cryptdevice->set_subkey(data); return;
184184      }
185185   }
186   throw emu_fatalerror("NAOMIM2: unhandled board write %08x, %04x\n", offset, data);
186   logerror("NAOMIM2: unhandled board write %08x, %04x\n", offset, data);
187187}
188188
189189UINT16 naomi_m2_board::read_callback(UINT32 addr)


Previous 199869 Revisions Next


© 1997-2024 The MAME Team