mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2026-04-21 21:16:51 +00:00
added segment view to z80 targets
This commit is contained in:
+9
-4
@@ -410,15 +410,20 @@ div.markdown th {
|
||||
background-color:#999;
|
||||
}
|
||||
.segment.segment-ram {
|
||||
background-color:#aaffaa;
|
||||
background-color:#aaeeaa;
|
||||
}
|
||||
.segment.segment-rom {
|
||||
background-color:#ddddff;
|
||||
padding-top:1em;
|
||||
padding-bottom:1em;
|
||||
background-color:#ccddff;
|
||||
}
|
||||
.segment.segment-io {
|
||||
background-color:#ffcccc;
|
||||
}
|
||||
.segment-offset {
|
||||
font-family: "Andale Mono", "Menlo", "Lucida Console", monospace;
|
||||
font-size: 12pt;
|
||||
color:#66dd66;
|
||||
}
|
||||
.vertical-scroll {
|
||||
height:100%;
|
||||
overflow-y:auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user