Skip to content

Commit

Permalink
libretro-fbalpha: Update to 0.2.97.43.20181022
Browse files Browse the repository at this point in the history
Changes:

 Various fixes
 Add back the special2017 hacks to neogeo driver
 Update cps1/cps2 drivers
 Fix darius sound
 More fixes for konami twin16 driver
 Fix #249 (most likely, android needs this)
 Fix #249 + some konami twin16 updates
 Fix kungfum
 Some cleanup
 Fixes for konami twin16 driver
 Fast save mode for netplay
 Fix a bunch of warnings
 Try at fixing neocd sound (#4)
 Fix a bunch of gcc7 warnings
 Fix various refresh rates
 Fix moonwar controls
 Fix moonwara controls + some galaxian updates
 Add CPS Changer pause button (#245)
 Fix gaplus (#243) + input issues (#102)
 Fix garyoret (#243)
 Fix various issues (#243)
 Fix a graphical glitch in jojoba
 Add a frameskip core option
 Fix analog inputs for dragngun
 Fix for twinhawk (#239)
 Fix for exposing PGM RAM
 Exposing RAM for most drivers
 Initialize state_size in retro_serialize/retro_unserialize (#197)
 Fixes for aso, roadf and contra
  • Loading branch information
alarixnia committed Oct 31, 2018
1 parent a360e07 commit 6a09df8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions emulators/libretro-fbalpha/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.3 2018/10/02 21:09:29 nia Exp $
# $NetBSD: Makefile,v 1.4 2018/10/31 18:40:41 nia Exp $

DISTNAME= libretro-fbalpha-0.2.97.43.20180721
DISTNAME= libretro-fbalpha-0.2.97.43.20181022
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GITHUB:=libretro/}
GITHUB_PROJECT= fbalpha
GITHUB_TAG= 6f85b5d19085f91c8f3df5c53dd235c037782fee
GITHUB_PROJECT= fbalpha2018
GITHUB_TAG= 20daa807957d7fce64371620271b502811318163

MAINTAINER= nia@NetBSD.org
HOMEPAGE= https://github.com/libretro/fbalpha
Expand Down
10 changes: 5 additions & 5 deletions emulators/libretro-fbalpha/distinfo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.2 2018/09/06 08:13:54 nia Exp $
$NetBSD: distinfo,v 1.3 2018/10/31 18:40:41 nia Exp $

SHA1 (libretro-fbalpha-0.2.97.43.20180721-6f85b5d19085f91c8f3df5c53dd235c037782fee.tar.gz) = 8c8f64af8c1896d104644cac57aeb76748100607
RMD160 (libretro-fbalpha-0.2.97.43.20180721-6f85b5d19085f91c8f3df5c53dd235c037782fee.tar.gz) = 011c85674f69e66c648a0df006679c8ff1fc1dce
SHA512 (libretro-fbalpha-0.2.97.43.20180721-6f85b5d19085f91c8f3df5c53dd235c037782fee.tar.gz) = a49606a47d1540b1b6e86943fb58decdb5c230192e10664739a339f177484640cff461b7a7cddab9632b259af6fe5a71782997d49574f97b293ea4e2cd062544
Size (libretro-fbalpha-0.2.97.43.20180721-6f85b5d19085f91c8f3df5c53dd235c037782fee.tar.gz) = 9780931 bytes
SHA1 (libretro-fbalpha-0.2.97.43.20181022-20daa807957d7fce64371620271b502811318163.tar.gz) = 45025f8fb79afcbb65d3de7d927f5eeed709faaf
RMD160 (libretro-fbalpha-0.2.97.43.20181022-20daa807957d7fce64371620271b502811318163.tar.gz) = d42603bb5298965cbcc0565846b893a2fef7685d
SHA512 (libretro-fbalpha-0.2.97.43.20181022-20daa807957d7fce64371620271b502811318163.tar.gz) = a5aee22e6e17905ac33bd221efced9844579ec11dfe7ba55755fdd327099f1017ec7d83ff5dbb5390ddfb4fe5661d792ffda204cbe3e14bd8598ae5800f77f4c
Size (libretro-fbalpha-0.2.97.43.20181022-20daa807957d7fce64371620271b502811318163.tar.gz) = 10216979 bytes
SHA1 (patch-makefile.libretro) = 53580ffc41c22c745d70aa9949c5df2affc783d4

0 comments on commit 6a09df8

Please sign in to comment.