Git Product home page Git Product logo

Comments (5)

tomcw avatar tomcw commented on August 27, 2024

I sent a pre-release v1.4A .dsk to @roughana, and he reported these failures with his MEGA Audio card:

MegaAudio-failure-11-0A-03

  1. "Warning: unknown card (no AYs)"
    • Means that the AY registers can't be read correctly.
  2. "Mockingboard failed test 6522: / Test 11:0A:03 / Expected:04 Actual:FE"
    • MegaAudio: so TIMER1 underflows to $FFFE before reloading TIMER1's latch.
      • NB. I already knew the IRQ was 1 cycle late, so this extra cycle on underflow makes sense.
    • Whereas a real 6522 only underflows to $FFFF before reloading TIMER1's latch.

from mb-audit.

tomcw avatar tomcw commented on August 27, 2024

mb-audit v1.4B used with MEGA Audio (from @roughana):

MegaAudio-failure-11-0B-00

"Mockingboard failed test 6522: / Test 11:0B:00 / Expected:FF Actual:6C"

The test "T6522_B" sets TIMER1's counter (and latch) to $0000 and does a WAIT for $9301 cycles. So the only valid values for TIMER1's counter are $0000, $FFFF (and $FFFE for MegaAudio).

It looks like (for MegaAudio) setting TIMER1 counter to $0000, actually uses a counter value of $10000 (or $FFFF), and the final counter value is $6Cnn. (NB. $FFFF - $9301 = $6CFE)

from mb-audit.

tomcw avatar tomcw commented on August 27, 2024

mb-audit v1.4C used with MEGA Audio (from @roughana):

MegaAudio-failure-13-F0-00

  1. "Test warning:21 14 00 55 00"
    • This shows that the AY READ doesn't work and just returns 00.
  2. "Mockingboard failed test 6522: / Test 13:F0:00 / Expected:C0 Actual:E0"
    • This shows that TIMER2 is partially working, as the T2 Interrupt Flag is correctly set ($20).

from mb-audit.

tomcw avatar tomcw commented on August 27, 2024

mb-audit v1.4D now fully working with MEGA Audio (from @roughana):

Image from iOS

from mb-audit.

tomcw avatar tomcw commented on August 27, 2024

MEGA Audio supported in mb-audit v1.42. Closing.

from mb-audit.

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.