qix: remove a popmessage

This commit is contained in:
hap 2021-09-08 16:44:25 +02:00
parent adc77d82c1
commit a768dd3a26

View File

@ -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");
}