Skip to content

Instantly share code, notes, and snippets.

@lucasw
Last active January 1, 2024 07:45
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save lucasw/af65aa7314886764e650ccf561ee6291 to your computer and use it in GitHub Desktop.
Save lucasw/af65aa7314886764e650ccf561ee6291 to your computer and use it in GitHub Desktop.
Open Source DOS Games

Actual dos games that could at least theoretically be recompiled with the right dos tools, and then played in dosbox or on real hardware.

Doom doesn't count because the dos source is not available.

Look at http://dosgames.com/forum/about19706.html

@lucasw
Copy link
Author

lucasw commented Jun 18, 2017

@lucasw
Copy link
Author

lucasw commented Jun 22, 2017

Dosbox cut and paste

Can't cut and paste in dosbox- try dosemu instead- nope no cut and pase.

"select by dragging the left mouse button, and paste by pressing the middle mouse button."
What if no middle mouse button?

Dosbox scrolling

automounting, path

Put this in the autoexec part of dosbox.conf

MOUNT C ~
PATH=%PATH%;C:\other\retro\dos\TURBOP\TP;C:\other\retro\dos\TURBOP\TASM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment