Previous 199869 Revisions Next

r31145 Monday 30th June, 2014 at 20:48:15 UTC by David Haywood
oops, debug code (nw)
[src/mame/drivers]neogeo.c

trunk/src/mame/drivers/neogeo.c
r31144r31145
887887   UINT32 address_mask;
888888
889889   rgn = memregion("audiocpu")->base();
890   if (!rgn)
891      printf("rgn not found?\n");
892890
893
894891   /* audio bios/cartridge selection */
895892   m_bank_audio_main->configure_entry(1, memregion("audiocpu")->base());
896893   if (memregion("audiobios"))

Previous 199869 Revisions Next


© 1997-2024 The MAME Team