summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp_dio/hp_dio.h
diff options
context:
space:
mode:
author 0kmg <9137159+0kmg@users.noreply.github.com>2022-02-06 13:59:38 -0900
committer GitHub <noreply@github.com>2022-02-06 23:59:38 +0100
commitae373baa246e69a52e6e8249e6e8c7897ba1e1fe (patch)
treee948c0f9f690b3d4fd2886910552ee045389ccd6 /src/devices/bus/hp_dio/hp_dio.h
parent22e7beb2fc705139625e3c036c256c6f19cd1c2c (diff)
devices/*: Removed extra semicolons after function bodies in headers. (#9275)
Diffstat (limited to 'src/devices/bus/hp_dio/hp_dio.h')
-rw-r--r--src/devices/bus/hp_dio/hp_dio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/hp_dio/hp_dio.h b/src/devices/bus/hp_dio/hp_dio.h
index 744c4940dc5..c3ad5e0d178 100644
--- a/src/devices/bus/hp_dio/hp_dio.h
+++ b/src/devices/bus/hp_dio/hp_dio.h
@@ -184,7 +184,7 @@ protected:
virtual void interface_pre_start() override;
- int get_index() { return m_index; };
+ int get_index() { return m_index; }
address_space &program_space() { return m_dio_dev->program_space(); }
DECLARE_WRITE_LINE_MEMBER(irq1_out) { m_dio_dev->set_irq(m_index, 0, state); }