Skip to content

Commit

Permalink
0.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
HertzDevil committed Dec 6, 2016
1 parent d77c1d7 commit 944feda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
###### Variants

- _(TODO)_
<!-- https://github.com/mamedev/mame/blob/master/src/devices/sound/sn76496.cpp -->

#### 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)

Expand All @@ -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.~~

Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 944feda

Please sign in to comment.