summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/rp5h01.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/rp5h01.h')
-rw-r--r--src/emu/machine/rp5h01.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/rp5h01.h b/src/emu/machine/rp5h01.h
index 9aaa31c4f12..3800b8e311f 100644
--- a/src/emu/machine/rp5h01.h
+++ b/src/emu/machine/rp5h01.h
@@ -27,7 +27,7 @@ class rp5h01_device : public device_t
{
public:
rp5h01_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
-
+
DECLARE_WRITE8_MEMBER( enable_w ); /* /CE */
DECLARE_WRITE8_MEMBER( reset_w ); /* RESET */
DECLARE_WRITE8_MEMBER( cs_w ); /* CS */