summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUwe Seimet <Uwe.Seimet@seimet.de>2019-10-14 18:07:47 (GMT)
committerEero Tamminen <oak@helsinkinet.fi>2019-10-14 18:07:47 (GMT)
commitd9c8818fe2d216dbb27043b058f9b3de1a30acd2 (patch)
tree3295d52c994fdfa17100f9c7a86c0fad378b9de8
parente06650b6e343b5b3f0634a7596e584d0c97d6448 (diff)
downloadhatari-d9c8818fe2d216dbb27043b058f9b3de1a30acd2.zip
hatari-d9c8818fe2d216dbb27043b058f9b3de1a30acd2.tar.gz
Update HDDRIVER information in documentation
-rw-r--r--doc/manual.html6
-rw-r--r--doc/release-notes.txt2
-rw-r--r--doc/scsi-driver.txt6
3 files changed, 7 insertions, 7 deletions
diff --git a/doc/manual.html b/doc/manual.html
index 742cb8b..d661b16 100644
--- a/doc/manual.html
+++ b/doc/manual.html
@@ -2365,7 +2365,7 @@ partition table/type support is very limited.</p>
<h3 id="Using_HD_Driver_with_GEMDOS_partitions">Using HD Driver with GEMDOS partitions</h3>
-<p>Uwe Seimet's <a href="http://www.seimet.de/atari/en/hddriver.html">HD
+<p>Uwe Seimet's <a href="https://wwww.hddriver.net">HD
Driver</a> works fine with both the Hatari GEMDOS HD partitions and normal
hard disk images.
</p>
@@ -2373,7 +2373,7 @@ hard disk images.
<p>First copy the HDDRIVER.PRG binary into your GEMDOS HD emulation
directory AUTO folder. Then start the HDDRUTIL.APP configuration utility,
locate HDDRIVER.PRG, open the
-<a href="http://www.seimet.de/atari/en/hddriverscreenshots.html">"Devices
+<a href="https://www.hddriver.net/en/screenshots.html">"Devices
and Partitions" dialog</a> and select the "Preserve Existing Partitions"
option. Then you can just start Hatari with your hard disk image and
this GEMDOS HD directory, for example like this:
@@ -2381,7 +2381,7 @@ this GEMDOS HD directory, for example like this:
ide-hd.image</span>".</p>
<p>If you're using
-the <a href="http://hddriver.seimet.de/en/downloads.html">demo version
+the <a href="https://www.hddriver.net/en/demo.html">demo version
of HD Driver</a>, you can write files only to the C: partition, i.e. in
above case only copy files from the hard disk image partition to the
GEMDOS HD partition (with some write slowdowns included into the demo
diff --git a/doc/release-notes.txt b/doc/release-notes.txt
index 896444e..fbb1881 100644
--- a/doc/release-notes.txt
+++ b/doc/release-notes.txt
@@ -542,7 +542,7 @@ Fixed demos:
Notes:
TOS NF_SCSI driver is available from:
- http://hddriver.seimet.de/en/downloads.html
+ https://www.hddriver.net/en/downloads.html
Version 1.9.0 (2015-09-10):
diff --git a/doc/scsi-driver.txt b/doc/scsi-driver.txt
index 6a923e3..f23acac 100644
--- a/doc/scsi-driver.txt
+++ b/doc/scsi-driver.txt
@@ -19,10 +19,10 @@ It consists of two software components:
Hatari. It maps SCSI Driver calls to Linux SG driver calls. In order to run
the SCSI Driver stub for TOS on other platforms than Linux, this is the
code that has to be ported.
-2. SCSI Driver stub for TOS, HAT_SCSI.PRG. This component runs on TOS and
+2. SCSI Driver stub for TOS, NF_SCSI.PRG. This component runs on TOS and
uses Hatari's NatFeats interface to call the host driver. The stub is
- independent of the host platform Hatari is running on. HAT_SCSI can be
- downloaded from http://hddriver.seimet.de/en/downloads.html.
+ independent of the host platform Hatari is running on. NF_SCSI can be
+ downloaded from https://www.hddriver.net/en/downloads.html.
The NatFeats-based interface between the TOS stub and the host driver
implementation consists of these calls (NatFeats sub-ids):