Jump to content
IGNORED

IntyBASIC Use ROM Characters as MOB for Foreground?


First Spear

Recommended Posts

In Color Stack mode, I have something on the BACKTAB displaying fine, and I want to show some of the GROM text on top of it. I was thinking that a good way to do this is to treat the 8 characters I want to show as a MOB so it can go on top of the BACKTAB as foreground.

 

Is there a smart way to do this other than defining the characters I want in code, and then drawing them to the screen separately?

 

 

Thanks.

Link to comment
Share on other sites

You can turn the GRAM bit off.

MOBX : $0250
MOBY : $0034
MOBA : $0119

sprite 0,$0250,$0034,$0119

This will display letter dark blue C at position 80x by 52y

I used this to set up the MOB position,property, and what GROM card it using.
http://knox.ac.free.fr/inty_workshop/

Note:The GROM card 64 and above won't work in BG/FG mode in jzintv and the real system.

  • Like 1
Link to comment
Share on other sites

I just want to display a full height ROM 8x8 white "P" near the middle of the screen using card 57, I am missing something with my parameter combination - what is it?

 

 

Thanks.

 

 

 

 

post-31694-0-43890300-1504882106_thumb.jpg

 

 

Thanks.

 

 

You can turn the GRAM bit off.

MOBX : $0250
MOBY : $0034
MOBA : $0119

sprite 0,$0250,$0034,$0119

This will display letter dark blue C at position 80x by 52y

I used this to set up the MOB position,property, and what GROM card it using.
http://knox.ac.free.fr/inty_workshop/

Note:The GROM card 64 and above won't work in BG/FG mode in jzintv and the real system.

Edited by First Spear
Link to comment
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.
Note: Your post will require moderator approval before it will be visible.

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...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...