Skip to content

Commit 944feda

Browse files
committed
0.2.2 release
1 parent d77c1d7 commit 944feda

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

NOTES.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@
1212
###### Variants
1313

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

1617
#### Game Gear (PSG)
1718

18-
- Same as SN76489, except all channels have L/R hardpanning
19+
- Same as SN76489, except all channels have L/R hardpanning, and noise generation is slightly different
1920

2021
#### T6W28 (NGP)
2122

@@ -35,7 +36,7 @@ _(TODO)_
3536
#### N00 - N1F
3637

3738
- **Name:** Panning setting
38-
- **Target:** SN76489, ~~T6W28~~
39+
- **Target:** PSG, ~~T6W28~~
3940
- **Default:** `N10`
4041
- **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.~~
4142

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
// Version info
3030
#define VERSION_MAJ 0
3131
#define VERSION_MIN 2
32-
#define VERSION_REV 1
32+
#define VERSION_REV 2
3333

3434
#define VERSION_WIP 0
3535

0 commit comments

Comments
 (0)