[mednafen] 02/03: Merge tag 'upstream/0.9.38.4+dfsg'

Stephen Kitt skitt at moszumanska.debian.org
Wed Apr 15 21:00:58 UTC 2015


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

skitt pushed a commit to branch master
in repository mednafen.

commit 4b9cd568295f09140c2fb249c7709d46def6891b
Merge: 26b8af2 d187b97
Author: Stephen Kitt <steve at sk2.org>
Date:   Wed Apr 15 20:42:35 2015 +0200

    Merge tag 'upstream/0.9.38.4+dfsg'
    
    Upstream version 0.9.38.4+dfsg

 ChangeLog                              |  88 ++++++
 Documentation/debugger.html            |  25 +-
 Documentation/gb.html                  |   2 +-
 Documentation/gba.html                 |   2 +-
 Documentation/gg.html                  |   2 +-
 Documentation/lynx.html                |   2 +-
 Documentation/md.html                  |   2 +-
 Documentation/mednafen.html            |   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/sms.html                 |   2 +-
 Documentation/snes.html                |   2 +-
 Documentation/vb.html                  |   2 +-
 Documentation/wswan.html               |   2 +-
 README                                 |   4 +-
 TODO                                   |   8 +
 configure                              |   4 +-
 configure.ac                           |   4 +-
 include/trio/trio.h                    |   8 +-
 include/trio/triodef.h                 |   2 +-
 src/debug.h                            |  10 +-
 src/drivers/debugger.cpp               | 362 +++++++++++-----------
 src/drivers/memdebugger.cpp            |   5 +-
 src/gba/arm.cpp                        |  16 +-
 src/gba/thumb.cpp                      |  28 +-
 src/hw_cpu/huc6280/huc6280.cpp         |   2 +-
 src/hw_cpu/v810/v810_cpu.cpp           |  85 ++++--
 src/hw_cpu/v810/v810_cpu.h             |  22 +-
 src/hw_cpu/v810/v810_fp_ops.cpp        |   6 +-
 src/hw_cpu/v810/v810_fp_ops.h          |   2 +-
 src/hw_sound/pce_psg/pce_psg.cpp       |   2 +-
 src/hw_video/huc6270/vdc.cpp           |   2 +
 src/hw_video/huc6270/vdc.h             |  37 ++-
 src/mednafen.cpp                       |  10 +-
 src/mempatcher.cpp                     |  12 +-
 src/nes/boards/185.cpp                 |  27 +-
 src/nes/debug.cpp                      |   2 -
 src/nes/debug.h                        |   2 -
 src/nes/filter.cpp                     |  18 +-
 src/nes/filter.h                       |   9 +-
 src/nes/ines-correct.inc               |   2 +
 src/nes/nes.cpp                        |   5 +-
 src/nes/ppu/ppu.cpp                    | 106 ++++---
 src/nes/ppu/ppu.h                      |   7 +-
 src/nes/sound.cpp                      |   4 +-
 src/pce/debug.cpp                      |   6 +
 src/pce/debug.h                        |   2 -
 src/pce/{ => notes}/EVENT_SYSTEM_NOTES |   0
 src/pce/notes/GAME_NOTES               | 208 +++++++++++++
 src/pce/notes/PATENTS                  |   8 +
 src/pce/{ => notes}/SUBTITLE_FORMAT    |   0
 src/pce/{ => notes}/SUBTITLE_NOTES     |   0
 src/pcfx/debug.cpp                     | 540 ++++++++++++++++++++++++++-------
 src/pcfx/debug.h                       |  16 +-
 src/pcfx/input.cpp                     |  32 +-
 src/pcfx/input.h                       |  10 +-
 src/pcfx/interrupt.cpp                 | 143 +++++----
 src/pcfx/interrupt.h                   |  12 +-
 src/pcfx/king.cpp                      | 464 ++++++++++++----------------
 src/pcfx/king.h                        | 150 ++++++++-
 src/pcfx/notes/GAME_NOTES              | 140 +++++++++
 src/pcfx/pcfx.cpp                      | 284 +----------------
 src/pcfx/rainbow.cpp                   | 110 +------
 src/pcfx/rainbow.h                     |  14 +
 src/pcfx/timer.cpp                     |  70 ++---
 src/pcfx/timer.h                       |  12 +-
 src/psx/cpu.cpp                        |  30 ++
 src/psx/cpu.h                          |   7 +
 src/psx/debug.cpp                      |  18 +-
 src/psx/gpu.cpp                        |  68 +++--
 src/psx/gpu.h                          |   3 +
 src/psx/input/multitap.h               |   2 -
 src/psx/notes/PSX-TODO                 |   2 +
 src/psx/psx.cpp                        |  57 +++-
 src/psx/psx.h                          |   2 -
 src/snes/interface.cpp                 |   5 +
 src/tests.cpp                          |  53 ++--
 src/types.h                            |   2 +-
 src/vb/debug.cpp                       | 171 +++--------
 src/vb/debug.h                         |   2 -
 src/wswan/debug.h                      |   2 -
 src/wswan/gfx.cpp                      | 413 ++++++++++++++++---------
 src/wswan/gfx.h                        |   1 -
 89 files changed, 2399 insertions(+), 1622 deletions(-)

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