you have to put the emulate_3EPlus_cartridge function into the UnoCart main.c file and put some <<8 and >>8 to the DATA_OUT and DATA_IN values, because the UnoCart uses the upper part of the GPIO port and the PlusCart uses the lower, so i could get rid of these shifts. To see how this is done by the UnoCart take a look at the other emulate_XXX_cartridge functions.   You also need the detection function in UnoCarts main.c: https://gitlab.com/firmaplus/atari-2600-pluscart/-
    • Like
    2