summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu')
-rw-r--r--src/emu/sound/okim6295.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/okim6295.c b/src/emu/sound/okim6295.c
index 902a6c1b2a4..a7e8ce45a3a 100644
--- a/src/emu/sound/okim6295.c
+++ b/src/emu/sound/okim6295.c
@@ -451,7 +451,7 @@ static void okim6295_data_w(int num, int data)
/* the manual explicitly says that it's not possible to start multiple voices at the same time */
- if (temp != 1 && temp != 2 && temp != 4 && temp != 8)
+ if (temp != 0 && temp != 1 && temp != 2 && temp != 4 && temp != 8)
popmessage("OKI6295 start %x contact MAMEDEV", temp);
/* update the stream */