Esempio n. 1
0
        public Mikey(ILynxDevice lynx)
        {
            this.device      = lynx;
            this.ComLynx     = new Uart();
            this.AudioFilter = new AudioFilter();

            // "reset = x"
            MAGRDY0 = new MagTapeChannelReadyBit(0);
            MAGRDY1 = new MagTapeChannelReadyBit(0);
        }
Esempio n. 2
0
        public Suzy(ILynxDevice lynx)
        {
            device = lynx;
            Ram    = lynx.Ram;

            SCB       = new SpriteControlBlock();
            SPRGO     = new SpriteProcessStart();
            SPRSYS    = new SpriteSystemControl();
            SPRINIT   = new SpriteInitializationBits(0);
            SUZYBUSEN = new SuzyBusEnable();
            JOYSTICK  = new Joystick();
        }