1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-20 15:16:38 +00:00

c64: presets, new vsync

This commit is contained in:
Steven Hugg
2022-08-11 15:27:20 -05:00
parent 340ef9a4bc
commit 472b9f952d
41 changed files with 2122 additions and 355 deletions
+1
View File
@@ -243,6 +243,7 @@ describe('Worker', function() {
});
it('should compile C64 cc65 skeleton', function(done) {
var csource = ab2str(fs.readFileSync('presets/c64/skeleton.cc65'));
csource = csource.replace('#include "','//');
compile('cc65', csource, 'c64.wasm', done, 3001, 3, 0);
});
it('should compile zmachine inform6 skeleton', function(done) {