[mednafen] branch master updated (09e9ad2 -> bd97055)

Stephen Kitt skitt at moszumanska.debian.org
Tue Jan 24 07:50:23 UTC 2017


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

skitt pushed a change to branch master
in repository mednafen.

      from  09e9ad2   Release
       new  485669d   Update upstream URLs
       new  9e5396e   New upstream version 0.9.41+dfsg
       new  1251734   Merge tag 'upstream/0.9.41+dfsg'
       new  3e3593d   New upstream release
       new  bd97055   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                                          |   130 +
 Documentation/cdplay.html                          |    14 +-
 Documentation/cdplay.php                           |     2 +-
 Documentation/docgen.inc                           |    67 +-
 Documentation/gb.html                              |    20 +-
 Documentation/gb.php                               |     6 +-
 Documentation/gba.html                             |    28 +-
 Documentation/gba.php                              |    12 +-
 Documentation/gg.html                              |    18 +-
 Documentation/gg.php                               |     4 +-
 Documentation/lynx.html                            |    24 +-
 Documentation/lynx.php                             |     6 +-
 Documentation/md.html                              |    20 +-
 Documentation/md.php                               |     6 +-
 Documentation/mednafen.html                        |   282 +-
 Documentation/mednafen.php                         |   163 +-
 Documentation/modules.def                          |     2 +-
 Documentation/nes.html                             |    62 +-
 Documentation/nes.php                              |    46 +-
 Documentation/netplay.html                         |    14 +-
 Documentation/netplay.php                          |    10 +-
 Documentation/ngp.html                             |    20 +-
 Documentation/ngp.php                              |     6 +-
 Documentation/pce.html                             |    28 +-
 Documentation/pce.php                              |    14 +-
 Documentation/pce_fast.html                        |    18 +-
 Documentation/pce_fast.php                         |     2 +-
 Documentation/pcfx.html                            |    20 +-
 Documentation/pcfx.php                             |     6 +-
 Documentation/psx.html                             |   161 +-
 Documentation/psx.php                              |    15 +-
 Documentation/settings.def                         |  2589 +++-
 Documentation/sms.html                             |    22 +-
 Documentation/sms.php                              |     4 +-
 Documentation/snes.html                            |    31 +-
 Documentation/snes.php                             |     4 +-
 Documentation/snes_faust.html                      |    18 +-
 Documentation/snes_faust.php                       |     2 +-
 Documentation/ss.html                              |    75 +-
 Documentation/ss.php                               |    10 +-
 Documentation/ssfplay.html                         |    14 +-
 Documentation/ssfplay.php                          |     2 +-
 Documentation/vb.html                              |    18 +-
 Documentation/vb.php                               |     2 +-
 Documentation/wswan.html                           |    24 +-
 Documentation/wswan.php                            |     6 +-
 Makefile.in                                        |    86 +-
 README                                             |     4 +
 README.MSWIN                                       |    12 +-
 TODO                                               |    13 +-
 aclocal.m4                                         |     5 -
 autogen.sh                                         |     1 -
 configure                                          | 12095 +------------------
 configure.ac                                       |    57 +-
 debian/changelog                                   |     8 +
 debian/control                                     |     2 +-
 debian/copyright                                   |     7 +-
 debian/patches/use-system-trio.patch               |    30 +-
 debian/watch                                       |     2 +-
 include/config.h.in                                |    16 +-
 install-sh                                         |    21 +-
 ltmain.sh                                          |  9661 ---------------
 m4/libtool.m4                                      |  7997 ------------
 m4/ltoptions.m4                                    |   384 -
 m4/ltsugar.m4                                      |   123 -
 m4/ltversion.m4                                    |    23 -
 m4/lt~obsolete.m4                                  |    98 -
 ...cc-4.9.4-mingw-w64-noforcepic-smalljmptab.patch |    63 +
 src/Makefile.am                                    |     5 +-
 src/Makefile.in                                    |   214 +-
 src/Time.cpp                                       |   228 +
 src/{PSFLoader.h => Time.h}                        |    63 +-
 src/cdrom/CDAccess_Image.cpp                       |    13 +-
 src/compress/README.LZO                            |     9 +-
 src/compress/lzoconf.h                             |   233 +-
 src/compress/lzodefs.h                             |  2586 +++-
 src/compress/minilzo.c                             |  4142 +++++--
 src/compress/minilzo.h                             |    39 +-
 src/debug.cpp                                      |     8 +-
 src/debug.h                                        |    10 +-
 src/demo/demo.cpp                                  |    96 +-
 src/desa68/Makefile.am                             |     2 +-
 src/desa68/Makefile.in                             |   101 +-
 src/drivers/Joystick.cpp                           |    24 +-
 src/drivers/Joystick.h                             |     2 -
 src/drivers/Makefile.am                            |     7 +-
 src/drivers/Makefile.in                            |   142 +-
 src/drivers/NetClient.h                            |    31 -
 src/drivers/cheat.cpp                              |     2 +-
 src/drivers/console.cpp                            |     4 +-
 src/drivers/debugger.cpp                           |     7 +-
 src/drivers/ers.cpp                                |     8 +-
 src/drivers/fps.cpp                                |     2 +-
 src/drivers/input-config.cpp                       |    68 +-
 src/drivers/input-config.h                         |     4 +-
 src/drivers/input.cpp                              |    17 +-
 src/drivers/main.cpp                               |   394 +-
 src/drivers/main.h                                 |     1 +
 src/drivers/memdebugger.cpp                        |   427 +-
 src/drivers/memdebugger.h                          |     9 +-
 src/drivers/netplay.cpp                            |    60 +-
 src/drivers/nongl.cpp                              |     2 +-
 src/drivers/opengl.cpp                             |   108 +-
 src/drivers/opengl.h                               |    14 +-
 src/drivers/prompt.cpp                             |    22 +-
 src/drivers/shader.cpp                             |   279 +-
 src/drivers/shader.h                               |    29 +-
 src/drivers/shader_scale2x.inc                     |    35 +
 src/drivers/thread_win32.cpp                       |     9 +-
 src/drivers/video-state.cpp                        |     6 +-
 src/drivers/video.cpp                              |   286 +-
 src/drivers_dos/Joystick.cpp                       |     2 +-
 src/drivers_dos/Makefile.am                        |     2 +-
 src/drivers_dos/Makefile.in                        |   102 +-
 src/file.cpp                                       |     4 +-
 src/gb/gb.cpp                                      |    21 +-
 src/gb/memory.cpp                                  |    10 +-
 src/gb/memory.h                                    |     2 -
 src/gba/RTC.cpp                                    |   214 +-
 src/gba/RTC.h                                      |    59 +-
 src/general.cpp                                    |   131 +-
 src/git.h                                          |     8 +-
 src/hw_cpu/v810/v810_fp_ops.cpp                    |    50 +-
 src/hw_sound/pce_psg/pce_psg.cpp                   |     1 +
 src/hw_sound/ym2612/Ym2612_Emu.cpp                 |     2 +-
 src/lynx/system.cpp                                |     2 +-
 src/math_ops.h                                     |   303 +-
 src/mednafen-driver.h                              |     3 -
 src/mednafen.cpp                                   |   149 +-
 src/mempatcher.cpp                                 |     2 +-
 src/mpcdec/Makefile.in                             |    98 +-
 src/nes/boards/112.cpp                             |    11 +-
 src/nes/boards/163.cpp                             |    14 +-
 src/nes/boards/23.cpp                              |    11 +-
 src/nes/boards/240.cpp                             |    13 +-
 src/nes/boards/241.cpp                             |    13 +-
 src/nes/boards/mmc3.cpp                            |    71 +-
 src/nes/boards/super24.cpp                         |    13 +-
 src/nes/debug.cpp                                  |     2 -
 src/nes/ines-bad.inc                               |     1 -
 src/nes/ines.cpp                                   |    86 +-
 src/nes/nes.cpp                                    |    34 +-
 src/net/Makefile.am.inc                            |    10 +
 src/{drivers/NetClient_POSIX.h => net/Net.cpp}     |    61 +-
 src/{drivers/NetClient_WS2.h => net/Net.h}         |    44 +-
 .../NetClient_POSIX.cpp => net/Net_POSIX.cpp}      |   165 +-
 src/net/Net_POSIX.h                                |    13 +
 src/{drivers/NetClient_WS2.cpp => net/Net_WS2.cpp} |   199 +-
 src/net/Net_WS2.h                                  |    14 +
 src/netplay-driver.h                               |     2 +-
 src/netplay.cpp                                    |    79 +-
 src/ngp/Makefile.am                                |     2 +-
 src/ngp/Makefile.in                                |   102 +-
 src/ngp/rtc.cpp                                    |    47 +-
 src/pce/debug.cpp                                  |     6 +-
 src/pce/pce.cpp                                    |    29 +-
 src/pce/vce.cpp                                    |    17 +-
 src/pce_fast/pce.cpp                               |    29 +-
 src/pce_fast/psg.cpp                               |     1 +
 src/psx/cpu.h                                      |     2 -
 src/psx/frontio.cpp                                |    19 +-
 src/psx/frontio.h                                  |     7 +-
 src/psx/gpu.cpp                                    |    16 +-
 src/psx/gpu.h                                      |     4 +-
 src/psx/input/dualshock.cpp                        |    60 +-
 src/psx/psx.cpp                                    |    18 +-
 src/qtrecord.cpp                                   |    11 +-
 src/quicklz/Makefile.am                            |     2 +-
 src/quicklz/Makefile.in                            |   101 +-
 src/settings.cpp                                   |     4 +-
 src/sexyal/Makefile.am                             |     2 +-
 src/sexyal/Makefile.in                             |   102 +-
 src/sexyal/convert.cpp                             |    72 +-
 src/sexyal/convert.h                               |     2 +-
 src/sexyal/drivers/alsa.cpp                        |    20 +-
 src/sexyal/drivers/cmi8738.cpp                     |    56 +-
 src/sexyal/drivers/dos_common.cpp                  |    22 +-
 src/sexyal/drivers/dos_common.h                    |    28 +-
 src/sexyal/drivers/dsound.cpp                      |    28 +-
 src/sexyal/drivers/dummy.cpp                       |    41 +-
 src/sexyal/drivers/es1370.cpp                      |    52 +-
 src/sexyal/drivers/es1371.cpp                      |    66 +-
 src/sexyal/drivers/jack.cpp                        |    38 +-
 src/sexyal/drivers/oss.cpp                         |    16 +-
 src/sexyal/drivers/sb.cpp                          |   126 +-
 src/sexyal/drivers/sdl.cpp                         |    58 +-
 src/sexyal/drivers/wasapi.cpp                      |    80 +-
 src/sexyal/drivers/wasapish.cpp                    |    44 +-
 src/sexyal/sexyal.cpp                              |   115 +-
 src/sexyal/sexyal.h                                |    76 +-
 src/sms/cart.cpp                                   |     2 -
 src/sms/romdb.cpp                                  |    28 +-
 src/sms/romdb.h                                    |     1 -
 src/sms/system.cpp                                 |    26 +-
 src/snes/Makefile.am                               |     2 +-
 src/snes/Makefile.in                               |   118 +-
 src/snes/interface.cpp                             |    60 +-
 src/ss/Makefile.am                                 |     2 +-
 src/ss/Makefile.in                                 |   102 +-
 src/ss/cdb.cpp                                     |    33 +-
 src/ss/db.cpp                                      |     6 -
 src/ss/debug.inc                                   |    57 +-
 src/ss/notes/games.txt                             |    11 +-
 src/ss/scsp.h                                      |    13 +
 src/ss/scsp.inc                                    |    82 +-
 src/ss/scu_dsp_common.inc                          |     2 +-
 src/ss/scu_dsp_gen.cpp                             |     8 +-
 src/ss/sh7095.h                                    |    16 +-
 src/ss/sh7095.inc                                  |    50 +-
 src/ss/sound.cpp                                   |    12 +
 src/ss/sound.h                                     |     4 +
 src/ss/ss.cpp                                      |    25 +-
 src/ss/vdp1.cpp                                    |     4 +-
 src/ss/vdp1_common.h                               |     4 +-
 src/ss/vdp2.cpp                                    |     8 +-
 src/ss/vdp2.h                                      |     4 +-
 src/ss/vdp2_render.cpp                             |   147 +-
 src/ss/vdp2_render.h                               |     4 +-
 src/state.cpp                                      |     8 +-
 src/tests.cpp                                      |   710 +-
 src/tests.h                                        |     1 +
 src/tremor/Makefile.in                             |    98 +-
 src/trio/Makefile.am                               |     2 +-
 src/trio/Makefile.in                               |   101 +-
 src/types.h                                        |     5 +
 src/vb/debug.cpp                                   |   105 +-
 src/vb/vb.cpp                                      |    15 +-
 src/vb/vsu.cpp                                     |    13 +-
 src/wswan/eeprom.cpp                               |    38 +-
 src/wswan/gfx.cpp                                  |   177 +-
 src/wswan/main.cpp                                 |    40 +-
 src/wswan/memory.cpp                               |   193 +-
 src/wswan/rtc.cpp                                  |    27 +-
 src/wswan/sound.cpp                                |   101 +-
 src/wswan/tcache.cpp                               |    38 +-
 235 files changed, 13065 insertions(+), 37483 deletions(-)
 delete mode 100644 ltmain.sh
 delete mode 100644 m4/libtool.m4
 delete mode 100644 m4/ltoptions.m4
 delete mode 100644 m4/ltsugar.m4
 delete mode 100644 m4/ltversion.m4
 delete mode 100644 m4/lt~obsolete.m4
 create mode 100644 patches/gcc-4.9.4-mingw-w64-noforcepic-smalljmptab.patch
 create mode 100644 src/Time.cpp
 copy src/{PSFLoader.h => Time.h} (51%)
 delete mode 100644 src/drivers/NetClient.h
 create mode 100644 src/drivers/shader_scale2x.inc
 create mode 100644 src/net/Makefile.am.inc
 rename src/{drivers/NetClient_POSIX.h => net/Net.cpp} (58%)
 rename src/{drivers/NetClient_WS2.h => net/Net.h} (55%)
 rename src/{drivers/NetClient_POSIX.cpp => net/Net_POSIX.cpp} (63%)
 create mode 100644 src/net/Net_POSIX.h
 rename src/{drivers/NetClient_WS2.cpp => net/Net_WS2.cpp} (57%)
 create mode 100644 src/net/Net_WS2.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