summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/nes_ctrl/partytap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/nes_ctrl/partytap.c')
-rw-r--r--src/emu/bus/nes_ctrl/partytap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/nes_ctrl/partytap.c b/src/emu/bus/nes_ctrl/partytap.c
index f81fb89bd2f..769d2f30d76 100644
--- a/src/emu/bus/nes_ctrl/partytap.c
+++ b/src/emu/bus/nes_ctrl/partytap.c
@@ -81,7 +81,7 @@ void nes_partytap_device::device_reset()
UINT8 nes_partytap_device::read_exp(offs_t offset)
{
UINT8 ret = 0;
- if (offset == 1) //$4017
+ if (offset == 1) //$4017
{
ret |= m_latch & 0x1c;
m_latch >>= 3;