2016-03-04 18:41:03 +01:00
<!DOCTYPE html>
< html >
< head >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge,chrome=1" >
< title > System Bus Radio< / title >
< meta name = "description" content = "Simulator for MIPS" >
< link rel = "stylesheet" href = "main.css" >
< script src = "./airgap.js" > < / script >
< / head >
< body >
< div class = "header" >
System Bus Radio
< / div >
< div class = "content" >
< / br >
< input type = "button" value = "Play Song" onclick = "start()" > < / br > < / br >
2016-03-08 06:20:38 +01:00
< textarea id = "logs" style = "width:70%;min-height:100px" > Tested with Chrome at 1560Khz< / textarea >
< textarea id = "tones" style = "width:70%;min-height:200px" >
Feel free to edit the code below. Just make sure you keep to the format that it's in and have all of the punctuation.
:beep frequency=2673 length=400;
:beep frequency=2349 length=400;
:beep frequency=2093 length=400;
:beep frequency=2349 length=400;
:beep frequency=2673 length=400;
:beep frequency=2673 length=400;
:beep frequency=2673 length=790;
:beep frequency=2349 length=400;
:beep frequency=2349 length=400;
:beep frequency=2349 length=790;
:beep frequency=2673 length=400;
:beep frequency=3136 length=400;
:beep frequency=3136 length=790;
:beep frequency=2673 length=400;
:beep frequency=2349 length=400;
:beep frequency=2093 length=400;
:beep frequency=2349 length=400;
:beep frequency=2673 length=400;
:beep frequency=2673 length=400;
:beep frequency=2673 length=400;
:beep frequency=2673 length=400;
:beep frequency=2349 length=400;
:beep frequency=2349 length=400;
:beep frequency=2673 length=400;
:beep frequency=2349 length=400;
:beep frequency=2093 length=790;< / textarea >
2016-03-04 18:41:03 +01:00
< div style = "font-size:14px" > Ported by Yeo Quan Yang. Credits to the original author William Entriken @https://github.com/fulldecent< / div > < br / >
2016-03-05 00:22:03 +01:00
< div style = "font-size:14px" > Project site at < a href = "https://github.com/fulldecent/system-bus-radio" > https://github.com/fulldecent/system-bus-radio< / a > < / div > < br / >
< div style = "font-size:14px" > List of computers that work and what frequency to try at < a href = "https://github.com/fulldecent/system-bus-radio/blob/master/TEST-DATA.tsv" > https://github.com/fulldecent/system-bus-radio/blob/master/TEST-DATA.tsv< / a > < / div >
< / div >
2016-03-04 18:41:03 +01:00
< / body >
2016-03-05 00:22:03 +01:00
< / html >