Idun comes with content form this repository. The content contained is intended to help users become familiar with some of the capabilities of the idun-cartridge. It is mapped to the E: device, and you can access it quickly in the shell or from BASIC by using the @e command. There are 6 sub-directories.
Contains some Lua sample applications. Run them from the Idun shell using the go command (e.g go cube). Most can be exited with the STOP key to return to the shell. Some have a popup menu, which is activated using C= + ⟵.
Contains two single-file .prg demos for C64 mode and one .d64 image of the C128 VDC graphics demo "Risen from Oblivion".
- For the C64 demos, first
cdto this directory in Idun shell, thenrun <filename>.prgto load and run the demo. - For the C128 VDC demo, first use the
drivescommand to attach the .d64 image to device D. Then,basicto return to C128 BASIC, and map device D: to unit 10 (the default). Userun"risen*",u10to start the demo.
Contains several C128 games, a Galaga port for C64 mode, "shareware" version of PETSCII Robots 128, and two interactive fiction titles for playing in frotz.
- Start
galagaorgalaga-usbfrom Idun shell similar to the C64 demos.galaga-usbis modified to work with a USB gamepad configured using thejoyscommand. - Mount
Robots-128.d71onD:and selectD:as the idun device. PressF5in BASIC to launch the game booter. Use your already configured USB gamepad to control the game. - Mount the disk images for the C128 games and use
runfrom the shell or BASIC prompt to start them. frotzis a Linux program that is not installed by default. You can add it from the Linux shell withsudo apk add frotz. Then, also from the Linux shell, start the game with a command likefrotz <z-file-name>.
Contains many pics viewable using the VDC/80-column or the VIC-II/40-column display. All of the images are easily viewable fro the Idun shell using the show command.
- Images in the mono/ and vdc-color/ directories are for the C128 VDC. Note: most images are hi-res and will require 64kB VRAM.
- Images in the spectrum/ directory are also for the C128 VDC. These are low-res and need only 16kB VRAM.
- You can also display VIC-II Koala format images. Sample images are in the koa/ sub-directory.
ansilove.ansis a color ANSI graphic useful for testing. Usemode ansto load ANSI character set, thencat ansilove.ansin the shell to display the file.
Contains 50+ SID music files that can be played from the shell using the sidplay command.
Contains sample C code programs for the Z80 mode of the C128. These are compiled using zcc, and can be run from the shell with the zload command. For more details, take a look at the idun-zcc repository and the Z88dk page.