More than likely is an aspect ratio thing, I just wondered.Fuse shows the same screen as a real Speccy ?
Of you mean the borders?
Isn`t it something to do with aspect ratio? surely if you make the screen bigger to fill the sides your`ll loose out top and bottom?>>
ZXSpin? No, doubtfulMaybe it can be compiled with Winelib ?
Ah, ok, it's not just Windows. x86 asm alone requires rewrite. Ok, false good idea...ZXSpin? No, doubtfulMaybe it can be compiled with Winelib ?
The z80 core is almost pure x86 assembly and is *huge* due to the extremely high level of accuracy for the models it emulates. Then there's the audio (Direct Sound), the video (Direct3D for ease of scaling and overlay effects) with various plugin architectures to support stuff like RPI scalers etc.
I'm considering working on an emulator that has the same capabilities as ZXSpin but in a portable format, utilising fullscreen mode for a games browser and stuff like that.
D.
Not just that - the x86 assembly core relies on flag affection inherited from the x86, as the z80 is an ancestor of modern x86 processors and most maths ops have the same flag behaviour. Translating to ARM or C/C++ would require rewriting the flag affection, which code just doesn't need to exist in the x86 codeAh, ok, it's not just Windows. x86 asm alone requires rewrite. Ok, false good idea...ZXSpin? No, doubtfulMaybe it can be compiled with Winelib ?
The z80 core is almost pure x86 assembly and is *huge* due to the extremely high level of accuracy for the models it emulates. Then there's the audio (Direct Sound), the video (Direct3D for ease of scaling and overlay effects) with various plugin architectures to support stuff like RPI scalers etc.
I'm considering working on an emulator that has the same capabilities as ZXSpin but in a portable format, utilising fullscreen mode for a games browser and stuff like that.
D.