Skip to content

Commit

Permalink
VirtualBeeb link
Browse files Browse the repository at this point in the history
  • Loading branch information
8bitkick committed Dec 1, 2021
1 parent a039480 commit 79fa8db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions src/owlet-editor.less
Original file line number Diff line number Diff line change
Expand Up @@ -384,9 +384,8 @@ input {
align-content: center;
}

#jsbeeb_button{
display:none;
}


#jsbeeb_button{
background-color: #88cccc;
}
2 changes: 1 addition & 1 deletion src/owlet.js
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ export class OwletEditor {

jsbeeb: () =>
window.open(
`https://bbc.godbolt.org/?embedBasic=${encodeURIComponent(
`https://virtual.bbcmic.ro/?embedBasic=${encodeURIComponent(
this.getBasicText()
)}&rom=gxr.rom`,
"_blank"
Expand Down
2 changes: 1 addition & 1 deletion src/root.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h2><a class="name"></a>

</div>
<div class="footer" id="emu_footer">
<button class="bottom" data-action="jsbeeb" id="jsbeeb_button" title="Load the current code into a full emulator">JSbeeb</button>
<button class="bottom" data-action="jsbeeb" id="jsbeeb_button" title="Load the current code into a full emulator">VirtualBeeb</button>
<button data-action="rocket" id="rocket" title="send to beebjit">🚀</button>
<div id="emu_status"></div>
</div>
Expand Down

0 comments on commit 79fa8db

Please sign in to comment.