6ec4c7bdac
Every other reference treats ScreenDisplayMode as an int (range 0-4). The init line was using put_bool(0) which happened to write the same "0" string and read back fine via get_int, but the type mismatch was misleading.