Let's make a DOS game launcher in C
Channel:
Subscribers:
3,150
Published on ● Video Link: https://www.youtube.com/watch?v=Fu4zmO2Kxko
Source code and binary available from Github: https://github.com/zirkoni/zmenu
Ralf Brown's Interrupt List:
http://www.ctyme.com/intr/int.htm
Simple menu program for DOSBox.
Functional description:
- Show menu list in one column.
- Change selection with the arrow keys and run the selection by pressing enter.
- Return back to the menu after exiting the selected program.
- Menu list and configuration are read from a text file.
Requirements:
- Real mode DOS executable.
- Unload the menu from memory before running the selected program.
Other Videos By zirkoni
Tags:
programming
DOS
int86
menu