summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/nes_ctrl/powerpad.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/nes_ctrl/powerpad.c')
-rw-r--r--src/emu/bus/nes_ctrl/powerpad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/nes_ctrl/powerpad.c b/src/emu/bus/nes_ctrl/powerpad.c
index ba3a5795b43..ab13a49b8bf 100644
--- a/src/emu/bus/nes_ctrl/powerpad.c
+++ b/src/emu/bus/nes_ctrl/powerpad.c
@@ -130,7 +130,7 @@ void nes_powerpad_device::write(UINT8 data)
{
if (data & 0x01)
return;
-
+
m_latch[0] = m_ipt1->read();
m_latch[1] = m_ipt2->read() | 0xf0;
}