Search found 7 matches

by pocomane
Fri Sep 18, 2020 3:24 pm
Forum: Linux
Topic: Macro Recording and Replaying System [Feature Request]
Replies: 0
Views: 1414

Macro Recording and Replaying System [Feature Request]

Hi, I was thinking to a macro record/replay feature (handled linux side). 1) Is there some interest in the community for such feature? 2) Did someone already try to implement it? 3) Are there any plan to implement it in the future? 4) In case I develop it by myself, are there any chance that it will be eventually merged in the main repository? My p...
by pocomane
Fri Jul 17, 2020 1:15 pm
Forum: Linux
Topic: Support for Linux-side Interfaces [Feature Request]
Replies: 17
Views: 14766

Re: Support for Linux-side Interfaces [Feature Request]

Digging into https://github.com/nilp0inter/MiSTer_WebMenu I found it is using a system similar to the one described in this thread. But it leverages mount points and a "Fake" /dev/input file instead of modifying MiSTer_Main app.

It should be possible to create a standalone command line launcher using this method.
by pocomane
Wed Jul 15, 2020 8:06 am
Forum: Linux
Topic: Support for Linux-side Interfaces [Feature Request]
Replies: 17
Views: 14766

Re: Support for Linux-side Interfaces [Feature Request]

dentnz wrote: Tue Jul 14, 2020 11:27 pm Would a possible work-around be to use the existing bootrom functionality?
As Sorgelig pointed out (https://github.com/MiSTer-devel/Main_Mi ... -612410931), this does not work for all the cores. In any case, at least a command to change the boot rom path could be added. So we can avoid the file copy.
by pocomane
Mon Jul 13, 2020 6:32 am
Forum: Linux
Topic: Support for Linux-side Interfaces [Feature Request]
Replies: 17
Views: 14766

Re: Support for Linux-side Interfaces [Feature Request]

I like the simple way you achieved this here, but this can no longer work due to refactoring of code The force_file command was superseeded by the scan_mask_add one ( https://github.com/pocomane/Main_MiSTer/commit/52f5679e3cd14cf42d9ffd2a5786614cc380b301 ), that seemed more polished to me. In both you have to select a rom from the menu (manually o...
by pocomane
Sat Jul 11, 2020 4:24 pm
Forum: Linux
Topic: Support for Linux-side Interfaces [Feature Request]
Replies: 17
Views: 14766

Re: Support for Linux-side Interfaces [Feature Request]

Loading a rom from the command line should already work with my patch (practically it is the core of the patch). A script should just write the following lines to /dev/MiSTer_cmd: - scan_mask_add /path/to/rom - select_a_rom - scan_clear This still uses the "Input emulation" and "Fake filesystem" methods (and as I said, I would b...
by pocomane
Wed Jun 17, 2020 1:49 pm
Forum: Linux
Topic: Support for Linux-side Interfaces [Feature Request]
Replies: 17
Views: 14766

Re: Support for Linux-side Interfaces [Feature Request]

I just believe that the MiSTer can archieve its goals without giving up the
convenience of a launcher or other linux-side administration interfaces. However,
I take note that this kind of features are not of interest. So, sorry for the noise,
and thank you for the MiSTer.
by pocomane
Tue Jun 16, 2020 9:17 am
Forum: Linux
Topic: Support for Linux-side Interfaces [Feature Request]
Replies: 17
Views: 14766

Support for Linux-side Interfaces [Feature Request]

I would like Main_MiSTer to support linux-side interfaces or launchers [1]. I had some working code [2] but I would be happy if a better solution pops out. This is mainly a Feature Request, however I will discuss my prototype implementation for concreteness. I will suppose that no change to the core framework can be done. Moreover I highlight that ...