Christian Vogelgsang

Results 52 comments of Christian Vogelgsang

Whats happening here is that vamos sends the raw output of the program to stdout and then to your terminal emulator. There the interpretation happens: in a modern UTF-8 terminal...

The above approach wouldn't work since sys.stdout is the text stream with encoding (that defaults to utf-8). You have to adapt the underlying raw stream. But to validate the initial...

Same experiment on Debian 11: Using gnome-terminal. Setting Edit -> Preferences -> Profiles -> Compatibility -> Encoding -> Obsolete Encoding -> Western ISO 8859-1 Result:

Thanks a lot for all the patches! I'll go through them and merge them. For the patches of the Musashi emu core it makes sense to also post a PR...

Just to keep track of issues: Currently missing patches * Musashi changes * FPU Reg Dump * AllocSignal()/FreeSignal() - needs fix to return bit number not mask, should use task's...

I typically do a release when some items on my todo list are done... If you just want to install a recent amitools version via pip then use `pip install...

thanks for the bug report. I already fixed the problems with echo and endcli on master. can you share the compiled dice program so I can have a look?

Found this issue as well: console device '*' was not handled correctly... please test current master

Assign output should now be fixed on master

I doubt that vamos will help you here... Since it works directly on the host file system it cannot map all protection bits to an equivalent host bit and ignores...