summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/e0516.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/e0516.h')
-rw-r--r--src/emu/machine/e0516.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/machine/e0516.h b/src/emu/machine/e0516.h
index 83c25db1582..223b317ebb7 100644
--- a/src/emu/machine/e0516.h
+++ b/src/emu/machine/e0516.h
@@ -76,10 +76,10 @@ class e0516_device : public device_t
e0516_device(running_machine &_machine, const e0516_device_config &_config);
public:
- DECLARE_WRITE_LINE_MEMBER( cs_w );
- DECLARE_WRITE_LINE_MEMBER( clk_w );
- DECLARE_WRITE_LINE_MEMBER( dio_w );
- DECLARE_READ_LINE_MEMBER( dio_r );
+ DECLARE_WRITE_LINE_MEMBER( cs_w );
+ DECLARE_WRITE_LINE_MEMBER( clk_w );
+ DECLARE_WRITE_LINE_MEMBER( dio_w );
+ DECLARE_READ_LINE_MEMBER( dio_r );
protected:
// device-level overrides