Results 1 to 3 of 3

Thread: Maple documentation needed

                  
   
  1. #1
    DCEmu Newbie
    Join Date
    Apr 2004
    Posts
    55
    Rep Power
    0

    Default Maple documentation needed

    Hi pals,

    I need any paper/doc/article/pdf/whatever you can find about the maple bus as the connecting interface to the controllers.

    Any data given, such as voltage, communication speed, morphology of the controller cables, etc... will be seriously well received.

    Thanks for your time!

    Best regards,

    Propeller

  2. #2

    Default Re: Maple documentation needed

    Marcus Comstedt's Site has some info on the Maple Bus, and there's a large PDF Document in the Developer Documents Section at boob covering the entire Maple Bus. It's a heavy read though, but it helped me with the lightgun.

  3. #3
    DCEmu Coder
    Join Date
    Apr 2004
    Location
    Botoru Battalion
    Age
    51
    Posts
    257
    Rep Power
    75

    Default Re: Maple documentation needed

    Yup,
    Marcus's site and that maple patent doc are pretty much all you need..
    the only thing that's confusing at first on the wire side, is the bit/byte ordering..
    but after 1/2 hour of staring at timing/state listing you get used to..

    I built the recieveing end with a few GALs, mainly as shift registers..
    I used this just to listen to data..
    if I remeber right..
    I had a cicrcuit checking for D0 low, while D1 pulses, into a counter (q)
    datastart.s = (!q0 & !q1 & q4) & !do & d1
    then I'd get the 4bytes using a flipflop to toggle d0/d1 as clk/data
    5th byte was checksum.. at which point I'd reset the entire circuit..
    but I remeber there was a special termination frame..

    Shouldn't be too hard to make translation circuit with uController..
    if that's what you're trying to do

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •