Skip to content

Commit 3d5240f

Browse files
authored
Replace microchip.com link with a wayback machine mirror
1 parent 68190a9 commit 3d5240f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MBC7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
MBC7 (Memory Bank Controller 7) is an MBC containing a 2-axis
44
accelerometer (ADXL202E) and a 256 byte EEPROM
5-
([93LC56](https://www.microchip.com/en-us/product/93LC56)). A000-BFFF
5+
([93LC56](https://web.archive.org/web/20230115175018/https://www.microchip.com/en-us/product/93LC56)). A000-BFFF
66
does not directly address the EEPROM, as most MBCs do, but rather
77
contains several registers that can be read or written one at a time.
88
This makes EEPROM access very slow due to needing multiple writes per

0 commit comments

Comments
 (0)