Steve Fosdick
Steve Fosdick
Dave, you didn't say you fixing them too. Which branch have you based your changes on? I'd got as far as the DD/FD prefix and I just goto back to...
David, I have merged your changes into by sf/z80fix branch and pushed it to GitHub. I'll leave you to do cpd/cpi one.
David, the cherry-picking didn't address RRD etc. Do you have them as uncommitted change (or unpushed).
Ok, just testing that now. Personally I am not that bothered, perhaps the question is better aimed at ZornsLemma who raised the bug. On the other hand it looks as...
This is now implemented. Also see this test program: ``` 10 REM > SPECCY2 20 DIM C$(8) 30 C$(0)="black" 40 C$(1)="blue" 50 C$(2)="red" 60 C$(3)="magenta" 70 C$(4)="green" 80 C$(5)="cyan" 90...
I was thinking about this yesterday. As I mentioned VDFS does pass some commands on to the emulator. It does this by virtue of a small service ROM which obviously...
Yes, I think that would be cool to be able to do that. On the merits of the the two approaches I mentioned above I was obviously thinking about whether...
I'll let this idea sit for a while - I have an SD card interface and MMFS to play with and hopefully get a hardware Music 500 working. Sometimes good...
And having said that, I did just have an idea, about the non-saving config changes. The vast majority of config on/off flags are held in integer variables 1, for on,...
The change since the last time I commented is that the VDFS ROM now passes all service calls to the vdfs.c module. There is command lookup code in vdfs.c too...