| 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 |
| r31144 | r31145 | |
|---|---|---|
| 887 | 887 | UINT32 address_mask; |
| 888 | 888 | |
| 889 | 889 | rgn = memregion("audiocpu")->base(); |
| 890 | if (!rgn) | |
| 891 | printf("rgn not found?\n"); | |
| 892 | 890 | |
| 893 | ||
| 894 | 891 | /* audio bios/cartridge selection */ |
| 895 | 892 | m_bank_audio_main->configure_entry(1, memregion("audiocpu")->base()); |
| 896 | 893 | if (memregion("audiobios")) |
| Previous | 199869 Revisions | Next |