Welcome, Guest. Please login or register.

Author Topic: fast display of blitter objects (bobs)  (Read 2566 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline hextremeTopic starter

  • Newbie
  • *
  • Join Date: Apr 2007
  • Posts: 2
    • Show all replies
    • http://minniatian.republika.pl
fast display of blitter objects (bobs)
« on: May 19, 2007, 08:45:53 AM »
Hello!
I have problem with Bobs (blitter objects). They are displayed too slow. How to speed'em up? For example how to create environment like in Benefactor under WHDLoad, which saves old View, shut downs system until F10 is pressed and there are even many objects drawn by Blitter without lags.
I don't have graphic card so it's under AGA chipset.
Thanks in advance for response! If you wish sample code just ask.
 

Offline hextremeTopic starter

  • Newbie
  • *
  • Join Date: Apr 2007
  • Posts: 2
    • Show all replies
    • http://minniatian.republika.pl
Re: fast display of blitter objects (bobs)
« Reply #1 on: May 20, 2007, 07:25:50 AM »
Thanks for response! I finally found the solution - I am disabling all interrupts by banging hardware and writing value 0x7FFF into custom.intena and bobs run very fast. :-)