summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/mb14241.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/mb14241.c')
-rw-r--r--src/emu/machine/mb14241.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/emu/machine/mb14241.c b/src/emu/machine/mb14241.c
index 0f88a51c1c8..091397d2caf 100644
--- a/src/emu/machine/mb14241.c
+++ b/src/emu/machine/mb14241.c
@@ -9,8 +9,8 @@
struct mb14241_state
{
- UINT16 shift_data; /* 15 bits only */
- UINT8 shift_count; /* 3 bits */
+ UINT16 shift_data; /* 15 bits only */
+ UINT8 shift_count; /* 3 bits */
};
/*****************************************************************************
@@ -102,5 +102,3 @@ void mb14241_device::device_reset()
{
DEVICE_RESET_NAME( mb14241 )(this);
}
-
-