More actions
m (Text replacement - "Infobox 3DS homebrew" to "Infobox-3DS-Homebrews") |
No edit summary |
||
Line 3: | Line 3: | ||
| image = https://dlhb.gamebrew.org/3dshomebrew/3DOS.jpeg|250px | | image = https://dlhb.gamebrew.org/3dshomebrew/3DOS.jpeg|250px | ||
| type = Computer | | type = Computer | ||
| version = WIP | | version=WIP | ||
| lastupdated = 2015/10/04 | |||
| licence = Mixed | | licence = Mixed | ||
| author = shutterbug2000 | | author = shutterbug2000 | ||
| website = https://github.com/shutterbug2000/3DOS | | website = https://github.com/shutterbug2000/3DOS | ||
| download = https://dlhb.gamebrew.org/3dshomebrew/3DOS-3DS.rar | | download = https://dlhb.gamebrew.org/3dshomebrew/3DOS-3DS.rar | ||
| source = https:// | | source = https://github.com/shutterbug2000/3DOS | ||
}} | }} | ||
<youtube>4_FSAhv__yU</youtube> | <youtube>4_FSAhv__yU</youtube> |
Revision as of 06:29, 8 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.