broken-neees
Version:
A really broken NEEES emulator that introduces glitches and random bugs on purpose!
38 lines (37 loc) • 623 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = exports.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
}
};