Skip to content

Instantly share code, notes, and snippets.

@m0rb
m0rb / ggaleste3_gg2sms.asm
Last active June 28, 2026 14:53
GG Aleste 3 SMS Conversion
; 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
@m0rb
m0rb / neocdz.xml
Created June 13, 2026 18:39
Samurai Spirits RPG Debug Menu - (MAME 0.288 Cheat XML)
<?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.
@m0rb
m0rb / tp800-debian7-2.6.26-ub.txt
Last active January 4, 2026 12:57
Thinkpad Power Series 800 (66MHz PowerPC 603, 16MB SIMM/16MB DRAM Card, BlueSCSI v2) - Debian Wheezy (7.0) / Kernel 2.6.26-prep - UnixBench
sh: 1: 3dinfo: not found
# # # # # # # ##### ###### # # #### # #
# # ## # # # # # # # ## # # # # #
# # # # # # ## ##### ##### # # # # ######
# # # # # # ## # # # # # # # # #
# # # ## # # # # # # # ## # # # #
#### # # # # # ##### ###### # # #### # #
Version 5.1.3 Based on the Byte Magazine Unix Benchmark
@m0rb
m0rb / .vimrc
Created November 22, 2025 18:59
.vimrc
set modelines=0
set ruler
set more
set autoread
set number
set hidden
set noautowrite
set lazyredraw
set showmode
set showcmd
@m0rb
m0rb / streamplace_websock.pl
Last active August 18, 2025 22:16
pango feed from a stream.place chat
#!/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;
@m0rb
m0rb / .config
Created September 12, 2024 14:47
buildroot 2024.08-rc3 config for Yealink T22P 7.73.*
#
# 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
@m0rb
m0rb / t22p.cap
Created September 10, 2024 13:14
T22p Console
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.
@m0rb
m0rb / cudy-tr3000-unixbench.txt
Created June 6, 2024 21:39
Cudy TR3000 v1 / OpenWrt UnixBench results
# # # # # # # ##### ###### # # #### # #
# # ## # # # # # # # ## # # # # #
# # # # # # ## ##### ##### # # # # ######
# # # # # # ## # # # # # # # # #
# # # ## # # # # # # # ## # # # #
#### # # # # # ##### ###### # # #### # #
Version 5.1.3 Based on the Byte Magazine Unix Benchmark
Multi-CPU version Version 5 revisions by Ian Smith,
@m0rb
m0rb / ac200-debian-sid_unixbench.txt
Last active June 27, 2024 22:02
Sun Microsystems Netra T1 AC200 - UnixBench Results
# # # # # # # ##### ###### # # #### # #
# # ## # # # # # # # ## # # # # #
# # # # # # ## ##### ##### # # # # ######
# # # # # # ## # # # # # # # # #
# # # ## # # # # # # # ## # # # #
#### # # # # # ##### ###### # # #### # #
Version 5.1.3 Based on the Byte Magazine Unix Benchmark
Multi-CPU version Version 5 revisions by Ian Smith,
@m0rb
m0rb / vt_tail.pl
Last active February 24, 2024 17:21
virustotal auto-uploader for stupid botnet droppers
#!/usr/bin/perl -w
use strict;
use warnings;
use utf8;
use DateTime;
use JSON;
use File::Tail;
use File::Basename;