Exemple #1
0
        //NETLIST_START(pong)
        void netlist_pong(netlist.nlparse_t setup)
        {
            netlist.helper h = new netlist.helper();

            h.NETLIST_START(setup);

            h.MEMREGION_SOURCE(this, "maincpu");
            h.PARAM("NETLIST.USE_DEACTIVATE", 1);
            h.INCLUDE("pong_schematics");

            h.NETLIST_END();
        }