mirror of https://github.com/snes9xgit/snes9x.git
Bump version number to 1.59.1.
This commit is contained in:
parent
8c9d900c10
commit
fc4f476414
|
@ -1,4 +1,4 @@
|
||||||
version: 1.59-{build}
|
version: 1.59.1-{build}
|
||||||
|
|
||||||
image: Visual Studio 2017
|
image: Visual Studio 2017
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
Snes9x 1.59.1
|
||||||
|
- Fix sound core breakage.
|
||||||
|
|
||||||
Snes9x 1.59
|
Snes9x 1.59
|
||||||
- Count clock cycles to synchronize SA1 with S-CPU properly. Based mostly on
|
- Count clock cycles to synchronize SA1 with S-CPU properly. Based mostly on
|
||||||
work by Vitor Vilela.
|
work by Vitor Vilela.
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<body>
|
<body>
|
||||||
<h1 style="text-align:center">How to Port Snes9x to a New Platform</h1>
|
<h1 style="text-align:center">How to Port Snes9x to a New Platform</h1>
|
||||||
<div style="text-align:right">
|
<div style="text-align:right">
|
||||||
Version: 1.59<br>
|
Version: 1.59.1<br>
|
||||||
</div>
|
</div>
|
||||||
<h2>Introduction</h2>
|
<h2>Introduction</h2>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
project('snes9x-gtk',
|
project('snes9x-gtk',
|
||||||
['c', 'cpp'],
|
['c', 'cpp'],
|
||||||
version: '1.59',
|
version: '1.59.1',
|
||||||
default_options: ['cpp_std=c++11'])
|
default_options: ['cpp_std=c++11'])
|
||||||
|
|
||||||
args = ['-DSNES9X_GTK', '-DUNZIP_SUPPORT', '-DNETPLAY_SUPPORT', '-DJMA_SUPPORT', '-Wall', '-W', '-Wno-unused-parameter']
|
args = ['-DSNES9X_GTK', '-DUNZIP_SUPPORT', '-DNETPLAY_SUPPORT', '-DJMA_SUPPORT', '-Wall', '-W', '-Wno-unused-parameter']
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Localized versions of Info.plist keys */
|
/* Localized versions of Info.plist keys */
|
||||||
|
|
||||||
CFBundleName = "Snes9x";
|
CFBundleName = "Snes9x";
|
||||||
CFBundleShortVersionString = "1.59";
|
CFBundleShortVersionString = "1.59.1";
|
||||||
CFBundleGetInfoString = "Snes9x 1.59, Copyright 1996-2019 Snes9x developers.";
|
CFBundleGetInfoString = "Snes9x 1.59.1, Copyright 1996-2019 Snes9x developers.";
|
||||||
|
|
|
@ -162,7 +162,7 @@
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>Snes9x</string>
|
<string>Snes9x</string>
|
||||||
<key>CFBundleGetInfoString</key>
|
<key>CFBundleGetInfoString</key>
|
||||||
<string>Snes9x 1.59, Copyright 1996-2019 Snes9x developers.</string>
|
<string>Snes9x 1.59.1, Copyright 1996-2019 Snes9x developers.</string>
|
||||||
<key>CFBundleHelpBookFolder</key>
|
<key>CFBundleHelpBookFolder</key>
|
||||||
<string>Snes9x Help</string>
|
<string>Snes9x Help</string>
|
||||||
<key>CFBundleHelpBookName</key>
|
<key>CFBundleHelpBookName</key>
|
||||||
|
@ -178,11 +178,11 @@
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.59</string>
|
<string>1.59.1</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>~9X~</string>
|
<string>~9X~</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1.59</string>
|
<string>1.59.1</string>
|
||||||
<key>CSResourcesFileMapped</key>
|
<key>CSResourcesFileMapped</key>
|
||||||
<true/>
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
|
|
|
@ -162,7 +162,7 @@
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>Snes9x (i386)</string>
|
<string>Snes9x (i386)</string>
|
||||||
<key>CFBundleGetInfoString</key>
|
<key>CFBundleGetInfoString</key>
|
||||||
<string>Snes9x 1.59, Copyright 1996-2019 Snes9x developers.</string>
|
<string>Snes9x 1.59.1, Copyright 1996-2019 Snes9x developers.</string>
|
||||||
<key>CFBundleHelpBookFolder</key>
|
<key>CFBundleHelpBookFolder</key>
|
||||||
<string>Snes9x Help</string>
|
<string>Snes9x Help</string>
|
||||||
<key>CFBundleHelpBookName</key>
|
<key>CFBundleHelpBookName</key>
|
||||||
|
@ -178,11 +178,11 @@
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.59</string>
|
<string>1.59.1</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>~9X~</string>
|
<string>~9X~</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1.59</string>
|
<string>1.59.1</string>
|
||||||
<key>CSResourcesFileMapped</key>
|
<key>CSResourcesFileMapped</key>
|
||||||
<true/>
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
|
|
|
@ -162,7 +162,7 @@
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>Snes9x (ppc)</string>
|
<string>Snes9x (ppc)</string>
|
||||||
<key>CFBundleGetInfoString</key>
|
<key>CFBundleGetInfoString</key>
|
||||||
<string>Snes9x 1.59, Copyright 1996-2019 Snes9x developers.</string>
|
<string>Snes9x 1.59.1, Copyright 1996-2019 Snes9x developers.</string>
|
||||||
<key>CFBundleHelpBookFolder</key>
|
<key>CFBundleHelpBookFolder</key>
|
||||||
<string>Snes9x Help</string>
|
<string>Snes9x Help</string>
|
||||||
<key>CFBundleHelpBookName</key>
|
<key>CFBundleHelpBookName</key>
|
||||||
|
@ -178,11 +178,11 @@
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.59</string>
|
<string>1.59.1</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>~9X~</string>
|
<string>~9X~</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1.59</string>
|
<string>1.59.1</string>
|
||||||
<key>CSResourcesFileMapped</key>
|
<key>CSResourcesFileMapped</key>
|
||||||
<true/>
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
|
|
2
snes9x.h
2
snes9x.h
|
@ -8,7 +8,7 @@
|
||||||
#define _SNES9X_H_
|
#define _SNES9X_H_
|
||||||
|
|
||||||
#ifndef VERSION
|
#ifndef VERSION
|
||||||
#define VERSION "1.59"
|
#define VERSION "1.59.1"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "port.h"
|
#include "port.h"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# From configure.ac Revision: 1.59 .
|
# From configure.ac Revision: 1.59.1 .
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.69 for Snes9x 1.59.
|
# Generated by GNU Autoconf 2.69 for Snes9x 1.59.1.
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
||||||
|
@ -578,8 +578,8 @@ MAKEFLAGS=
|
||||||
# Identity of this package.
|
# Identity of this package.
|
||||||
PACKAGE_NAME='Snes9x'
|
PACKAGE_NAME='Snes9x'
|
||||||
PACKAGE_TARNAME='snes9x'
|
PACKAGE_TARNAME='snes9x'
|
||||||
PACKAGE_VERSION='1.59'
|
PACKAGE_VERSION='1.59.1'
|
||||||
PACKAGE_STRING='Snes9x 1.59'
|
PACKAGE_STRING='Snes9x 1.59.1'
|
||||||
PACKAGE_BUGREPORT=''
|
PACKAGE_BUGREPORT=''
|
||||||
PACKAGE_URL=''
|
PACKAGE_URL=''
|
||||||
|
|
||||||
|
@ -1280,7 +1280,7 @@ if test "$ac_init_help" = "long"; then
|
||||||
# Omit some internal or obsolete options to make the list less imposing.
|
# Omit some internal or obsolete options to make the list less imposing.
|
||||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||||
cat <<_ACEOF
|
cat <<_ACEOF
|
||||||
\`configure' configures Snes9x 1.59 to adapt to many kinds of systems.
|
\`configure' configures Snes9x 1.59.1 to adapt to many kinds of systems.
|
||||||
|
|
||||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||||
|
|
||||||
|
@ -1350,7 +1350,7 @@ fi
|
||||||
|
|
||||||
if test -n "$ac_init_help"; then
|
if test -n "$ac_init_help"; then
|
||||||
case $ac_init_help in
|
case $ac_init_help in
|
||||||
short | recursive ) echo "Configuration of Snes9x 1.59:";;
|
short | recursive ) echo "Configuration of Snes9x 1.59.1:";;
|
||||||
esac
|
esac
|
||||||
cat <<\_ACEOF
|
cat <<\_ACEOF
|
||||||
|
|
||||||
|
@ -1468,7 +1468,7 @@ fi
|
||||||
test -n "$ac_init_help" && exit $ac_status
|
test -n "$ac_init_help" && exit $ac_status
|
||||||
if $ac_init_version; then
|
if $ac_init_version; then
|
||||||
cat <<\_ACEOF
|
cat <<\_ACEOF
|
||||||
Snes9x configure 1.59
|
Snes9x configure 1.59.1
|
||||||
generated by GNU Autoconf 2.69
|
generated by GNU Autoconf 2.69
|
||||||
|
|
||||||
Copyright (C) 2012 Free Software Foundation, Inc.
|
Copyright (C) 2012 Free Software Foundation, Inc.
|
||||||
|
@ -1871,7 +1871,7 @@ cat >config.log <<_ACEOF
|
||||||
This file contains any messages produced by compilers while
|
This file contains any messages produced by compilers while
|
||||||
running configure, to aid debugging if configure makes a mistake.
|
running configure, to aid debugging if configure makes a mistake.
|
||||||
|
|
||||||
It was created by Snes9x $as_me 1.59, which was
|
It was created by Snes9x $as_me 1.59.1, which was
|
||||||
generated by GNU Autoconf 2.69. Invocation command line was
|
generated by GNU Autoconf 2.69. Invocation command line was
|
||||||
|
|
||||||
$ $0 $@
|
$ $0 $@
|
||||||
|
@ -6917,7 +6917,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
||||||
# report actual input values of CONFIG_FILES etc. instead of their
|
# report actual input values of CONFIG_FILES etc. instead of their
|
||||||
# values after options handling.
|
# values after options handling.
|
||||||
ac_log="
|
ac_log="
|
||||||
This file was extended by Snes9x $as_me 1.59, which was
|
This file was extended by Snes9x $as_me 1.59.1, which was
|
||||||
generated by GNU Autoconf 2.69. Invocation command line was
|
generated by GNU Autoconf 2.69. Invocation command line was
|
||||||
|
|
||||||
CONFIG_FILES = $CONFIG_FILES
|
CONFIG_FILES = $CONFIG_FILES
|
||||||
|
@ -6970,7 +6970,7 @@ _ACEOF
|
||||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||||||
ac_cs_version="\\
|
ac_cs_version="\\
|
||||||
Snes9x config.status 1.59
|
Snes9x config.status 1.59.1
|
||||||
configured by $0, generated by GNU Autoconf 2.69,
|
configured by $0, generated by GNU Autoconf 2.69,
|
||||||
with options \\"\$ac_cs_config\\"
|
with options \\"\$ac_cs_config\\"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
AC_PREREQ([2.60])
|
AC_PREREQ([2.60])
|
||||||
AC_INIT([Snes9x], [1.59], [], [snes9x])
|
AC_INIT([Snes9x], [1.59.1], [], [snes9x])
|
||||||
AC_REVISION([$Revision: 1.59 $])
|
AC_REVISION([$Revision: 1.59.1 $])
|
||||||
|
|
||||||
AC_CONFIG_SRCDIR([unix.cpp])
|
AC_CONFIG_SRCDIR([unix.cpp])
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ Files included in the Snes9x archive:
|
||||||
changes.txt
|
changes.txt
|
||||||
snes9x-license.txt
|
snes9x-license.txt
|
||||||
|
|
||||||
version 1.59 February, 2019
|
version 1.59.1 February, 2019
|
||||||
Home page: http://www.snes9x.com/
|
Home page: http://www.snes9x.com/
|
||||||
Source code: https://github.com/snes9xgit/snes9x/
|
Source code: https://github.com/snes9xgit/snes9x/
|
||||||
|
|
||||||
|
|
|
@ -820,12 +820,12 @@ BEGIN
|
||||||
BEGIN
|
BEGIN
|
||||||
VALUE "CompanyName", "http://www.snes9x.com"
|
VALUE "CompanyName", "http://www.snes9x.com"
|
||||||
VALUE "FileDescription", "Snes9x"
|
VALUE "FileDescription", "Snes9x"
|
||||||
VALUE "FileVersion", "1.59"
|
VALUE "FileVersion", "1.59.1"
|
||||||
VALUE "InternalName", "Snes9x"
|
VALUE "InternalName", "Snes9x"
|
||||||
VALUE "LegalCopyright", "Copyright 1996-2019"
|
VALUE "LegalCopyright", "Copyright 1996-2019"
|
||||||
VALUE "OriginalFilename", "Snes9x.exe"
|
VALUE "OriginalFilename", "Snes9x.exe"
|
||||||
VALUE "ProductName", "Snes9x SNES Emulator"
|
VALUE "ProductName", "Snes9x SNES Emulator"
|
||||||
VALUE "ProductVersion", "1.59"
|
VALUE "ProductVersion", "1.59.1"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
|
Loading…
Reference in New Issue