Fixed some idiosyncrasies involving the versioned folder names for the various emulators. Any compiled pdp*.js script (eg, pdp11.js) will be stored in the /versions/pdpjs folder, just as any compiled c1p*.js script will be stored in the /versions/c1pjs folder. Other emulators that don't use a "js" suffix in their name (eg, PCx86 and PC8080) are stored in /versions folders that mirror their names.

This commit is contained in:
Jeff Parsons 2016-10-11 12:19:54 -07:00 committed by Jeff Parsons
commit 30e67a015b
8 changed files with 111 additions and 97 deletions

View file

@ -100,6 +100,9 @@
color: #ffffff;
background-color: #404040;
}
.pcjs-tripled {
padding: 1px;
}
.pcjs-tripled-label {
text-align: right;
padding: 8px;