From 944feda3ce343d7aebba15093b685b9c909883e5 Mon Sep 17 00:00:00 2001 From: HertzDevil Date: Tue, 6 Dec 2016 09:05:37 +0800 Subject: [PATCH] 0.2.2 release --- NOTES.md | 5 +++-- version.h | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/NOTES.md b/NOTES.md index 1461f10..ac0813c 100644 --- a/NOTES.md +++ b/NOTES.md @@ -12,10 +12,11 @@ ###### Variants - _(TODO)_ + #### Game Gear (PSG) -- Same as SN76489, except all channels have L/R hardpanning +- Same as SN76489, except all channels have L/R hardpanning, and noise generation is slightly different #### T6W28 (NGP) @@ -35,7 +36,7 @@ _(TODO)_ #### N00 - N1F - **Name:** Panning setting -- **Target:** SN76489, ~~T6W28~~ +- **Target:** PSG, ~~T6W28~~ - **Default:** `N10` - **Description:** Changes the volume balance for the left and right output channels. `N01` is left, `N10` is center, `N1F` is right. The special `N00` silences both output channels. ~~Intermediate values are supported only by the T6W28 chip; it effectively decreases the output volume in one of the output channels, but never silences it unless `N01` or `N1F` is used.~~ diff --git a/version.h b/version.h index fc00d0a..71dc180 100644 --- a/version.h +++ b/version.h @@ -29,7 +29,7 @@ // Version info #define VERSION_MAJ 0 #define VERSION_MIN 2 -#define VERSION_REV 1 +#define VERSION_REV 2 #define VERSION_WIP 0