[Lunar-commits] <moonbase> fbzx: version 2.1b added to moonbase

Duncan Gibson engelsman at lunar-linux.org
Sat Jul 4 12:39:29 CEST 2009


commit 6651a911dee7b8476dfa42e921cddcdf9e5d1b5d
Author: Paul Bredbury <brebs at sent.com>
Date:   Sat Jul 4 12:39:29 2009 +0200

    fbzx: version 2.1b added to moonbase
    
    Because they don't write games like they used to.
    
    Note: downloads, compiles and installs OK
          fbzx -nosound brings up a Sinclair welcome screen (on X)
          but I have no games to run on it and test it - engelsman
---
 zbeta/fbzx/BUILD   |    7 +++++++
 zbeta/fbzx/DEPENDS |    2 ++
 zbeta/fbzx/DETAILS |   28 ++++++++++++++++++++++++++++
 3 files changed, 37 insertions(+), 0 deletions(-)

diff --git a/zbeta/fbzx/BUILD b/zbeta/fbzx/BUILD
new file mode 100644
index 0000000..d87dc57
--- /dev/null
+++ b/zbeta/fbzx/BUILD
@@ -0,0 +1,7 @@
+(
+
+  sedit "s:/usr/local/:/usr/:g" Makefile &&
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/fbzx/DEPENDS b/zbeta/fbzx/DEPENDS
new file mode 100644
index 0000000..bcfbcb2
--- /dev/null
+++ b/zbeta/fbzx/DEPENDS
@@ -0,0 +1,2 @@
+depends SDL
+depends alsa-lib
diff --git a/zbeta/fbzx/DETAILS b/zbeta/fbzx/DETAILS
new file mode 100644
index 0000000..6c96a77
--- /dev/null
+++ b/zbeta/fbzx/DETAILS
@@ -0,0 +1,28 @@
+          MODULE=fbzx
+         VERSION=2.1b
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://www.rastersoft.com/descargas
+      SOURCE_VFY=sha1:e1a6194e66b14ef085c94c3062d82cbe0adc0598
+        WEB_SITE=http://www.rastersoft.com/fbzx.html
+         ENTERED=20090704
+         UPDATED=20090704
+           SHORT="full-screen Sinclair Spectrum emulator"
+
+cat << EOF
+FBZX is a Sinclair Spectrum emulator, designed to work at full screen
+using the FrameBuffer or under X-Windows. Its main features are:
+ * Emulates accurately the original Spectrum (both issue 2 and issue 3),
+   the classic 128K, the Amstrad Plus 2, the Amstrad Plus 2A and the
+   Spanish 128K. This include screen, keyboard and sound (both speaker
+   and AY-3-8912 chip).
+ * Screen emulation is extremely accurate, so it can emulate border
+   effects and even attribute effects.
+ * Supports Z80 snapshots, both loading and saving, and loading .SNA
+   snapshots.
+ * Supports TAP (both read and write) and TZX (only read) tape files,
+   supporting normal-speed loading and fast speed loading.
+ * Emulates joysticks: Kempston, cursor and Sinclair.
+ * Emulates the Interface I and Microdrive.
+ * Based in a new, fully free, Z80 emulator (Z80Free).
+ * Is distributed under GPLv3 license.
+EOF


More information about the Lunar-commits mailing list