summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/namco62.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/namco62.h')
-rw-r--r--src/mame/machine/namco62.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/namco62.h b/src/mame/machine/namco62.h
index 782b9671ae6..81acc232350 100644
--- a/src/mame/machine/namco62.h
+++ b/src/mame/machine/namco62.h
@@ -18,13 +18,13 @@ public:
DECLARE_READ8_MEMBER( read );
DECLARE_WRITE8_MEMBER( write );
-
+
protected:
// device-level overrides
virtual void device_start();
virtual const rom_entry *device_rom_region() const;
virtual machine_config_constructor device_mconfig_additions() const;
-
+
private:
// internal state
device_t* m_cpu;