summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/cpc/hd20.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/cpc/hd20.h')
-rw-r--r--src/emu/bus/cpc/hd20.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/emu/bus/cpc/hd20.h b/src/emu/bus/cpc/hd20.h
index 7ff253a92cc..0926e6bd5be 100644
--- a/src/emu/bus/cpc/hd20.h
+++ b/src/emu/bus/cpc/hd20.h
@@ -2,13 +2,13 @@
// copyright-holders:Barry Rodewald
/*
- Dobbertin HD20 hard disk
+ Dobbertin HD20 hard disk
+
+ Fixed disk interface for the Amstrad CPC
+
+ Controller: Seagate ST11M XT HD Controller
+ Disk: 3.5" 20MB Seagate, Kyocera, NEC or Miniscribe (Geometry: 615 cylinders/4 heads/17 sectors)
- Fixed disk interface for the Amstrad CPC
-
- Controller: Seagate ST11M XT HD Controller
- Disk: 3.5" 20MB Seagate, Kyocera, NEC or Miniscribe (Geometry: 615 cylinders/4 heads/17 sectors)
-
*/
#ifndef HD20_H_
@@ -32,7 +32,7 @@ public:
DECLARE_READ8_MEMBER(hdc_r);
DECLARE_WRITE8_MEMBER(hdc_w);
DECLARE_WRITE_LINE_MEMBER(irq_w);
-
+
protected:
// device-level overrides
virtual void device_start();