This adds support for SEEDL, SEEDH, and RND_CTRL for the F256K and F256 JR board modes.
It's not intended to replicate an exact simulation or frequency table of values of hw. It's intended to unblock some programs in SuperBASIC that rely on RANDOM(...) and RND(...). That said, it supports the enablement+disablement regs, and re-seeding. Verified gets surfaced through the kernel and BASIC.
This adds support for SEEDL, SEEDH, and RND_CTRL for the F256K and F256 JR board modes.
It's not intended to replicate an exact simulation or frequency table of values of hw. It's intended to unblock some programs in SuperBASIC that rely on RANDOM(...) and RND(...). That said, it supports the enablement+disablement regs, and re-seeding. Verified gets surfaced through the kernel and BASIC.
Before:
After: