konamigx: get rid of old popmessage (nw)

This commit is contained in:
hap 2017-06-10 15:41:33 +02:00
parent 8496545170
commit 09430f9537

View File

@ -343,17 +343,9 @@ 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(p1 != 0)
if (p1 != 0)
{
static bool shorter_debug_msg;
if(machine().input().code_pressed_once(KEYCODE_L))
shorter_debug_msg = true;
if(shorter_debug_msg == true)
popmessage("%02x",p1);
else
popmessage("%02x P1 param detected, please drop a note at MAMETesters #06035, press L if you understood and make this message shorter",p1);
logerror("sexyparo_esc P1 param: %02x\n", p1);
}
generate_sprites(space, 0xc00604, 0xd20000, 0xfc);
}