summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/3c505.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/3c505.h')
-rw-r--r--src/devices/bus/isa/3c505.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/isa/3c505.h b/src/devices/bus/isa/3c505.h
index 115c0c9978e..4c1c22383a2 100644
--- a/src/devices/bus/isa/3c505.h
+++ b/src/devices/bus/isa/3c505.h
@@ -90,8 +90,8 @@ protected:
// adapter register helpers
u8 acmd_r();
- u8 acr_r() { return m_acr; };
- u8 asr_r() { return m_asr; };
+ u8 acr_r() { return m_acr; }
+ u8 asr_r() { return m_asr; }
u16 adata_r();
void acmd_w(u8 data);
void acr_w(u8 data);