Skip to content

Commit

Permalink
Merge pull request #9 from SukkoPera/add_tested_rams
Browse files Browse the repository at this point in the history
Fix #5
  • Loading branch information
SukkoPera authored Oct 19, 2021
2 parents 8ad89ba + f2755af commit ef0caab
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,20 @@ OpenAmiga500FastRamExpansion is basically a clone of [a RAM expansion produced b
### Memory Compatibility
The required RAM Type is 16 Mbit (1M×16) DRAM in the SOJ-42 package with up to 70-80 ns access time. It is 5v-only DRAM (not SD(!)RAM) often found in old 72-pin SIMMs, EDO chips might work or not. All chips having *8160* in their part number should be OK.

|Model |Maker |Tested |Working |Data Sheet |Notes |
|---------------|-----------------|:-----------------:|:-----------------:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|-------------------------------------------------------------------------------------|
|AS4C1M116E5 |Alliance |![No](doc/no.png) | | | |
|GM71C18160 |Hynix/LGS |![Yes](doc/yes.png)|![Yes](doc/yes.png)|[![PDF](doc/doc.png)](https://github.com/lvd2/A600_8mb_2008/blob/master/DRAM_datasheets/GM71C18160.pdf) |Tested by lvd in his original project |
|HY5118164B |Hynix |![No](doc/no.png) | | | |
|KM416C1200AJ |SEC |![Yes](doc/yes.png)|![Yes](doc/yes.png)| |Reported working by Ronald Baer |
|KM416C1204AJ/BJ|SEC |![Yes](doc/yes.png)|![Yes](doc/yes.png)|[![PDF](doc/doc.png)](http://pdf.datasheetcatalog.com/datasheet_pdf/samsung-electronic/KM416C1004BJ-45_to_KM416V1204BT-L7.pdf) |Reported working by screwbreaker |
|MSM5118160 |OKI |![Yes](doc/yes.png)|![Yes](doc/yes.png)|[![PDF](doc/doc.png)](https://github.com/lvd2/A600_8mb_2008/blob/master/DRAM_datasheets/msm5118160.pdf) |Tested by lvd in his original project |
|TMS41860DZ |Texas Instruments|![Yes](doc/yes.png)|![Yes](doc/yes.png)| |Reported working by Ronald Baer |
|TMS41869DZ |Texas Instruments|![No](doc/no.png) | | | |
|4218160 |NEC |![Yes](doc/yes.png)|![Yes](doc/yes.png)| |Reported working by Ronald Baer |
|4218165 |NEC |![Yes](doc/yes.png)|![Yes](doc/yes.png)|[![PDF](doc/doc.png)](https://www.datasheetarchive.com/pdf/download.php?id=5f10686e336fc0bb44481c8b0f0340b8d05d8a&type=O&term=NEC%252B4218165-60) |Tested by SukkoPera |
|Model |Maker |Tested |Working |Data Sheet |Notes |
|---------------|------------------|:-----------------:|:-----------------:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|-------------------------------------------------------------------------------------|
|AS4C1M116E5 |Alliance |![Yes](doc/yes.png)|![Yes](doc/yes.png)| |Tested by @Homer799 |
|GM71C18160 |Hynix/LGS |![Yes](doc/yes.png)|![Yes](doc/yes.png)|[![PDF](doc/doc.png)](https://github.com/lvd2/A600_8mb_2008/blob/master/DRAM_datasheets/GM71C18160.pdf) |Tested by lvd in his original project |
|HY5118164B |Hynix |![Yes](doc/yes.png)|![Yes](doc/yes.png)| |Tested by @Sgw32 |
|KM416C1200AJ |SEC |![Yes](doc/yes.png)|![Yes](doc/yes.png)| |Reported working by Ronald Baer |
|KM416C1204AJ/BJ|SEC |![Yes](doc/yes.png)|![Yes](doc/yes.png)|[![PDF](doc/doc.png)](http://pdf.datasheetcatalog.com/datasheet_pdf/samsung-electronic/KM416C1004BJ-45_to_KM416V1204BT-L7.pdf) |Reported working by screwbreaker |
|MSM5118160 |OKI |![Yes](doc/yes.png)|![Yes](doc/yes.png)|[![PDF](doc/doc.png)](https://github.com/lvd2/A600_8mb_2008/blob/master/DRAM_datasheets/msm5118160.pdf) |Tested by lvd in his original project |
|TMS41860DZ |Texas Instruments |![Yes](doc/yes.png)|![Yes](doc/yes.png)| |Reported working by Ronald Baer |
|TMS41869DZ |Texas Instruments |![No](doc/no.png) | | | |
|4218160 |NEC |![Yes](doc/yes.png)|![Yes](doc/yes.png)| |Reported working by Ronald Baer |
|4218165 |NEC |![Yes](doc/yes.png)|![Yes](doc/yes.png)|[![PDF](doc/doc.png)](https://www.datasheetarchive.com/pdf/download.php?id=5f10686e336fc0bb44481c8b0f0340b8d05d8a&type=O&term=NEC%252B4218165-60) |Tested by SukkoPera |
|VG2618165BJ |Vanguard |![Yes](doc/yes.png)|![Yes](doc/yes.png)| |Tested by @Csordi |
|NN5118160AJ-60 |NPN |![Yes](doc/yes.png)|![Yes](doc/yes.png)| |Tested by @RipZ |

RAM chips can either be soldered directly to the board or installed in sockets. While soldering the chips might not be trivial for the unexperienced, sockets for the SOJ-42 package are hard to find and not really easier to solder either, so the choice is up to you.

Expand Down

0 comments on commit ef0caab

Please sign in to comment.