VOGONS

Common searches


Search results

Display options

Re: Sierra/Dynamix sound driver hacking

in DOS
Did you try this fix linked in the first post? https://www.vogons.org/viewtopic.php?p=306610#p306610 Yes. With it applied, it freezes the game on the start screen for the first level (i.e. after the intro). Or at least the mouse pointer isn't moving. I don't hear any difference in the MIDI either, …

Re: Sierra/Dynamix sound driver hacking

in DOS
I've been playing TEMIM a bit lately and I've noticed the sound effects repeat themselves when enabling SoundBlaster, haven't tried with IBM PS/1 neither did with TIM, but I will and I'll edit my post with my findings =) It's a minor issue, but I thought about posting it. EDIT: IBM PS/1 audio …

Re: DOSKEY insert mode with normal cursor?

It seems to me that the version of DOSKEY.COM that comes with MS-DOS 7.10 (CDU) is an earlier version of Enhanced DOSKEY circa 2005(?) when they were about 4k in size, but not [significantly] contributed to by Wengier yet then. Today, version 2.8 is much larger and therefore naturally takes up more …

Re: DOSKEY insert mode with normal cursor?

My DOSKEY.COM is 15,495 bytes long, and if loaded with /INSERT switch, then the insert mode will have the default cursor and the overstrike mode will have the tall one. I think it's the original Win98 SE DOSKey... Ah, okay. And that version was replaced by Enhanced DOSKEY then maybe for the CDU …

Re: DOSKEY insert mode with normal cursor?

Switching the look of the cursor between the modes is easier, I have just built a version that does exactly that to make life easier. The change is done in the dkres.asm file in the InitInsertMode procedure. Add the -I command line switch and you're good to go. :D That's awesome! Thank you! I …

Re: DOSKEY insert mode with normal cursor?

The recent version of the enhanced DOSKEY with the source code can be downloaded here: http://paulhoule.com/doskey/ Still, it doesn't get the normal cursor when in insert mode, but you can make the changes to the source code to fix that and assemble it with JWASM. That's a great tip! I've tried …

DOSKEY insert mode with normal cursor?

Anybody know of a way to get DOSKEY to operate in insert mode, but still use the normal/small cursor? Whenever I'm in insert mode I get the tall, ugly cursor, like this is the special, out of the ordinary mode. I guess overwrite by default what the convention back then. Doesn't matter if I've used …

Page 1 of 2