Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

If you want to do it right, use call ah=0fh/int 10h to get the current video mode[1], save it, and set it with call 0 on exit.

At the very least, just set mode 3 on exit, which is the standard 80x25 text mode.

  1. http://www.ctyme.com/intr/rb-0108.htm