Skip to content

Commit

Permalink
Added version number to ROM label
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacktix committed Mar 7, 2021
1 parent 8aafbf8 commit ee0a72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootix_dmg.asm
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ FadeValues:
db %00000000, %01010100, %10101000, %11111100

; Mandatory Copyright Notice
db "BOOTIX.DMG"
db "BOOTIX.DMG v1.1", 0

EndBootrom:
; Initialize registers
Expand Down

0 comments on commit ee0a72f

Please sign in to comment.