Welcome, Guest. Please login or register.

Author Topic: AmigaOS 4.1 for 68k, and i got mad :)  (Read 23231 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Ratte

  • Sr. Member
  • ****
  • Join Date: Sep 2006
  • Posts: 380
  • Country: de
    • Show all replies
Re: AmigaOS 4.1 for 68k, and i got mad :)
« on: November 24, 2009, 11:35:45 AM »
wawrzon = wawa ?! :D
 

Offline Ratte

  • Sr. Member
  • ****
  • Join Date: Sep 2006
  • Posts: 380
  • Country: de
    • Show all replies
Re: AmigaOS 4.1 for 68k, and i got mad :)
« Reply #1 on: November 25, 2009, 11:45:15 AM »
bernd_afa:
i posted an idea on a1k how to convert 24/15bit to an 8bit (216 color) palette.
http://www.a1k.org/forum/showthread.php?p=297809
with locked colortable this should be a way to handle 8bit screens.
just an idea.

@kolla:
icon45.5 and wb.lib 45.127 are the latest 68000 compatible ;)
 

Offline Ratte

  • Sr. Member
  • ****
  • Join Date: Sep 2006
  • Posts: 380
  • Country: de
    • Show all replies
Re: AmigaOS 4.1 for 68k, and i got mad :)
« Reply #2 on: November 25, 2009, 05:12:58 PM »
@kola:
icon45.5(and Ibf-version) can display newicons, you just need iprefs and wb.config-prefs setted to newicons.
the presettings are for "old 3.1"-icons for higher compatiblity for use in kick3.x-roms.

the 45.5 / 45.4 mysterium is reported by perterk,too.
he found out, that wb.lib 45.1xx is opening icon.lib 45.4 (ecxactly x.4 .. not 4 or higher).
All you can do is ... patch wb.lib to 45.132 and fix that shit
or simply remove 45.4 from (hard)disk and leave 45.5

@bernd_afa:
if you take a look at my example code, you will notice, taht there is no "search for the best possible color" is needed.
it is working with "killing some bits per color" and a table system.

no searching, just a small pice of code:

morph:
; d0 15Bit color (%000rrrrrgggggbbbbb)
lea converter,a3 ; colortable
add.l d0,a3
move.b (a3),d1
; d1 pennumber for matching 8bit color

and special colortable.