[higan] branch master updated (d72158a -> c5ffdd2)
Tobias Hansen
thansen at moszumanska.debian.org
Mon Nov 20 19:47:33 UTC 2017
This is an automated email from the git hooks/post-receive script.
thansen pushed a change to branch master
in repository higan.
from d72158a Release 105-1 to Debian unstable.
new b7058fa New upstream version 106
new 9862361 Merge tag 'upstream/106'
new 7012e3f Changelog entry for 106-1.
new bbfddfd Refresh patches for higan 106.
new 835a717 Bump Standards-Version.
new c5ffdd2 Release 106-1 to Debian unstable.
The 6 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:
debian/changelog | 6 +
debian/control | 2 +-
debian/patches/create_config.patch | 2 +-
debian/patches/nall-makefile-fixes.patch | 9 -
higan/emulator/emulator.hpp | 2 +-
higan/emulator/interface.hpp | 4 +-
higan/fc/apu/apu.cpp | 2 +-
higan/fc/apu/apu.hpp | 2 +-
higan/fc/cpu/cpu.cpp | 12 +-
higan/fc/cpu/cpu.hpp | 4 +-
higan/fc/interface/interface.cpp | 7 +-
higan/fc/interface/interface.hpp | 1 +
higan/fc/ppu/ppu.cpp | 12 +-
higan/fc/ppu/ppu.hpp | 2 +-
higan/fc/system/serialization.cpp | 2 +-
higan/fc/system/system.cpp | 8 +-
higan/fc/system/system.hpp | 2 +-
higan/md/apu/apu.cpp | 4 +-
higan/md/apu/apu.hpp | 2 +-
higan/md/cpu/cpu.cpp | 4 +-
higan/md/cpu/cpu.hpp | 2 +-
higan/md/interface/interface.cpp | 7 +-
higan/md/interface/interface.hpp | 1 +
higan/md/psg/psg.cpp | 2 +-
higan/md/psg/psg.hpp | 2 +-
higan/md/system/serialization.cpp | 2 +-
higan/md/system/system.cpp | 12 +-
higan/md/system/system.hpp | 2 +-
higan/md/vdp/vdp.cpp | 8 +-
higan/md/vdp/vdp.hpp | 5 +-
higan/md/ym2612/ym2612.cpp | 2 +-
higan/md/ym2612/ym2612.hpp | 2 +-
higan/processor/spc700/instruction.cpp | 2 +-
higan/sfc/cartridge/load.cpp | 6 +-
higan/sfc/coprocessor/armdsp/armdsp.cpp | 9 -
higan/sfc/coprocessor/armdsp/armdsp.hpp | 3 -
higan/sfc/coprocessor/epsonrtc/epsonrtc.cpp | 8 +-
higan/sfc/coprocessor/epsonrtc/epsonrtc.hpp | 4 +-
higan/sfc/coprocessor/event/event.cpp | 6 -
higan/sfc/coprocessor/event/event.hpp | 2 -
higan/sfc/coprocessor/hitachidsp/hitachidsp.cpp | 6 -
higan/sfc/coprocessor/hitachidsp/hitachidsp.hpp | 2 -
higan/sfc/coprocessor/icd2/icd2.cpp | 3 -
higan/sfc/coprocessor/icd2/icd2.hpp | 1 -
higan/sfc/coprocessor/mcc/mcc.cpp | 6 -
higan/sfc/coprocessor/mcc/mcc.hpp | 2 -
higan/sfc/coprocessor/msu1/msu1.cpp | 6 -
higan/sfc/coprocessor/msu1/msu1.hpp | 2 -
higan/sfc/coprocessor/necdsp/necdsp.cpp | 9 -
higan/sfc/coprocessor/necdsp/necdsp.hpp | 3 -
higan/sfc/coprocessor/nss/nss.cpp | 9 -
higan/sfc/coprocessor/nss/nss.hpp | 3 -
higan/sfc/coprocessor/obc1/obc1.cpp | 6 -
higan/sfc/coprocessor/obc1/obc1.hpp | 2 -
higan/sfc/coprocessor/sa1/sa1.cpp | 6 -
higan/sfc/coprocessor/sa1/sa1.hpp | 2 -
higan/sfc/coprocessor/sdd1/sdd1.cpp | 6 -
higan/sfc/coprocessor/sdd1/sdd1.hpp | 2 -
higan/sfc/coprocessor/sharprtc/sharprtc.cpp | 10 +-
higan/sfc/coprocessor/sharprtc/sharprtc.hpp | 4 +-
higan/sfc/coprocessor/spc7110/spc7110.cpp | 6 -
higan/sfc/coprocessor/spc7110/spc7110.hpp | 2 -
higan/sfc/coprocessor/superfx/superfx.cpp | 6 -
higan/sfc/coprocessor/superfx/superfx.hpp | 2 -
higan/sfc/cpu/cpu.cpp | 4 +-
higan/sfc/cpu/cpu.hpp | 2 +-
higan/sfc/dsp/dsp.cpp | 4 +-
higan/sfc/dsp/dsp.hpp | 2 +-
higan/sfc/interface/interface.cpp | 9 +-
higan/sfc/interface/interface.hpp | 1 +
higan/sfc/ppu/ppu.cpp | 4 +-
higan/sfc/ppu/ppu.hpp | 2 +-
higan/sfc/slot/bsmemory/bsmemory.cpp | 7 +-
higan/sfc/slot/bsmemory/bsmemory.hpp | 1 -
higan/sfc/slot/sufamiturbo/sufamiturbo.cpp | 3 -
higan/sfc/slot/sufamiturbo/sufamiturbo.hpp | 1 -
higan/sfc/smp/smp.cpp | 2 +-
higan/sfc/smp/smp.hpp | 2 +-
higan/sfc/system/serialization.cpp | 2 +-
higan/sfc/system/system.cpp | 56 +-
higan/sfc/system/system.hpp | 4 +-
.../target-tomoko/configuration/configuration.cpp | 3 +
higan/target-tomoko/input/hotkeys.cpp | 8 +
higan/target-tomoko/presentation/presentation.cpp | 5 +-
higan/target-tomoko/presentation/presentation.hpp | 4 +-
higan/target-tomoko/program/medium.cpp | 2 +
higan/target-tomoko/program/program.cpp | 7 +
higan/target-tomoko/program/program.hpp | 3 +
higan/target-tomoko/program/utility.cpp | 13 +-
higan/target-tomoko/settings/advanced.cpp | 5 +
higan/target-tomoko/settings/settings.hpp | 2 +
higan/target-tomoko/tools/game-notes.cpp | 22 +
higan/target-tomoko/tools/tools.cpp | 1 +
higan/target-tomoko/tools/tools.hpp | 10 +
icarus/Database/Super Famicom.bml | 825 ++++++++++++++++++++-
libco/doc/style.css | 4 +
libco/doc/usage.html | 29 +-
libco/libco.h | 4 +-
nall/GNUmakefile | 3 +-
99 files changed, 1010 insertions(+), 328 deletions(-)
create mode 100644 higan/target-tomoko/tools/game-notes.cpp
--
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