This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; GG Aleste 3 - Game Gear to Master System patchset | |
| ; Version 1.3 - 06/28/2026 - by morb | |
| ; CHANGES: | |
| ; v1.3 - Revised Genesis pad handler: force pin TH high every read. | |
| ; Accidentally left out of v1.2 by means of a copy/paste error. | |
| ; v1.2 - Look-up table improvements, gradients, and effects | |
| ; v1.1 - Original Genesis pad handler | |
| ; v1.0 - Initial release |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0"?> | |
| <!-- | |
| Samurai Spirits RPG debug mode | |
| Found some dev/QA code at PROG.PRG $2EB20 that enables debug mode. | |
| Can't find any input/codepath triggers for it, so cheat mode it is. | |
| Chapter select menu, debug and testing functions at character select. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sh: 1: 3dinfo: not found | |
| # # # # # # # ##### ###### # # #### # # | |
| # # ## # # # # # # # ## # # # # # | |
| # # # # # # ## ##### ##### # # # # ###### | |
| # # # # # # ## # # # # # # # # # | |
| # # # ## # # # # # # # ## # # # # | |
| #### # # # # # ##### ###### # # #### # # | |
| Version 5.1.3 Based on the Byte Magazine Unix Benchmark |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set modelines=0 | |
| set ruler | |
| set more | |
| set autoread | |
| set number | |
| set hidden | |
| set noautowrite | |
| set lazyredraw | |
| set showmode | |
| set showcmd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/perl -w | |
| use strict; | |
| use warnings; | |
| use utf8; | |
| use DateTime::Format::RFC3339; | |
| use AnyEvent::WebSocket::Client; | |
| use JSON::Parse qw(parse_json); | |
| $| = 1; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # Automatically generated file; DO NOT EDIT. | |
| # Buildroot 2024.08-rc3 Configuration | |
| # | |
| BR2_HAVE_DOT_CONFIG=y | |
| BR2_HOST_GCC_AT_LEAST_4_9=y | |
| BR2_HOST_GCC_AT_LEAST_5=y | |
| BR2_HOST_GCC_AT_LEAST_6=y | |
| BR2_HOST_GCC_AT_LEAST_7=y | |
| BR2_HOST_GCC_AT_LEAST_8=y |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CurrentThreadId:450, TaskOfQueue:450 | |
| �������������������������������������������������������������������������������?����_�����������������K�yD�f�&,5��r�$c#�$dF�`" | |
| Basic POST completed... Success. | |
| Last reset cause: Hardware reset (Power-on reset) | |
| PSPBoot1.4 rev: 1.4.2.6 | |
| BootLoader Version : T22-2.0.0.1 (Jul 22 2013,22:52:41) | |
| (c) Copyright 2001-2008 Xiamen Yealink Network Technology Co.,Ltd | |
| All Rights Reserved. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # # # # # # # ##### ###### # # #### # # | |
| # # ## # # # # # # # ## # # # # # | |
| # # # # # # ## ##### ##### # # # # ###### | |
| # # # # # # ## # # # # # # # # # | |
| # # # ## # # # # # # # ## # # # # | |
| #### # # # # # ##### ###### # # #### # # | |
| Version 5.1.3 Based on the Byte Magazine Unix Benchmark | |
| Multi-CPU version Version 5 revisions by Ian Smith, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # # # # # # # ##### ###### # # #### # # | |
| # # ## # # # # # # # ## # # # # # | |
| # # # # # # ## ##### ##### # # # # ###### | |
| # # # # # # ## # # # # # # # # # | |
| # # # ## # # # # # # # ## # # # # | |
| #### # # # # # ##### ###### # # #### # # | |
| Version 5.1.3 Based on the Byte Magazine Unix Benchmark | |
| Multi-CPU version Version 5 revisions by Ian Smith, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/perl -w | |
| use strict; | |
| use warnings; | |
| use utf8; | |
| use DateTime; | |
| use JSON; | |
| use File::Tail; | |
| use File::Basename; |
NewerOlder