summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-09-08 16:44:25 +0200
committer hap <happppp@users.noreply.github.com>2021-09-08 16:44:25 +0200
commita768dd3a26a5f3838d522a2cd9449fa70e68464c (patch)
tree82562e699623980409b659b13ee3bf9287d084c4 /src
parentadc77d82c19bba73506ee89c54824f183e1a815b (diff)
qix: remove a popmessage
Diffstat (limited to 'src')
-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");
}