summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author angelosa <salese_corp_ltd@email.it>2017-06-13 21:19:09 +0200
committer angelosa <salese_corp_ltd@email.it>2017-06-13 21:19:09 +0200
commit2484e26b6ebc44a2cdc3c98cd8721fc248b041ba (patch)
tree4f7b6891fe00974232c3398741fe2b5bb34726b0
parent4afaaedddfcc8449d6e2a442fba17a77b1b23656 (diff)
Fix half-assed logging spam. (nw)
-rw-r--r--src/mame/drivers/konamigx.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/konamigx.cpp b/src/mame/drivers/konamigx.cpp
index aa1973a907b..3124ca288bf 100644
--- a/src/mame/drivers/konamigx.cpp
+++ b/src/mame/drivers/konamigx.cpp
@@ -343,10 +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
if (p1 != 0)
{
logerror("sexyparo_esc P1 param: %02x\n", p1);
}
+ #endif
generate_sprites(space, 0xc00604, 0xd20000, 0xfc);
}