Giter Site home page Giter Site logo

Comments (14)

dirkwhoffmann avatar dirkwhoffmann commented on May 11, 2024 2

Haven't looked at the crash yet, but I'm making progress on interlace mode:

Screenshot 2019-05-17 at 12 42 07

from vamiga.

dirkwhoffmann avatar dirkwhoffmann commented on May 11, 2024 1

Fixed. Was caused by the "Blitter always runs when DMA gets enabled" bug.

from vamiga.

dirkwhoffmann avatar dirkwhoffmann commented on May 11, 2024

Up to now, I simply assumed that memory is accessed at even addresses only (as far as I know, the 68000 CPU should trigger an internal exception, trap, or irq if the address is odd. Only the newer 68x models can handle odd addresses).

Is the crash deterministic? If yes, I can run it against SAE and see what happens there. Either the odd address should not be odd (because of an earlier bug) or the CPU reaction is configured wrong.

from vamiga.

mithrendal avatar mithrendal commented on May 11, 2024

Yes deterministic. Always the same odd address. Really odd. 🤪

from vamiga.

dirkwhoffmann avatar dirkwhoffmann commented on May 11, 2024

Hmm, I cannot reproduce this either. I get some weird graphics errors instead:

Screenshot 2019-05-14 at 13 59 29

Which Kickstart and which Workbench did you use? I guess we're using two different versions.

Regarding the address violation issue, I've seen that I have boundary checks disabled in Musashi (which should be enabled). Before enabling it, I would like to check in SAE if the address violation happens there, too.

from vamiga.

mithrendal avatar mithrendal commented on May 11, 2024

Kickstart 1.3, Workbench 1.2 .... I got the same graphics errors exactly in the moment of the crash plus the assertion triggered. Before the crash he speaks out loud and clearly "I am an Amiga". It sounds absolutely authentic in my opinion. Maybe we should command him to say "I promise I will never crash again" ???

from vamiga.

dirkwhoffmann avatar dirkwhoffmann commented on May 11, 2024

Hmmmm, my WB is called "A2000 WB 1.2 D". Interestingly, my system folder is different to yours:

Screenshot 2019-05-14 at 18 08 03

I had to load the "Say" app from the Extras disk.

from vamiga.

mithrendal avatar mithrendal commented on May 11, 2024

steps to reproduce:

  1. kickstart 1.3
  2. insert the disk
    it boots in interlace
  3. open preferences
  4. interlace -> off
  5. save
  6. power amiga off and on (use the icons in the bottom left of vAmiga)
    it boots in non interlace now
  7. open system drawer
  8. let him say "I am an amiga"
    --> isEven assertion is violated

from vamiga.

dirkwhoffmann avatar dirkwhoffmann commented on May 11, 2024

OK, I can reproduce it now. I'll check if the address violation also happens in SAE.

Oups, interleave mode seems to need some attention, too 😲.

Screenshot 2019-05-15 at 11 47 45

BTW, after disabling interlace mode, you can use "Df0->Export ..." to save the modified disk to a new ADF file.

from vamiga.

Alessandro1970 avatar Alessandro1970 commented on May 11, 2024

Do you succeed in loading the Pawn hi-res intro screen ?

from vamiga.

dirkwhoffmann avatar dirkwhoffmann commented on May 11, 2024

Do you succeed in loading the Pawn hi-res intro screen ?

Well, not really 😂:

Screenshot 2019-05-17 at 12 59 32

from vamiga.

dirkwhoffmann avatar dirkwhoffmann commented on May 11, 2024

Oh, I see, Pawn is using HAM mode which is not implemented, yet.

Screenshot 2019-05-17 at 13 07 52

The music plays nicely though...

from vamiga.

mithrendal avatar mithrendal commented on May 11, 2024

Holy cow... HAM and Interlace at the same time !!! High load pressure on the chipram DMA ;-)

from vamiga.

dirkwhoffmann avatar dirkwhoffmann commented on May 11, 2024

High load pressure on the chipram DMA ;-)

Actually, it doesn't increase the load. If interlace is on, the Amiga draws 25 long frames and 25 short frames per sec (short frame means one rasterline less). If interlace is off, it draws 50 long frames.

HAM only affects the way Denise synthesises RGB values. The amount of DMA data remains unchanged.

from vamiga.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.