summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Eden <sven.eden@gmx.de>2017-07-06 16:55:21 +0200
committerSven Eden <sven.eden@gmx.de>2017-07-06 16:55:21 +0200
commitc758272f5d99d3cf5952f19869fea74dd5356c0e (patch)
treef5c47254535678b2cdd6f22f17cd4bff04323118
parentapp-emulation/fs-uae-launcher : Fixed ebuild (diff)
downloadseden-c758272f5d99d3cf5952f19869fea74dd5356c0e.tar.gz
seden-c758272f5d99d3cf5952f19869fea74dd5356c0e.tar.bz2
seden-c758272f5d99d3cf5952f19869fea74dd5356c0e.zip
app-emulation/fs-uae-launcher : Add support for original A500/A4000 ROMs, as they were in some machines sold in germany.
-rw-r--r--app-emulation/fs-uae-launcher/files/fs-uae-launcher-2.8.3-German-ROMs.patch21
-rw-r--r--app-emulation/fs-uae-launcher/fs-uae-launcher-2.8.3.ebuild3
2 files changed, 23 insertions, 1 deletions
diff --git a/app-emulation/fs-uae-launcher/files/fs-uae-launcher-2.8.3-German-ROMs.patch b/app-emulation/fs-uae-launcher/files/fs-uae-launcher-2.8.3-German-ROMs.patch
new file mode 100644
index 0000000..41843d5
--- /dev/null
+++ b/app-emulation/fs-uae-launcher/files/fs-uae-launcher-2.8.3-German-ROMs.patch
@@ -0,0 +1,21 @@
+--- a/fsgs/amiga/roms.py 2017-07-06 16:50:33.351036624 +0200
++++ b/fsgs/amiga/roms.py 2017-07-06 16:52:58.335040977 +0200
+@@ -11,6 +11,8 @@
+ # Kickstart v1.3 r34.5 (1987)(Commodore)(A500-A1000-A2000-CDTV)[!]
+ # Kickstart v1.3 r34.5 (1987)(Commodore)(A500-A1000-A2000-CDTV)[o] (patch)
+ "891e9a547772fe0c6c19b610baf8bc4ea7fcb785",
++ # kick13.rom - from Upgrade Commodore Amiga 500 (1989)
++ "90933936cce43ca9bc6bf375662c076b27e3c458",
+ ]
+
+ A500P_KICKSTARTS = [
+@@ -55,6 +57,9 @@
+
+ # Kickstart v3.1 r40.68 (1993)(Commodore)(A4000)[h Cloanto]
+ # "c3c481160866e60d085e436a24db3617ff60b5f9",
++
++ # Kickstart v3.1 r40.10 (15.7.93) from german A4000
++ "3b7f1493b27e212830f989f26ca76c02049f09ca",
+ ]
+
+ CD32_KICKSTARTS = [
diff --git a/app-emulation/fs-uae-launcher/fs-uae-launcher-2.8.3.ebuild b/app-emulation/fs-uae-launcher/fs-uae-launcher-2.8.3.ebuild
index a5d0bd3..67fe69b 100644
--- a/app-emulation/fs-uae-launcher/fs-uae-launcher-2.8.3.ebuild
+++ b/app-emulation/fs-uae-launcher/fs-uae-launcher-2.8.3.ebuild
@@ -29,7 +29,8 @@ REQUIRED_USE="
"
PATCHES=(
- "$FILESDIR"/${P}-Makefile.patch
+ "${FILESDIR}"/${P}-Makefile.patch
+ "${FILESDIR}"/${P}-German-ROMs.patch
)
DOCS=( COPYING README )