Shop OBEX P1 Docs P2 Docs Learn Events
Secret message found on Hydra 128K Game Card — Parallax Forums

Secret message found on Hydra 128K Game Card

epmoyerepmoyer Posts: 314
edited 2007-06-28 23:12 in Propeller 1
If you look to the left of the EEPROM chip on the 128K game card that came with your Hydra there is a secret message from Andre written in binary ASCII smile.gif

Comments

  • CardboardGuruCardboardGuru Posts: 443
    edited 2007-06-26 05:52
    Ah! The password for the weapons array!
  • AndreLAndreL Posts: 1,004
    edited 2007-06-26 06:44
    Its been so long since I did that I forgot about that easter egg [noparse]:)[/noparse]

    Andre'
  • Dennis FerronDennis Ferron Posts: 480
    edited 2007-06-26 08:29
    Haha and all this time I thought that was just a decoration.

    Now my 128K EEPROM board contains the code to decode it's own message:

    CON
            _clkmode        = xtal1 + pll8x
            _xinfreq        = 10_000_000 + 3000
    
    OBJ
            term    : "tv_terminal_010.spin"
    
    PUB start 
    
      term.start
    
      term.out(%01000001)
      term.out(%01001110)
      term.out(%01000100)
      term.out(%01010010)
      term.out(%01000101)
      term.out(%01001001)
      term.out(%01010011)
      term.out(%00110001)
    
    
    
  • RedNifreRedNifre Posts: 84
    edited 2007-06-26 22:03
    ... and the Hydra has a weapons array. [noparse]:)[/noparse]

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Hydra in a LEGO NES:
    http://forums.parallax.com/showthread.php?p=654788
  • LewisLewis Posts: 23
    edited 2007-06-27 03:39
    01010100010010000100010101001000010110010100010001010010010000010101001001001111
    010000110100101101010011

    http://www.theskull.com/javascript/ascii-binary.html

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    - Lewis [noparse][[/noparse]m80] -
  • AndreLAndreL Posts: 1,004
    edited 2007-06-27 20:58
    Its funny how some people think that the PCB traces in the weapons array actually do something [noparse]:)[/noparse]

    Andre'
  • boeboyboeboy Posts: 301
    edited 2007-06-28 16:24
    What do you mean a "weapons array"?

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    My computer, http://forums.parallax.com/showthread.php?p=630466
  • crgwbrcrgwbr Posts: 614
    edited 2007-06-28 17:26
    THEHYDRARO?

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    My Blog: Prog | Electro | Mech

    I would love to change the world, but they won't give me the source code

    People say that if you play Microsoft CD's backwards, you hear satanic things, but that's nothing, because if you play them forwards, they install Windows.

    I spent a minute looking at my own code by accident. I was thinking "What the heck is this guy doing?"
  • Paul BakerPaul Baker Posts: 6,351
    edited 2007-06-28 18:01
    The utility doesnt recognize carriage returns, the second line is CKS.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Paul Baker
    Propeller Applications Engineer

    Parallax, Inc.
  • RedNifreRedNifre Posts: 84
    edited 2007-06-28 23:12
    boeboy, just look at your Hydra, there is a weapons array and it is filled with anti matter and plasma, so don't try to break it. [noparse];)[/noparse]

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Hydra in a LEGO NES:
    http://forums.parallax.com/showthread.php?p=654788
Sign In or Register to comment.