NEZamp NEZ(Zipped NSF) Input plugin for Winamp Version 0.9.1 by Mamiya

Introduction
------------

    NEZamp is a Winamp plugin that plays NSF and NEZ(Zipped NSF) files.

    NEZamp also emulates the following expansion sound chips:

        Konami   VRC6             Castle vania 3, Madara, ...
        Konami   VRC7             Lagrange Point
        Nintendo MMC5             Just Breed
        Nintendo FDS              Zelda(FDS), Castle vania 2(FDS), ...
        Namco    NAMCOT106        D.D.S.2, KingOfKings, ...
        Sunsoft  FME7             Gimmick!

Requirements
------------

    Winamp 2.x or later version.
    High performance wave output device.
    A Pentium 200MHz or faster is recommended for playing in best quality.

How to install
--------------

    Just copy the .DLL file included in the archive to the PLUGINS directory
    in your winamp directory after closing Winamp.

Setting
-------

    Sorry, current version has text-base setting only.

    plugin.ini:
    [NEZamp]
    DisableNSFExtension=0(default:NEZ & NSF),1(NEZ only for another plugin)
    Frequency=48000,44100(default),24000,22050,11025
    Priority=Highest,Higher,Normal(default),Lower,Lowest
    LoopCount=0(infinite),1(no loop),2(default),3,4,5...255
    FadeoutTime=5000(msec:default)
    DefaultPlayTime=300000(msec:default)
    DisplayRealPlayTime=0(compatible:default),1(loop & fadeout affected time)
    HookWinamp=0(old song selector),1(default)

Extend Playlist
---------------

    NEZamp extend M3U playlist format(v0.6)

    filename::NSF,songno,title,time(h:m:s),loop(h:m:s/h:m:s-/-),fade(h:m:s)

    filename  song file relative path(*.zip;*.nsf)

    songno    1-based song no

    title     song title

    time      song play time   h * 3600 + m * 60 + s (sec)
                Default time(5min) will be used, if time not specified.

    loop(h:m:s)
              loop length      h * 3600 + m * 60 + s (sec)
    loop(h:m:s-)
              loop start time  h * 3600 + m * 60 + s (sec)
    loop(-)
              loop length is equal to play time.
                Song will not loop, if loop not specified,

    fade      fadeout length   h * 3600 + m * 60 + s (sec)
                Default fadeout length(5sec) will be used, if time not specified.

    You may fail to play extend M3U because of winamp 2.6x's bug.
    Try M3U2PLS converter.

Credits
-------

    This program is free software.
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY.

    NEZamp Copyright (C) 2000 Mamiya

    zlib 1.1.3
    (C) 1995-1998 Jean-loup Gailly and Mark Adler
    zlib 1.1.3 or later version is needed to enable NEZ loading.

Contacts
--------

    My E-Mail address: mamiya@proc.org.tohoku.ac.jp

    NEZamp site: http://www.proc.org.tohoku.ac.jp/befis/

    zlib can be found at: http://www.cdrom.com/pub/infozip/zlib/zlib.html

    Winamp site: http://www.winamp.com/

Changes
-------

Version 0.9.1 Jun.21, 2000
    Added VRC7 tone(vrc7tone.bin) setting.
    Improved VRC7 tone, thanks to Kevin Horton and someone.
    Improved VRC7 sound emulation.
    Improved APU sound emulation.

Version 0.8 May.26, 2000
    Improved APU sound emulation.
    Improved VRC7 sound emulation.
    Improved 6502 emulation.

Version 0.7 May.13, 2000
    Added FDS sound emulation.
    Added FME7 sound emulation.
    Improved APU sound emulation.
    Improved N106 sound emulation.

Version 0.6 Mar.10, 2000
    Added song selector.

Version 0.5 Mar.09, 2000
    Added MMC5 multiplier emulation.

Version 0.4 Mar.09, 2000
    Added N106 sound emulation.

Version 0.3 Mar.08, 2000
    Added N106 sound emulation.
    Improved VRC7 sound emulation.

Version 0.2 Mar.07, 2000
    Added MMC5 sound emulation.

Version 0.1 Mar.06, 2000
    First release.

