diff options
Diffstat (limited to 'src/mess/includes/channelf.h')
| -rw-r--r-- | src/mess/includes/channelf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/channelf.h b/src/mess/includes/channelf.h index 461db0dea57..e3e21990128 100644 --- a/src/mess/includes/channelf.h +++ b/src/mess/includes/channelf.h @@ -29,7 +29,7 @@ class channelf_state : public driver_device public: channelf_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), - m_custom(*this,"custom") { } + m_custom(*this,"custom") { } DECLARE_READ8_MEMBER(channelf_port_0_r); DECLARE_READ8_MEMBER(channelf_port_1_r); |
