[nestopia] branch upstream updated (309a5e2 -> 6f8f993)

Stephen Kitt skitt at moszumanska.debian.org
Wed Jan 13 07:51:33 UTC 2016


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

skitt pushed a change to branch upstream
in repository nestopia.

      from  309a5e2   Imported Upstream version 1.46.2
       new  6f8f993   Imported Upstream version 1.47

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:
 .gitignore                                         |    3 +
 AUTHORS                                            |    5 +
 Makefile                                           |   40 +-
 NstDatabase.xml                                    |  123 +-
 README.md                                          |    2 +-
 README.unix                                        |   43 +-
 changelog.txt                                      |   57 +
 libretro/Makefile                                  |  403 +-
 libretro/Makefile.common                           |  296 +
 libretro/control                                   |   10 +
 libretro/jni/Android.mk                            |  123 +-
 libretro/libretro.cpp                              |  355 +-
 .../msvc/msvc-2003-xbox1/msvc-2003-xbox1.vcproj    |    3 +
 libretro/msvc/msvc-2010-360/msvc-2010-360.vcxproj  |    1 +
 .../msvc-2010-360/msvc-2010-360.vcxproj.filters    |    3 +
 libretro/msvc/msvc-2010/msvc-2010.vcxproj          |    1 +
 libretro/msvc/msvc-2010/msvc-2010.vcxproj.filters  |    3 +
 source/core/NstApu.cpp                             |    4 +-
 source/core/NstCartridge.cpp                       |    2 +-
 source/core/NstCartridgeInes.cpp                   |    7 +-
 source/core/NstCpu.cpp                             |    3 +
 source/core/NstPpu.cpp                             |   64 +-
 source/core/NstPpu.hpp                             |    2 +-
 source/core/api/NstApiCartridge.cpp                |    2 +-
 source/core/api/NstApiCartridge.hpp                |    5 +
 source/core/board/NstBoard.cpp                     |  117 +-
 source/core/board/NstBoard.hpp                     |    9 +-
 ...{NstBoardSomeriTeam.hpp => NstBoardAcclaim.hpp} |    7 +-
 source/core/board/NstBoardAcclaimMcAcc.cpp         |  284 +
 ...rdTengenRambo1.hpp => NstBoardAcclaimMcAcc.hpp} |   85 +-
 source/core/board/NstBoardAveNina.cpp              |   28 +-
 source/core/board/NstBoardMmc3.hpp                 |    6 +-
 source/core/board/NstBoardNamcot163.cpp            |    3 +-
 source/core/board/NstBoardNamcot163.hpp            |    3 +-
 source/core/board/NstBoardSunsoftFme7.cpp          |    4 +-
 source/unix/audio.cpp                              |   10 +-
 source/unix/cheats.cpp                             |    2 +-
 source/unix/cli.cpp                                |    2 +-
 source/unix/config.cpp                             |   26 +-
 source/unix/config.h                               |    6 +
 source/unix/cursor.cpp                             |   10 +-
 source/unix/cursor.h                               |    2 +-
 source/unix/font.h                                 |   99 +
 source/unix/gtkui/gtkui.cpp                        |  131 +-
 source/unix/gtkui/gtkui.h                          |    7 +
 source/unix/gtkui/gtkui_archive.cpp                |    2 +-
 source/unix/gtkui/gtkui_callbacks.cpp              |    7 +-
 source/unix/gtkui/gtkui_callbacks.h                |    1 +
 source/unix/gtkui/gtkui_cheats.cpp                 |    2 +-
 source/unix/gtkui/gtkui_config.cpp                 |   29 +-
 source/unix/gtkui/gtkui_dialogs.cpp                |   30 +-
 source/unix/gtkui/gtkui_dialogs.h                  |    2 +
 source/unix/input.cpp                              |  276 +-
 source/unix/input.h                                |   50 +
 source/unix/main.cpp                               |   48 +-
 source/unix/main.h                                 |    4 +-
 source/unix/png.cpp                                | 6136 ++++++++++++++++++++
 source/unix/png.h                                  | 1708 ++++++
 source/unix/video.cpp                              |  518 +-
 source/unix/video.h                                |   17 +-
 60 files changed, 10481 insertions(+), 750 deletions(-)
 mode change 100644 => 100755 NstDatabase.xml
 create mode 100644 libretro/Makefile.common
 create mode 100644 libretro/control
 copy source/core/board/{NstBoardSomeriTeam.hpp => NstBoardAcclaim.hpp} (87%)
 create mode 100644 source/core/board/NstBoardAcclaimMcAcc.cpp
 copy source/core/board/{NstBoardTengenRambo1.hpp => NstBoardAcclaimMcAcc.hpp} (62%)
 create mode 100644 source/unix/font.h
 create mode 100644 source/unix/png.cpp
 create mode 100644 source/unix/png.h

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



More information about the Pkg-games-commits mailing list