mirror of
https://github.com/db48x/emularity.git
synced 2026-07-27 19:56:37 +00:00
add a logo for Vice
This commit is contained in:
@@ -58,7 +58,8 @@ var Module = null;
|
||||
mess: img("/images/mame.png"),
|
||||
dosbox: img("/images/dosbox.png"),
|
||||
sae: img("/images/sae.png"),
|
||||
pce: img("/images/pce.png")
|
||||
pce: img("/images/pce.png"),
|
||||
vice: img("/images/vice.svg")
|
||||
};
|
||||
} else {
|
||||
images = { ia: img("other_logos/ia-logo-150x150.png"),
|
||||
@@ -66,7 +67,8 @@ var Module = null;
|
||||
mess: img("other_logos/mame.png"),
|
||||
dosbox: img("other_logos/dosbox.png"),
|
||||
sae: img("other_logos/sae.png"),
|
||||
pce: img("other_logos/pce.png")
|
||||
pce: img("other_logos/pce.png"),
|
||||
vice: img("other_logos/vice.svg")
|
||||
};
|
||||
}
|
||||
|
||||
@@ -155,7 +157,7 @@ var Module = null;
|
||||
get_files = get_pce_files;
|
||||
}
|
||||
else if (module && module.indexOf("vice") === 0) {
|
||||
emulator_logo = images.ia; // TODO: Use VICE or C64 logo
|
||||
emulator_logo = images.vice;
|
||||
cfgr = VICELoader;
|
||||
get_files = get_vice_files;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="172px" height="48px" viewBox="0 0 228.5 64" enable-background="new 0 0 228.5 64" xml:space="preserve" fill="#ffffff" fill-opacity="1">
|
||||
<path d="M40,0v48c-13.25-0.11-24-12.629-24-28c0-7.829,2.771-14.914,7.226-20H4.389C1.59,6.005,0,12.8,0,20
|
||||
c0,24.197,17.928,43.891,40,43.995L56,64V0H40z"/>
|
||||
<polygon points="60,16 60,30 76,30 90,16 "/>
|
||||
<polygon points="90,48 76,34 60,34 60,48 "/>
|
||||
<path d="M122.5,18v20c-8.163-0.049-14.643-5.277-14.643-12c0-3.426,1.899-5.777,4.643-8h-12
|
||||
c-1.724,2.625-2.5,4.85-2.5,8c0,10.586,10.902,19.955,24.5,20h10V18H122.5z"/>
|
||||
<path d="M178.5,34v2c0,1.104-1.121,2-2.5,2h-11c-1.379,0-2.5-0.896-2.5-2v-8c0-1.104,1.121-2,2.5-2h11
|
||||
c1.379,0,2.5,0.896,2.5,2v2h10v-2c0-5.514-5.607-10-12.5-10h-11c-6.893,0-12.5,4.486-12.5,10v8c0,5.514,5.607,10,12.5,10h11
|
||||
c6.893,0,12.5-4.486,12.5-10v-2H178.5z"/>
|
||||
<path d="M228.5,35v-7c0-5.516-5.605-10-12.5-10h-11c-6.891,0-12.5,4.484-12.5,10v8c0,5.512,5.609,10,12.5,10h11
|
||||
c6.473,0,11.807-3.955,12.438-9H218.5c0,1.652-2.242,3-5,3h-6c-2.758,0-5-1.348-5-3v-2H228.5z M207.5,24h6c2.758,0,5,1.344,5,3v2
|
||||
h-16v-2C202.5,25.344,204.742,24,207.5,24z"/>
|
||||
<rect x="138.5" y="18" width="10" height="28"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
Reference in New Issue
Block a user