Skip to content
/ beebem Public
forked from sjnewbury/beebem-1

Semi-official repository for the BeebEm emulator.

License

Notifications You must be signed in to change notification settings

stardot/beebem

 
 

Repository files navigation

BeebEm is a BBC Micro and Master 128 emulator.  It enables you to run BBC
Micro software on your PC.

This version of BeebEm is distributed as source code so you can compile and
modify BeebEm yourself.

The copyright on everything in BeebEm resides with David Gilbert, the
original author, as described in COPYRIGHT.txt. He has given his permission
for this code to be hosted online. Please see the aforementioned copyright 
file for license conditions.

To install:

---

Install in home account (for a specific user only):

./configure --prefix=$HOME/test --enable-econet
make
make install

---

Install as root (global install for all users):

./configure --enable-econet
make
make install-strip

About

Semi-official repository for the BeebEm emulator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 69.9%
  • C 27.5%
  • Shell 1.4%
  • Other 1.2%