mirror of
https://github.com/cc65/cc65.git
synced 2024-12-25 17:29:50 +00:00
Used TGI_API_VERSION
git-svn-id: svn://svn.cc65.org/cc65/trunk@2566 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
50d1e69609
commit
e3e7ef9701
@ -65,7 +65,7 @@ tgi_outtext: jmp $0000
|
||||
|
||||
; Driver header signature
|
||||
.rodata
|
||||
tgi_sig: .byte $74, $67, $69, $00 ; "tgi", version
|
||||
tgi_sig: .byte $74, $67, $69, TGI_API_VERSION ; "tgi", version
|
||||
tgi_sig_len = * - tgi_sig
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user