Welcome, Guest. Please login or register.

Author Topic: Cybergraphics screenmodes not showing up in screenmodes.prefs  (Read 2256 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline AmigaMance

  • Hero Member
  • *****
  • Join Date: Apr 2005
  • Posts: 1278
    • Show all replies
 (Now that Boot_WB's problem is resolved)

@Piru
 Speaking of your Exec, are all the functions of the library optimized, or "only" those which are mentioned in the changelog? If this is the case, i suppose it's good to use it in conjunction with SystemPatch by excluding the patches which are optimized in exec44 and leave those which are not.

 Also, SystemPatch docs says that "It replaces BLIT, PORTS, SOFTINT interrupt routines.". Exec44 does this?
A1200 PPC user.
 

Offline AmigaMance

  • Hero Member
  • *****
  • Join Date: Apr 2005
  • Posts: 1278
    • Show all replies
Re: Cybergraphics screenmodes not showing up in screenmodes.prefs
« Reply #1 on: December 27, 2006, 02:15:00 PM »
Quote
Quote
are all the functions of the library optimized, or "only" those which are mentioned in the changelog?

 The whole thing is hand optimized.

 ALL exec functions are optimized? That's fantastic! I found references in your changelog, only for some functions. That's why i asked.


Quote
IIRC SystemPatch author claims he has faster routines,

 Actually, he doesn't. :-D


Quote
Quote
"It replaces BLIT, PORTS, SOFTINT interrupt routines.". Exec44 does this?

 The ones inside exec, yes. IIRC there wasn't much room for improvement here, however.

 Great. :-)
A1200 PPC user.
 

Offline AmigaMance

  • Hero Member
  • *****
  • Join Date: Apr 2005
  • Posts: 1278
    • Show all replies
Re: Cybergraphics screenmodes not showing up in screenmodes.prefs
« Reply #2 on: December 27, 2006, 02:34:20 PM »
Quote
Quote
ALL exec functions are optimized?

 Yes, everything, even the SAD debugger (which no-one really uses, but oh well).

 Excellent!
/me adds NOEXEC and NOINTS arguments to SystemPatch.
A1200 PPC user.