Skip to content

Commit

Permalink
add a logo for Vice
Browse files Browse the repository at this point in the history
  • Loading branch information
db48x committed Sep 1, 2018
1 parent d9f3ee9 commit 665e947
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
8 changes: 5 additions & 3 deletions loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,17 @@ 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"),
mame: img("other_logos/mame.png"),
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")
};
}

Expand Down Expand Up @@ -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;
}
Expand Down
16 changes: 16 additions & 0 deletions other_logos/vice.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 665e947

Please sign in to comment.