summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/msx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/msx.c')
-rw-r--r--src/mame/machine/msx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/msx.c b/src/mame/machine/msx.c
index 9b52dd20d71..970fddf4429 100644
--- a/src/mame/machine/msx.c
+++ b/src/mame/machine/msx.c
@@ -772,7 +772,7 @@ static WRITE8_DEVICE_HANDLER ( msx_ppi_port_a_w )
static WRITE8_DEVICE_HANDLER ( msx_ppi_port_c_w )
{
msx_state *state = device->machine().driver_data<msx_state>();
-
+
state->keylatch = data & 0x0f;
/* caps lock */