diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-07-21 21:57:11 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-07-21 21:57:11 +0100 |
commit | ae382121d9a659aadea4f37a0a44c338f091ab2f (patch) | |
tree | 56fcedda9e8c988fbcba4b4e6b868acf8764152c /app-emulation/fs-uae-launcher/files | |
parent | app-emulation/fs-uae: Version bump to 3.0.0 (diff) | |
download | gentoo-ae382121d9a659aadea4f37a0a44c338f091ab2f.tar.gz gentoo-ae382121d9a659aadea4f37a0a44c338f091ab2f.tar.bz2 gentoo-ae382121d9a659aadea4f37a0a44c338f091ab2f.zip |
app-emulation/fs-uae-launcher: Version bump to 3.0.0
Package-Manager: Portage-2.3.69, Repoman-2.3.13
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'app-emulation/fs-uae-launcher/files')
-rw-r--r-- | app-emulation/fs-uae-launcher/files/fs-uae-launcher-3.0.0-ROMs.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-emulation/fs-uae-launcher/files/fs-uae-launcher-3.0.0-ROMs.patch b/app-emulation/fs-uae-launcher/files/fs-uae-launcher-3.0.0-ROMs.patch new file mode 100644 index 000000000000..44427642253f --- /dev/null +++ b/app-emulation/fs-uae-launcher/files/fs-uae-launcher-3.0.0-ROMs.patch @@ -0,0 +1,14 @@ +diff -Naur a/fsgs/amiga/roms.py b/fsgs/amiga/roms.py +--- a/fsgs/amiga/roms.py 2019-06-21 17:49:42.000000000 +0100 ++++ b/fsgs/amiga/roms.py 2019-07-21 21:42:14.135600616 +0100 +@@ -10,7 +10,9 @@ + # amiga-os-130.rom (decrypted, patched) + # 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" ++ "891e9a547772fe0c6c19b610baf8bc4ea7fcb785", ++ # kick13.rom - from Upgrade Commodore Amiga 500 (1989) ++ "90933936cce43ca9bc6bf375662c076b27e3c458", + ] + + A500_1_2_KICKSTARTS = [ |