From 57f46f7994ac1f45160ebc5ea0a06e22f6a4e4b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Banaan=20Ananas?= Date: Sun, 21 Sep 2014 01:58:39 +0000 Subject: [PATCH] woop --- src/mame/audio/seibu.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/mame/audio/seibu.h b/src/mame/audio/seibu.h index c275915f06a..8135dd9cdf2 100644 --- a/src/mame/audio/seibu.h +++ b/src/mame/audio/seibu.h @@ -149,12 +149,12 @@ extern const device_type SEIBU_ADPCM; PORT_START("COIN") \ PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_COIN1 ) PORT_IMPULSE(4) \ PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_COIN2 ) PORT_IMPULSE(4) \ - PORT_BIT( 0x04, IP_ACTIVE_HIGH, IPT_UNUSED ) \ - PORT_BIT( 0x08, IP_ACTIVE_HIGH, IPT_UNUSED ) \ - PORT_BIT( 0x10, IP_ACTIVE_HIGH, IPT_UNUSED ) \ - PORT_BIT( 0x20, IP_ACTIVE_HIGH, IPT_UNUSED ) \ - PORT_BIT( 0x40, IP_ACTIVE_HIGH, IPT_UNUSED ) \ - PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_UNUSED ) + PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_UNUSED ) \ + PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_UNUSED ) \ + PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_UNUSED ) \ + PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_UNUSED ) \ + PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_UNUSED ) \ + PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_UNUSED ) #define SEIBU_SOUND_SYSTEM_CPU(freq) \