diff --git a/loader.js b/loader.js index 9eb910a3..3f601a77 100644 --- a/loader.js +++ b/loader.js @@ -12,10 +12,10 @@ var Module = null; return img; } - var logos = { ia: img("https://blog.archive.org/wp-content/uploads/2015/03/ia-logo-220x221-150x150.png"), - mame: img("https://archive.org/images/mame.png"), - mess: img("https://archive.org/images/mess.png"), - dosbox: img("https://archive.org/images/dosbox.png") + var logos = { ia: img("other_logos/ia-logo-150x150.png"), + mame: img("other_logos/mame.png"), + mess: img("other_logos/mess.png"), + dosbox: img("other_logos/dosbox.png") }; var SAMPLE_RATE = (function () { diff --git a/logo/emularity_color.png b/logo/emularity_color.png old mode 100755 new mode 100644 diff --git a/logo/emularity_color_small.png b/logo/emularity_color_small.png old mode 100755 new mode 100644 diff --git a/logo/emularity_dark.png b/logo/emularity_dark.png old mode 100755 new mode 100644 diff --git a/logo/emularity_light.png b/logo/emularity_light.png old mode 100755 new mode 100644 diff --git a/other_logos/dosbox.png b/other_logos/dosbox.png new file mode 100644 index 00000000..f1bc9759 Binary files /dev/null and b/other_logos/dosbox.png differ diff --git a/other_logos/ia-logo-150x150.png b/other_logos/ia-logo-150x150.png new file mode 100644 index 00000000..ce1a9a62 Binary files /dev/null and b/other_logos/ia-logo-150x150.png differ diff --git a/other_logos/mame.png b/other_logos/mame.png new file mode 100644 index 00000000..a46ab6db Binary files /dev/null and b/other_logos/mame.png differ diff --git a/other_logos/mess.png b/other_logos/mess.png new file mode 100644 index 00000000..991b5851 Binary files /dev/null and b/other_logos/mess.png differ