summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-06-13 17:14:09 -0400
committer AJR <ajrhacker@users.noreply.github.com>2017-06-13 17:14:09 -0400
commit54faba636b3c97596a9c9d7b97417facb223a235 (patch)
tree049f5d3159c72194fe9240358d466ae75b90814c
parentf78f115d0f5a8e9ae04bec6cf95750a363222f9c (diff)
Fix build (nw)
-rw-r--r--src/mame/drivers/konamigx.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/konamigx.cpp b/src/mame/drivers/konamigx.cpp
index 3124ca288bf..ffcc045a8b8 100644
--- a/src/mame/drivers/konamigx.cpp
+++ b/src/mame/drivers/konamigx.cpp
@@ -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);
}