summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Michaël Banaan Ananas <happppp@users.noreply.github.com>2012-06-23 14:18:47 +0000
committer Michaël Banaan Ananas <happppp@users.noreply.github.com>2012-06-23 14:18:47 +0000
commit0627a0f484e15d82e16222e8c1fa0cf6ded036dc (patch)
treeaee2204adaa2e1e8190a747d46fa4ec3c85614a1 /src
parentb1240dd5778a84cdc6d01523528be2769a1b389a (diff)
(comment out error.log flooder)
Diffstat (limited to 'src')
-rw-r--r--src/emu/sound/pokey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/pokey.c b/src/emu/sound/pokey.c
index 7b7cbbf62b8..01965f21495 100644
--- a/src/emu/sound/pokey.c
+++ b/src/emu/sound/pokey.c
@@ -436,7 +436,7 @@ void pokey_device::device_timer(emu_timer &timer, device_timer_id id, int param,
/* do nothing, caused by a forced resync */
break;
case SYNC_POT:
- logerror("x %02x \n", (param & 0x20));
+ //logerror("x %02x \n", (param & 0x20));
m_ALLPOT |= (param & 0xff);
break;
case SYNC_SET_IRQST: