Back to home page

DOS ain't dead

Forum index page

Log in | Register

Back to the forum
Board view  Mix view

Diabaig compiled for DOS (Announce)

posted by bencollver Homepage, 31.10.2025, 13:21

> > For some reason it was taken down from the Internet Archive.
> >
> > In the meanwhile, here is an alternative https: download link for
> Diabaig
> > 1.0.1 for DOS.
> >
> >
> https://gopher.tildeverse.org/tilde.pink/1/~bencollver/files/dos386/game/diabaig/
> Will it be possible to have the screen in 80x25 ASCII rather then 80x50. On
> my systems, the screen is set to 80x50, and the lower 25 lines are always
> blank / unused, and the upper 25 are scrunched. So, if possible, please
> release a version which uses the native 80x25 mode. Very much appreciated.


From diabaig.c:

#ifdef WINDOWS
        resize_term(NROWS+1,NCOLS+1);
#elif DOS
        resize_term(80, 43);
#endif


In Windows, this resizes the command prompt to 79x34. It does this because Diabaig is designed for that number of rows and columns.

In DOS, 79x34 mode is not possible. The nearest match is 80x43. This leaves the bottom 9 lines unused.

A possible workaround would be to use PDCurses with HXRT. I tried that and input is wonky enough to make the game unplayable. I have not yet tried the SDL back-end for PDCurses on HXRT.

Do you have any other suggestions?

 

Complete thread:

Back to the forum
Board view  Mix view
22787 Postings in 2123 Threads, 402 registered users (0 online)
DOS ain't dead | Admin contact
RSS Feed
powered by my little forum