bypass less code, so we retain the memory sizing...

This commit is contained in:
Romain Dolbeau 2025-08-24 11:52:14 +02:00
parent 782db132dd
commit 2ef00cdec3
3 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,8 @@
0x003a4, 6, fixIrq7Handler
0x0188c, 8, fixMonReset
0x026da, 10, bypassTest0Eand0Fpatch
0x02856, 0, memory_sizing_print
0x028ba, 0, check_sw
0x028f2, 0, test_10_memory_test
0x02920, 8, patch_test_10_memory_test_1
0x0299c, 36, patch_test_10_memory_test_2

View File

@ -19,8 +19,14 @@ fixMonReset:
and test_0F (forced parity error test)
*/
bypassTest0Eand0Fpatch:
jmp (%pc,test_10_memory_test)
jmp (%pc,memory_sizing_print)
nop
.section .text.memory_sizing_print
memory_sizing_print:
.section .text.check_sw:
check_sw:
.section .text.test_10_memory_test
test_10_memory_test: