summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/mb14241.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/mb14241.h')
-rw-r--r--src/emu/machine/mb14241.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/machine/mb14241.h b/src/emu/machine/mb14241.h
index 7b876c0252e..43afabfe2bb 100644
--- a/src/emu/machine/mb14241.h
+++ b/src/emu/machine/mb14241.h
@@ -12,7 +12,7 @@ class mb14241_device : public device_t
{
public:
mb14241_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
-
+
DECLARE_WRITE8_MEMBER ( shift_count_w );
DECLARE_WRITE8_MEMBER ( shift_data_w );
DECLARE_READ8_MEMBER( shift_result_r );
@@ -25,7 +25,7 @@ protected:
private:
// internal state
-
+
UINT16 m_shift_data; /* 15 bits only */
UINT8 m_shift_count; /* 3 bits */
};