-
Attached is an error i got after trying to run x16emu from macOSX Catalina.
I had to download the source code from Github and build it myself locally to get it to run.
To build:
Pull down t…
-
Some of the developers on the unofficial X16 Discord server feel that it would be beneficial for languages and other programming if the kernal exposed an API for working with the SD card at a lower le…
-
The Commander X16 kernal supports seeking within files, and fseek() for cbm machines seems to be missing an assembly file that it wants: _lseek.
DOS supports a seek command:
The command is "P" (posi…
-
[Tom Wilson]
https://www.facebook.com/groups/CommanderX16/permalink/519788175438948/?comment_id=521425405275225
I have a suggestion.... and this will seem radical at first.
Change the PETSCII c…
-
**Project description**
_describe the project a little_
smplayer has a diverse set of skins (themes). In other distros there is a package smplayer-skins which contains all the skins for the app. The…
-
The EMSCRIPTEN version on https://sebastianvog.github.io/x16-emulator/x16emu.html
that is mentioned in https://github.com/commanderx16/x16-emulator/blob/master/webassembly/WebAssembly.md doesn't type…
-
-
After clearing zone I returned to previous cleared zone, than back, and suddenly found myself trapped in the wall.
Now when I press cursor keys sprite animation works, but sprite does not move.
![…
-
If you hide the keyboard, I can’t find anyway to bring it back up again. The keyboard looking icon on the top bar only seems to change the text columns settings, not bring up a keyboard.
if you us…
-
This might be the drive emulation in the emulator, or it could be a ROM issue. Consider the following program:
10 OPEN 1,8,1,"TEST"
20 PRINT#1,"FOO"
30 CLOSE 1
Expected result with no SD card…