Michael Green

Results 14 issues of Michael Green

Would be really useful if the page containing the EJS could expose a function that returns a directory structure (perhaps as a dictionary), and allow those files to be downloaded...

M3U support appears to be missing from the Amiga core, but is working fine in the C64 core (I've only tested these two). When I use the same M3U archive...

At present the disk switcher only says "Disk 1", "Disk 2", etc. Thinking this could be confusing as double sided disks are labeled the same way with Disk 1 Side...

The code was already in place, but was restricted to only running on the NDS (for testing I assume?). This PR removes that check to make pointer capture available for...

enhancement

This section of code prioritises ISOs over CUEs, and should be the other way around: ```javascript if (supportedFile !== null) { this.fileName = supportedFile; } else { this.fileName = fileNames[0];...

bug

**Is your feature request related to a problem? Please describe.** Thought it might help speed adoption, provide inspiration, etc if users could export their channel line up/schedule (on a per...

enhancement
size:xl

Add Intellivision support. Core is available here: https://github.com/libretro/FreeIntv Looks like @ethanaobrien took a look at it two years ago (see: https://github.com/EmulatorJS/EmulatorJS/issues/315), but that was before the rewrite, so might be...

New cores

Since we’re using the LLM to generate tags, it might also be useful to generate a short summary of the page’s content.

feature request

For first time installs to simplify setup, pre-create the entire directory structure for all supported platforms. An option using a check-box could also be provided during initial setup to turn...