relax oki 6295 command validity check

This commit is contained in:
Nicola Salmoria 2008-12-11 08:47:15 +00:00
parent 922ea8052f
commit c8944548df

View File

@ -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 */