Old stuff rock again! The Hipster community is growing, Amiga is proposing a new computer (running Linux), vintage cars are trendy, etc. To follow the stream, nothing can beat the emulation of old games. Take a break from the most recent FPS and go back to the origin. What made video games what they are today? Story, game play, graphics, soundtrack? The best way to remember is to play again. And why not start with DOS games?
DOSEMU
DOSEMU is not an emulation software. It is more of a virtualization software. It may not be the best for video games, but it is much lighter than real emulation and is more complete in terms of DOS system. Not only the graphic and the sound, but also the network and even the printer emulation are included. Of course, there is a downside to this. As I said, it is not real emulation, in the sense that the processor is not simulated. Your physical processor is used for the instructions and that means only a IBM PC Compatible will do the trick. In other words, your PC has to be equipped with a x86 architecture for DOSEMU to work. Also DOSEMU does not run DOS directly. It creates a proper environment for it to run. By default, it comes with FreeDOS, but you can install MS-DOS if you still have your floppy disks.To install DOSEMU in Ubuntu:
sudo apt-get install dosemu
Note: Despite the plethora of website available to download free DOS ROMs, most of them are still under copyright and you cannot use them unless you have the original copy of the game.
DOSBox
On the other hand, DOSBox is a real emulator, designed specially for gaming. The good thing about an emulator is that it will work on any computer. Since it is an emulator, you can change its speed to fast forward the game. It can also record sound and video from the game, and supports the mouse capture. On the downside, since it is created just for gaming, you will not have any printer emulation like for DOSEMU.Install it with:
sudo apt-get install dosbox
dosbox ./
Conclusion
DOSEMU and DOSBox are both very good software for playing old DOS game. Many prefer DOSBox for its gaming experience and the ability to use it on any computer, whereas DOSEMU is good for PCs that are too slow to run a full emulation. DOSBox also encapsulate the IPX protocol in UDP, which means that you can use it to play games over the Internet. In other words, it supports the creation and connection to DOS games servers for multiplayer gaming experience.Source: Maketecheasier
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.