• Joined on 2025-07-08
iyzsong commented on pull request KolibriOS/kolibrios#272 2025-08-03 14:01:49 +02:00
programs: Add Uxn emulator

OK, now I commit the built binary.

iyzsong pushed to main at iyzsong/kolibrios 2025-08-03 14:00:50 +02:00
6fba27b780 programs: Add Uxn emulator.
8d235ce49b Libraries: fixed a bug in lib_init functions (#274)
Compare 2 commits »
iyzsong commented on pull request KolibriOS/kolibrios#272 2025-08-03 08:00:39 +02:00
programs: Add Uxn emulator

To include it, you need to use KolibriOS TUP build system:

  • Add proper Tupfile.lua to emulator source code folder.

Hi, it seems tup doesn't want to work with zig build, which will…

iyzsong pushed to main at iyzsong/kolibrios 2025-07-20 16:55:27 +02:00
3633516f62 programs: Add Uxn emulator.
iyzsong pushed to main at iyzsong/kolibrios 2025-07-20 15:48:26 +02:00
24d245c09b programs: Add Uxn emulator.
iyzsong commented on pull request KolibriOS/kolibrios#272 2025-07-20 15:43:32 +02:00
programs: Add Uxn emulator

Add association and icon for .rom files, thanks.

Also implement the file device (without stat op), and remove the MPL-2.0 license file (which I think should be in the root folder so that each…

iyzsong pushed to main at iyzsong/kolibrios 2025-07-20 15:39:42 +02:00
a826c724ee programs: Add Uxn emulator.
iyzsong closed issue KolibriOS/kolibrios#271 2025-07-19 05:24:46 +02:00
Uxn/Varvara emulator
iyzsong commented on issue KolibriOS/kolibrios#271 2025-07-19 05:24:45 +02:00
Uxn/Varvara emulator

I open the PR in #272

iyzsong created pull request KolibriOS/kolibrios#272 2025-07-19 05:19:15 +02:00
programs: Add Uxn emulator
iyzsong pushed to main at iyzsong/kolibrios 2025-07-19 05:17:54 +02:00
603f643f67 programs: Add Uxn emulator.
iyzsong created repository iyzsong/kolibrios 2025-07-19 04:59:16 +02:00
iyzsong commented on issue KolibriOS/kolibrios#271 2025-07-19 04:58:50 +02:00
Uxn/Varvara emulator

would you like to add it to the main KolibriOS repository, as part of image autobuild, or to a separate repository, as a separate downloadable program?

I'd like add it to the main repository.…

iyzsong commented on issue KolibriOS/kolibrios#271 2025-07-11 13:36:50 +02:00
Uxn/Varvara emulator

Did you implement Zig cross-compiler for KolibriOS? Or ported compiler directly into system?

No, I simply use the official zig on Linux, its freestanding x86 target seems work well to…

iyzsong opened issue KolibriOS/kolibrios#271 2025-07-08 14:19:05 +02:00
Uxn/Varvara emulator