More actions
No edit summary |
m (Text replacement - "Infobox 3DS homebrew" to "Infobox-3DS-Homebrews") |
||
Line 1: | Line 1: | ||
{{Infobox 3DS | {{Infobox-3DS-Homebrews | ||
| title = 3DOS | | title = 3DOS | ||
| image = https://dlhb.gamebrew.org/3dshomebrew/3DOS.jpeg|250px | | image = https://dlhb.gamebrew.org/3dshomebrew/3DOS.jpeg|250px |
Revision as of 06:42, 6 September 2021
3DOS
NOTE: This emulator is based off of 8086tiny, all I've done is make it run on a 3DS. If you want to see the source code, go there because it's the same besides about 10-15 lines of code. :P
So, I've decided to put out my latest project: "3DOS", a port of 8086tiny to the 3DS.
It's "functional", but it doesn't have input support(*should* be fairly easy to do) and only supports text mode(which is strange at times due to the terminal output for the 3DS/ctrulib not having "ANSI escape?", which I think 8086tiny uses for some printing. If anyone knows how to convert this to just ASCII or whatever, let me know :P), but graphics are supported using SDL, so it shouldn't be too hard make that work.
I've attached a copy of the emulator, along with the bios file for it and a copy of freeDOS, which will make it to the command prompt, but you can't input anything.