changeset 58:02a065f8428c

Changed controller's base address to $ff74
author boisy
date Sat, 20 Apr 2002 19:26:38 +0000
parents a2e1e7563ed7
children 0bd24a891e71
files 3rdparty/booters/boot_tc3.asm
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/3rdparty/booters/boot_tc3.asm	Sat Apr 20 15:14:04 2002 +0000
+++ b/3rdparty/booters/boot_tc3.asm	Sat Apr 20 19:26:38 2002 +0000
@@ -26,7 +26,7 @@
 edition  set   1
 
 * Hard Disk Interface registers for the TC3
-dataport equ   $FF76
+dataport equ   $FF74
 status   equ   dataport+1
 select   equ   dataport+1