From a768dd3a26a5f3838d522a2cd9449fa70e68464c Mon Sep 17 00:00:00 2001 From: hap Date: Wed, 8 Sep 2021 16:44:25 +0200 Subject: [PATCH] qix: remove a popmessage --- src/mame/audio/qix.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/mame/audio/qix.cpp b/src/mame/audio/qix.cpp index d43c499f75a..505c419140b 100644 --- a/src/mame/audio/qix.cpp +++ b/src/mame/audio/qix.cpp @@ -2,7 +2,7 @@ // copyright-holders:Derrick Renaud,Couriersud /************************************************************************* - audio/qix.c + audio/qix.cpp *************************************************************************/ @@ -98,7 +98,9 @@ DISCRETE_SOUND_END void qix_state::sndpia_2_warning_w(uint8_t data) { - popmessage("PIA 5 write!!"); + // this PIA is supposedly unused + if (machine().phase() > machine_phase::RESET) + logerror("PIA 5 write!!\n"); }