51 Commits

Author SHA1 Message Date
Tony Toon
329af5cd67 adding terminfo install/uninstall scripts. (#127)
* adding terminfo install/uninstall scripts.

* check if terminfo src has changed before compiling.
2026-01-22 13:09:22 +08:00
Lethja
6650b4f006 Wifi SSH (#124)
* Corrected dialog pipe redirection so script works properly in SSH and TTY sessions

* Remove pointless sleep

* Removed unused code

* Use tab indentation instead of space (to save disk space)

* Removed flickering while connecting to an access point and yet another pointless sleep command
2025-09-11 14:41:15 +08:00
Lethja
a046ad03b9 Comment out systemctl line in wifi.sh (#122) 2025-08-29 14:29:21 +08:00
José Manuel Barroso Galindo
2f946459ac Validating parts under interleave elements (#121)
* Validating parts under interleave elements

* Fixing info creation
2025-07-30 12:46:58 +08:00
lubinatien
4aba51ac67 fix: Do not discard trailing spaces in ssids (#120)
Co-authored-by: lubinatien@gablem.eu <sebastien.lemercier@global.ntt>
2025-07-20 16:48:16 +08:00
birdybro
1bac7dd4e8 fix https://github.com/MiSTer-devel/Distribution_MiSTer/issues/30 (#79) 2022-02-20 15:36:51 +08:00
José Manuel Barroso Galindo
73455739a2 Case insensitive MRA parsing. (#73) 2021-12-07 18:00:37 +08:00
tofukazoo
4dce7618e7 Removed "MiSTer" hostname check (#69) 2021-10-11 03:53:10 +08:00
tofukazoo
d9d4aa92d3 Removed "MiSTer" hostname check (#68) 2021-10-11 03:52:48 +08:00
Locutus73
b9d436e71e Merge pull request #65 from misteraddons/master
Update README.md
2021-08-25 14:18:20 +02:00
Jack Burton
20799b9607 Update README.md 2021-08-24 21:14:05 -06:00
Locutus73
724312381b Merge pull request #38 from c0d3h4x0r/issue-37
fix Issue #37
2021-08-24 12:44:29 +02:00
Locutus73
bbc3e6e824 Rename change_hostname.sh to other_authors/change_hostname.sh 2021-08-24 12:39:42 +02:00
Locutus73
8fda19fef8 Rename change_hostname.ini to other_authors/change_hostname.ini 2021-08-24 12:39:24 +02:00
José Manuel Barroso Galindo
950c3f65c9 Ignoring missing crc is ignore_crc attribute is present in the element 2021-02-15 19:48:54 +01:00
José Manuel Barroso Galindo
2c5d1f603c Better CRC error detection 2021-02-14 17:59:23 +01:00
José Manuel Barroso Galindo
0d7b5156ce Better error handling and arguments added 2021-02-08 22:27:43 +01:00
David Shadoff
f239dfa982 Fixes for mra_rom_check
* Log mra_rom_check output to logfile

Since mra_rom_check can create a lot of output, and that output needs to be reviewed carefully, this fix causes to output to simultaneously be directed to a logfile.
- 'Scripts/Logs' subdirectory will be created if it does not already exist
- log output goes to Logs/mra_rom_check.log, which will be deleted and recreated each time it is run

* fixed error reporting with a mismatched rom

* Separate messages for missing MAME version

Too many MRA files are missing MAME version
- these drown out the real issues on the screen and in the logfile
- these don't appear to cause issues with the MRAs
- It is difficult to actually acquire "correct" data for these
-> This update outputs them to a separate logfile and suppresses them from the screen output (can easily be re-enabled later when/if this problem is under control)

Co-authored-by: Alan Steremberg <alanswx@users.noreply.github.com>
Co-authored-by: Alan Steremberg <alan.steremberg@gmail.com>
2021-01-25 18:43:49 +08:00
Keith F. Kelly
dc4d190470 add missing printMsgs function 2020-06-30 23:53:34 -07:00
Locutus73
96ca531e07 Merge pull request #29 from Balakov/master
Fix fast USB polling script "print" syntax
2020-05-03 18:26:31 +02:00
Balakov
b53bacabf9 Fix fast USB polling script "print" syntax
Running the USB polling script gives the error "SyntaxError: Missing parenthesis in call to 'print'. I've added the parenthesis.
2020-04-30 21:38:31 +01:00
Alan Steremberg
0e60a17512 fixed mame version 2020-04-29 15:58:43 -07:00
Alan Steremberg
d67b110de1 fixes 2020-04-29 15:29:21 -07:00
Alan Steremberg
c57b347e04 fixes for python3 2020-04-29 15:17:29 -07:00
Alan Steremberg
d879a86b75 fix indents 2020-04-29 13:52:29 -07:00
Alan Steremberg
876119aca1 added description of mra checker to readme 2020-04-26 16:03:33 -07:00
Locutus73
70e6f3a74b Merge pull request #25 from alanswx/master
mra rom checker
2020-04-24 10:51:24 +02:00
Alan Steremberg
2f4ac01500 mra rom checker 2020-04-08 14:10:21 -07:00
self_slaughter
31a4eea174 Remove build_mame_roms.sh 2020-03-09 14:06:41 +10:00
elexor
2a65f175a7 Fix typo 2020-02-04 22:51:23 +11:00
tofukazoo
140252a1d4 Update README.md 2020-01-27 08:01:04 -08:00
tofukazoo
fc55352830 Rename fast_USB_polling_on.sh to other_authors/fast_USB_polling_on.sh 2020-01-27 07:53:42 -08:00
tofukazoo
e843ea88ba Rename fast_USB_polling_off.sh to other_authors/fast_USB_polling_off.sh 2020-01-27 07:52:59 -08:00
self_slaughter
1eda094f39 1.6 - Adapt to new wiki layout 2019-12-04 19:17:59 +10:00
self_slaughter
875773bac7 Remove 1943 workaround 2019-11-10 19:25:52 +10:00
self_slaughter
985f30b146 1.5 - Attempt to future proof alt rom creation 2019-11-10 04:15:34 +10:00
self_slaughter
1cc3475b1d 1.4 - Show fails on screen / Generate report 2019-11-07 21:15:28 +10:00
self_slaughter
d7079fc431 1.3 - More special cases / More ini options 2019-11-07 17:23:48 +10:00
self_slaughter
1e91c7dc43 1.2 - Handle special cases 2019-10-28 02:12:55 +10:00
Locutus73
199ce79c91 Update README.md 2019-10-24 13:25:17 +02:00
Locutus73
6ba7d2b1e2 Update README.md 2019-10-24 13:23:46 +02:00
Locutus73
f52023a147 Rename wifi.sh to other_authors/wifi.sh 2019-10-24 13:22:15 +02:00
self_slaughter
bbdf326e2a 1.1 - Read mame dir from ini file instead of editing script directly 2019-10-06 01:39:48 +10:00
self_slaughter
e55da11587 Minor changes to README.md 2019-09-26 22:45:37 +10:00
self_slaughter
715f13bd6a Update readme with some info and link to flips source code 2019-09-26 22:32:14 +10:00
self_slaughter
d4761dcdd8 Update readme with some info and link to flips source code 2019-09-26 22:27:28 +10:00
self_slaughter
efabbd55e9 Move flips to /media/fat/linux 2019-09-26 22:05:32 +10:00
self_slaughter
af22b0ad46 Fix flips download 2019-09-24 23:14:03 +10:00
self_slaughter
05096c1c12 Version 1.0 2019-09-24 22:34:35 +10:00
Locutus73
c467f3a991 Update README.md 2019-09-24 13:56:20 +02:00