mirror of
https://github.com/Asraelite/littlebigcomputer.git
synced 2025-07-17 16:16:51 +00:00
Fix V8 emulator bugs
This commit is contained in:
parent
c45ad79440
commit
476972f85a
29 changed files with 281 additions and 18 deletions
|
@ -35,6 +35,10 @@ input[type="checkbox"] {
|
|||
"assembly-status machine-code-status";
|
||||
}
|
||||
|
||||
#page.emulator {
|
||||
grid-template-rows: 0fr 1fr 300px;
|
||||
}
|
||||
|
||||
@media (max-width: 900px) {
|
||||
#page {
|
||||
grid-template-columns: 1fr;
|
||||
|
@ -62,7 +66,7 @@ input[type="checkbox"] {
|
|||
grid-template-areas:
|
||||
"target-arch syntax-highlighting labels"
|
||||
"output-format source raw-output"
|
||||
"address-format none none";
|
||||
"address-format breakpoints focus-emulator";
|
||||
}
|
||||
|
||||
#controls>form>div {
|
||||
|
@ -81,6 +85,14 @@ input[type="checkbox"] {
|
|||
grid-area: raw-output;
|
||||
}
|
||||
|
||||
#config-focus-emulator {
|
||||
grid-area: focus-emulator;
|
||||
}
|
||||
|
||||
#config-breakpoints {
|
||||
grid-area: breakpoints;
|
||||
}
|
||||
|
||||
#config-line-numbers {
|
||||
grid-area: config-line-numbers;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue