Daniel Collin

Results 324 comments of Daniel Collin

Yeah. I will try a couple of things soon an see what happens.

@tonioni Found the issue. When you call a trap the register state will be saved and restored here https://github.com/FrodeSolheim/fs-uae/blob/master/src/traps.cpp#L271 which rendered all my changes to the registers doing nothing as...

@tonioni I guess something I could do is to expose some functions in traps.h that allows you set set the registers in the context without exposting it to the outside....

Alright. I will just try to figure out how to compile the filesys binary in a way so it work :) (I use vasm, vlink and while I got it...

> I use asmone to compile it but any assembler should work. Executable must be single hunk, no relocations. Perhaps you had some debugging options enabled or something similar. Assemble,...

I dunno how the internals work (in FS/WinUAE) but at least in FS-UAE it feels like booting an A500 is ~ the same speed as real one (meaning you see...

So the approach would then be: ``` 1. store the current cpu speed 2.when the user wants to exit the program, set cpu speed to max 3.reboot 4.if the user...

![amiga_uae_prodbg](https://cloud.githubusercontent.com/assets/350822/17832342/ca3267d8-6700-11e6-939e-803914be4e3a.jpg) Just a small progress report. Now with basic source level debugging. Still early days for this but progressing.

@cahirwpz Status is: ~Works on my machine. It's quite a bit until it's really use-able unfortunately.

I had to put this on hold for a while. I will try to resume it soon.