https://github.com/8bitprodigy/doss_little_helper
A set of helper libraries for making your own DOS games/programs(wip)
https://github.com/8bitprodigy/doss_little_helper
Last synced: about 1 year ago
JSON representation
A set of helper libraries for making your own DOS games/programs(wip)
- Host: GitHub
- URL: https://github.com/8bitprodigy/doss_little_helper
- Owner: 8bitprodigy
- License: unlicense
- Created: 2024-01-28T08:19:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-28T08:26:15.000Z (over 2 years ago)
- Last Synced: 2025-01-31T12:34:52.365Z (over 1 year ago)
- Language: C
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DOS's Little Helper library
A set of helper libraries for making your own DOS games/programs(wip).
Just copy them into your source directory, or however you're doing your project.
Currently, these are a work in progress.
There is:
1. VGA's Little Helper Lib
* Supports Mode13
* Do not plot pixels outside of the screen -- there are no safety checks and you will corrupt memory.
And that's it (so far).