Jump to content
IGNORED

Scaled Bitmap Sample


toarnold

Recommended Posts

Hi friends,

 

I get into difficulties displaying a scaled bitmap.

So I take a look into the WORKSHOP/SCALE sample. I got it compiled, but the result produces a black screen. :-o

Can anybody provide me a working make file (with current tools for win32), or another working sample?

I tried smac/vlink. This combination works for the MOVE sample.

I checked the linking address for the scaled bitmap but it seems to be correct (dphrase aligend)

 

Thx,

toarnold

 

Link to comment
Share on other sites

  • 5 months later...

New information from Frank Wille.

 

 

 

 

The minimum instruction alignment for
m68k and Jaguar-RISC is both 2. And the 68000 doesn't benefit from 32-bit
aligned data, like the 68020.

When using a linker script, you should better insert ALIGN directives there
where you need them, instead of using a global -minalign option.

 

One man has run into debug problems with setting the minalign -4 option and the above is Frank's solution for it.

Edited by JagChris
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...