summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/6532riot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/6532riot.c')
-rw-r--r--src/emu/machine/6532riot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/6532riot.c b/src/emu/machine/6532riot.c
index eb72e4b7723..745a2722ca9 100644
--- a/src/emu/machine/6532riot.c
+++ b/src/emu/machine/6532riot.c
@@ -307,7 +307,7 @@ UINT8 riot6532_device::reg_r(UINT8 offset, bool debugger_access)
if (!(*port->m_in_cb).isnull())
{
port->m_in = (*port->m_in_cb)(0);
-
+
/* changes to port A need to update the PA7 state */
if (port == &m_port[0])
{