[mednafen] 02/04: Merge tag 'upstream/0.9.39.2+dfsg'

Stephen Kitt skitt at moszumanska.debian.org
Wed Sep 21 11:21:01 UTC 2016


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

skitt pushed a commit to branch master
in repository mednafen.

commit ef6311d3ae2e7daeb16b89ecc64fa1027d4c9063
Merge: e009ac6 e263de2
Author: Stephen Kitt <steve at sk2.org>
Date:   Wed Sep 21 09:06:23 2016 +0200

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

 ChangeLog                                          |   239 +
 Documentation/Makefile.am                          |     8 -
 Documentation/Makefile.in                          |     0
 Documentation/cdplay.html                          |    42 +
 Documentation/cdplay.php                           |    11 +
 Documentation/docgen.inc                           |     2 +-
 Documentation/gb.html                              |     6 +-
 Documentation/gba.html                             |     6 +-
 Documentation/generate.sh                          |     4 +
 Documentation/gg.html                              |     6 +-
 Documentation/lynx.html                            |     6 +-
 Documentation/md.html                              |     9 +-
 Documentation/md.php                               |     5 +-
 Documentation/mednafen.html                        |    98 +-
 Documentation/mednafen.php                         |    56 +-
 Documentation/modules.def                          |    16 +-
 Documentation/nes.html                             |     8 +-
 Documentation/netplay.html                         |    30 +-
 Documentation/netplay.php                          |    28 +-
 Documentation/ngp.html                             |     8 +-
 Documentation/ngp.php                              |     2 +-
 Documentation/pce.html                             |     4 +-
 Documentation/pce_fast.html                        |     2 +-
 Documentation/pcfx.html                            |     8 +-
 Documentation/pcfx.php                             |     4 +-
 Documentation/psx.html                             |    45 +-
 Documentation/psx.php                              |    43 +-
 Documentation/settings.def                         |  6277 +-
 Documentation/sms.html                             |     6 +-
 Documentation/snes.html                            |     9 +-
 Documentation/snes.php                             |     3 +
 Documentation/snes_faust.html                      |    60 +
 Documentation/snes_faust.php                       |    23 +
 Documentation/ss.html                              |   126 +
 Documentation/ss.php                               |    70 +
 Documentation/ssfplay.html                         |    42 +
 Documentation/ssfplay.php                          |    11 +
 Documentation/vb.html                              |     4 +-
 Documentation/wswan.html                           |     8 +-
 Makefile.in                                        |    11 +-
 README                                             |    11 +-
 README.MSWIN                                       |     4 -
 TODO                                               |    35 +-
 acinclude.m4                                       |   195 -
 aclocal.m4                                         |     1 -
 configure                                          |  2040 +-
 configure.ac                                       |   212 +-
 include/config.h.in                                |    26 +-
 m4/ax_cxx_compile_stdcxx_11.m4                     |   142 -
 po/POTFILES.in                                     |  1258 +-
 po/de.gmo                                          |   Bin 28680 -> 27544 bytes
 po/de.po                                           |  7733 +--
 po/es.gmo                                          |   Bin 2816 -> 2760 bytes
 po/es.po                                           |  6612 +-
 po/mednafen.pot                                    |  6475 +-
 po/ru.gmo                                          |   Bin 38503 -> 37199 bytes
 po/ru.po                                           |  7769 +--
 src/FileStream.cpp                                 |   260 +-
 src/FileStream.h                                   |    53 +-
 src/Makefile.am                                    |   138 +-
 src/Makefile.in                                    |  1972 +-
 src/MemoryStream.cpp                               |    45 +-
 src/MemoryStream.h                                 |    51 +-
 src/PSFLoader.cpp                                  |   159 +-
 src/PSFLoader.h                                    |    21 +
 src/SNSFLoader.cpp                                 |    36 +-
 src/SNSFLoader.h                                   |    21 +
 src/SPCReader.cpp                                  |    38 +-
 src/SPCReader.h                                    |    36 +-
 src/SSFLoader.cpp                                  |    60 +
 src/SSFLoader.h                                    |    45 +
 src/Stream.cpp                                     |    64 +-
 src/Stream.h                                       |    43 +-
 src/cdplay/Makefile.am                             |     7 -
 src/cdplay/Makefile.am.inc                         |     1 +
 src/cdplay/Makefile.in                             |   676 -
 src/cdplay/cdplay.cpp                              |    89 +-
 src/cdrom/CDAFReader.cpp                           |    36 +-
 src/cdrom/CDAFReader.h                             |    21 +
 src/cdrom/CDAFReader_MPC.cpp                       |    43 +-
 src/cdrom/CDAFReader_MPC.h                         |    21 +
 src/cdrom/CDAFReader_SF.cpp                        |    36 +-
 src/cdrom/CDAFReader_SF.h                          |    21 +
 src/cdrom/CDAFReader_Vorbis.cpp                    |    38 +-
 src/cdrom/CDAFReader_Vorbis.h                      |    21 +
 src/cdrom/CDAccess_CCD.cpp                         |    51 +-
 src/cdrom/CDAccess_CCD.h                           |    43 +-
 src/cdrom/CDAccess_Image.cpp                       |    58 +-
 src/cdrom/CDAccess_Image.h                         |     2 +-
 src/cdrom/cdromif.cpp                              |    37 +-
 src/cdrom/crc32.cpp                                |     2 +-
 src/cdrom/scsicd.cpp                               |    10 +-
 src/cheat_formats/Makefile.am.inc                  |     1 +
 src/cheat_formats/gb.cpp                           |   171 +
 src/cheat_formats/gb.h                             |     6 +
 src/cheat_formats/psx.cpp                          |   215 +
 src/cheat_formats/psx.h                            |     6 +
 src/cheat_formats/snes.cpp                         |   128 +
 src/cheat_formats/snes.h                           |     6 +
 src/compress/GZFileStream.cpp                      |    36 +-
 src/compress/GZFileStream.h                        |    36 +-
 src/compress/ZLInflateFilter.cpp                   |    36 +-
 src/compress/ZLInflateFilter.h                     |    36 +-
 src/cputest/x86_cpu.c                              |     8 +-
 src/debug.cpp                                      |     2 +
 src/demo/Makefile.am                               |     7 -
 src/demo/Makefile.am.inc                           |     1 +
 src/demo/Makefile.in                               |   676 -
 src/demo/demo.cpp                                  |    39 +-
 src/desa68/Makefile.in                             |    11 +-
 src/desa68/desa68.c                                |     2 +-
 src/drivers/Joystick_DX5.cpp                       |    36 +-
 src/drivers/Joystick_DX5.h                         |    21 +
 src/drivers/Joystick_Linux.cpp                     |    36 +-
 src/drivers/Joystick_Linux.h                       |    21 +
 src/drivers/Joystick_SDL.cpp                       |    36 +-
 src/drivers/Joystick_SDL.h                         |    21 +
 src/drivers/Joystick_XInput.cpp                    |    53 +-
 src/drivers/Joystick_XInput.h                      |    21 +
 src/drivers/Makefile.in                            |    11 +-
 src/drivers/NetClient_POSIX.cpp                    |    36 +-
 src/drivers/NetClient_POSIX.h                      |    21 +
 src/drivers/NetClient_WS2.cpp                      |    36 +-
 src/drivers/NetClient_WS2.h                        |    21 +
 src/drivers/cheat.cpp                              |    93 +-
 src/drivers/cheat.h                                |     2 +-
 src/drivers/console.cpp                            |   238 +-
 src/drivers/console.h                              |    41 +-
 src/drivers/debugger.cpp                           |   415 +-
 src/drivers/debugger.h                             |    21 +
 src/drivers/fps.cpp                                |    16 +-
 src/drivers/gfxdebugger.cpp                        |    62 +-
 src/drivers/gfxdebugger.h                          |    21 +
 src/drivers/help.cpp                               |    45 +-
 src/drivers/help.h                                 |     2 +-
 src/drivers/input-default-buttons.h                |    45 +
 src/drivers/input.cpp                              |    48 +-
 src/drivers/logdebugger.cpp                        |   134 +-
 src/drivers/logdebugger.h                          |    21 +
 src/drivers/main.cpp                               |    66 +-
 src/drivers/memdebugger.cpp                        |   554 +-
 src/drivers/memdebugger.h                          |    24 +
 src/drivers/netplay.cpp                            |    34 +-
 src/drivers/netplay.h                              |     8 +-
 src/drivers/nnx.cpp                                |    41 +-
 src/drivers/nnx.h                                  |    25 +-
 src/drivers/nongl.cpp                              |    68 +-
 src/drivers/nongl.h                                |    23 +-
 src/drivers/opengl.cpp                             |    23 +-
 src/drivers/opengl.h                               |     4 +-
 src/drivers/overlay.cpp                            |    39 +-
 src/drivers/overlay.h                              |    23 +-
 src/drivers/prompt.cpp                             |    30 +-
 src/drivers/rmdui.cpp                              |    36 +-
 src/drivers/rmdui.h                                |    20 +
 src/drivers/thread_win32.cpp                       |    36 +-
 src/drivers/video-state.cpp                        |    35 +-
 src/drivers/video.cpp                              |   124 +-
 src/drivers_dos/Joystick.cpp                       |   600 +-
 src/drivers_dos/Joystick.h                         |   119 +-
 src/drivers_dos/Makefile.in                        |    11 +-
 src/drivers_dos/args.cpp                           |   190 +-
 src/drivers_dos/args.h                             |    28 +-
 src/drivers_dos/ers.cpp                            |   103 +-
 src/drivers_dos/ers.h                              |    34 +-
 src/drivers_dos/nnx.cpp                            |   228 +-
 src/drivers_dos/nnx.h                              |    29 +-
 src/drivers_dos/nongl.cpp                          |   473 +-
 src/drivers_dos/nongl.h                            |    30 +-
 src/drivers_dos/sound.cpp                          |   361 +-
 src/drivers_dos/sound.h                            |    18 +-
 src/endian.cpp                                     |    65 +-
 src/endian.h                                       |   255 +-
 src/error.cpp                                      |    40 +-
 src/error.h                                        |    21 +
 src/file.cpp                                       |   145 +-
 src/file.h                                         |    19 +-
 src/gb/Makefile.am                                 |     8 -
 src/gb/Makefile.am.inc                             |     2 +
 src/gb/Makefile.in                                 |   684 -
 src/gb/gb.cpp                                      |   169 +-
 src/gb/z80.cpp                                     |    18 +
 src/gba/GBA.cpp                                    |    11 +-
 src/gba/Makefile.am                                |     6 -
 src/gba/Makefile.am.inc                            |     3 +
 src/gba/Makefile.in                                |   698 -
 src/gba/gfx-draw.h                                 |     5 +-
 src/general.cpp                                    |   248 +-
 src/general.h                                      |     9 +-
 src/git.cpp                                        |    49 +-
 src/git.h                                          |    41 +-
 src/hash/sha1.cpp                                  |    53 +-
 src/hash/sha1.h                                    |    26 +-
 src/hash/sha256.cpp                                |    36 +-
 src/hash/sha256.h                                  |    25 +-
 src/hw_cpu/Makefile.am                             |    38 -
 src/hw_cpu/Makefile.am.inc                         |    12 +
 src/hw_cpu/Makefile.in                             |   849 -
 src/hw_cpu/c68k/c68k.cpp                           |   310 -
 src/hw_cpu/c68k/c68k.h                             |   209 -
 src/hw_cpu/c68k/c68k_ini.inc                       |     0
 src/hw_cpu/c68k/c68k_op0.inc                       |  8329 ---
 src/hw_cpu/c68k/c68k_op1.inc                       |  5626 --
 src/hw_cpu/c68k/c68k_op2.inc                       |  6247 --
 src/hw_cpu/c68k/c68k_op3.inc                       |  6247 --
 src/hw_cpu/c68k/c68k_op4.inc                       |  7077 ---
 src/hw_cpu/c68k/c68k_op5.inc                       |  7800 ---
 src/hw_cpu/c68k/c68k_op6.inc                       |  4434 --
 src/hw_cpu/c68k/c68k_op7.inc                       |  2058 -
 src/hw_cpu/c68k/c68k_op8.inc                       |  5965 --
 src/hw_cpu/c68k/c68k_op9.inc                       |  5855 --
 src/hw_cpu/c68k/c68k_opA.inc                       |  4116 --
 src/hw_cpu/c68k/c68k_opB.inc                       |  5845 --
 src/hw_cpu/c68k/c68k_opC.inc                       |  5283 --
 src/hw_cpu/c68k/c68k_opD.inc                       |  5855 --
 src/hw_cpu/c68k/c68k_opE.inc                       |  6034 --
 src/hw_cpu/c68k/c68k_opF.inc                       |  4116 --
 src/hw_cpu/c68k/c68kexec.cpp                       |   161 -
 src/hw_cpu/c68k/c68kmac.inc                        |   265 -
 src/hw_cpu/c68k/gen68k.cpp                         |  3744 --
 src/hw_cpu/c68k/gen68k.h                           |    68 -
 src/hw_cpu/c68k/gen68k.inc                         |  1584 -
 src/hw_cpu/huc6280/huc6280_step.inc                |   101 -
 src/hw_cpu/m68k/gen.cpp                            |   975 +
 src/hw_cpu/m68k/m68k.cpp                           |  2363 +
 src/hw_cpu/m68k/m68k.h                             |   496 +
 src/hw_cpu/m68k/m68k_instr.inc                     | 61700 +++++++++++++++++++
 src/hw_cpu/v810/v810_cpu.cpp                       |    12 +-
 src/hw_cpu/v810/v810_cpu.h                         |     2 +-
 src/hw_cpu/v810/v810_fp_ops.cpp                    |    36 +-
 src/hw_cpu/v810/v810_fp_ops.h                      |    36 +-
 src/hw_cpu/z80-fuse/z80.cpp                        |     9 +-
 src/hw_cpu/z80-fuse/z80.h                          |     2 +-
 src/hw_cpu/z80-fuse/z80_ops.cpp                    |     2 +-
 src/hw_misc/Makefile.am                            |    11 -
 src/hw_misc/Makefile.am.inc                        |     3 +
 src/hw_misc/Makefile.in                            |   692 -
 src/hw_sound/Makefile.am                           |    28 -
 src/hw_sound/Makefile.am.inc                       |    20 +
 src/hw_sound/Makefile.in                           |   760 -
 src/hw_sound/pce_psg/pce_psg.cpp                   |    12 +-
 src/hw_sound/sms_apu/Sms_Apu.cpp                   |    34 +-
 src/hw_sound/sms_apu/Sms_Apu.h                     |     2 +-
 src/hw_sound/ym2612/Ym2612_Emu.cpp                 |     6 +-
 src/hw_video/Makefile.am                           |    12 -
 src/hw_video/Makefile.am.inc                       |     4 +
 src/hw_video/Makefile.in                           |   691 -
 src/hw_video/huc6270/vdc.cpp                       |    45 +-
 src/hw_video/huc6270/vdc.h                         |    19 +-
 src/lynx/Makefile.am                               |     6 -
 src/lynx/Makefile.am.inc                           |     1 +
 src/lynx/Makefile.in                               |   685 -
 src/lynx/mikie.cpp                                 |     2 +-
 src/lynx/system.cpp                                |     7 +-
 src/math_ops.h                                     |    19 +
 src/md/Makefile.am                                 |    18 -
 src/md/Makefile.am.inc                             |    12 +
 src/md/Makefile.in                                 |   802 -
 src/md/cart/cart.cpp                               |     8 +-
 src/md/cart/map_eeprom.cpp                         |     6 +-
 src/md/cart/map_sram.cpp                           |     4 +-
 src/md/cd/cd.cpp                                   |    37 +-
 src/md/cd/cd.h                                     |     7 +-
 src/md/cd/interrupt.cpp                            |     4 +-
 src/md/cd/pcm.cpp                                  |     5 +
 src/md/cd/pcm.h                                    |     5 +
 src/md/debug.cpp                                   |   183 +-
 src/md/debug.h                                     |     2 +-
 src/md/genesis.cpp                                 |    25 +-
 src/md/genesis.h                                   |     2 +-
 src/md/header.cpp                                  |     8 +-
 src/md/input/4way.cpp                              |    40 +-
 src/md/input/4way.h                                |    25 +
 src/md/input/gamepad.cpp                           |     3 +
 src/md/input/gamepad.h                             |     4 +
 src/md/input/megamouse.cpp                         |    41 +-
 src/md/input/megamouse.h                           |    25 +
 src/md/input/multitap.cpp                          |    40 +-
 src/md/input/multitap.h                            |    25 +
 src/md/mem68k.cpp                                  |   115 +-
 src/md/mem68k.h                                    |    18 +-
 src/md/shared.h                                    |     7 +-
 src/md/sound.cpp                                   |    13 +-
 src/md/system.cpp                                  |    58 +-
 src/md/vdp.cpp                                     |    46 +-
 src/md/vdp.h                                       |    10 +-
 src/md/vdp_run.inc                                 |     6 +-
 src/mednafen-driver.h                              |     2 +-
 src/mednafen.cpp                                   |   137 +-
 src/memory.cpp                                     |   114 +-
 src/memory.h                                       |   108 +-
 src/mempatcher.cpp                                 |   500 +-
 src/mempatcher.h                                   |     5 +-
 src/movie.cpp                                      |     7 +-
 src/mpcdec/Makefile.in                             |    11 +-
 src/nes/Makefile.am                                |    16 -
 src/nes/Makefile.am.inc                            |    12 +
 src/nes/Makefile.in                                |  1190 -
 src/nes/boards/112.cpp                             |     2 +
 src/nes/boards/15.cpp                              |     4 +
 src/nes/boards/16.cpp                              |     9 +
 src/nes/boards/18.cpp                              |     4 +
 src/nes/boards/184.cpp                             |    22 +-
 src/nes/boards/21.cpp                              |     5 +
 src/nes/boards/22.cpp                              |     5 +
 src/nes/boards/222.cpp                             |     7 +-
 src/nes/boards/228.cpp                             |     4 +
 src/nes/boards/23.cpp                              |     6 +
 src/nes/boards/232.cpp                             |     4 +
 src/nes/boards/234.cpp                             |     4 +
 src/nes/boards/240.cpp                             |     5 +
 src/nes/boards/241.cpp                             |     5 +
 src/nes/boards/242.cpp                             |     4 +
 src/nes/boards/244.cpp                             |     5 +
 src/nes/boards/246.cpp                             |     5 +
 src/nes/boards/248.cpp                             |     4 +
 src/nes/boards/25.cpp                              |     4 +
 src/nes/boards/{38.cpp => 30.cpp}                  |    46 +-
 src/nes/boards/32.cpp                              |     5 +
 src/nes/boards/33.cpp                              |     5 +
 src/nes/boards/34.cpp                              |     5 +
 src/nes/boards/38.cpp                              |     4 +
 src/nes/boards/41.cpp                              |     5 +
 src/nes/boards/46.cpp                              |     5 +
 src/nes/boards/51.cpp                              |     5 +
 src/nes/boards/8.cpp                               |     4 +
 src/nes/boards/Makefile.am.inc                     |    16 +-
 src/nes/boards/codemasters.cpp                     |     4 +
 src/nes/boards/colordreams.cpp                     |     5 +
 src/nes/boards/emu2413.cpp                         |     5 +
 src/nes/boards/emu2413.h                           |     9 +-
 src/nes/boards/ffe.cpp                             |     5 +
 src/nes/boards/fme7.cpp                            |     4 +
 src/nes/boards/maxicart.cpp                        |    15 +-
 src/nes/boards/mmc1.cpp                            |    22 +-
 src/nes/boards/mmc2and4.cpp                        |     5 +
 src/nes/boards/mmc3.cpp                            |    12 +-
 src/nes/boards/mmc5.cpp                            |    37 +-
 src/nes/boards/n106.cpp                            |     5 +
 src/nes/boards/nina06.cpp                          |     4 +
 src/nes/boards/simple.cpp                          |     5 +
 src/nes/boards/super24.cpp                         |     3 +
 src/nes/boards/tengen.cpp                          |     5 +
 src/nes/boards/vrc6.cpp                            |     5 +
 src/nes/boards/vrc7.cpp                            |     8 +-
 src/nes/cart.cpp                                   |    24 +-
 src/nes/cart.h                                     |    12 +-
 src/nes/debug.cpp                                  |     4 +-
 src/{ => nes}/dis6502.cpp                          |    16 +-
 src/{ => nes}/dis6502.h                            |    10 +-
 src/nes/fds-sound.h                                |     4 +-
 src/nes/fds.cpp                                    |    20 +-
 src/nes/fds.h                                      |     4 +-
 src/nes/filter.cpp                                 |   253 +-
 src/nes/filter.h                                   |    28 +-
 src/nes/ines.cpp                                   |    21 +-
 src/nes/ines.h                                     |   238 +-
 src/nes/input.cpp                                  |     6 +-
 src/nes/input/Makefile.am.inc                      |     2 +-
 src/nes/input/arkanoid.cpp                         |     5 +
 src/nes/input/bworld.cpp                           |     4 +
 src/nes/input/cursor.cpp                           |     5 +
 src/nes/input/cursor.h                             |     5 +
 src/nes/input/fkb.cpp                              |     5 +
 src/nes/input/ftrainer.cpp                         |     4 +
 src/nes/input/hypershot.cpp                        |     5 +
 src/nes/input/mahjong.cpp                          |     5 +
 src/nes/input/oekakids.cpp                         |     5 +
 src/nes/input/partytap.cpp                         |     5 +
 src/nes/input/powerpad.cpp                         |     4 +
 src/nes/input/shadow.cpp                           |     5 +-
 src/nes/input/suborkb.cpp                          |     6 +
 src/nes/input/toprider.cpp                         |     4 +
 src/nes/input/zapper.cpp                           |     5 +-
 src/nes/nes.cpp                                    |    37 +-
 src/nes/nes.h                                      |     6 +-
 src/nes/nsf.cpp                                    |    33 +-
 src/nes/nsfe.cpp                                   |     2 +-
 src/nes/ppu/Makefile.am.inc                        |     2 +-
 src/nes/ppu/ppu-fastrl.h                           |     2 +-
 src/nes/ppu/ppu-subline.h                          |    10 +-
 src/nes/ppu/ppu.cpp                                |    45 +-
 src/nes/sound.cpp                                  |     7 +-
 src/nes/sound.h                                    |     2 +-
 src/nes/unif.cpp                                   |    50 +-
 src/nes/unif.h                                     |   148 +-
 src/nes/vsuni.h                                    |     4 +-
 src/nes/x6502.cpp                                  |    15 +
 src/nes/x6502.h                                    |     6 +-
 src/netplay.cpp                                    |    51 +-
 src/ngp/Makefile.in                                |    11 +-
 src/ngp/T6W28_Apu.cpp                              |    10 +-
 src/ngp/T6W28_Apu.h                                |    13 +-
 src/ngp/T6W28_Oscs.h                               |     5 +
 src/ngp/Z80_interface.cpp                          |     5 +
 src/ngp/Z80_interface.h                            |     5 +
 src/ngp/bios.cpp                                   |     5 +
 src/ngp/bios.h                                     |     5 +
 src/ngp/biosHLE.cpp                                |     4 +
 src/ngp/dma.cpp                                    |     5 +
 src/ngp/dma.h                                      |     5 +
 src/ngp/flash.cpp                                  |     6 +
 src/ngp/flash.h                                    |     5 +
 src/ngp/gfx.cpp                                    |     4 +
 src/ngp/gfx.h                                      |     5 +
 src/ngp/gfx_scanline_colour.cpp                    |     5 +
 src/ngp/gfx_scanline_mono.cpp                      |     5 +
 src/ngp/interrupt.cpp                              |     5 +
 src/ngp/interrupt.h                                |     5 +
 src/ngp/mem.cpp                                    |    17 +-
 src/ngp/mem.h                                      |     5 +
 src/ngp/neopop.cpp                                 |    25 +-
 src/ngp/neopop.h                                   |    10 +
 src/ngp/rom.cpp                                    |    11 +-
 src/ngp/rtc.cpp                                    |     5 +
 src/ngp/rtc.h                                      |     5 +
 src/ngp/sound.cpp                                  |     6 +
 src/ngp/sound.h                                    |     7 +-
 src/pce/Makefile.am                                |    11 -
 src/pce/Makefile.am.inc                            |     7 +
 src/pce/debug.cpp                                  |    93 +-
 src/pce/debug.h                                    |     6 +-
 src/{hw_cpu/huc6280 => pce}/dis6280.cpp            |     0
 src/{hw_cpu/huc6280 => pce}/dis6280.h              |     0
 src/pce/hes.cpp                                    |    14 +-
 src/pce/huc.cpp                                    |    92 +-
 src/{hw_cpu/huc6280 => pce}/huc6280.cpp            |   293 +-
 src/{hw_cpu/huc6280 => pce}/huc6280.h              |   113 +-
 .../huc6280/ops.inc => pce/huc6280_ops.inc}        |    44 +-
 src/pce/input.h                                    |     4 +-
 src/pce/pce.cpp                                    |   143 +-
 src/pce/pce.h                                      |     8 +-
 src/pce/pcecd.cpp                                  |    54 +-
 src/pce/pcecd.h                                    |     5 +-
 src/pce/tsushin.h                                  |     4 +-
 src/pce/vce.cpp                                    |   491 +-
 src/pce/vce.h                                      |   151 +-
 src/pce/vce_sync.inc                               |   241 -
 src/pce_fast/Makefile.am                           |     7 -
 src/pce_fast/Makefile.am.inc                       |     2 +
 src/pce_fast/Makefile.in                           |   686 -
 src/pce_fast/hes.cpp                               |    16 +-
 src/pce_fast/huc.cpp                               |    65 +-
 src/pce_fast/huc.h                                 |     2 +-
 src/pce_fast/huc6280.cpp                           |    96 +-
 src/pce_fast/huc6280.h                             |    35 +-
 src/pce_fast/huc6280_ops.inc                       |     2 +-
 src/pce_fast/input.cpp                             |     7 +-
 src/pce_fast/input.h                               |     2 +-
 src/pce_fast/pce.cpp                               |    90 +-
 src/pce_fast/pce.h                                 |     2 -
 src/pce_fast/pcecd.cpp                             |    74 +-
 src/pce_fast/pcecd.h                               |     2 +-
 src/pce_fast/pcecd_drive.cpp                       |    14 +-
 src/pce_fast/pcecd_drive.h                         |     4 +-
 src/pce_fast/psg.cpp                               |    21 +-
 src/pce_fast/psg.h                                 |     2 +-
 src/pce_fast/vdc.cpp                               |   167 +-
 src/pce_fast/vdc.h                                 |    12 +-
 src/pcfx/Makefile.am                               |    12 -
 src/pcfx/Makefile.am.inc                           |     6 +
 src/pcfx/Makefile.in                               |   714 -
 src/pcfx/debug.cpp                                 |    40 +-
 src/pcfx/debug.h                                   |    28 +-
 src/pcfx/fxscsi.cpp                                |    41 +-
 src/pcfx/fxscsi.h                                  |    27 +-
 src/pcfx/huc6273.cpp                               |    50 +-
 src/pcfx/huc6273.h                                 |    29 +-
 src/pcfx/input.cpp                                 |    40 +-
 src/pcfx/input.h                                   |    32 +-
 src/pcfx/input/gamepad.cpp                         |    41 +-
 src/pcfx/input/gamepad.h                           |    26 +
 src/pcfx/input/mouse.cpp                           |    40 +-
 src/pcfx/input/mouse.h                             |    26 +
 src/pcfx/interrupt.cpp                             |    40 +-
 src/pcfx/interrupt.h                               |    27 +-
 src/pcfx/jrevdct.cpp                               |    76 +-
 src/pcfx/jrevdct.h                                 |     9 +-
 src/pcfx/king-bgfast-blit.inc                      |    21 +
 src/pcfx/king-bgfast.inc                           |    21 +
 src/pcfx/king.cpp                                  |    86 +-
 src/pcfx/king.h                                    |    33 +-
 src/pcfx/king_mix_body.inc                         |    21 +
 src/pcfx/mem-handler.inc                           |    21 +
 src/pcfx/pcfx.cpp                                  |    56 +-
 src/pcfx/pcfx.h                                    |    25 +
 src/pcfx/rainbow.cpp                               |   383 +-
 src/pcfx/rainbow.h                                 |    32 +-
 src/pcfx/rainbow_acuv.inc                          |  4096 ++
 src/pcfx/rainbow_acy.inc                           |  4096 ++
 src/pcfx/rainbow_dcuv.inc                          |   256 +
 src/pcfx/rainbow_dcy.inc                           |   512 +
 src/pcfx/soundbox.cpp                              |    57 +-
 src/pcfx/soundbox.h                                |    32 +-
 src/pcfx/timer.cpp                                 |    42 +-
 src/pcfx/timer.h                                   |    30 +-
 src/player.cpp                                     |   187 +-
 src/player.h                                       |     4 +-
 src/psx/FastFIFO.h                                 |    21 +
 src/psx/Makefile.am                                |    12 -
 src/psx/Makefile.am.inc                            |     8 +
 src/psx/Makefile.in                                |   753 -
 src/psx/cdc.cpp                                    |    57 +-
 src/psx/cdc.h                                      |    31 +-
 src/psx/cpu.cpp                                    |   543 +-
 src/psx/cpu.h                                      |   100 +-
 src/psx/debug.cpp                                  |   102 +-
 src/psx/debug.h                                    |    21 +
 src/psx/dis.cpp                                    |    38 +-
 src/psx/dis.h                                      |    21 +
 src/psx/dma.cpp                                    |    38 +-
 src/psx/dma.h                                      |    21 +
 src/psx/frontio.cpp                                |    39 +-
 src/psx/frontio.h                                  |    21 +
 src/psx/gpu.cpp                                    |    67 +-
 src/psx/gpu.h                                      |    70 +-
 src/psx/gpu_common.inc                             |    36 +-
 src/psx/gpu_line.cpp                               |    36 +-
 src/psx/gpu_polygon.cpp                            |    36 +-
 src/psx/gpu_sprite.cpp                             |    36 +-
 src/psx/gte.cpp                                    |    97 +-
 src/psx/gte.h                                      |    21 +
 src/psx/input/dualanalog.cpp                       |    23 +-
 src/psx/input/dualanalog.h                         |    21 +
 src/psx/input/dualshock.cpp                        |    38 +-
 src/psx/input/dualshock.h                          |    21 +
 src/psx/input/gamepad.cpp                          |    23 +-
 src/psx/input/gamepad.h                            |    21 +
 src/psx/input/guncon.cpp                           |    38 +-
 src/psx/input/guncon.h                             |    21 +
 src/psx/input/justifier.cpp                        |    38 +-
 src/psx/input/justifier.h                          |    21 +
 src/psx/input/memcard.cpp                          |    36 +-
 src/psx/input/memcard.h                            |    21 +
 src/psx/input/mouse.cpp                            |    23 +-
 src/psx/input/mouse.h                              |    21 +
 src/psx/input/multitap.cpp                         |    36 +-
 src/psx/input/multitap.h                           |    21 +
 src/psx/input/negcon.cpp                           |    38 +-
 src/psx/input/negcon.h                             |    21 +
 src/psx/irq.cpp                                    |    36 +-
 src/psx/irq.h                                      |    21 +
 src/psx/masmem.h                                   |    21 +
 src/psx/mdec.cpp                                   |   127 +-
 src/psx/mdec.h                                     |    21 +
 src/psx/notes/SOURCES                              |     1 +
 src/psx/psx.cpp                                    |   249 +-
 src/psx/psx.h                                      |    23 +-
 src/psx/sio.cpp                                    |    36 +-
 src/psx/sio.h                                      |    21 +
 src/psx/spu.cpp                                    |    63 +-
 src/psx/spu.h                                      |    21 +
 src/psx/spu_reverb.inc                             |    23 +-
 src/psx/timer.cpp                                  |    41 +-
 src/psx/timer.h                                    |    21 +
 src/qtrecord.cpp                                   |    42 +-
 src/qtrecord.h                                     |    23 +-
 src/quicklz/Makefile.in                            |    11 +-
 src/settings-common.h                              |    21 +
 src/settings.cpp                                   |    40 +-
 src/settings.h                                     |    21 +
 src/sexyal/COPYING                                 |    22 -
 src/sexyal/Makefile.am                             |     2 +-
 src/sexyal/Makefile.in                             |    16 +-
 src/sexyal/drivers/alsa.cpp                        |    39 +-
 src/sexyal/drivers/cmi8738.cpp                     |    36 +-
 src/sexyal/drivers/dos_common.cpp                  |    36 +-
 src/sexyal/drivers/dos_common.h                    |    36 +-
 src/sexyal/drivers/es1370.cpp                      |    36 +-
 src/sexyal/drivers/es1371.cpp                      |    36 +-
 src/sexyal/drivers/sb.cpp                          |    36 +-
 src/sexyal/drivers/sdl.cpp                         |    10 +-
 src/sexyal/drivers/wasapi.cpp                      |    36 +-
 src/sexyal/drivers/wasapish.cpp                    |    36 +-
 src/sms/Makefile.am                                |    10 -
 src/sms/Makefile.am.inc                            |     2 +
 src/sms/Makefile.in                                |   689 -
 src/sms/cart.cpp                                   |    14 +-
 src/sms/hvc.inc                                    |    14 +-
 src/sms/system.cpp                                 |    26 +-
 src/sms/vdp.cpp                                    |    50 +-
 src/snes/Makefile.in                               |    11 +-
 src/snes/interface.cpp                             |   124 +-
 src/snes/src/cpu/core/core.cpp                     |     1 -
 src/snes/src/cpu/core/core.hpp                     |     1 -
 .../src/cpu/core/disassembler/disassembler.cpp     |   483 -
 .../src/cpu/core/disassembler/disassembler.hpp     |    30 -
 src/snes/src/lib/libco/README.MEDNAFEN             |     1 +
 src/snes/src/lib/libco/amd64.c                     |   119 +-
 src/snes/src/lib/libco/arm.c                       |    65 +
 .../src/lib/libco/blargg_libco_ppc64-5/benchmark.c |   123 -
 .../libco/blargg_libco_ppc64-5/benchmark_impl.c    |     5 -
 .../lib/libco/blargg_libco_ppc64-5/libco/libco.c   |    23 -
 .../lib/libco/blargg_libco_ppc64-5/libco/libco.h   |    34 -
 .../src/lib/libco/blargg_libco_ppc64-5/libco/ppc.c |   407 -
 src/snes/src/lib/libco/blargg_libco_ppc64-5/ppc.S  |   265 -
 .../src/lib/libco/blargg_libco_ppc64-5/ppc_regs.S  |   329 -
 .../src/lib/libco/blargg_libco_ppc64-5/ppc_regs.h  |    32 -
 .../src/lib/libco/blargg_libco_ppc64-5/readme.txt  |    34 -
 .../src/lib/libco/blargg_libco_ppc64-5/run_tests   |    41 -
 .../lib/libco/blargg_libco_ppc64-5/run_tests.txt   |   106 -
 .../lib/libco/blargg_libco_ppc64-5/test_libco.c    |   134 -
 .../src/lib/libco/blargg_libco_ppc64-5/test_regs.c |   274 -
 .../lib/libco/blargg_libco_ppc64-5/test_threads.c  |   188 -
 .../src/lib/libco/blargg_libco_ppc64-5/testing.h   |    36 -
 src/snes/src/lib/libco/doc/style.css               |     8 +
 src/snes/src/lib/libco/doc/targets.html            |    89 +
 src/snes/src/lib/libco/doc/usage.html              |   107 +
 src/snes/src/lib/libco/fiber.c                     |     2 +-
 src/snes/src/lib/libco/libco.c                     |    39 +-
 src/snes/src/lib/libco/libco.h                     |    12 +-
 src/snes/src/lib/libco/ppc-elf.c                   |   325 -
 src/snes/src/lib/libco/ppc.c                       |    29 +-
 src/snes/src/lib/libco/ppc.s                       |   478 -
 src/snes/src/lib/libco/ppc64.s                     |   513 -
 src/snes/src/lib/libco/sjlj.c                      |     1 +
 src/snes/src/lib/libco/ucontext.c                  |     2 +
 src/snes/src/lib/libco/x86.c                       |    59 +-
 src/snes/src/smp/core/core.cpp                     |     1 -
 src/snes/src/smp/core/core.hpp                     |     1 -
 .../src/smp/core/disassembler/disassembler.cpp     |   304 -
 .../src/smp/core/disassembler/disassembler.hpp     |     2 -
 src/snes_faust/Makefile.am                         |    10 -
 src/snes_faust/Makefile.am.inc                     |     2 +
 src/snes_faust/Makefile.in                         |   686 -
 src/snes_faust/apu.cpp                             |    45 +-
 src/snes_faust/apu.h                               |    21 +
 src/snes_faust/apu_ipl.inc                         |     9 +
 src/snes_faust/cart.cpp                            |    38 +-
 src/snes_faust/cart.h                              |    21 +
 src/snes_faust/cpu.cpp                             |    36 +-
 src/snes_faust/cpu.h                               |    21 +
 src/snes_faust/cpu_loop_body.inc                   |    21 +
 src/snes_faust/dma.inc                             |    36 +-
 src/snes_faust/dsp.inc                             |    51 +-
 src/snes_faust/input.cpp                           |    20 +
 src/snes_faust/input.h                             |    21 +
 src/snes_faust/ppu.cpp                             |    58 +-
 src/snes_faust/ppu.h                               |    21 +
 src/snes_faust/snes.cpp                            |    49 +-
 src/snes_faust/snes.h                              |    23 +
 src/snes_faust/spc700.inc                          |    36 +-
 src/sound/Makefile.am                              |    11 -
 src/sound/Makefile.am.inc                          |     3 +
 src/sound/Makefile.in                              |   684 -
 src/sound/OwlResampler.cpp                         |   482 +-
 src/sound/OwlResampler.h                           |    31 +-
 src/sound/OwlResampler_altivec.inc                 |    99 +
 src/sound/OwlResampler_neon.inc                    |    34 +
 src/sound/OwlResampler_x86.inc                     |   277 +
 src/sound/WAVRecord.cpp                            |    36 +-
 src/sound/WAVRecord.h                              |    25 +-
 src/sound/okiadpcm.cpp                             |    36 +-
 src/sound/okiadpcm.h                               |    38 +-
 src/sound/okiadpcm_generate.cpp                    |    37 +-
 src/ss/Makefile.am                                 |    23 +
 src/{pce => ss}/Makefile.in                        |   109 +-
 src/ss/cart.cpp                                    |   281 +
 src/ss/cart.h                                      |    83 +
 src/ss/cdb.cpp                                     |  3613 ++
 src/ss/cdb.h                                       |    52 +
 src/ss/db.cpp                                      |   156 +
 src/ss/db.h                                        |    15 +
 src/ss/debug.inc                                   |   799 +
 src/ss/input/3dpad.cpp                             |   207 +
 src/ss/input/3dpad.h                               |    57 +
 src/ss/input/common.h                              |     4 +
 src/ss/input/gamepad.cpp                           |    97 +
 src/ss/input/gamepad.h                             |    49 +
 src/ss/input/mouse.cpp                             |   172 +
 src/ss/input/mouse.h                               |    56 +
 src/ss/notes/REFERENCES                            |     8 +
 src/ss/notes/games.txt                             |   164 +
 src/ss/notes/gen_dsp.cpp                           |   106 +
 src/ss/scsp.h                                      |   308 +
 src/ss/scsp.inc                                    |  1470 +
 src/ss/scu.h                                       |    93 +
 src/ss/scu.inc                                     |  1983 +
 src/ss/scu_aciv1tab.inc                            |   112 +
 src/ss/scu_actab.inc                               |   479 +
 src/ss/scu_btab.inc                                |   542 +
 src/ss/scu_dsp_common.inc                          |   234 +
 src/ss/scu_dsp_dmatab.inc                          |    52 +
 src/ss/scu_dsp_gen.cpp                             |   337 +
 src/ss/scu_dsp_gentab.inc                          |  8772 +++
 src/ss/scu_dsp_jmp.cpp                             |    45 +
 src/ss/scu_dsp_jmptab.inc                          |     4 +
 src/ss/scu_dsp_misc.cpp                            |    69 +
 src/ss/scu_dsp_misctab.inc                         |     2 +
 src/ss/scu_dsp_mvi.cpp                             |    76 +
 src/ss/scu_dsp_mvitab.inc                          |   100 +
 src/ss/sh7095.h                                    |   517 +
 src/ss/sh7095.inc                                  |  6407 ++
 src/ss/sh7095_idecodetab.inc                       |   256 +
 src/ss/sh7095_opdefs.inc                           |   157 +
 src/ss/smpc.cpp                                    |  1228 +
 src/ss/smpc.h                                      |    93 +
 src/ss/sound.cpp                                   |   404 +
 src/ss/sound.h                                     |    50 +
 src/ss/ss.cpp                                      |  1778 +
 src/ss/ss.h                                        |   145 +
 src/ss/ssf.cpp                                     |   218 +
 src/ss/vdp1.cpp                                    |   886 +
 src/ss/vdp1.h                                      |    60 +
 src/ss/vdp1_common.h                               |   670 +
 src/ss/vdp1_line.cpp                               |   130 +
 src/ss/vdp1_poly.cpp                               |   146 +
 src/ss/vdp1_sprite.cpp                             |   316 +
 src/ss/vdp2.cpp                                    |   946 +
 src/ss/vdp2.h                                      |    71 +
 src/ss/vdp2_common.h                               |    30 +
 src/ss/vdp2_render.cpp                             |  3326 +
 src/ss/vdp2_render.h                               |    59 +
 src/state.cpp                                      |   213 +-
 src/state.h                                        |    72 +-
 src/state_rewind.cpp                               |    38 +-
 src/state_rewind.h                                 |    21 +
 src/string/trim.cpp                                |   204 +-
 src/string/trim.h                                  |    42 +-
 src/tests.cpp                                      |   193 +-
 src/tremor/Makefile.am                             |     2 +-
 src/tremor/Makefile.in                             |    14 +-
 src/trio/Makefile.am                               |     2 +-
 src/trio/Makefile.in                               |    13 +-
 src/types.h                                        |    18 +-
 src/vb/Makefile.am                                 |    10 -
 src/vb/Makefile.am.inc                             |     5 +
 src/vb/Makefile.in                                 |   687 -
 src/vb/debug.cpp                                   |    36 +-
 src/vb/debug.h                                     |    21 +
 src/vb/input.cpp                                   |    36 +-
 src/vb/input.h                                     |    21 +
 src/vb/timer.cpp                                   |    36 +-
 src/vb/timer.h                                     |    21 +
 src/vb/vb.cpp                                      |    63 +-
 src/vb/vb.h                                        |    21 +
 src/vb/vip.cpp                                     |   109 +-
 src/vb/vip.h                                       |    21 +
 src/vb/vip_draw.inc                                |    21 +-
 src/vb/vsu.cpp                                     |    78 +-
 src/vb/vsu.h                                       |    21 +
 src/video.h                                        |     8 +-
 src/video/Deinterlacer.cpp                         |    56 +-
 src/video/Deinterlacer.h                           |    38 +-
 src/video/font-data-12x13.c                        |    40 +-
 src/video/font-data-18x18.c                        |    40 +-
 src/video/font-data.cpp                            |    64 +-
 src/video/font-data.h                              |    57 +-
 src/video/{font12x13.h => font12x13ja.h}           |     6 +
 src/video/{font18x18.h => font18x18ko.h}           |     2 +
 src/video/font4x5.h                                |   195 -
 src/video/font5x7.h                                |     2 +
 src/video/font6x12.h                               |  4533 ++
 src/video/font6x13.h                               |   339 +-
 src/video/font6x9.h                                |  1298 +
 src/video/font9x18.h                               |    24 +-
 src/video/primitives.cpp                           |    21 +
 src/video/primitives.h                             |    21 +
 src/video/surface.cpp                              |    45 +-
 src/video/surface.h                                |    54 +-
 src/video/tblur.cpp                                |    77 +-
 src/video/tblur.h                                  |    23 +-
 src/video/text.cpp                                 |   399 +-
 src/video/text.h                                   |    52 +-
 src/wswan/Makefile.am                              |    13 -
 src/wswan/Makefile.am.inc                          |     6 +
 src/wswan/Makefile.in                              |   724 -
 src/wswan/gfx.cpp                                  |    11 +-
 src/wswan/main.cpp                                 |    28 +-
 src/wswan/memory.cpp                               |     4 +-
 src/wswan/rtc.cpp                                  |    36 +-
 src/wswan/rtc.h                                    |    21 +
 src/wswan/sound.cpp                                |    47 +-
 src/wswan/sound.h                                  |    21 +
 774 files changed, 160692 insertions(+), 140813 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