furnace/doc/7-systems/pce.md

35 lines
1.4 KiB
Markdown
Raw Normal View History

2022-01-16 06:10:43 +00:00
# PC Engine/TurboGrafx-16
2022-03-26 18:55:20 +00:00
a console from NEC that, depending on a region:
2023-09-10 06:44:29 +00:00
- attempted to enter the fierce battle between Nintendo and Sega, but because its capabilities are a mix of third and fourth generation, it failed to last long (US and Europe), or
- was Nintendo's most fearsome rival, completely defeating Sega Mega Drive and defending itself against Super Famicom (Japan).
2022-01-16 06:10:43 +00:00
it has 6 wavetable channels and the last two ones also double as noise channels.
2022-03-26 18:55:20 +00:00
furthermore, it has some PCM and LFO!
2022-01-16 06:10:43 +00:00
2023-09-11 00:34:13 +00:00
## effects
2022-01-16 06:10:43 +00:00
- `10xx`: **change wave.**
- `11xx`: **toggle noise mode.** only available in the last two channels.
- `12xx`: **setup LFO.** the following values are accepted:
2022-01-16 06:10:43 +00:00
- `00`: LFO disabled.
- `01`: LFO enabled, shift 0.
- `02`: LFO enabled, shift 4.
- `03`: LFO enabled, shift 8.
- when LFO is enabled, channel 2 is muted and its output is passed to channel 1's frequency.
- `13xx`: **set LFO speed.**
2023-08-05 08:45:00 +00:00
- `17xx`: **toggle LEGACY sample mode.**
2023-11-01 17:25:26 +00:00
- **this effect exists only for compatibility reasons! its use is NOT recommended. use Sample type instruments instead.**
2023-09-11 00:34:13 +00:00
## info
this chip uses the [PC Engine](../4-instrument/pce.md) instrument editor.
2023-11-01 17:25:26 +00:00
## channel status
2023-11-01 23:37:28 +00:00
the following icons are displayed when channel status is enabled in the pattern view:
- noise mode (channels 5 and 6 only):
- ![noise mode off](status-PCE-noise-off.png) off
- ![noise mode on](status-PCE-noise-on.png) on