1
0
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:
Steven Hugg
2019-02-21 17:41:59 -05:00
parent 11fc96d891
commit af0e3ed064
3 changed files with 78 additions and 15 deletions
+9 -4
View File
@@ -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;
}