-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Steve Fosdick
committed
Apr 14, 2018
1 parent
1afd8c5
commit 6ccc5fc
Showing
5 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
b-em-a5 (650.1afd8c5) UNRELEASED; urgency=medium | ||
|
||
* Initial release. | ||
|
||
-- Steve Fosdick <[email protected]> Sat, 14 Apr 2018 21:19:33 +0100 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Source: b-em-a5 | ||
Maintainer: Steve Fosdick <[email protected]> | ||
Priority: extra | ||
Section: misc | ||
Build-Depends: automake, gcc, make, libasound2-dev, libjack-dev, liballegro-acodec5-dev (>= 5.2), liballegro-audio5-dev (>= 5.2), liballegro-dialog5-dev (>= 5.2), liballegro-image5-dev (>= 5.2), liballegro5-dev (>= 5.2) | ||
|
||
Package: b-em-a5 | ||
Architecture: any | ||
Depends: ${shlibs:Depends}, ${misc:Depends} | ||
Description: a BBC Microcomputer System emulator including tube processors | ||
B-Em is an emulator for the BBC Microcomputer System made back in the 1980s | ||
by Acorn Computers Limited and used for the BBC Computer Literacy Project. | ||
The emulation includes a range of models from the Model A, through | ||
variations on the Model B with various disc interfaces including the 8271, | ||
Acorn 1770, Opus 1770, Solidisc 1770, and Watford 1770, the Model B+, | ||
to Master, Master Compact, Master Turbo, Master 512 and ARM Evalulation | ||
System. It emulates a range of tube processors as required including the | ||
internal and external 6502, the Z80, the ARM, the 80186 and the 32016. |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#! /usr/bin/make -f | ||
%: | ||
dh $@ |