summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/nmc9306.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/nmc9306.h')
-rw-r--r--src/emu/machine/nmc9306.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/emu/machine/nmc9306.h b/src/emu/machine/nmc9306.h
index aa9dfb20593..366738b9a5e 100644
--- a/src/emu/machine/nmc9306.h
+++ b/src/emu/machine/nmc9306.h
@@ -74,10 +74,10 @@ class nmc9306_device : public device_t,
nmc9306_device(running_machine &_machine, const nmc9306_device_config &_config);
public:
- DECLARE_WRITE_LINE_MEMBER( cs_w );
- DECLARE_WRITE_LINE_MEMBER( sk_w );
- DECLARE_WRITE_LINE_MEMBER( di_w );
- DECLARE_READ_LINE_MEMBER( do_r );
+ DECLARE_WRITE_LINE_MEMBER( cs_w );
+ DECLARE_WRITE_LINE_MEMBER( sk_w );
+ DECLARE_WRITE_LINE_MEMBER( di_w );
+ DECLARE_READ_LINE_MEMBER( do_r );
protected:
// device-level overrides
@@ -94,7 +94,7 @@ private:
inline void erase(offs_t offset);
UINT16 m_register[16];
-
+
int m_bits;
int m_state;
UINT8 m_command;