Skip to content

Commit

Permalink
changed the readme.me to use markdown instead of embeded html.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbtaylor1982 committed Oct 16, 2024
1 parent 66ff379 commit 495da2f
Showing 1 changed file with 18 additions and 21 deletions.
39 changes: 18 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Amiga 3000 SDMAC and WD33C93A register test utility
# Amiga 3000 SDMAC and WD33C93A register test utility

This is a small utility which can identify the Amiga 3000 SDMAC version
and talk through the SDMAC to read WD33C93A registers and identify that
chip as well.

It can be built using the [amigadev/crosstools](https://hub.docker.com/r/amigadev/crosstools) Docker container and VSCode or can be built using Bebbo's gcc Amiga cross-compiler from Linux.
The code can be compiled using the [container-amiga-gcc-amitools](https://github.com/mbtaylor1982/container-amiga-gcc-amitools/pkgs/container/container-amiga-gcc-amitools) with Docker and VSCode or can be built using Bebbo's gcc Amiga cross-compiler in a local Linux environment.

-------------------------------------------------------

Example output
## Example output

<PRE>
```console
8.OS322:> sdmac
Memory controller: Ramsey-07 $f
Ramsey config: Burst Mode, 1Mx4, 238 clock refresh
Expand All @@ -22,24 +22,21 @@ WDC Configuration: DMA Mode, 245 msec timeout, Offset 12, Sync 4.772 MHz
Ramsey test: PASS
SDMAC test: PASS
WDC test: PASS
</PRE>
```

-------------------------------------------------------
----

For more information on WD33C93 and compatible chips, including high resolution photos of chip packages, see the following:<BR>
<A HREF="http://eebugs.com/scsi/wd33c93/">
http://eebugs.com/scsi/wd33c93/
</A>
For more information on WD33C93 and compatible chips, including high resolution photos of chip packages, see the following: [http://eebugs.com/scsi/wd33c93/](http://eebugs.com/scsi/wd33c93/)

Actual samples from my part stock
<PRE>
mcode datecode
WD33C93 00-02 00 8849 115315200102
WD33C93A 00-03 00 8909
WD33C93A 00-04 00 9040 040315200102 9109 041816200102
WD33C93A 00-06 08 9018 058564200302
AM33C93A 08 9022 9009 1048EXA A 8950 1608EXA A
WD33C93A 00-08 09 9209 F 25933A5-3503 9205 F 25890A2-3503
WD33C93B 00-02 0d 1025 E 2513427-3702
AIC-33C93B 0d EBACA724
</PRE>

| chip | | mcode | datecode |
| ---------- | ----- | ----- | ---------------------------------------- |
| WD33C93 | 00-02 | 00 | 8849 115315200102 |
| WD33C93A | 00-03 | 00 | 8909 |
| WD33C93A | 00-04 | 00 | 9040 040315200102 9109 041816200102 |
| WD33C93A | 00-06 | 08 | 9018 058564200302 |
| AM33C93A | | 08 | 9022 9009 1048EXA A 8950 1608EXA A |
| WD33C93A | 00-08 | 09 | 9209 F 25933A5-3503 9205 F 25890A2-3503 |
| WD33C93B | 00-02 | 0d | 1025 E 2513427-3702 |
| AIC-33C93B | | 0d | EBACA724 |

0 comments on commit 495da2f

Please sign in to comment.