Hi,
I'm not sure if this is a bug or not. I'm trying to write some tools in Z80 assembly and I'm using CSpect to run/test things on.
When I run cspect with an SD image and a .nex file, it appears like it's not loading the image. e.g.
bin\CSpect.exe -r -brk -w3 -60 -vsync -zxnext -nextrom -map=project.map -mmc=e:\nextdev\SDCard\cspect-next-4gb.img project.nex
The image I have has nextos 2.08 loaded, when my project.nex file runs, it checks the version of nextzxos, when it gets the value it's returning 2.02. When I run the command on the command-line within the emulator using .nextver -v it returns 2.08.
Thoughts?