Fix build (nw)

This commit is contained in:
AJR 2017-06-13 17:14:09 -04:00
parent f78f115d0f
commit 54faba636b

View File

@ -343,12 +343,12 @@ void konamigx_state::sexyparo_esc(address_space &space, uint32_t p1, uint32_t p2
{
// The d20000 should probably be p3
// TODO: debugging bootcamp, remove once finished
#if UNUSED_FUNCTION
#ifdef UNUSED_FUNCTION
if (p1 != 0)
{
logerror("sexyparo_esc P1 param: %02x\n", p1);
}
#endif
#endif
generate_sprites(space, 0xc00604, 0xd20000, 0xfc);
}