File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 66#
77PROGS := sdmac
88
9- VER ?= 0.9 +
9+ VER ?= 1.0 +
1010# VER := $(shell awk '/\$$VER:/{print $$7}' sdmac.c)
1111ADF_FILE := sdmac_$(VER ) .adf
1212ZIP_FILE := sdmac_$(VER ) .zip
Original file line number Diff line number Diff line change 11/*
2- * SDMAC Version 0.9 2024-10-17
2+ * SDMAC Version 1.0 2025-09-22
33 * -----------------------------
44 * Utility to inspect and test an Amiga 3000's Super DMAC (SDMAC) and
55 * WD SCSI controller for correct configuration and operation.
@@ -1139,13 +1139,13 @@ get_sdmac_version(void)
11391139 }
11401140
11411141 INTERRUPTS_DISABLE ();
1142- ovalue = * ADDR32 (SDMAC_WTC );
1143- * ADDR32 (SDMAC_WTC ) = wvalue ;
1142+ ovalue = * ADDR32 (SDMAC_WTC_ALT );
1143+ * ADDR32 (SDMAC_WTC_ALT ) = wvalue ;
11441144#define FORCE_READ (x ) asm volatile ("" : : "r" (x));
11451145 /* Push out write and buffer something else on the bus */
11461146 (void ) * ADDR32 (RAMSEY_VER );
11471147 rvalue = * ADDR32 (SDMAC_WTC );
1148- * ADDR32 (SDMAC_WTC ) = ovalue ;
1148+ * ADDR32 (SDMAC_WTC_ALT ) = ovalue ;
11491149 INTERRUPTS_ENABLE ();
11501150
11511151 if (flag_debug )
You can’t perform that action at this time.
0 commit comments