Skip to content

Commit

Permalink
Change ROM software version to '0x01'
Browse files Browse the repository at this point in the history
  • Loading branch information
Vulcalien committed Mar 10, 2023
1 parent dd64071 commit 3d1f049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/crt0.s
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ _start:
.space 7, 0x00

@ Software Version
.byte 0x00
.byte 0x01

@ Complement Check
.byte 0xbb
.byte 0xba

@ Reserved (2 Bytes)
.space 2, 0x00
Expand Down

0 comments on commit 3d1f049

Please sign in to comment.