Re: A82: Galaxian and Orzunoid Update and Questions


[Prev][Next][Index][Thread]

Re: A82: Galaxian and Orzunoid Update and Questions




In a message dated 98-01-28 17:32:36 EST, you write:

> just use the ldir instruction to load it into VIDEO mem and the
>  ROM_CALL(DISP_GRAPH)
>  you can also compress you pics by using zcp, but i don't know if it's 82
>  compatible.
>  
>  screen shots can be taken by using the TI GRAPH-LINK software, but i
>  don't think it likes things in motion.
>  
>  an alternative can be making an ISR w/ crash that copies the Video screen
>  to the graphing screen when a key combo is pressed. (that won't work if
>  you use the apd buffer to much, or the graph mem.) then you can exit,
>  turn off the isr, (make sure the 82 graph screen is clean [no axes, etc]
>  before using the isr) and take a screen shot that way.
>  there's some utils that will convert an 82i file to a bmp.  just convert
>  that to a jpeg/gif, and you're set!
>  
>  -Greg

or, you could make a TSR (what's an ISR?) in any shell that will go into
KEY_HAND when a hotkey combo is pressed, effectively pausing the game.  Then
go into graphlink (calc still paused) and get a screenshot.  Save it as a
TIFF/EPS and convert it to JPEG/GIF.

~Adamman


Follow-Ups: