1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-01 23:29:41 +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:
cuz 2003-10-23 09:05:50 +00:00
parent 50d1e69609
commit e3e7ef9701

View File

@ -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