smarter manufacturer

some kind of promotion
This commit is contained in:
polluks2 2022-02-18 00:43:49 +01:00 committed by GitHub
parent d006317b0e
commit 246814e63b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -16,8 +16,12 @@
.word __BANK1BLOCKSIZE__ ; bank 1 page size
.word 1 ; version number
.asciiz "Cart name " ; 32 bytes cart name
.asciiz "Manufacturer " ; 16 bytes manufacturer
.byte "cc65 V" ; 16 bytes manufacturer
.byte ((.VERSION >> 8) & $0F) + '0'
.byte '.'
.byte ((.VERSION >> 4) & $0F) + '0'
.byte (.VERSION & $0F) + '0'
.asciiz " "
.byte 0 ; rotation 1=left
; rotation 2=right
.byte 0,0,0,0,0 ; spare