Search found 1352 matches

by XorA
Fri Apr 16, 2021 11:05 am
Forum: QL Emulation
Topic: 68000 instruction test suite QL
Replies: 25
Views: 11037

Re: 68000 instruction test suite QL

M68008 wrote:
M68008 wrote: Interesting. Probably need to fix the same in Q-emuLator, then.
Looks like I had already fixed NBCD in Q-emuLator for the general case, but there was still an issue when the input value was $FA.
Ace, look forward to the new release. (I had not got round to running full testsuite on Q-Emulator).
by XorA
Thu Apr 15, 2021 6:03 pm
Forum: QL Emulation
Topic: sQLux Windows (mingw64)
Replies: 24
Views: 6668

Re: sQLux Windows (mingw64)

And networking coming to a sQLux near you soon!

Works enough now that QLirc is usable. Can't promise any of the more complex cases though as mapping BSD sockets -> WinSock2 is kind of rough.
sQLux-qlirc.png
sQLux-qlirc.png (10.39 KiB) Viewed 2307 times
by XorA
Thu Apr 15, 2021 5:56 pm
Forum: QL Emulation
Topic: 68000 instruction test suite QL
Replies: 25
Views: 11037

Re: 68000 instruction test suite QL

I guess it should be quite a bit less, I re-tested QPC yesterday and it only took 30 minutes... much faster than I remembered (mostly used it on MiSTer a few years ago which took quite a bit longer...). I checked the screenshot timestamps to get the duration ;) I did not think of that, 11:48->13:05...
by XorA
Thu Apr 15, 2021 3:19 pm
Forum: QL Emulation
Topic: sQLux Windows (mingw64)
Replies: 24
Views: 6668

Re: sQLux Windows (mingw64)

Derek_Stewart wrote: I downloaded the new Windows emulator which ran okay on Linux under Wine...
That's cheered me up :-D
by XorA
Thu Apr 15, 2021 1:19 pm
Forum: QL Emulation
Topic: 68000 instruction test suite QL
Replies: 25
Views: 11037

Re: 68000 instruction test suite QL

Less than 1.5 hours (I missed the end time as I was washing up) :-D
by XorA
Thu Apr 15, 2021 10:13 am
Forum: QL Emulation
Topic: 68000 instruction test suite QL
Replies: 25
Views: 11037

Re: 68000 instruction test suite QL

mk79 wrote:Master of my veeeery small domain :D Cool! How long do you estimate does the whole test take on your M1?
I’ll have to re-run it as obviously the failing tests take much longer than passing ones with all the printing.

But even then it was only 3-4 hours or so.
by XorA
Wed Apr 14, 2021 10:06 pm
Forum: QL Emulation
Topic: sQLux Windows (mingw64)
Replies: 24
Views: 6668

Re: sQLux Windows (mingw64)

mk79 wrote:Huh? How so?
I forgot (because I havent used win32 API for years), that when you open a file you must use O_BINARY to get normal behaviour, otherwise its puts a LF after every CR in the file. Which doesnt do binary files much good!
by XorA
Wed Apr 14, 2021 10:05 pm
Forum: QL Emulation
Topic: 68000 instruction test suite QL
Replies: 25
Views: 11037

Re: 68000 instruction test suite QL

And thanks to the guidance of Marcel the master.
Screenshot 2021-04-14 at 22.02.35.png
by XorA
Wed Apr 14, 2021 6:31 pm
Forum: QL Emulation
Topic: sQLux Windows (mingw64)
Replies: 24
Views: 6668

Re: sQLux Windows (mingw64)

It no longer eats files, I forgot about windows and its bloomin CR/LF mangling in binary files!