Óscar Toledo G. Profile picture
➀MSX/Atari/CV/Intellivision/SMS game dev ➁Princess Quest in Evercade Intellivision ➂Knight of boot sector games ➃IOCCC+JS1K winner ➄IntyBASIC creator ➅Author
Jan 30, 2023 7 tweets 3 min read
If you have an old #motherboard stuck saying "Checking NVRAM..." (typically K5/K6/Pentium 1 or 2) there is no NVRAM chip, instead it is unable to write its own Flash BIOS to save data, because it exceeded the maximum number of writing allowed (yep, you used it 10,000 times) To solve this you need to order the AT29C010A, this Flash chip is erasable in 256-byte pages AND it can still be accessible to execute code. My first try was the AM29F010 but it doesn't work for this.