1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-26 10:21:30 +00:00

fixed typescript 'finally' error

This commit is contained in:
Steven Hugg
2019-12-27 10:27:29 -06:00
parent 7a7c3d7255
commit acc05564a1
3 changed files with 9 additions and 6 deletions
-2
View File
@@ -74,14 +74,12 @@ function testPlatform(exports, platform_id, platform_name, numPresets) {
///
/*
testPlatform(this, 'vcs', 'Atari 2600', 35);
testPlatform(this, 'nes', 'NES', 30);
testPlatform(this, 'vicdual', 'VIC Dual', 7);
testPlatform(this, 'mw8080bw', 'Midway 8080', 3);
testPlatform(this, 'galaxian-scramble', 'Galaxian/Scramble', 3);
testPlatform(this, 'vector-z80color', 'Atari Color Vector (Z80)', 3);
*/
testPlatform(this, 'williams-z80', 'Williams (Z80)', 3);
// TODO testPlatform(this, 'sound_williams-z80', 'Williams Sound (Z80)', 1);
testPlatform(this, 'coleco', 'ColecoVision', 12);