UNPKG

broken-neees

Version:

A really broken NEEES emulator that introduces glitches and random bugs on purpose!

9 lines (8 loc) 304 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; /** A list of all noise periods. The `NoiseForm` register points to this table. */ var _default = [2, 4, 8, 16, 32, 48, 64, 80, 101, 127, 190, 254, 381, 508, 1017, 2034]; exports.default = _default;