vassilis-papanikolaou / beebem-1

Semi-official repository for the BeebEm emulator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:Other


Languages

Language:C++ 69.6%Language:C 27.4%Language:Shell 1.4%Language:Makefile 0.6%Language:M4 0.6%Language:Objective-C 0.4%