|
1 | | -# SnevenTracker |
2 | | - |
3 | | -SnevenTracker (SN76489 Tracker) is a fork of FamiTracker version 0.4.6 that |
4 | | -emulates the Texas Instruments SN76489 sound chip, which is used in a wide |
5 | | -variety of computers and gaming consoles. The project's ultimate aim is to |
6 | | -implement multiple sound chips in a more modular manner than 0.4.6, in order to |
7 | | -provide insight into eventually supporting them in |
8 | | -[0CC-FamiTracker](https://github.com/HertzDevil/0CC-FamiTracker). |
9 | | - |
10 | | -As in 0CC-FT, all changes to the source code are marked with `// // //`. |
11 | | - |
12 | | -### Notes |
13 | | - |
14 | | -- Replaces 2A03 with SN76489, removes all expansion chips |
15 | | -- Tracker functionality chiefly based on MOD2PSG2 |
16 | | -- Produces `.snm` files, zero compatibility with FamiTracker or 0CC-FT except |
17 | | - for clipboard formats |
18 | | -- Should support multiple master clock rates and both versions of the LFSR, |
19 | | - also Game Gear stereo functionality |
20 | | -- Should support two instances of the SN76489, plus an extra sound chip |
21 | | -- Should support VGM logging (may be backported from 0CC-FamiTracker), KSS |
22 | | - export is planned |
| 1 | +# SnevenTracker |
| 2 | + |
| 3 | +SnevenTracker (SN76489 Tracker) is a fork of FamiTracker version 0.4.6 that |
| 4 | +emulates the Texas Instruments SN76489 sound chip, which is used in a wide |
| 5 | +variety of computers and gaming consoles. The project's ultimate aim is to |
| 6 | +implement multiple sound chips in a more modular manner than 0.4.6, in order to |
| 7 | +provide insight into eventually supporting them in |
| 8 | +[0CC-FamiTracker](https://github.com/HertzDevil/0CC-FamiTracker). |
| 9 | + |
| 10 | +As in 0CC-FT, all changes to the source code are marked with `// // //`. |
| 11 | + |
| 12 | +See `NOTES.md` for a brief overview of the stuffs actually added. |
| 13 | + |
| 14 | +### To-do |
| 15 | + |
| 16 | +- Should support multiple master clock rates and both versions of the LFSR |
| 17 | +- Should support two instances of the SN76489, plus an extra sound chip |
| 18 | +- KSS export is planned, but low priority |
0 commit comments