diff --git a/hw/efinix_fpga/super6502.xml b/hw/efinix_fpga/super6502.xml index e05eba3..5f9b3c7 100644 --- a/hw/efinix_fpga/super6502.xml +++ b/hw/efinix_fpga/super6502.xml @@ -1,5 +1,5 @@ - + diff --git a/sw/kernel/boot.s b/sw/kernel/boot.s index 93bf54b..d762892 100644 --- a/sw/kernel/boot.s +++ b/sw/kernel/boot.s @@ -38,7 +38,7 @@ _init: LDX #$FF ; Initialize stack pointer to $01FF ; Initialize memory storage JSR zerobss ; Clear BSS segment (no longer fails) - ; JSR copydata ; Initialize DATA segment (this also fails. but prints something) + JSR copydata ; Initialize DATA segment (this also fails. but prints something) JSR initlib ; Run constructors (This one works) ; ---------------------------------------------------------------------------