Dirk Hoffmann
Dirk Hoffmann
All RetroShell commands taking an address as argument now resolve symbols (as long as they call the proper function `parseAddr`, which all commands do that I've been testing): ```c++ u16...
Experimental RPC server support has been achieved. Example 1: - Start the RPC server in RetroShell: ``` server rpc set PORT 8088 server rpc start ``` - Send an RPC...
I decided to keep all existing servers and make them accessible through a dedicated settings panel. Previously, the servers had to be started via RetroShell. The DAP server is not...
Interesting. When I download the latest release and run it on macOS Tahoe, everything looks normal, i.e., the toolbar has the expected size. But when I compile the sources in...
> alternatively a seperate webapp like steffest's https://github.com/steffest/ADF-reader-writer to pre-process hdf Such a tool would have the appeal that the entire Amiga community would benefit from it. One possible solution...
Hi @steffest, I just had a brief look at your JS ADF lib. It's fun to navigate around, as your code is well structured and polished. Thanks for that!!! @mithrendal...
I've reworked the `FileSystem` and `MutualFileSystem` classes in vAmiga quite a bit. The old code had some O(n^2) performance bottlenecks that didn't hurt much for floppy disks. However, when working...
@steffest: I have a question you might be able to answer as an Amiga file system expert. The [ADF FAQ](http://lclevy.free.fr/adflib/adf_info.html#p44) contains the following description for the file header block: ```...
@steffest: Forget about my last post. I just checked my code. I do use self-references and everything works fine.
> It’s been only days but I’ve seen quite a lot of annoying bugs all over the place. same here 🤬