summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/p1_hdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/p1_hdc.h')
-rw-r--r--src/devices/bus/isa/p1_hdc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/isa/p1_hdc.h b/src/devices/bus/isa/p1_hdc.h
index 6e809c17f6b..9574da126f9 100644
--- a/src/devices/bus/isa/p1_hdc.h
+++ b/src/devices/bus/isa/p1_hdc.h
@@ -2,7 +2,7 @@
// copyright-holders:Sergey Svishchev
/**********************************************************************
- Poisk-1 HDC device (model B942)
+ Poisk-1 HDC device (model B942)
**********************************************************************/
@@ -39,7 +39,7 @@ protected:
private:
required_device<wd2010_device> m_hdc;
- //uint8_t m_ram[0x800];
+ // uint8_t m_ram[0x800];
public:
DECLARE_READ8_MEMBER(p1_HDC_r);