[mednafen] branch master updated (ea472b8 -> 80ad3bc)
    Stephen Kitt 
    skitt at moszumanska.debian.org
       
    Sat Oct 10 17:51:43 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
skitt pushed a change to branch master
in repository mednafen.
      from  ea472b8   Release.
       new  b14f0ed   Imported Upstream version 0.9.38.7+dfsg
       new  08451c3   Merge tag 'upstream/0.9.38.7+dfsg'
       new  3c9b10e   New upstream release, merging reproducible.patch.
       new  831d48f   Override spurious lintian message about a spelling error.
       new  80ad3bc   Release.
The 5 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                         |  44 +++
 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/sms.html            |   2 +-
 Documentation/snes.html           |   2 +-
 Documentation/vb.html             |   2 +-
 Documentation/wswan.html          |   2 +-
 INSTALL                           |  12 +-
 Makefile.in                       | 340 +++++++++--------
 README                            |   3 +-
 TODO                              |   7 +
 aclocal.m4                        | 737 +++++++++++++++++++++++--------------
 compile                           |  10 +-
 config.guess                      | 346 ++++++------------
 config.sub                        | 113 +++---
 configure                         | 642 ++++++++++++++++++--------------
 configure.ac                      |   3 +-
 debian/changelog                  |   8 +
 debian/copyright                  |   4 +-
 debian/mednafen.lintian-overrides |   2 +
 debian/patches/reproducible.patch |  14 -
 debian/patches/series             |   1 -
 depcomp                           | 455 +++++++++++++----------
 include/config.h.in               |   3 -
 include/trio/trio.h               |   8 +-
 install-sh                        |  14 +-
 ltmain.sh                         |   4 +-
 m4/libtool.m4                     |  24 +-
 missing                           | 414 ++++++++-------------
 mkinstalldirs                     |   4 +-
 src/Makefile.in                   | 362 +++++++++---------
 src/SPCReader.cpp                 |  19 +
 src/cdplay/Makefile.in            | 191 ++++++----
 src/cdrom/CDUtility.h             |   3 +
 src/cdrom/recover-raw.cpp         |  15 +-
 src/demo/Makefile.in              | 191 ++++++----
 src/desa68/Makefile.in            | 191 ++++++----
 src/drivers/Makefile.in           | 197 ++++++----
 src/drivers/debugger.cpp          |  17 +-
 src/drivers/input.cpp             |   2 +-
 src/drivers_dos/Makefile.in       | 191 ++++++----
 src/drivers_dos/input.cpp         |   2 +-
 src/gb/Makefile.in                | 191 ++++++----
 src/gba/GBA.cpp                   |   2 +-
 src/gba/Makefile.in               | 191 ++++++----
 src/hw_cpu/Makefile.in            | 208 +++++++----
 src/hw_cpu/huc6280/huc6280.h      |   2 +-
 src/hw_misc/Makefile.in           | 193 ++++++----
 src/hw_sound/Makefile.in          | 203 +++++++----
 src/hw_video/Makefile.in          | 193 ++++++----
 src/lynx/Makefile.in              | 191 ++++++----
 src/md/Makefile.in                | 214 ++++++-----
 src/md/system.cpp                 |   4 +-
 src/mempatcher.cpp                |   2 +-
 src/mpcdec/Makefile.in            | 197 ++++++----
 src/nes/Makefile.in               | 313 +++++++---------
 src/netplay.cpp                   |   2 +-
 src/ngp/Makefile.in               | 203 +++++++----
 src/pce/Makefile.am               |   2 +-
 src/pce/Makefile.in               | 207 +++++++----
 src/pce/hes.cpp                   |   9 +-
 src/pce/notes/SUBTITLE_FORMAT     |  80 ----
 src/pce/notes/SUBTITLE_NOTES      |  70 ----
 src/pce/pce.cpp                   |  36 +-
 src/pce/subhw.cpp                 | 563 ----------------------------
 src/pce/subhw.h                   |  19 -
 src/pce/vce.cpp                   |  39 --
 src/pce/vce.h                     |   4 -
 src/pce/vce_sync.inc              |  24 --
 src/pce_fast/Makefile.in          | 191 ++++++----
 src/pcfx/Makefile.in              | 194 ++++++----
 src/psx/Makefile.in               | 201 ++++++----
 src/psx/cpu.cpp                   | 750 ++++++++++++++++++++++----------------
 src/psx/cpu.h                     |  11 +-
 src/psx/dis.cpp                   |  23 +-
 src/psx/gte.cpp                   |  16 -
 src/psx/notes/MULTITAP            |  12 +-
 src/psx/notes/PROBLEMATIC-GAMES   |   6 +
 src/psx/notes/PSX-TODO            |  14 +-
 src/psx/psx.cpp                   |   1 -
 src/psx/timer.cpp                 | 283 +++++++-------
 src/qtrecord.cpp                  |   2 +-
 src/quicklz/Makefile.in           | 191 ++++++----
 src/sexyal/Makefile.in            | 207 +++++++----
 src/sms/Makefile.in               | 191 ++++++----
 src/snes/Makefile.in              | 247 ++++++++-----
 src/snes_faust/Makefile.in        | 191 ++++++----
 src/snes_faust/apu.cpp            |   3 +
 src/snes_faust/cart.cpp           |  11 +-
 src/snes_faust/cpu.cpp            |  73 ++--
 src/snes_faust/ppu.cpp            |   3 +-
 src/snes_faust/spc700.inc         |   8 +-
 src/sound/Makefile.in             | 191 ++++++----
 src/tremor/Makefile.in            | 197 ++++++----
 src/trio/Makefile.in              | 191 ++++++----
 src/vb/Makefile.in                | 191 ++++++----
 src/wswan/Makefile.in             | 196 ++++++----
 src/wswan/debug.cpp               |  18 +-
 110 files changed, 6467 insertions(+), 5337 deletions(-)
 create mode 100644 debian/mednafen.lintian-overrides
 delete mode 100644 debian/patches/reproducible.patch
 delete mode 100644 src/pce/notes/SUBTITLE_FORMAT
 delete mode 100644 src/pce/notes/SUBTITLE_NOTES
 delete mode 100644 src/pce/subhw.cpp
 delete mode 100644 src/pce/subhw.h
-- 
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