summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/nes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/nes.c')
-rw-r--r--src/mess/machine/nes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/nes.c b/src/mess/machine/nes.c
index fbe2bea6bdd..14ca4c6aabe 100644
--- a/src/mess/machine/nes.c
+++ b/src/mess/machine/nes.c
@@ -97,7 +97,7 @@ void nes_state::setup_ioports()
sprintf(str, "FT_COL%i", i);
m_io_ftrainer[i] = ioport(str);
}
-
+
m_io_ctrlsel = ioport("CTRLSEL");
m_io_exp = ioport("EXP");
m_io_paddle = ioport("PADDLE");