Skip to content

Commit 49be6cb

Browse files
committed
Link demo gallery to Emu page
1 parent f6a87a7 commit 49be6cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Modern 8-bit Computer
1313
It blends the core principles of 8-bit computing with modern hardware components, making it practical and capable of handling everyday tasks.
1414

1515
<div class="hero-split">
16-
<div><span class="emu-gallery"><iframe id="emu-gallery-frame" title="X65 Emu" src="/emu/emu.html?disable-speaker-icon&disable-gui&file=roms/mixed_modes.xex"></iframe><a id="emu-gallery-link" href="/emu/emu.html?file=roms/mixed_modes.xex" target="_blank" rel="noopener" aria-label="Open the X65 Emu in a new tab"></a></span></div>
16+
<div><span class="emu-gallery"><iframe id="emu-gallery-frame" title="X65 Emu" src="/emu/emu.html?disable-speaker-icon&disable-gui&file=roms/mixed_modes.xex"></iframe><a id="emu-gallery-link" href="/emu/?rom=roms/mixed_modes.xex"></a></span></div>
1717
<div><a href="/timeline.html"><img src="/media/2025-07-21_DEV-board.png" alt="X65 DEV-board"></a></div>
1818
</div>
1919

@@ -32,7 +32,7 @@ It blends the core principles of 8-bit computing with modern hardware components
3232
while (demos.length > 1 && next === current);
3333
current = next;
3434
frame.src = '/emu/emu.html?disable-speaker-icon&disable-gui&file=' + next;
35-
link.href = '/emu/emu.html?file=' + next;
35+
link.href = '/emu/?rom=' + next;
3636
}
3737
setInterval(swap, 30000);
3838
})();

0 commit comments

Comments
 (0)