[higan] 02/05: Merge tag 'upstream/103'

Tobias Hansen thansen at moszumanska.debian.org
Sat Jul 22 12:08:02 UTC 2017


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

thansen pushed a commit to branch master
in repository higan.

commit cf648f911be8c77efbd3904a47a4b1c633507998
Merge: 5ff3d16 1da5d05
Author: Tobias Hansen <thansen at debian.org>
Date:   Sat Jul 22 12:22:55 2017 +0100

    Merge tag 'upstream/103'
    
    Upstream version 103

 higan/GNUmakefile                                  |    17 +-
 higan/audio/audio.cpp                              |     8 +-
 higan/audio/audio.hpp                              |     8 +-
 higan/audio/stream.cpp                             |    32 +-
 higan/data/cheats.bml                              | 87497 -------------------
 higan/emulator/cheat.hpp                           |     2 +-
 higan/emulator/emulator.hpp                        |    13 +-
 higan/emulator/interface.hpp                       |    41 +-
 higan/emulator/platform.hpp                        |    32 +
 higan/fc/GNUmakefile                               |     2 +-
 higan/fc/apu/apu.cpp                               |    49 +-
 higan/fc/apu/apu.hpp                               |    26 +-
 higan/fc/apu/dmc.cpp                               |     7 +-
 higan/fc/apu/envelope.cpp                          |     3 -
 higan/fc/apu/noise.cpp                             |     5 +-
 higan/fc/apu/pulse.cpp                             |     5 -
 higan/fc/apu/serialization.cpp                     |     8 -
 higan/fc/apu/sweep.cpp                             |     3 -
 higan/fc/apu/triangle.cpp                          |     4 -
 higan/fc/cartridge/board/board.cpp                 |     7 +-
 higan/fc/cartridge/board/board.hpp                 |     1 -
 higan/fc/cartridge/board/konami-vrc1.cpp           |     4 -
 higan/fc/cartridge/board/konami-vrc2.cpp           |     4 -
 higan/fc/cartridge/board/konami-vrc3.cpp           |     4 -
 higan/fc/cartridge/board/konami-vrc4.cpp           |     4 -
 higan/fc/cartridge/board/konami-vrc6.cpp           |     1 -
 higan/fc/cartridge/board/konami-vrc7.cpp           |     4 -
 higan/fc/cartridge/board/nes-axrom.cpp             |     3 -
 higan/fc/cartridge/board/nes-bnrom.cpp             |     3 -
 higan/fc/cartridge/board/nes-cnrom.cpp             |     3 -
 higan/fc/cartridge/board/nes-exrom.cpp             |     4 -
 higan/fc/cartridge/board/nes-fxrom.cpp             |     3 -
 higan/fc/cartridge/board/nes-gxrom.cpp             |     3 -
 higan/fc/cartridge/board/nes-hkrom.cpp             |     4 -
 higan/fc/cartridge/board/nes-nrom.cpp              |     3 +
 higan/fc/cartridge/board/nes-pxrom.cpp             |     3 -
 higan/fc/cartridge/board/nes-sxrom.cpp             |     4 -
 higan/fc/cartridge/board/nes-txrom.cpp             |     4 -
 higan/fc/cartridge/board/nes-uxrom.cpp             |     3 -
 higan/fc/cartridge/board/sunsoft-5b.cpp            |    12 +-
 higan/fc/cartridge/cartridge.cpp                   |    17 +-
 higan/fc/cartridge/cartridge.hpp                   |     7 +-
 higan/fc/cartridge/chip/mmc1.cpp                   |     3 -
 higan/fc/cartridge/chip/mmc3.cpp                   |     3 -
 higan/fc/cartridge/chip/mmc5.cpp                   |     3 -
 higan/fc/cartridge/chip/mmc6.cpp                   |     3 -
 higan/fc/cartridge/chip/vrc1.cpp                   |     3 -
 higan/fc/cartridge/chip/vrc2.cpp                   |     3 -
 higan/fc/cartridge/chip/vrc3.cpp                   |     3 -
 higan/fc/cartridge/chip/vrc4.cpp                   |     3 -
 higan/fc/cartridge/chip/vrc6.cpp                   |     3 -
 higan/fc/cartridge/chip/vrc7.cpp                   |     3 -
 higan/fc/cartridge/serialization.cpp               |     4 +
 higan/fc/cpu/cpu.cpp                               |    13 +-
 higan/fc/cpu/cpu.hpp                               |     6 +-
 higan/fc/cpu/serialization.cpp                     |     2 +-
 higan/fc/cpu/timing.cpp                            |    16 +-
 higan/fc/fc.hpp                                    |     9 +-
 higan/fc/interface/interface.cpp                   |    18 +-
 higan/fc/interface/interface.hpp                   |     6 +-
 higan/fc/ppu/ppu.cpp                               |    19 +-
 higan/fc/ppu/ppu.hpp                               |     5 +-
 higan/fc/ppu/render.cpp                            |     8 +-
 higan/fc/system/system.cpp                         |    29 +-
 higan/fc/system/system.hpp                         |    12 +-
 higan/gb/apu/apu.cpp                               |    22 +-
 higan/gb/apu/apu.hpp                               |     5 -
 higan/gb/apu/sequencer.cpp                         |    18 +-
 higan/gb/apu/wave.cpp                              |     6 +-
 higan/gb/cartridge/cartridge.cpp                   |    40 +-
 higan/gb/cartridge/cartridge.hpp                   |     2 +-
 higan/gb/cpu/cpu.cpp                               |     2 +-
 higan/gb/cpu/io.cpp                                |    31 +-
 higan/gb/cpu/timing.cpp                            |     2 +-
 higan/gb/gb.hpp                                    |     8 +-
 higan/gb/interface/game-boy-color.cpp              |    37 +
 higan/gb/interface/game-boy.cpp                    |    52 +
 higan/gb/interface/interface.cpp                   |   110 +-
 higan/gb/interface/interface.hpp                   |    52 +-
 higan/gb/ppu/dmg.cpp                               |     2 +-
 higan/gb/ppu/io.cpp                                |     2 +-
 higan/gb/ppu/ppu.cpp                               |     8 +-
 higan/gb/system/system.cpp                         |    59 +-
 higan/gb/system/system.hpp                         |    22 +-
 higan/gb/system/video.cpp                          |     4 +-
 higan/gba/apu/apu.cpp                              |    69 +-
 higan/gba/apu/apu.hpp                              |     2 +
 higan/gba/apu/fifo.cpp                             |    11 +-
 higan/gba/apu/io.cpp                               |    36 +-
 higan/gba/apu/registers.hpp                        |    11 +-
 higan/gba/apu/sequencer.cpp                        |    22 +
 higan/gba/apu/serialization.cpp                    |     8 +-
 higan/gba/cartridge/cartridge.cpp                  |     4 +-
 higan/gba/cartridge/eeprom.cpp                     |    11 -
 higan/gba/cartridge/flash.cpp                      |    13 -
 higan/gba/cartridge/mrom.cpp                       |     3 -
 higan/gba/cartridge/serialization.cpp              |    38 +-
 higan/gba/cartridge/sram.cpp                       |     4 -
 higan/gba/cpu/cpu.cpp                              |    11 +-
 higan/gba/cpu/io.cpp                               |    10 +-
 higan/gba/cpu/serialization.cpp                    |     8 +
 higan/gba/gba.hpp                                  |     2 +-
 higan/gba/interface/interface.cpp                  |    36 +-
 higan/gba/interface/interface.hpp                  |     7 +-
 higan/gba/memory/memory.cpp                        |     8 +-
 higan/gba/ppu/background.cpp                       |   269 +-
 higan/gba/ppu/io.cpp                               |   476 +-
 higan/gba/ppu/memory.cpp                           |    25 +-
 higan/gba/ppu/mosaic.cpp                           |    33 -
 higan/gba/ppu/object.cpp                           |   139 +-
 higan/gba/ppu/ppu.cpp                              |   189 +-
 higan/gba/ppu/ppu.hpp                              |   211 +-
 higan/gba/ppu/registers.hpp                        |    81 -
 higan/gba/ppu/screen.cpp                           |   123 +-
 higan/gba/ppu/serialization.cpp                    |   216 +-
 higan/gba/ppu/state.hpp                            |    55 -
 higan/gba/ppu/window.cpp                           |    16 +
 higan/gba/system/video.cpp                         |     1 +
 higan/md/apu/apu.cpp                               |    43 +-
 higan/md/apu/apu.hpp                               |    18 +-
 higan/md/apu/serialization.cpp                     |     8 +
 higan/md/bus/bus.cpp                               |   127 +-
 higan/md/bus/bus.hpp                               |    11 +
 higan/md/bus/serialization.cpp                     |     8 +
 higan/md/cartridge/cartridge.cpp                   |    46 +-
 higan/md/cartridge/cartridge.hpp                   |    13 +-
 higan/md/cartridge/serialization.cpp               |     3 +
 higan/md/controller/controller.cpp                 |     1 +
 higan/md/cpu/cpu.cpp                               |    24 +-
 higan/md/cpu/cpu.hpp                               |     6 +-
 higan/md/cpu/serialization.cpp                     |     7 +
 higan/md/interface/interface.cpp                   |    31 +-
 higan/md/interface/interface.hpp                   |     8 +-
 higan/md/md.hpp                                    |    11 +-
 higan/md/psg/io.cpp                                |    54 +
 higan/md/psg/noise.cpp                             |    24 +
 higan/md/psg/psg.cpp                               |    38 +-
 higan/md/psg/psg.hpp                               |    45 +-
 higan/md/psg/serialization.cpp                     |    29 +
 higan/md/psg/tone.cpp                              |    13 +
 higan/md/system/serialization.cpp                  |    69 +
 higan/md/system/system.cpp                         |    49 +-
 higan/md/system/system.hpp                         |    28 +-
 higan/md/vdp/background.cpp                        |    11 +-
 higan/md/vdp/dma.cpp                               |    57 +-
 higan/md/vdp/io.cpp                                |    52 +-
 higan/md/vdp/memory.cpp                            |    38 +
 higan/md/vdp/render.cpp                            |    46 +-
 higan/md/vdp/serialization.cpp                     |    97 +
 higan/md/vdp/sprite.cpp                            |     8 +-
 higan/md/vdp/vdp.cpp                               |    61 +-
 higan/md/vdp/vdp.hpp                               |   130 +-
 higan/md/ym2612/channel.cpp                        |   192 +
 higan/md/ym2612/constants.cpp                      |    53 +
 higan/md/ym2612/io.cpp                             |   216 +
 higan/md/ym2612/serialization.cpp                  |    83 +
 higan/md/ym2612/timer.cpp                          |    16 +
 higan/md/ym2612/ym2612.cpp                         |   168 +-
 higan/md/ym2612/ym2612.hpp                         |   163 +-
 higan/ms/bus/bus.cpp                               |    23 +-
 higan/ms/bus/bus.hpp                               |     4 +
 higan/ms/bus/serialization.cpp                     |     5 +
 higan/ms/cartridge/cartridge.cpp                   |    19 +-
 higan/ms/cartridge/cartridge.hpp                   |     5 +
 higan/ms/cartridge/serialization.cpp               |     3 +
 higan/ms/controller/controller.cpp                 |     1 +
 higan/ms/cpu/cpu.cpp                               |    12 +-
 higan/ms/cpu/cpu.hpp                               |    12 +-
 higan/ms/cpu/serialization.cpp                     |     7 +
 higan/ms/interface/game-gear.cpp                   |    68 +-
 higan/ms/interface/interface.cpp                   |    61 +
 higan/ms/interface/interface.hpp                   |    50 +-
 higan/ms/interface/master-system.cpp               |    68 +-
 higan/ms/ms.hpp                                    |    21 +-
 higan/ms/psg/io.cpp                                |    66 +
 higan/ms/psg/noise.cpp                             |    27 +
 higan/ms/psg/psg.cpp                               |    42 +-
 higan/ms/psg/psg.hpp                               |    51 +-
 higan/ms/psg/serialization.cpp                     |    35 +
 higan/ms/psg/tone.cpp                              |    16 +
 higan/ms/system/peripherals.cpp                    |     2 +-
 higan/ms/system/serialization.cpp                  |    66 +
 higan/ms/system/system.cpp                         |    21 +-
 higan/ms/system/system.hpp                         |    22 +-
 higan/ms/vdp/io.cpp                                |     4 +-
 higan/ms/vdp/serialization.cpp                     |    64 +
 higan/ms/vdp/vdp.cpp                               |    11 +-
 higan/ms/vdp/vdp.hpp                               |     9 +
 higan/pce/GNUmakefile                              |     4 +-
 higan/pce/cartridge/cartridge.cpp                  |    15 +-
 higan/pce/controller/controller.cpp                |     1 +
 higan/pce/controller/controller.hpp                |     2 +-
 higan/pce/cpu/cpu.cpp                              |    12 +-
 higan/pce/cpu/cpu.hpp                              |    40 +-
 higan/pce/cpu/io.cpp                               |   120 +-
 higan/pce/cpu/irq.cpp                              |    26 +-
 higan/pce/cpu/memory.cpp                           |    23 +
 higan/pce/cpu/serialization.cpp                    |    21 +
 higan/pce/cpu/timer.cpp                            |     2 +-
 higan/pce/interface/interface.cpp                  |    42 +-
 higan/pce/interface/interface.hpp                  |    24 +-
 higan/pce/interface/pc-engine.cpp                  |    11 +
 higan/pce/interface/supergrafx.cpp                 |    11 +
 higan/pce/pce.hpp                                  |    12 +-
 higan/pce/psg/channel.cpp                          |    29 +
 higan/pce/psg/io.cpp                               |    81 +
 higan/pce/psg/psg.cpp                              |    50 +-
 higan/pce/psg/psg.hpp                              |    50 +
 higan/pce/psg/serialization.cpp                    |    28 +
 higan/pce/system/serialization.cpp                 |    67 +
 higan/pce/system/system.cpp                        |    23 +-
 higan/pce/system/system.hpp                        |    22 +-
 higan/pce/vce/io.cpp                               |    54 +
 higan/pce/vce/memory.cpp                           |    11 +
 higan/pce/vce/serialization.cpp                    |    13 +
 higan/pce/vce/vce.cpp                              |    70 +
 higan/pce/vce/vce.hpp                              |    43 +
 higan/pce/vdc/background.cpp                       |    32 +-
 higan/pce/vdc/dma.cpp                              |    12 +-
 higan/pce/vdc/io.cpp                               |   376 +-
 higan/pce/vdc/irq.cpp                              |     5 +-
 higan/pce/vdc/memory.cpp                           |    17 +
 higan/pce/vdc/serialization.cpp                    |    83 +
 higan/pce/vdc/sprite.cpp                           |    91 +-
 higan/pce/vdc/vdc.cpp                              |   106 +-
 higan/pce/vdc/vdc.hpp                              |   139 +-
 higan/pce/vpc/serialization.cpp                    |     9 +
 higan/pce/vpc/vpc.cpp                              |   174 +
 higan/pce/vpc/vpc.hpp                              |    25 +
 higan/processor/GNUmakefile                        |     8 +-
 higan/processor/arm/arm.hpp                        |     2 +-
 higan/processor/arm/instructions-arm.cpp           |    17 +
 higan/processor/gsu/disassembler.cpp               |    16 +-
 higan/processor/gsu/gsu.cpp                        |     5 +-
 higan/processor/gsu/gsu.hpp                        |    89 +-
 higan/processor/gsu/instruction.cpp                |    94 +
 higan/processor/gsu/instructions.cpp               |    86 +-
 higan/processor/gsu/switch.cpp                     |    94 -
 higan/processor/hg51b/hg51b.hpp                    |     4 +-
 higan/processor/hg51b/instructions.cpp             |     8 +-
 higan/processor/hg51b/registers.cpp                |     4 +-
 higan/processor/huc6280/algorithms.cpp             |   184 +
 higan/processor/huc6280/disassembler.cpp           |    16 +-
 higan/processor/huc6280/huc6280.cpp                |     4 +
 higan/processor/huc6280/huc6280.hpp                |   157 +-
 higan/processor/huc6280/instruction.cpp            |   392 +-
 higan/processor/huc6280/instructions.cpp           |   305 +-
 higan/processor/huc6280/memory.cpp                 |    32 +-
 higan/processor/huc6280/serialization.cpp          |    18 +
 higan/processor/lr35902/disassembler.cpp           |  1028 +-
 .../lr35902/{lr35902.cpp => instruction.cpp}       |    18 -
 higan/processor/lr35902/lr35902.cpp                |   535 +-
 higan/processor/lr35902/lr35902.hpp                |     4 +
 higan/processor/m68k/instruction.cpp               |    11 -
 higan/processor/m68k/instructions.cpp              |    12 +-
 higan/processor/m68k/m68k.cpp                      |     7 +-
 higan/processor/m68k/m68k.hpp                      |     5 +-
 higan/processor/m68k/serialization.cpp             |    20 +
 higan/processor/mos6502/algorithms.cpp             |   144 +
 higan/processor/mos6502/disassembler.cpp           |   234 +
 higan/processor/mos6502/instruction.cpp            |   179 +
 higan/processor/mos6502/instructions.cpp           |   233 +
 higan/processor/mos6502/memory.cpp                 |    36 +
 .../{huc6280/huc6280.cpp => mos6502/mos6502.cpp}   |    38 +-
 higan/processor/mos6502/mos6502.hpp                |   131 +
 higan/processor/mos6502/serialization.cpp          |    15 +
 higan/processor/r6502/algorithms.cpp               |   148 -
 higan/processor/r6502/disassembler.cpp             |   193 -
 higan/processor/r6502/instructions.cpp             |   332 -
 higan/processor/r6502/memory.cpp                   |    36 -
 higan/processor/r6502/r6502.cpp                    |    52 -
 higan/processor/r6502/r6502.hpp                    |   116 -
 higan/processor/r6502/registers.hpp                |    36 -
 higan/processor/r6502/serialization.cpp            |    15 -
 higan/processor/r6502/switch.cpp                   |   195 -
 higan/processor/r65816/algorithms.cpp              |   327 -
 higan/processor/r65816/disassembler.hpp            |    30 -
 higan/processor/r65816/instructions-misc.cpp       |   250 -
 higan/processor/r65816/instructions-pc.cpp         |   138 -
 higan/processor/r65816/instructions-read.cpp       |   275 -
 higan/processor/r65816/instructions-rmw.cpp        |   165 -
 higan/processor/r65816/instructions-write.cpp      |   195 -
 higan/processor/r65816/memory.hpp                  |    81 -
 higan/processor/r65816/r65816.cpp                  |    76 -
 higan/processor/r65816/r65816.hpp                  |   215 -
 higan/processor/r65816/registers.hpp               |    80 -
 higan/processor/r65816/serialization.cpp           |    24 -
 higan/processor/r65816/switch.cpp                  |   288 -
 higan/processor/spc700/algorithms.cpp              |   152 +-
 higan/processor/spc700/disassembler.cpp            |    88 +-
 higan/processor/spc700/instruction.cpp             |   266 +
 higan/processor/spc700/instructions.cpp            |   661 +-
 higan/processor/spc700/memory.cpp                  |    19 +
 higan/processor/spc700/memory.hpp                  |    19 -
 higan/processor/spc700/registers.hpp               |    53 -
 higan/processor/spc700/serialization.cpp           |    27 +-
 higan/processor/spc700/spc700.cpp                  |   314 +-
 higan/processor/spc700/spc700.hpp                  |   233 +-
 .../processor/v30mz/{v30mz.cpp => instruction.cpp} |    57 -
 higan/processor/v30mz/v30mz.cpp                    |   292 +-
 higan/processor/v30mz/v30mz.hpp                    |    48 +-
 higan/processor/wdc65816/algorithms.cpp            |   363 +
 .../{r65816 => wdc65816}/disassembler.cpp          |    79 +-
 higan/processor/wdc65816/instruction.cpp           |    63 +
 higan/processor/wdc65816/instruction.hpp           |   258 +
 higan/processor/wdc65816/instructions-misc.cpp     |   247 +
 higan/processor/wdc65816/instructions-modify.cpp   |    93 +
 higan/processor/wdc65816/instructions-pc.cpp       |   128 +
 higan/processor/wdc65816/instructions-read.cpp     |   209 +
 higan/processor/wdc65816/instructions-write.cpp    |   176 +
 higan/processor/wdc65816/memory.cpp                |    80 +
 higan/processor/wdc65816/serialization.cpp         |    27 +
 higan/processor/wdc65816/wdc65816.cpp              |    96 +
 higan/processor/wdc65816/wdc65816.hpp              |   258 +
 higan/processor/z80/algorithms.cpp                 |   252 +
 higan/processor/z80/instructions.cpp               |   255 -
 higan/processor/z80/memory.cpp                     |    16 +
 higan/processor/z80/serialization.cpp              |    27 +
 higan/processor/z80/z80.cpp                        |     4 +
 higan/processor/z80/z80.hpp                        |    32 +-
 higan/sfc/GNUmakefile                              |     2 +-
 higan/sfc/cartridge/cartridge.cpp                  |    11 +-
 higan/sfc/cartridge/cartridge.hpp                  |     6 +-
 higan/sfc/cartridge/load.cpp                       |    17 +-
 higan/sfc/coprocessor/armdsp/armdsp.cpp            |     9 +-
 higan/sfc/coprocessor/armdsp/armdsp.hpp            |     3 +-
 higan/sfc/coprocessor/epsonrtc/epsonrtc.cpp        |     3 -
 higan/sfc/coprocessor/epsonrtc/epsonrtc.hpp        |     1 -
 higan/sfc/coprocessor/event/event.cpp              |     3 -
 higan/sfc/coprocessor/event/event.hpp              |     1 -
 higan/sfc/coprocessor/hitachidsp/hitachidsp.cpp    |     8 +-
 higan/sfc/coprocessor/hitachidsp/hitachidsp.hpp    |     1 -
 higan/sfc/coprocessor/icd2/icd2.cpp                |    43 +-
 higan/sfc/coprocessor/icd2/icd2.hpp                |    20 +-
 higan/sfc/coprocessor/icd2/interface.cpp           |    43 -
 higan/sfc/coprocessor/icd2/io.cpp                  |     2 +-
 higan/sfc/coprocessor/icd2/platform.cpp            |    28 +
 higan/sfc/coprocessor/mcc/mcc.cpp                  |     3 -
 higan/sfc/coprocessor/mcc/mcc.hpp                  |     1 -
 higan/sfc/coprocessor/msu1/msu1.cpp                |     5 +-
 higan/sfc/coprocessor/msu1/msu1.hpp                |     1 -
 higan/sfc/coprocessor/necdsp/necdsp.cpp            |     5 +-
 higan/sfc/coprocessor/necdsp/necdsp.hpp            |     1 -
 higan/sfc/coprocessor/nss/nss.cpp                  |     3 -
 higan/sfc/coprocessor/nss/nss.hpp                  |     1 -
 higan/sfc/coprocessor/obc1/obc1.cpp                |     3 -
 higan/sfc/coprocessor/obc1/obc1.hpp                |     1 -
 higan/sfc/coprocessor/sa1/io.cpp                   |     5 +-
 higan/sfc/coprocessor/sa1/sa1.cpp                  |    40 +-
 higan/sfc/coprocessor/sa1/sa1.hpp                  |     4 +-
 higan/sfc/coprocessor/sa1/serialization.cpp        |     2 +-
 higan/sfc/coprocessor/sdd1/sdd1.cpp                |     3 -
 higan/sfc/coprocessor/sdd1/sdd1.hpp                |     1 -
 higan/sfc/coprocessor/sharprtc/sharprtc.cpp        |     3 -
 higan/sfc/coprocessor/sharprtc/sharprtc.hpp        |     1 -
 higan/sfc/coprocessor/spc7110/spc7110.cpp          |     3 -
 higan/sfc/coprocessor/spc7110/spc7110.hpp          |     1 -
 higan/sfc/coprocessor/superfx/superfx.cpp          |     4 -
 higan/sfc/coprocessor/superfx/superfx.hpp          |     1 -
 higan/sfc/cpu/cpu.cpp                              |   107 +-
 higan/sfc/cpu/cpu.hpp                              |    12 +-
 higan/sfc/cpu/joypad.cpp                           |    27 -
 higan/sfc/cpu/memory.cpp                           |     6 +-
 higan/sfc/cpu/serialization.cpp                    |    43 +-
 higan/sfc/cpu/timing.cpp                           |    47 +-
 higan/sfc/dsp/dsp.cpp                              |    21 +-
 higan/sfc/dsp/dsp.hpp                              |     1 -
 higan/sfc/interface/interface.cpp                  |    27 +-
 higan/sfc/interface/interface.hpp                  |     8 +-
 higan/sfc/ppu/background/background.cpp            |     2 +-
 higan/sfc/ppu/background/background.hpp            |     2 +-
 higan/sfc/ppu/counter/counter-inline.hpp           |    20 +-
 higan/sfc/ppu/object/object.cpp                    |     2 +-
 higan/sfc/ppu/object/object.hpp                    |     2 +-
 higan/sfc/ppu/ppu.cpp                              |    20 +-
 higan/sfc/ppu/ppu.hpp                              |     1 -
 higan/sfc/ppu/screen/screen.cpp                    |     2 +-
 higan/sfc/ppu/screen/screen.hpp                    |     2 +-
 higan/sfc/ppu/window/window.cpp                    |     2 +-
 higan/sfc/ppu/window/window.hpp                    |     2 +-
 higan/sfc/sfc.hpp                                  |     9 +-
 higan/sfc/slot/bsmemory/bsmemory.cpp               |     3 -
 higan/sfc/slot/bsmemory/bsmemory.hpp               |     1 -
 higan/sfc/smp/memory.cpp                           |     2 +-
 higan/sfc/smp/smp.cpp                              |    27 +-
 higan/sfc/smp/smp.hpp                              |     5 +-
 higan/sfc/system/serialization.cpp                 |     1 -
 higan/sfc/system/system.cpp                        |    62 +-
 higan/sfc/system/system.hpp                        |     8 +-
 higan/systems/Super Famicom.sys/manifest.bml       |     4 +-
 higan/systems/SuperGrafx.sys/manifest.bml          |     1 +
 higan/target-tomoko/GNUmakefile                    |     9 +-
 higan/target-tomoko/input/hotkeys.cpp              |     8 +
 higan/target-tomoko/input/input.cpp                |   171 +-
 higan/target-tomoko/input/input.hpp                |    21 +-
 higan/target-tomoko/presentation/presentation.cpp  |    17 +-
 higan/target-tomoko/program/interface.cpp          |    20 +-
 higan/target-tomoko/program/program.cpp            |    12 +-
 higan/target-tomoko/program/program.hpp            |     3 +-
 higan/target-tomoko/program/utility.cpp            |     9 +
 higan/target-tomoko/settings/hotkeys.cpp           |     5 +-
 higan/target-tomoko/settings/input.cpp             |     5 +-
 higan/video/video.cpp                              |    31 +-
 higan/video/video.hpp                              |     5 +-
 higan/ws/apu/apu.cpp                               |     4 +-
 higan/ws/cartridge/cartridge.cpp                   |    10 +-
 higan/ws/interface/interface.cpp                   |    82 +-
 higan/ws/interface/interface.hpp                   |    36 +-
 higan/ws/interface/wonderswan-color.cpp            |    37 +
 higan/ws/interface/wonderswan.cpp                  |    40 +
 higan/ws/ppu/ppu.cpp                               |    11 +-
 higan/ws/ppu/ppu.hpp                               |     5 +-
 higan/ws/ppu/serialization.cpp                     |     1 -
 higan/ws/system/system.cpp                         |    38 +-
 higan/ws/system/system.hpp                         |     2 -
 higan/ws/system/video.cpp                          |     1 +
 higan/ws/ws.hpp                                    |     2 +-
 hiro/cocoa/header.hpp                              |    16 -
 hiro/cocoa/widget/canvas.cpp                       |     6 +-
 hiro/extension/browser-dialog.cpp                  |    45 +-
 hiro/extension/browser-dialog.hpp                  |    10 +-
 icarus/GNUmakefile                                 |     5 +-
 icarus/core/core.cpp                               |     3 +
 icarus/core/core.hpp                               |     6 +
 icarus/core/supergrafx.cpp                         |    45 +
 icarus/heuristics/mega-drive.cpp                   |    21 +
 icarus/heuristics/pc-engine.cpp                    |     3 +
 .../heuristics/{pc-engine.cpp => supergrafx.cpp}   |     6 +-
 icarus/icarus.cpp                                  |     3 +
 icarus/ui/scan-dialog.cpp                          |     2 +
 libco/libco.h                                      |     2 +-
 libco/settings.h                                   |    18 +-
 nall/GNUmakefile                                   |    17 +
 nall/arithmetic/natural.hpp                        |    17 +-
 nall/dsp/iir/biquad.hpp                            |    14 +-
 nall/dsp/iir/one-pole.hpp                          |    45 +
 nall/platform.hpp                                  |     1 +
 nall/serializer.hpp                                |    11 +
 nall/string.hpp                                    |     8 +-
 nall/string/format.hpp                             |    27 +-
 nall/vector.hpp                                    |     8 +-
 ruby/input/joypad/xinput.cpp                       |     8 +-
 ruby/video/gdi.cpp                                 |    90 +-
 ruby/video/xshm.cpp                                |    44 +-
 444 files changed, 12249 insertions(+), 97485 deletions(-)

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



More information about the Pkg-games-commits mailing list