diff --git a/eleventy.config.js b/eleventy.config.js index 296d06e..f60a560 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -46,6 +46,7 @@ module.exports = function (eleventyConfig) { eleventyConfig.addPassthroughCopy("retro/atari-vga/*.jpg"); eleventyConfig.addPassthroughCopy("retro/laser-mouse/*.jpg"); eleventyConfig.addPassthroughCopy("retro/mega-st-high/*.jpg"); + eleventyConfig.addPassthroughCopy("retro/mistery-core/*.jpg"); // Root-level shared assets eleventyConfig.addPassthroughCopy({ "shared/base.css": "shared-base.css" }); diff --git a/retro/mistery-core/index.njk b/retro/mistery-core/index.njk index 7b8275b..2979f4b 100644 --- a/retro/mistery-core/index.njk +++ b/retro/mistery-core/index.njk @@ -20,12 +20,33 @@ parent: "/retro/"
I've prepared five configurations, each for a different use case:
+
+The MiSTery Core configuration selection screen, showing all five available setups.
+The same setup as on the Mega ST 4 "Low". With iTOS, pressing a number key and then space during boot selects the boot drive: 1 boots from D (GAMES), 2 from E (DEMOS), 3 from F (Medium Resolution). Exactly the way I have it on the real machine.
+
+The iTOS boot screen with the drive selection prompt.
+
+iTOS booting from the selected drive.
+
+A demo running after boot on the iTOS configuration.
+This is the most interesting configuration. On the real Mega 4 "Low", high resolution is limited to 640x400, which always felt small to me, hence the ET4000 experiments and eventually the Mega ST 4 "High". On the MiSTery Core, I can activate an FPGA recreation of the Viking graphics card. The original Viking had 1280x900, the FPGA version uses 1280x1024, which matches exactly the native resolution of my NEC monitor. Unlike the ET4000, which gives me 256 colours, the Viking is black and white only. But paired with Geneva and the faster 68020 processor, it's genuinely pleasant to work on. The core also emulates an EtherNEC and I have STinG configured for networking.
+
+The Viking configuration booting via EmuTOS.
+
+The Viking GEM desktop coming up.
+
+The Viking GEM desktop at full 1280x1024 resolution.
+
+Geneva running on the Viking card.
+
+The Geneva desktop with windows open, the final result.
+A slightly improved version of my high resolution configuration without the Viking card. I use this one for testing only.
diff --git a/retro/mistery-core/itos1.jpg b/retro/mistery-core/itos1.jpg new file mode 100644 index 0000000..0195733 Binary files /dev/null and b/retro/mistery-core/itos1.jpg differ diff --git a/retro/mistery-core/itos2.jpg b/retro/mistery-core/itos2.jpg new file mode 100644 index 0000000..f4f5ee0 Binary files /dev/null and b/retro/mistery-core/itos2.jpg differ diff --git a/retro/mistery-core/itos3.jpg b/retro/mistery-core/itos3.jpg new file mode 100644 index 0000000..1a065b8 Binary files /dev/null and b/retro/mistery-core/itos3.jpg differ diff --git a/retro/mistery-core/mistery-configs.jpg b/retro/mistery-core/mistery-configs.jpg new file mode 100644 index 0000000..66fca04 Binary files /dev/null and b/retro/mistery-core/mistery-configs.jpg differ diff --git a/retro/mistery-core/viking1.jpg b/retro/mistery-core/viking1.jpg new file mode 100644 index 0000000..50cdd70 Binary files /dev/null and b/retro/mistery-core/viking1.jpg differ diff --git a/retro/mistery-core/viking2.jpg b/retro/mistery-core/viking2.jpg new file mode 100644 index 0000000..fc2ef82 Binary files /dev/null and b/retro/mistery-core/viking2.jpg differ diff --git a/retro/mistery-core/viking3.jpg b/retro/mistery-core/viking3.jpg new file mode 100644 index 0000000..5cd3286 Binary files /dev/null and b/retro/mistery-core/viking3.jpg differ diff --git a/retro/mistery-core/viking4.jpg b/retro/mistery-core/viking4.jpg new file mode 100644 index 0000000..c047288 Binary files /dev/null and b/retro/mistery-core/viking4.jpg differ diff --git a/retro/mistery-core/viking5.jpg b/retro/mistery-core/viking5.jpg new file mode 100644 index 0000000..51dfebc Binary files /dev/null and b/retro/mistery-core/viking5.jpg differ