summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/qix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/qix.cpp')
-rw-r--r--src/mame/audio/qix.cpp6
1 files 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");
}