scaffold: status bit10 (ubfx loop exit)

This commit is contained in:
SashegDev
2026-09-14 11:04:14 +00:00
parent 1c02e2f4c8
commit 9793076d11
2 changed files with 8 additions and 6 deletions
+3 -3
View File
@@ -775,10 +775,10 @@ static void saimaa_machine_init(MachineState *machine)
v = 0x08024000;
cpu_physical_memory_write(0x080164F0, &v, 4);
}
/* HW-ready bits (b25/b26): [0x073A100] bits 0,1,2 (SBL
* read-only polls: bit2 poll#1, bit1 poll#2, bit0 gate). */
/* HW-ready bits (b25/b26/b39): [0x073A100] bits 0,1,2 (SBL
* read-only polls) + bit10 (ubfx loop exit at 0x80079BA). */
{
uint32_t v = 0x00000007;
uint32_t v = 0x00000407;
cpu_physical_memory_write(0x073A100, &v, 4);
}
/* PBL world-switch Thumb-stub (b24, 4B @0x00221EF8):