UNPKG

broken-neees

Version:

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

9 lines (8 loc) 305 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; /** A list of all DPCM periods. The `DMCControl` register points to this table. */ var _default = [214, 190, 170, 160, 143, 127, 113, 107, 95, 80, 71, 64, 53, 42, 36, 27]; exports.default = _default;