broken-neees
Version:
A really broken NEEES emulator that introduces glitches and random bugs on purpose!
9 lines (8 loc) • 308 B
JavaScript
;
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 = [4, 8, 16, 32, 64, 96, 128, 160, 202, 254, 380, 508, 762, 1016, 2034, 4068];
exports.default = _default;