[mednafen] branch master updated (2c6df8c -> 0153e6a)

Stephen Kitt skitt at moszumanska.debian.org
Mon Feb 16 07:44:47 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  2c6df8c   Help make the build reproducible by dropping __DATE__ and __TIME__.
       new  77008a8   Imported Upstream version 0.9.38.1
       new  c691b95   Merge tag 'upstream/0.9.38.1'
       new  31d2906   New upstream release.
       new  def90ae   Refresh patches.
       new  0b876f9   mednafen no longer uses libcdio, drop the build-dependency.
       new  0153e6a   Release.

The 6 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                                          |  163 ++
 Documentation/docgen.inc                           |    6 +-
 Documentation/gb.html                              |    8 +-
 Documentation/gb.php                               |    2 +
 Documentation/gba.html                             |    2 +-
 Documentation/gg.html                              |    2 +-
 Documentation/lynx.html                            |    2 +-
 Documentation/md.html                              |    2 +-
 Documentation/mednafen.html                        |  117 +-
 Documentation/mednafen.php                         |   79 +-
 Documentation/modules.def                          |    1 +
 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                             |   20 +-
 Documentation/settings.def                         |   62 +-
 Documentation/sms.html                             |    2 +-
 Documentation/snes.html                            |    2 +-
 Documentation/vb.html                              |    2 +-
 Documentation/wswan.html                           |    2 +-
 Makefile.in                                        |    2 -
 README.MSWIN                                       |    2 -
 TODO                                               |   17 +-
 configure                                          |  394 +++--
 configure.ac                                       |   40 +-
 debian/changelog                                   |    6 +-
 debian/control                                     |    1 -
 debian/patches/reproducible.patch                  |    2 +-
 debian/patches/use-system-mpcdec.patch             |   53 +-
 debian/patches/use-system-tremor.patch             |   26 +-
 debian/patches/use-system-trio.patch               |    6 +-
 include/config.h.in                                |    3 -
 po/POTFILES.in                                     |    4 +-
 po/de.gmo                                          |  Bin 29122 -> 28680 bytes
 po/de.po                                           | 1636 +++++++++----------
 po/es.gmo                                          |  Bin 2816 -> 2816 bytes
 po/es.po                                           | 1613 +++++++++----------
 po/mednafen.pot                                    | 1615 +++++++++----------
 po/ru.gmo                                          |  Bin 39069 -> 38503 bytes
 po/ru.po                                           | 1640 ++++++++++----------
 src/Makefile.am                                    |    2 +-
 src/Makefile.in                                    |   87 +-
 src/cdplay/Makefile.in                             |    2 -
 src/cdplay/cdplay.cpp                              |   10 +-
 src/cdrom/CDAFReader.cpp                           |   69 +
 src/cdrom/CDAFReader.h                             |   41 +
 src/cdrom/CDAFReader_MPC.cpp                       |  238 +++
 src/cdrom/CDAFReader_MPC.h                         |    6 +
 src/cdrom/CDAFReader_SF.cpp                        |  155 ++
 src/cdrom/CDAFReader_SF.h                          |    6 +
 src/cdrom/CDAFReader_Vorbis.cpp                    |  158 ++
 src/cdrom/CDAFReader_Vorbis.h                      |    7 +
 src/cdrom/CDAccess.cpp                             |   14 +-
 src/cdrom/CDAccess.h                               |   13 +-
 src/cdrom/CDAccess_CCD.cpp                         |  116 +-
 src/cdrom/CDAccess_CCD.h                           |   13 +-
 src/cdrom/CDAccess_Image.cpp                       |  379 +++--
 src/cdrom/CDAccess_Image.h                         |   13 +-
 src/cdrom/CDAccess_Physical.cpp                    |  456 ------
 src/cdrom/CDAccess_Physical.h                      |   39 -
 src/cdrom/CDUtility.cpp                            |  118 +-
 src/cdrom/CDUtility.h                              |   43 +-
 src/cdrom/Makefile.am.inc                          |   10 +-
 src/cdrom/audioreader.cpp                          |  608 --------
 src/cdrom/audioreader.h                            |   43 -
 src/cdrom/audioreader_opus.cpp                     |  185 ---
 src/cdrom/audioreader_opus.h                       |   21 -
 src/cdrom/cdromif.cpp                              |  260 ++--
 src/cdrom/cdromif.h                                |   22 +-
 src/cdrom/scsicd-pce-commands.inc                  |    8 +-
 src/cdrom/scsicd.cpp                               |   42 +-
 src/{ => compress}/GZFileStream.cpp                |    2 +-
 src/{ => compress}/GZFileStream.h                  |    2 +-
 src/compress/Makefile.am.inc                       |    2 +-
 src/demo/Makefile.in                               |    2 -
 src/desa68/Makefile.in                             |    2 -
 src/drivers/Makefile.in                            |    2 -
 src/drivers/help.cpp                               |    3 +-
 src/drivers/input.cpp                              |  508 +++---
 src/drivers/input.h                                |    3 +-
 src/drivers/main.cpp                               |  147 +-
 src/drivers/video.cpp                              |   29 +-
 src/drivers_dos/Makefile.in                        |    2 -
 src/drivers_dos/main.cpp                           |   12 -
 src/file.cpp                                       |    2 +-
 src/file.h                                         |    1 -
 src/gb/Makefile.in                                 |    2 -
 src/gb/gb.cpp                                      |   50 +-
 src/gba/GBA.cpp                                    |    2 +
 src/gba/Makefile.in                                |    2 -
 src/gba/Sound.cpp                                  |    7 +
 src/gba/Sound.h                                    |    4 +-
 src/general.cpp                                    |   29 +-
 src/general.h                                      |    3 +-
 src/git.h                                          |    1 -
 src/hw_cpu/Makefile.am                             |    1 +
 src/hw_cpu/Makefile.in                             |    5 +-
 src/hw_cpu/c68k/c68k.cpp                           |   11 +-
 src/hw_cpu/c68k/c68k.h                             |    2 +-
 src/hw_cpu/huc6280/huc6280.cpp                     |    5 -
 src/hw_cpu/v810/v810_op_table.inc                  |   36 -
 src/hw_cpu/v810/v810_oploop.inc                    |   56 +-
 src/hw_misc/Makefile.in                            |    2 -
 src/hw_sound/Makefile.in                           |    2 -
 src/hw_video/Makefile.in                           |    2 -
 src/lynx/Makefile.in                               |    2 -
 src/lynx/mikie.cpp                                 |   18 +-
 src/lynx/mikie.h                                   |    2 +-
 src/lynx/system.cpp                                |   17 +-
 src/lynx/system.h                                  |    2 +-
 src/math_ops.h                                     |  119 ++
 src/md/Makefile.in                                 |    2 -
 src/md/input/megamouse.cpp                         |   11 +-
 src/md/sound.cpp                                   |   10 +-
 src/md/sound.h                                     |    2 +-
 src/md/system.cpp                                  |    4 +-
 src/mednafen-driver.h                              |    7 +-
 src/mednafen.cpp                                   |  229 ++-
 src/mpcdec/Makefile.in                             |    2 -
 src/nes/Makefile.in                                |    2 -
 src/nes/fds.cpp                                    |    2 +-
 src/nes/input.cpp                                  |   10 +-
 src/nes/x6502.cpp                                  |    2 +
 src/netplay.cpp                                    |   51 +-
 src/ngp/Makefile.in                                |    2 -
 src/pce/Makefile.in                                |    2 -
 src/pce/huc.cpp                                    |    2 +-
 src/pce/pce.cpp                                    |    6 -
 src/pce/subhw.cpp                                  |   31 +-
 src/pce/vce.h                                      |    1 +
 src/pce/vce_sync.inc                               |   24 +-
 src/pce_fast/Makefile.in                           |    2 -
 src/pce_fast/huc.cpp                               |    2 +-
 src/pce_fast/ioread.inc                            |    2 +-
 src/pce_fast/pce.cpp                               |   20 +-
 src/pce_fast/pcecd.cpp                             |   21 +-
 src/pce_fast/pcecd.h                               |    2 +-
 src/pce_fast/pcecd_drive.cpp                       |   29 +-
 src/pce_fast/pcecd_drive.h                         |    2 +-
 src/pce_fast/psg.cpp                               |   22 +-
 src/pce_fast/psg.h                                 |    4 +-
 src/pcfx/Makefile.in                               |    2 -
 src/pcfx/debug.cpp                                 |   18 +-
 src/pcfx/pcfx.cpp                                  |   10 +-
 src/psx/FastFIFO.h                                 |   76 +
 src/psx/Makefile.in                                |    2 -
 src/psx/cdc.cpp                                    |  113 +-
 src/psx/cdc.h                                      |    3 +-
 src/psx/cpu.cpp                                    |   95 +-
 src/psx/dma.cpp                                    |   17 +-
 src/psx/dma.h                                      |    2 -
 src/psx/gpu.cpp                                    |  186 ++-
 src/psx/gpu.h                                      |   15 +-
 src/psx/gpu_line.cpp                               |   48 +-
 src/psx/gte.cpp                                    |    4 +-
 src/psx/input/memcard.cpp                          |  108 +-
 src/psx/input/multitap.cpp                         |   75 +-
 src/psx/input/multitap.h                           |    3 +
 src/psx/mdec.cpp                                   |   45 +-
 src/psx/mdec.h                                     |    2 +-
 src/psx/notes/PROBLEMATIC-GAMES                    |  121 ++
 src/psx/notes/PSX-TODO                             |  119 +-
 src/psx/notes/SOURCES                              |   50 +-
 .../notes/{multires-newgpu.exe => linefuzz.exe}    |  Bin 94208 -> 94208 bytes
 src/psx/psx.cpp                                    |  259 ++--
 src/psx/psx.h                                      |    2 +
 src/psx/spu.cpp                                    |   21 +-
 src/qtrecord.cpp                                   |   30 +-
 src/qtrecord.h                                     |    2 +-
 src/quicklz/Makefile.in                            |    2 -
 src/settings.cpp                                   |  136 +-
 src/settings.h                                     |    1 +
 src/sexyal/Makefile.in                             |    2 -
 src/sms/Makefile.in                                |    2 -
 src/snes/Makefile.in                               |    2 -
 src/sound/Makefile.in                              |    2 -
 src/state.cpp                                      |    2 +-
 src/tests.cpp                                      |  122 +-
 src/tremor/Makefile.in                             |    2 -
 src/trio/Makefile.in                               |    2 -
 src/types.h                                        |    5 +
 src/vb/Makefile.in                                 |    2 -
 src/vb/debug.cpp                                   |   19 +-
 src/vb/vb.cpp                                      |   35 +-
 src/vb/vsu.cpp                                     |   38 +-
 src/vb/vsu.h                                       |    8 +-
 src/wswan/Makefile.in                              |    2 -
 src/wswan/v30mz.cpp                                |    4 +-
 191 files changed, 7195 insertions(+), 6960 deletions(-)
 create mode 100644 src/cdrom/CDAFReader.cpp
 create mode 100644 src/cdrom/CDAFReader.h
 create mode 100644 src/cdrom/CDAFReader_MPC.cpp
 create mode 100644 src/cdrom/CDAFReader_MPC.h
 create mode 100644 src/cdrom/CDAFReader_SF.cpp
 create mode 100644 src/cdrom/CDAFReader_SF.h
 create mode 100644 src/cdrom/CDAFReader_Vorbis.cpp
 create mode 100644 src/cdrom/CDAFReader_Vorbis.h
 delete mode 100644 src/cdrom/CDAccess_Physical.cpp
 delete mode 100644 src/cdrom/CDAccess_Physical.h
 delete mode 100644 src/cdrom/audioreader.cpp
 delete mode 100644 src/cdrom/audioreader.h
 delete mode 100644 src/cdrom/audioreader_opus.cpp
 delete mode 100644 src/cdrom/audioreader_opus.h
 rename src/{ => compress}/GZFileStream.cpp (99%)
 rename src/{ => compress}/GZFileStream.h (98%)
 delete mode 100644 src/hw_cpu/v810/v810_op_table.inc
 create mode 100644 src/psx/FastFIFO.h
 create mode 100644 src/psx/notes/PROBLEMATIC-GAMES
 copy src/psx/notes/{multires-newgpu.exe => linefuzz.exe} (83%)

-- 
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