Category: News

  • polytron OlGDVL

    The Spectrum

    Die Wiedergeburt des klassischen Heimcomputers!The Spectrum mit 48 vorinstallierten Spielen, wie z. B. Manic Miner, Head Over Heels, Saboteur! Remastered, Der Hobbit, Army Moves und The Great Escape.Lieferumfang: The Spectrum Personal Computer HDMI-Kabel USB-Stromkabel (USB-Netzteil separat erhältlich) Anleitung 48 Spiele … Read More From: Retro Roundup

    |

  • polytron 0uPSv0

    Atari 7800+

    Neuauflage der klassischen Spielkonsole Atari 7800+ Konsole Wireless CX78+ Gamepad Bentley Bear’s Crystal Quest 7800-Spielmodul HDMI -Kabel USB-Powerkabel (USB-Netzteil separat erhältlich) … Read More From: Retro Roundup

    |

  • polytron oM65zw

    Atari CX78+ Gamepad – Wireless

    Neuauflage des klassischen Atari CX78 Gamepads, kompatibel mit Atari 2600, 2600+, 7800 und 7800+. Neu Kabelloses Gamepad USB-C-Ladekabel (Ladestecker nicht enthalten) DB9-Controller-Adapter USB-A-Controller-Adapter (Abbildung ähnlich) … Read More From: Retro Roundup

    |

  • polytron rrHUPo

    Atari CX40+ Joystick – Wireless

    Neuauflage des klassischen Atari CX40 Joysticks. Neu Kabelloser Joystick USB-C Ladekabel (Ladestecker nicht enthalten) DB9-Controller-Adapter USB-A-Controller-Adapter (Abbildung ähnlich) … Read More From: Retro Roundup

    |

  • Highretrogamelord89 Zwnysh

    Packman for the ZX81

    Came also out for: Game description: A Pac-Man clone from the Netherlands. It’s your typical Pac-Man (clone) game: You are in a maze, have to eat dots, avoid ghosts but can also eat them for a time once you ate a power pellet. The only difference is that after … Read More From: Retro Roundup

    |

  • subetha 57QS5r

    C strings and pointers and arrays…

    In a previous post about using sizeof() on string literals, there was an interesting comment by S. Enevoldsen: To better remember this realize that arrays are not pointers, and string literals are arrays (that can decay to pointers). const char arrayVersion[] = “1.0.42-beta”;const char* pointerString = “1.0.42-beta”;printf (“sizeof(arrayVersion) = %dn”, sizeof(arrayVersion));printf … Read More From: Retro Roundup

    |

  • img 20240827 103234 720 x 405 pixel 720x405

    Retronauts Episode 633: Donald Duck

    “That’s Quacktastic!” you, two hours from now Read More From: Retronauts

    |

  • 2ed229804138c39905a61c279742205754fa086de4a29ef80b43799c 1

    Using The Pi Pico As ‘Programmable Hardware’ For The Apple II

    When we think of programmable hardware, we think of FPGAs. But they’re not the only option. [Oliver Schmidt] has been exploring how the Raspberry Pi Pico can serve in such a role for the classic Apple II. The talk was presented at the KansasFest event this year, and it’s well … Read More From: Retro…

    |

  • subetha hIVfVB

    In C, you can sizeof() a string constant?

    I am used to using sizeof() to know the size of a structure, or size of a variable… typedef struct { char a; short b; int c; long d; } MyStruct; printf (“sizeof(MyStruct) is %dn”, sizeof(MyStruct)); MyStruct foo; printf (“sizeof(foo) is %dn”, sizeof(foo)); …but every time I re-learn you can … Read More From: Retro…

    |