summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/chaknpop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/chaknpop.c')
-rw-r--r--src/mame/machine/chaknpop.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/machine/chaknpop.c b/src/mame/machine/chaknpop.c
index fc7f1771ae6..9e448061eee 100644
--- a/src/mame/machine/chaknpop.c
+++ b/src/mame/machine/chaknpop.c
@@ -47,7 +47,6 @@ static const UINT8 mcu_data[256] = {
void chaknpop_state::mcu_update_seed( UINT8 data )
{
-
if (!(data & 0x80))
{
m_mcu_seed += 0x83;