Linapple is an emulator of Apple2 (Apple][, Apple 2, Apple2e) series computers for Linux or other systems with SDL support, which works out of the box. It derives from AppleWin, and almost as powerful as AppleWin is.
Categories
EmulatorsLicense
GNU General Public License version 2.0 (GPLv2)Follow Linapple: Apple2 emulator for Linux
Other Useful Business Software
$300 Free Credits for Your Google Cloud Projects
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Rate This Project
Login To Rate This Project
User Reviews
-
When you run make you might get this: "error: use of undeclared identifier 'usleep'". To fix this, edit the files timer.cpp, frame.cpp, and serialcomms.cpp. Insert #include <unistd.h> at the beginning of each of these files. Run make clean and then run make again. There might be some warnings but aslong as there are no errors, it should work.
-
Cannot run because it gets compile errors when I try to build it.