shithub: rc

ref: 795628872061e01a6708455aa10f8b938a3993a2
dir: rc/2600

View raw version
#!/bin/rc
echo resize `{echo $vgasize |\
	awk -Fx '{
		a=$1/320;
		b=$2/222;
		c=int(b<a?b:a);
		if(c*320 == $1 || c*222 == $2)
			c--;
		print "-dx", c*320+8, "-dy", c*222+8
	}'
} >/dev/wctl
if(~ $1 -j)
	nusb/joy /dev/usb/ep^$2^.0 | joygba | {games/2600 -a $*(3-) || games/2600 $*(3-)}
if not
	games/2600 -a $* || games/2600 $*