home *** CD-ROM | disk | FTP | other *** search
- Path: informatik.tu-muenchen.de!fischerj
- From: fischerj@informatik.tu-muenchen.de (Juergen "Rally" Fischer)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: 68060 Problems -Why is my code so slow????
- Date: 7 Feb 1996 17:03:48 GMT
- Organization: Technische Universitaet Muenchen, Germany
- Distribution: world
- Message-ID: <4fam1k$sn4@sunsystem5.informatik.tu-muenchen.de>
- References: <3115FDB6.323D@gih.no> <4f6umt$jm9@erinews.ericsson.se>
- NNTP-Posting-Host: hphalle1a.informatik.tu-muenchen.de
- Originator: fischerj@hphalle1a.informatik.tu-muenchen.de
-
-
- In article <4f6umt$jm9@erinews.ericsson.se>, emwnie@emw.ericsson.se (Linus Nielsen) writes:
- |> Organization: Ericsson
- |> Lines: 13
- |> Message-ID: <4f6umt$jm9@erinews.ericsson.se>
- |> References: <3115FDB6.323D@gih.no>
- |> NNTP-Posting-Host: hpmde1.emw.ericsson.se
- |> X-Newsreader: TIN [version 1.2 PL2]
- |>
- |> HAAVARD JAKOBSEN (haa_jako@gih.no) wrote:
- |> : I seem to have a serious problem here....
- |>
- |> : NONE of my old code is faster with my 68060 board....
- |> : I can get some of the rutines to run faster if I run a startup
- |> : without setpatch, but most of it will be SLOWER then a stock 1200...
-
- setpatch changes the screen-fetchmode. Looks like you are running in
- chipmem. Select 1280x256 screenmode 8 planes and look if everything
- gets slower (everything, not screenacess. just type "dir dh1: opt a"
- or something like that).
-
- |>
- |> : CAN SOMEONE PLEASE HELP, PLEASE?????
- |>
- |> Well, how is your memory configuration? Do you have 32-bit fast RAM?
- |> If so, is your code located in fast RAM?
- |>
-
- 2 possibilties:
-
- a) all your old code only allocates chpimem. Also Breathless (I don't
- know the game) might be one of that chiponly demos.
-
- b) Bought a 060, no money left for buying fastmem :)
-
- a) is very unlikely. I guess it's b). Buy some fastmem.
-
- |> /Linus
- ------------------------------------------------------------------------
- fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer) =:)
-
-