1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-21 06:16:43 +00:00

added neslib2.cfg that uses full ZP segment, NROM256; fixed test

This commit is contained in:
Steven Hugg
2019-08-21 11:14:30 -04:00
parent 505901b37f
commit 7678c26c9c
12 changed files with 12 additions and 708 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ global.window = dom.window;
global.document = dom.window.document;
dom.window.Audio = null;
global.Image = function() { }
global['$'] = require("jquery/jquery-2.2.3.min.js");
global['$'] = require("jquery/jquery-3.4.1.min.js");
includeInThisContext('src/cpu/z80.js');
includeInThisContext('src/cpu/6809.js');
global['buildZ80'] = global.window.buildZ80;