[mednafen] branch upstream updated (91207bb -> 66db317)

Stephen Kitt skitt at moszumanska.debian.org
Thu Aug 31 08:41:18 UTC 2017


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

skitt pushed a change to branch upstream
in repository mednafen.

      from  91207bb   New upstream version 0.9.46+dfsg
       new  66db317   New upstream version 0.9.47+dfsg

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:
 ChangeLog                                        |   22 +
 Documentation/cdplay.html                        |    2 +-
 Documentation/debugger.html                      |    1 +
 Documentation/gb.html                            |    2 +-
 Documentation/gba.html                           |    2 +-
 Documentation/gg.html                            |    2 +-
 Documentation/lynx.html                          |    2 +-
 Documentation/md.html                            |    2 +-
 Documentation/mednafen.html                      |    4 +-
 Documentation/mednafen.php                       |    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/settings.def                       |   22 +-
 Documentation/sms.html                           |    2 +-
 Documentation/snes.html                          |    2 +-
 Documentation/snes_faust.html                    |    2 +-
 Documentation/ss.html                            |    8 +-
 Documentation/ss.php                             |    6 +-
 Documentation/ssfplay.html                       |    2 +-
 Documentation/vb.html                            |    2 +-
 Documentation/wswan.html                         |    2 +-
 README                                           |    1 +
 configure                                        |    8 +-
 configure.ac                                     |    6 +-
 src/Makefile.am                                  |    9 +-
 src/Makefile.in                                  | 1426 +++++++++++++++++++++-
 src/demo/demo.cpp                                |  144 +++
 src/drivers/input.cpp                            |   18 +-
 src/drivers/main.cpp                             |   41 +-
 src/git.cpp                                      |    4 +-
 src/git.h                                        |   20 +-
 src/hw_cpu/z80-fuse/z80.cpp                      |    7 +-
 src/hw_cpu/z80-fuse/z80.h                        |    1 +
 src/hw_cpu/z80-fuse/z80_ops.cpp                  |    6 +-
 src/hw_sound/sms_apu/Sms_Apu.cpp                 |    5 +
 src/hw_sound/sms_apu/Sms_Apu.h                   |   12 +-
 src/hw_video/huc6270/vdc.cpp                     |    6 +-
 src/lynx/susie.cpp                               |   70 +-
 src/md/mem68k.cpp                                |    2 +-
 src/md/mem68k.h                                  |    2 +-
 src/md/sound.cpp                                 |    1 +
 src/md/system.cpp                                |    3 +
 src/mednafen.h                                   |    2 +-
 src/nes/boards/112.cpp                           |    2 +-
 src/nes/sound.cpp                                |    4 +-
 src/ngp/Makefile.am                              |   16 -
 src/ngp/Makefile.am.inc                          |   15 +
 src/ngp/Makefile.in                              |  709 -----------
 src/ngp/T6W28_Apu.cpp                            |    2 +
 src/ngp/T6W28_Apu.h                              |    1 +
 src/ngp/TLCS-900h/TLCS900h_disassemble.cpp       |    2 +-
 src/ngp/TLCS-900h/TLCS900h_disassemble.h         |    2 +-
 src/ngp/TLCS-900h/TLCS900h_disassemble_dst.cpp   |    2 +-
 src/ngp/TLCS-900h/TLCS900h_disassemble_extra.cpp |    2 +-
 src/ngp/TLCS-900h/TLCS900h_disassemble_reg.cpp   |    2 +-
 src/ngp/TLCS-900h/TLCS900h_disassemble_src.cpp   |    2 +-
 src/ngp/TLCS-900h/TLCS900h_interpret.cpp         |    2 +-
 src/ngp/TLCS-900h/TLCS900h_interpret.h           |    2 +-
 src/ngp/TLCS-900h/TLCS900h_interpret_dst.cpp     |    2 +-
 src/ngp/TLCS-900h/TLCS900h_interpret_dst.h       |    2 +-
 src/ngp/TLCS-900h/TLCS900h_interpret_reg.cpp     |    2 +-
 src/ngp/TLCS-900h/TLCS900h_interpret_reg.h       |    2 +-
 src/ngp/TLCS-900h/TLCS900h_interpret_single.cpp  |    2 +-
 src/ngp/TLCS-900h/TLCS900h_interpret_single.h    |    2 +-
 src/ngp/TLCS-900h/TLCS900h_interpret_src.cpp     |    2 +-
 src/ngp/TLCS-900h/TLCS900h_interpret_src.h       |    2 +-
 src/ngp/TLCS-900h/TLCS900h_registers.cpp         |    2 +-
 src/ngp/TLCS-900h/TLCS900h_registers.h           |    2 +-
 src/ngp/sound.cpp                                |    1 +
 src/psx/gpu_common.inc                           |    2 +-
 src/psx/irq.h                                    |    2 +-
 src/psx/psx.h                                    |    4 +-
 src/sms/cart.cpp                                 |    9 +-
 src/sms/cart.h                                   |    2 +-
 src/sms/pio.cpp                                  |   10 +-
 src/sms/pio.h                                    |    2 +-
 src/sms/sound.cpp                                |   17 +-
 src/sms/sound.h                                  |    2 +-
 src/sms/system.cpp                               |    2 -
 src/sms/vdp.cpp                                  |    6 +-
 src/sms/vdp.h                                    |    2 +-
 src/snes/Makefile.am                             |   72 --
 src/snes/Makefile.am.inc                         |   71 ++
 src/snes/Makefile.in                             | 1014 ---------------
 src/snes/interface.cpp                           |    4 +-
 src/ss/Makefile.am                               |    2 +-
 src/ss/Makefile.in                               |   28 +-
 src/ss/cart.cpp                                  |   13 +-
 src/ss/cart.h                                    |    6 +-
 src/ss/cart/ar4mp.cpp                            |  166 +++
 src/ss/cart/{cs1ram.h => ar4mp.h}                |    8 +-
 src/ss/cart/backup.cpp                           |    3 +-
 src/ss/cdb.cpp                                   |  240 +++-
 src/ss/cdb.h                                     |    3 +-
 src/ss/input/gamepad.cpp                         |    4 +-
 src/ss/input/gun.cpp                             |   13 +-
 src/ss/input/gun.h                               |    2 -
 src/ss/input/multitap.cpp                        |    1 +
 src/ss/scsp.inc                                  |   39 +-
 src/ss/scu.inc                                   |  327 ++++-
 src/ss/scu_dsp_common.inc                        |    2 -
 src/ss/sh7095.h                                  |   21 +-
 src/ss/sh7095.inc                                |  314 ++++-
 src/ss/smpc.cpp                                  |    2 +
 src/ss/ss.cpp                                    |  178 ++-
 src/ss/ss.h                                      |    4 +-
 src/ss/vdp1.cpp                                  |   79 ++
 src/ss/vdp1.h                                    |    5 +-
 src/ss/vdp1_line.cpp                             |    1 -
 src/ss/vdp1_poly.cpp                             |    1 -
 src/ss/vdp1_sprite.cpp                           |    1 -
 src/ss/vdp2.cpp                                  |   93 ++
 src/ss/vdp2.h                                    |    1 +
 src/ss/vdp2_render.cpp                           |   63 +
 src/ss/vdp2_render.h                             |    2 +
 src/state.cpp                                    |  142 +--
 src/state.h                                      |  132 +-
 src/tests.cpp                                    |   28 +
 src/vb/vip.cpp                                   |   46 +-
 src/wswan/v30mz.cpp                              |    2 +-
 126 files changed, 3566 insertions(+), 2312 deletions(-)
 delete mode 100644 src/ngp/Makefile.am
 create mode 100644 src/ngp/Makefile.am.inc
 delete mode 100644 src/ngp/Makefile.in
 delete mode 100644 src/snes/Makefile.am
 create mode 100644 src/snes/Makefile.am.inc
 delete mode 100644 src/snes/Makefile.in
 create mode 100644 src/ss/cart/ar4mp.cpp
 copy src/ss/cart/{cs1ram.h => ar4mp.h} (85%)

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