diff --git a/fc/js/nes-embed.js b/fc/js/nes-embed.js index fc12a80..4f64810 100644 --- a/fc/js/nes-embed.js +++ b/fc/js/nes-embed.js @@ -12,7 +12,6 @@ var audio_samples_L = new Float32Array(SAMPLE_COUNT); var audio_samples_R = new Float32Array(SAMPLE_COUNT); var audio_write_cursor = 0, audio_read_cursor = 0; - // require(['network.js'], function (foo) { // network = foo // }); diff --git a/fc2/index.html b/fc2/index.html index 084afde..f9ec85f 100644 --- a/fc2/index.html +++ b/fc2/index.html @@ -7,12 +7,6 @@