js-dos icon indicating copy to clipboard operation
js-dos copied to clipboard

Pause key doesn't work as expected

Open donno2048 opened this issue 10 months ago • 7 comments

Hey, in DOS you could stop the execution of any program by simply pressing the "break / pause" button, this method is the most effective method to stop a program as it doesn't need the program to handle the pausing like other pausing shortcuts because there was a dedicated interrupt int 1Bh, it seems this method doesn't work on js-dos...

donno2048 avatar Jan 01 '25 10:01 donno2048

Hi, didn't get it, can you provide more context? Why current option to pause emulation does not work for you?

caiiiycuk avatar Jan 01 '25 11:01 caiiiycuk

It works, but in the original DOS and in DOSBox you can press the "pause" button on your keyboard and it'll pause the program while in js-dos it won't do anything...

donno2048 avatar Jan 01 '25 14:01 donno2048

Is there any updates on this?

donno2048 avatar Feb 23 '25 11:02 donno2048

Can you explain your use case, maybe I get more motivation. For now it looks like very minor problem.

caiiiycuk avatar Feb 23 '25 11:02 caiiiycuk

@caiiiycuk It is a minor issue, didn't mean to try and put pressure on you to do it or something 😅

I just thought you were working on it.

donno2048 avatar Feb 23 '25 15:02 donno2048

Created a PR (#376) to solve this, don't know if you even consider merging this king of change

donno2048 avatar Feb 23 '25 17:02 donno2048

@caiiiycuk

donno2048 avatar Mar 05 '25 14:03 donno2048