Jump to content
Sign in to follow this  
Cybernoid

Graph2Font and returning to DOS?

Recommended Posts

Hi All,

 

I have been messing with G2F code, and I would like to create a binary that loads a simple screen, then returns to DOS upon a key hit (or fire or start)... I cannot seem to get this to work.

 

Does anyone know how to "un-do" what was done by G2F?

 

Thanks,

~C~

Share this post


Link to post
Share on other sites

this is what i have done when patching thrust with the new g2f title screen...

 

 

exit cli

mva #0 ^4e

tax

exit0 sta 53248,x+

cpx #16

bcc exit0

sta ^40

mva #$ff ^31

mva #$40 ^4e

endend lda 20

cmp 20

beq *-2

 

jmp $5600 ; starts thrust

 

i am sure this helps little bit... (as same exit routine works with arkanoid, druid and boinxx as well...)

thrustt.zip

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...