[mednafen] branch upstream updated (66db317 -> 08358ec)

Stephen Kitt skitt at moszumanska.debian.org
Thu Sep 21 21:18:45 UTC 2017


This is an automated email from the git hooks/post-receive script.

skitt pushed a change to branch upstream
in repository mednafen.

      from  66db317   New upstream version 0.9.47+dfsg
       new  08358ec   New upstream version 0.9.48+dfsg

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog                                    |  38 ++
 Documentation/cdplay.html                    |   2 +-
 Documentation/gb.html                        |   2 +-
 Documentation/gba.html                       |   2 +-
 Documentation/gg.html                        |   2 +-
 Documentation/lynx.html                      |   2 +-
 Documentation/md.html                        |   2 +-
 Documentation/mednafen.html                  |   2 +-
 Documentation/modules.def                    |   2 +-
 Documentation/nes.html                       |   2 +-
 Documentation/netplay.html                   |   2 +-
 Documentation/ngp.html                       |   2 +-
 Documentation/pce.html                       |   2 +-
 Documentation/pce_fast.html                  |   2 +-
 Documentation/pcfx.html                      |   2 +-
 Documentation/psx.html                       |   2 +-
 Documentation/settings.def                   |  87 ++++
 Documentation/sms.html                       |   2 +-
 Documentation/snes.html                      |   2 +-
 Documentation/snes_faust.html                |   2 +-
 Documentation/ss.html                        |   2 +-
 Documentation/ssfplay.html                   |   2 +-
 Documentation/vb.html                        |   2 +-
 Documentation/wswan.html                     |   2 +-
 Makefile.in                                  |   5 +-
 configure                                    | 175 ++++++-
 configure.ac                                 |  30 +-
 include/config.h.in                          |   6 +
 include/trio/CHANGES                         |   1 -
 include/trio_external/trio.h                 |   1 +
 include/trio_external/triodef.h              |   1 +
 include/trio_external/trionan.h              |   1 +
 include/trio_external/triop.h                |   1 +
 include/trio_external/triostr.h              |   1 +
 src/Makefile.am                              |  32 +-
 src/Makefile.in                              | 728 +++++++++++++++++++++++++--
 src/cdrom/CDAFReader_MPC.cpp                 |  24 +-
 src/desa68/Makefile.am                       |  13 -
 src/desa68/Makefile.am.inc                   |   8 +
 src/desa68/Makefile.in                       | 630 -----------------------
 src/drivers/Makefile.in                      |   1 +
 src/drivers/cheat.cpp                        |   2 +-
 src/drivers_dos/Makefile.in                  |   1 +
 src/endian.h                                 | 241 +++++----
 src/memory.cpp                               |   2 +-
 src/mpcdec/Makefile.am                       |   7 -
 src/mpcdec/Makefile.am.inc                   |  11 +
 src/mpcdec/Makefile.in                       | 637 -----------------------
 src/quicklz/Makefile.am                      |   7 -
 src/quicklz/Makefile.am.inc                  |   8 +
 src/quicklz/Makefile.in                      | 625 -----------------------
 src/sexyal/Makefile.in                       |   1 +
 src/ss/Makefile.in                           |   1 +
 src/ss/cdb.cpp                               | 187 ++++---
 src/ss/db.cpp                                | 276 +++++-----
 src/ss/db.h                                  |  32 +-
 src/ss/debug.inc                             | 243 +++++----
 src/ss/notes/PROBLEMATIC-GAMES               | 169 +++++++
 src/ss/notes/games.txt                       |  96 ----
 src/ss/scu.inc                               |  57 ++-
 src/ss/sh7095.h                              |  21 +-
 src/ss/sh7095.inc                            | 263 +++++-----
 src/ss/ss.cpp                                | 538 ++++++++++++--------
 src/ss/ss.h                                  |  38 +-
 src/ss/vdp1.cpp                              |  34 +-
 src/ss/vdp1.h                                |  35 +-
 src/tests.cpp                                | 152 ++++--
 src/tremor/Makefile.am                       |  15 -
 src/tremor/Makefile.am.inc                   |  13 +
 src/tremor/Makefile.in                       | 651 ------------------------
 {include => src}/trio/MEDNAFEN-MODIFICATIONS |   0
 src/trio/Makefile.am                         |   6 -
 src/trio/Makefile.am.inc                     |   8 +
 src/trio/Makefile.in                         | 628 -----------------------
 {include => src}/trio/trio.h                 |   0
 {include => src}/trio/triodef.h              |   0
 {include => src}/trio/trionan.h              |   0
 {include => src}/trio/triop.h                |   0
 {include => src}/trio/triostr.h              |   0
 79 files changed, 2595 insertions(+), 4237 deletions(-)
 delete mode 120000 include/trio/CHANGES
 create mode 100644 include/trio_external/trio.h
 create mode 100644 include/trio_external/triodef.h
 create mode 100644 include/trio_external/trionan.h
 create mode 100644 include/trio_external/triop.h
 create mode 100644 include/trio_external/triostr.h
 delete mode 100644 src/desa68/Makefile.am
 create mode 100644 src/desa68/Makefile.am.inc
 delete mode 100644 src/desa68/Makefile.in
 delete mode 100644 src/mpcdec/Makefile.am
 create mode 100644 src/mpcdec/Makefile.am.inc
 delete mode 100644 src/mpcdec/Makefile.in
 delete mode 100644 src/quicklz/Makefile.am
 create mode 100644 src/quicklz/Makefile.am.inc
 delete mode 100644 src/quicklz/Makefile.in
 create mode 100644 src/ss/notes/PROBLEMATIC-GAMES
 delete mode 100644 src/tremor/Makefile.am
 create mode 100644 src/tremor/Makefile.am.inc
 delete mode 100644 src/tremor/Makefile.in
 rename {include => src}/trio/MEDNAFEN-MODIFICATIONS (100%)
 delete mode 100644 src/trio/Makefile.am
 create mode 100644 src/trio/Makefile.am.inc
 delete mode 100644 src/trio/Makefile.in
 rename {include => src}/trio/trio.h (100%)
 rename {include => src}/trio/triodef.h (100%)
 rename {include => src}/trio/trionan.h (100%)
 rename {include => src}/trio/triop.h (100%)
 rename {include => src}/trio/triostr.h (100%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mednafen.git



More information about the Pkg-games-commits mailing list