Search found 1349 matches

by XorA
Wed Aug 04, 2021 12:04 pm
Forum: Hardware
Topic: CPU 68080
Replies: 53
Views: 13274

Re: CPU 68080

Overclockability statements regarding machines run only with Atari/Amiga OS should be seen with lots of caution. I could heavily overclock the Q60 under SMSQ/E and QDOS also. But for example compiling GCC or Linux tasks heavily using the FPU could still result in instabilities. This is very true, a...
by XorA
Tue Aug 03, 2021 2:29 pm
Forum: QL Emulation
Topic: QL on the Raspberry Pi...?
Replies: 77
Views: 24825

Re: QL on the Raspberry Pi...?

The DirectX installation is quite complicated in Wine, so I do not bother.
Its built in ;-)
by XorA
Tue Aug 03, 2021 12:12 pm
Forum: Software & Programming
Topic: QDOS C IRC Client
Replies: 10
Views: 2351

Re: QDOS C IRC Client

And here is a zip of the 1st "release"

Bugfixes by pull request always welcome :-D
qirc.zip
(53.54 KiB) Downloaded 71 times
by XorA
Tue Aug 03, 2021 1:13 am
Forum: Software & Programming
Topic: QDOS C IRC Client
Replies: 10
Views: 2351

QDOS C IRC Client

And now the reason for the fixing of the curses library, an IRC client for QDOS in C (a little friendly competition with QLirc), I've named this one qdos-irc. The client is a port of the client from https://c9x.me/irc/ Screenshot from 2021-08-03 00-59-15.png Source code for C68/xtc68 is available he...
by XorA
Tue Aug 03, 2021 12:53 am
Forum: Software & Programming
Topic: C68 libcurses upwards scroll bugfix
Replies: 0
Views: 1778

C68 libcurses upwards scroll bugfix

So as promised in the other thread here is the links to a fix for scrolling in libcurses.a supplied with C68 (4.24f) from dilwyn.me.uk The actual fix itself is here https://github.com/xXorAa/c68-libcurse/commit/0ff893a2cc804f62e61d21f078d28ba33dd194c9 for anyone interested in the code. I have update...
by XorA
Tue Aug 03, 2021 12:32 am
Forum: Software & Programming
Topic: Issue with Curses and C68
Replies: 9
Views: 2779

Re: Issue with Curses and C68

Found another issue with C68 curses. When a window has scrollok(true) set, actually scrolling the window crashes. I take it there has never been an update for QL version of curses? (using the one from C68 4.24f) Found and fixed the issue, Ill start another thread with links to the fix and updated l...
by XorA
Mon Aug 02, 2021 4:42 pm
Forum: Software & Programming
Topic: Issue with Curses and C68
Replies: 9
Views: 2779

Re: Issue with Curses and C68

Found another issue with C68 curses.

When a window has scrollok(true) set, actually scrolling the window crashes.

I take it there has never been an update for QL version of curses? (using the one from C68 4.24f)
by XorA
Mon Aug 02, 2021 11:43 am
Forum: QL Emulation
Topic: QL on the Raspberry Pi...?
Replies: 77
Views: 24825

Re: QL on the Raspberry Pi...?

I would be surprised if the DirectX stuff in wine was lacking because it’s funded by a company that sells wine for running games.
by XorA
Sun Aug 01, 2021 8:34 pm
Forum: Software & Programming
Topic: Non blocking keyboard in curses
Replies: 3
Views: 825

Re: Non blocking keyboard in curses

Confirmed halfdelay(1) works as effectively non blocking thanks!