[nestopia] branch upstream updated (6f8f993 -> 1cf5e31)

Stephen Kitt skitt at moszumanska.debian.org
Sat Sep 9 10:34:49 UTC 2017


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

skitt pushed a change to branch upstream
in repository nestopia.

      from  6f8f993   Imported Upstream version 1.47
       new  1cf5e31   New upstream version 1.48

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                                         |   29 +
 AUTHORS                                            |    5 +
 CMakeLists.txt                                     |  433 +++++++
 changelog.txt => ChangeLog                         |   45 +
 Makefile                                           |  416 ------
 Makefile.am                                        |  955 ++++++++++++++
 NstDatabase.xml                                    |    0
 README.md                                          |   50 +
 README.unix                                        |    2 +-
 configure.ac                                       |  129 ++
 extras/BMFFINR2.pal                                |  Bin 0 -> 192 bytes
 extras/BMFFINR3.pal                                |  Bin 0 -> 192 bytes
 extras/NES_Classic-FBX.pal                         |  Bin 0 -> 192 bytes
 extras/Nostalgia-FBX.pal                           |  Bin 0 -> 192 bytes
 extras/SONY_CXA2025AS_US.pal                       |  Bin 0 -> 192 bytes
 extras/Unsaturated-Final.pal                       |  Bin 0 -> 192 bytes
 extras/Unsaturated-V5.pal                          |  Bin 0 -> 192 bytes
 extras/Unsaturated-V6.pal                          |  Bin 0 -> 192 bytes
 extras/YUV-V3.pal                                  |  Bin 0 -> 192 bytes
 extras/hybrid.pal                                  |  Bin 0 -> 192 bytes
 extras/nescap.pal                                  |  Bin 0 -> 192 bytes
 libretro/Makefile                                  |   63 +-
 libretro/jni/Android.mk                            |    5 +-
 libretro/libretro.cpp                              |  375 +++++-
 libretro/libretro.h                                |    0
 source/core/NstApu.cpp                             |    7 +-
 source/core/NstApu.hpp                             |    2 +-
 source/core/NstCartridge.cpp                       |   39 +-
 source/core/NstCartridgeInes.cpp                   |    6 +
 source/core/NstCore.hpp                            |    4 +-
 source/core/NstCpu.cpp                             |   22 +-
 source/core/NstCpu.hpp                             |    2 +
 source/core/NstFds.cpp                             |    4 +-
 source/core/NstImageDatabase.cpp                   |    6 +
 source/core/NstMachine.cpp                         |   37 +-
 source/core/NstMachine.hpp                         |    1 +
 source/core/NstPpu.cpp                             |  564 ++++++--
 source/core/NstPpu.hpp                             |    2 +
 source/core/NstZlib.cpp                            |    2 +-
 source/core/api/NstApiCheats.cpp                   |    2 +-
 source/core/api/NstApiMachine.cpp                  |    5 +
 source/core/api/NstApiMachine.hpp                  |    8 +
 source/core/api/NstApiVideo.cpp                    |   12 +-
 source/core/api/NstApiVideo.hpp                    |    9 +
 source/core/board/NstBoard.cpp                     |   46 +-
 source/core/board/NstBoardAveD1012.cpp             |    2 +-
 source/core/board/NstBoardBandai24c0x.cpp          |  147 +--
 source/core/board/NstBoardBandaiKaraokeStudio.cpp  |    2 +-
 source/core/board/NstBoardBmc20in1.cpp             |    2 +-
 source/core/board/NstBoardBmcFk23c.cpp             |    2 +-
 source/core/board/NstBoardBmcPowerjoy84in1.cpp     |    2 +-
 source/core/board/NstBoardBmcVt5201.cpp            |    1 +
 source/core/board/NstBoardFfe.cpp                  |   58 +-
 source/core/board/NstBoardKonamiVrc2.cpp           |    3 +-
 source/core/board/NstBoardMmc1.cpp                 |    2 +-
 source/core/board/NstBoardMmc5.cpp                 |    6 +-
 source/core/board/NstBoardSachenS8259.cpp          |    8 +-
 source/core/board/NstBoardSachenStreetHeroes.cpp   |    4 +-
 source/core/board/NstBoardSunsoftDcs.cpp           |    2 +-
 source/core/board/NstBoardWaixingSh2.cpp           |    2 +-
 source/core/vssystem/NstVsSystem.cpp               |    5 +-
 source/unix/audio.cpp                              |  195 +--
 source/unix/audio.h                                |    3 +-
 source/unix/cli.cpp                                |    2 +-
 source/unix/cli.h                                  |    2 +-
 source/unix/config.cpp                             |   16 +-
 source/unix/config.h                               |    3 +
 source/unix/font.h                                 |    4 +-
 source/unix/gtkui/gtkui.cpp                        |   26 +-
 source/unix/gtkui/gtkui.h                          |    2 +-
 source/unix/gtkui/gtkui_callbacks.cpp              |   12 +-
 source/unix/gtkui/gtkui_callbacks.h                |    2 +
 source/unix/gtkui/gtkui_cheats.cpp                 |    8 +-
 source/unix/gtkui/gtkui_config.cpp                 |   45 +
 source/unix/gtkui/gtkui_dialogs.cpp                |   10 +
 .../icons/{nestopia128.png => 128/nestopia.png}    |  Bin
 .../unix/icons/{nestopia32.png => 32/nestopia.png} |  Bin
 .../unix/icons/{nestopia48.png => 48/nestopia.png} |  Bin
 .../unix/icons/{nestopia64.png => 64/nestopia.png} |  Bin
 .../unix/icons/{nestopia96.png => 96/nestopia.png} |  Bin
 source/unix/icons/nestopia.desktop                 |    2 +-
 source/unix/icons/{ => svg}/nespad.svg             |    0
 source/unix/icons/{ => svg}/nestopia.svg           |    0
 source/unix/input.cpp                              |    4 +-
 source/unix/input.h                                |    2 +-
 source/unix/main.cpp                               |  120 +-
 source/unix/main.h                                 |    4 +-
 source/unix/video.cpp                              |  233 ++--
 source/unix/video.h                                |    3 +
 source/zlib/ioapi.h                                |   75 --
 source/zlib/unzip.h                                |  354 -----
 source/zlib/zconf.h                                |  332 -----
 source/zlib/zip.h                                  |  235 ----
 source/zlib/zlib.h                                 | 1357 --------------------
 94 files changed, 3180 insertions(+), 3406 deletions(-)
 create mode 100644 CMakeLists.txt
 rename changelog.txt => ChangeLog (95%)
 delete mode 100644 Makefile
 create mode 100644 Makefile.am
 mode change 100755 => 100644 NstDatabase.xml
 create mode 100644 configure.ac
 create mode 100644 extras/BMFFINR2.pal
 create mode 100644 extras/BMFFINR3.pal
 create mode 100644 extras/NES_Classic-FBX.pal
 create mode 100644 extras/Nostalgia-FBX.pal
 create mode 100644 extras/SONY_CXA2025AS_US.pal
 create mode 100644 extras/Unsaturated-Final.pal
 create mode 100644 extras/Unsaturated-V5.pal
 create mode 100644 extras/Unsaturated-V6.pal
 create mode 100644 extras/YUV-V3.pal
 create mode 100644 extras/hybrid.pal
 create mode 100644 extras/nescap.pal
 mode change 100755 => 100644 libretro/libretro.h
 rename source/unix/icons/{nestopia128.png => 128/nestopia.png} (100%)
 rename source/unix/icons/{nestopia32.png => 32/nestopia.png} (100%)
 rename source/unix/icons/{nestopia48.png => 48/nestopia.png} (100%)
 rename source/unix/icons/{nestopia64.png => 64/nestopia.png} (100%)
 rename source/unix/icons/{nestopia96.png => 96/nestopia.png} (100%)
 rename source/unix/icons/{ => svg}/nespad.svg (100%)
 rename source/unix/icons/{ => svg}/nestopia.svg (100%)
 delete mode 100644 source/zlib/ioapi.h
 delete mode 100644 source/zlib/unzip.h
 delete mode 100644 source/zlib/zconf.h
 delete mode 100644 source/zlib/zip.h
 delete mode 100644 source/zlib/zlib.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