UNPKG

broken-neees

Version:

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

39 lines (38 loc) 633 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = { HORIZONTAL: { $2000: 0x000, $2400: 0x000, $2800: 0x400, $2C00: 0x400 }, VERTICAL: { $2000: 0x000, $2400: 0x400, $2800: 0x000, $2C00: 0x400 }, ONE_SCREEN_LOWER_BANK: { $2000: 0x000, $2400: 0x000, $2800: 0x000, $2C00: 0x000 }, ONE_SCREEN_UPPER_BANK: { $2000: 0x400, $2400: 0x400, $2800: 0x400, $2C00: 0x400 }, FOUR_SCREEN: { $2000: 0x000, $2400: 0x400, $2800: 0x800, $2C00: 0xc00 } }; exports.default = _default;