UNPKG

nes-emu

Version:

A NES emulator

8 lines (7 loc) 358 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; /** Length counter table. Registers use its values to initialize length counters (LCL). */ var _default = exports.default = [10, 254, 20, 2, 40, 4, 80, 6, 160, 8, 60, 10, 14, 12, 26, 14, 12, 16, 24, 18, 48, 20, 96, 22, 192, 24, 72, 26, 16, 28, 32, 30];