EEPROM Size

Description

EEPROM is an acronym for electrically erasable programmable read-only memory. Some N64 cartridges have an EEPROM memory chip to store game saves. There are 2 sizes of EEPROM data used: 4 Kilobits and 16 Kilobits. Most cartridges with an EEPROM use 4Kilobits, while others such as Perfect Dark use 16 Kilobits. The default is 4 Kilobits.

Syntax

EEPROM Size = int(0, 1, 2, 3)

Example

EEPROM Size=2

Parameters

Value Result
0 Default
1 None
2 4KB [Default]
3 16KB

Notes

  • None

See Also

  • None
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License