diff --git a/roms/README.txt b/roms/README.txt index 26fad56..be6d5fe 100644 --- a/roms/README.txt +++ b/roms/README.txt @@ -1,3 +1,48 @@ -This is the folder there you install the downloadable "ROM Set" -archive ("rs-YYYYMMDD.zip") files. After you download the file, -unpack it into this folder. +# +# VARCem Virtual Archaelogical Computer EMulator. +# +# This file is part of the VARCem Project. +# +# ROM BIOS distribution ("ROM Set") set. +# +# CREDITS: The contents of the included ROM BIOS images are property +# of their respective owners. Although the software could +# be considered 'abandonware' given their age, these files +# files are distributed in the hope they will be of use for +# personal enjoyment ONLY. +# +# Version: @(#)README.txt 1.0.1 2018/02/22 +# +# Author: Fred N. van Kempen, +# +# Copyright 2018 Fred N. van Kempen. +# +# Redistribution and use in source and binary forms, with +# or without modification, are permitted provided that the +# following conditions are met: +# +# 1. Redistributions of source code must retain the entire +# above notice, this list of conditions and the following +# disclaimer. +# +# 2. Redistributions in binary form must reproduce the above +# copyright notice, this list of conditions and the +# following disclaimer in the documentation and/or other +# materials provided with the distribution. +# +# 3. Neither the name of the copyright holder nor the names +# of its contributors may be used to endorse or promote +# products derived from this software without specific +# prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A +# PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/mingw/include/AL/al.h b/support/mingw/include/AL/al.h similarity index 100% rename from mingw/include/AL/al.h rename to support/mingw/include/AL/al.h diff --git a/mingw/include/AL/alc.h b/support/mingw/include/AL/alc.h similarity index 100% rename from mingw/include/AL/alc.h rename to support/mingw/include/AL/alc.h diff --git a/mingw/include/AL/alext.h b/support/mingw/include/AL/alext.h similarity index 100% rename from mingw/include/AL/alext.h rename to support/mingw/include/AL/alext.h diff --git a/mingw/include/AL/efx-creative.h b/support/mingw/include/AL/efx-creative.h similarity index 100% rename from mingw/include/AL/efx-creative.h rename to support/mingw/include/AL/efx-creative.h diff --git a/mingw/include/AL/efx-presets.h b/support/mingw/include/AL/efx-presets.h similarity index 100% rename from mingw/include/AL/efx-presets.h rename to support/mingw/include/AL/efx-presets.h diff --git a/mingw/include/AL/efx.h b/support/mingw/include/AL/efx.h similarity index 100% rename from mingw/include/AL/efx.h rename to support/mingw/include/AL/efx.h diff --git a/mingw/include/Packet32.h b/support/mingw/include/Packet32.h similarity index 100% rename from mingw/include/Packet32.h rename to support/mingw/include/Packet32.h diff --git a/mingw/include/bittypes.h b/support/mingw/include/bittypes.h similarity index 100% rename from mingw/include/bittypes.h rename to support/mingw/include/bittypes.h diff --git a/mingw/include/fluidsynth.h b/support/mingw/include/fluidsynth.h similarity index 100% rename from mingw/include/fluidsynth.h rename to support/mingw/include/fluidsynth.h diff --git a/mingw/include/fluidsynth/audio.h b/support/mingw/include/fluidsynth/audio.h similarity index 100% rename from mingw/include/fluidsynth/audio.h rename to support/mingw/include/fluidsynth/audio.h diff --git a/mingw/include/fluidsynth/event.h b/support/mingw/include/fluidsynth/event.h similarity index 100% rename from mingw/include/fluidsynth/event.h rename to support/mingw/include/fluidsynth/event.h diff --git a/mingw/include/fluidsynth/gen.h b/support/mingw/include/fluidsynth/gen.h similarity index 100% rename from mingw/include/fluidsynth/gen.h rename to support/mingw/include/fluidsynth/gen.h diff --git a/mingw/include/fluidsynth/log.h b/support/mingw/include/fluidsynth/log.h similarity index 100% rename from mingw/include/fluidsynth/log.h rename to support/mingw/include/fluidsynth/log.h diff --git a/mingw/include/fluidsynth/midi.h b/support/mingw/include/fluidsynth/midi.h similarity index 100% rename from mingw/include/fluidsynth/midi.h rename to support/mingw/include/fluidsynth/midi.h diff --git a/mingw/include/fluidsynth/misc.h b/support/mingw/include/fluidsynth/misc.h similarity index 100% rename from mingw/include/fluidsynth/misc.h rename to support/mingw/include/fluidsynth/misc.h diff --git a/mingw/include/fluidsynth/mod.h b/support/mingw/include/fluidsynth/mod.h similarity index 100% rename from mingw/include/fluidsynth/mod.h rename to support/mingw/include/fluidsynth/mod.h diff --git a/mingw/include/fluidsynth/ramsfont.h b/support/mingw/include/fluidsynth/ramsfont.h similarity index 100% rename from mingw/include/fluidsynth/ramsfont.h rename to support/mingw/include/fluidsynth/ramsfont.h diff --git a/mingw/include/fluidsynth/seq.h b/support/mingw/include/fluidsynth/seq.h similarity index 100% rename from mingw/include/fluidsynth/seq.h rename to support/mingw/include/fluidsynth/seq.h diff --git a/mingw/include/fluidsynth/seqbind.h b/support/mingw/include/fluidsynth/seqbind.h similarity index 100% rename from mingw/include/fluidsynth/seqbind.h rename to support/mingw/include/fluidsynth/seqbind.h diff --git a/mingw/include/fluidsynth/settings.h b/support/mingw/include/fluidsynth/settings.h similarity index 100% rename from mingw/include/fluidsynth/settings.h rename to support/mingw/include/fluidsynth/settings.h diff --git a/mingw/include/fluidsynth/sfont.h b/support/mingw/include/fluidsynth/sfont.h similarity index 100% rename from mingw/include/fluidsynth/sfont.h rename to support/mingw/include/fluidsynth/sfont.h diff --git a/mingw/include/fluidsynth/shell.h b/support/mingw/include/fluidsynth/shell.h similarity index 100% rename from mingw/include/fluidsynth/shell.h rename to support/mingw/include/fluidsynth/shell.h diff --git a/mingw/include/fluidsynth/synth.h b/support/mingw/include/fluidsynth/synth.h similarity index 100% rename from mingw/include/fluidsynth/synth.h rename to support/mingw/include/fluidsynth/synth.h diff --git a/mingw/include/fluidsynth/types.h b/support/mingw/include/fluidsynth/types.h similarity index 100% rename from mingw/include/fluidsynth/types.h rename to support/mingw/include/fluidsynth/types.h diff --git a/mingw/include/fluidsynth/version.h b/support/mingw/include/fluidsynth/version.h similarity index 100% rename from mingw/include/fluidsynth/version.h rename to support/mingw/include/fluidsynth/version.h diff --git a/mingw/include/fluidsynth/voice.h b/support/mingw/include/fluidsynth/voice.h similarity index 100% rename from mingw/include/fluidsynth/voice.h rename to support/mingw/include/fluidsynth/voice.h diff --git a/mingw/include/pcap-bpf.h b/support/mingw/include/pcap-bpf.h similarity index 100% rename from mingw/include/pcap-bpf.h rename to support/mingw/include/pcap-bpf.h diff --git a/mingw/include/pcap-namedb.h b/support/mingw/include/pcap-namedb.h similarity index 100% rename from mingw/include/pcap-namedb.h rename to support/mingw/include/pcap-namedb.h diff --git a/mingw/include/pcap-stdinc.h b/support/mingw/include/pcap-stdinc.h similarity index 100% rename from mingw/include/pcap-stdinc.h rename to support/mingw/include/pcap-stdinc.h diff --git a/mingw/include/pcap/bluetooth.h b/support/mingw/include/pcap/bluetooth.h similarity index 100% rename from mingw/include/pcap/bluetooth.h rename to support/mingw/include/pcap/bluetooth.h diff --git a/mingw/include/pcap/bpf.h b/support/mingw/include/pcap/bpf.h similarity index 100% rename from mingw/include/pcap/bpf.h rename to support/mingw/include/pcap/bpf.h diff --git a/mingw/include/pcap/namedb.h b/support/mingw/include/pcap/namedb.h similarity index 100% rename from mingw/include/pcap/namedb.h rename to support/mingw/include/pcap/namedb.h diff --git a/mingw/include/pcap/pcap.h b/support/mingw/include/pcap/pcap.h similarity index 100% rename from mingw/include/pcap/pcap.h rename to support/mingw/include/pcap/pcap.h diff --git a/mingw/include/pcap/sll.h b/support/mingw/include/pcap/sll.h similarity index 100% rename from mingw/include/pcap/sll.h rename to support/mingw/include/pcap/sll.h diff --git a/mingw/include/pcap/usb.h b/support/mingw/include/pcap/usb.h similarity index 100% rename from mingw/include/pcap/usb.h rename to support/mingw/include/pcap/usb.h diff --git a/mingw/include/pcap/vlan.h b/support/mingw/include/pcap/vlan.h similarity index 100% rename from mingw/include/pcap/vlan.h rename to support/mingw/include/pcap/vlan.h diff --git a/projects/msvc15/VARCem.sln b/support/msvc15/VARCem.sln similarity index 100% rename from projects/msvc15/VARCem.sln rename to support/msvc15/VARCem.sln diff --git a/projects/msvc15/VARCem.vcxproj b/support/msvc15/VARCem.vcxproj similarity index 100% rename from projects/msvc15/VARCem.vcxproj rename to support/msvc15/VARCem.vcxproj diff --git a/projects/msvc15/VARCem.vcxproj.filters b/support/msvc15/VARCem.vcxproj.filters similarity index 100% rename from projects/msvc15/VARCem.vcxproj.filters rename to support/msvc15/VARCem.vcxproj.filters diff --git a/projects/msvc15/global.props b/support/msvc15/global.props similarity index 100% rename from projects/msvc15/global.props rename to support/msvc15/global.props