Michael Kendora's png screenshot stuff added

This commit is contained in:
theoddone33
2001-05-08 18:05:00 +00:00
parent 9cd64c2e4e
commit 93bc342d2b
7 changed files with 3286 additions and 8 deletions

View File

@@ -33,7 +33,7 @@ EXTSYM Clear2xSaIBuffer
EXTSYM romdata,romtype,ScreenShotFormat
EXTSYM Voice0Disable,Voice1Disable,Voice2Disable,Voice3Disable
EXTSYM Voice4Disable,Voice5Disable,Voice6Disable,Voice7Disable
EXTSYM Grab_PNG_Data
NEWSYM MenuAsmStart
@@ -1029,6 +1029,12 @@ NEWSYM pcxheader
NEWSYM picnum, dw 0
NEWSYM savepcx
cmp dword[ScreenShotFormat],1
jne .notpng
call Grab_PNG_Data
ret
.notpng
mov byte[pressed+1],0
mov byte[pressed+59],2
cmp byte[cbitmode],1