From 4c29419cab5f44db1d52e5f28cef42450406be2a Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Sun, 22 Oct 2017 12:34:30 +1100 Subject: srcclean (nw) --- src/devices/bus/gamate/gamate_protection.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/devices/bus/gamate/gamate_protection.h') diff --git a/src/devices/bus/gamate/gamate_protection.h b/src/devices/bus/gamate/gamate_protection.h index 006307af344..5ee37ff3e20 100644 --- a/src/devices/bus/gamate/gamate_protection.h +++ b/src/devices/bus/gamate/gamate_protection.h @@ -15,7 +15,7 @@ public: gamate_protection_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); bool is_protection_passed(); - + DECLARE_WRITE_LINE_MEMBER( prot_w ); DECLARE_READ_LINE_MEMBER( prot_r ); @@ -36,4 +36,4 @@ private: }; #endif // MAME_BUS_GAMATE_PROTECTION_H - + -- cgit v1.2.3