mirror of
https://github.com/rdolbeau/VintageBusFPGA_Common.git
synced 2026-01-11 23:42:48 +00:00
bypass less code, so we retain the memory sizing...
This commit is contained in:
parent
782db132dd
commit
2ef00cdec3
@ -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
|
||||
|
||||
@ -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:
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user