Projects
> youterm
> 0xFFFF
> radare
> glh
> xml2doc
> bluewall
> pvc-repo
> cvs-repo
> git-repo
> mesure
> wistumbler2
> acr

Posts (81)
> List of posts

> Mini update
> Accelerated dreams
> Paranoia?
> Changelog
> Graphs and 077n pwnk
> HNY2k7
> Maemo mooo
> HC pwned
> Long time no post
> USB Pawah Injector i boot reveng

Categories
> all*
> TWD(7)
> blog(5)
> bluetooth(4)
> conf(1)
> desktop(1)
> devel(8)
> family(8)
> hpcva(9)
> hurd(2)
> life(20)
> n770(3)
> netbsd(2)
> pkgsrc(2)
> reality(5)
> tips(2)
> tothink(2)

Links
+ del.icio.us
+ asterx
+ bee.es.gnu.org

nopcode
+gallery
+www.nopcode.org
+cvs.nopcode.org
+news.nopcode.org
+blogs.nopcode.org

Other Blogs
+ sKUrZ0
+ TripleDES
+ gospel
+ blyx
+ MiKi
+ plue
+ xtraeme
+ esteve
+ jmmv
+ pof
+ syvic
+ Yosh
+ k0ro
+ ESN
+ Brainstorm
+ BlackShell
+ Hubertf
+ TooMany
+ viric
+ ziberpunk

doblog
+ Makefile
+ Source
+ Readme
+ TODO
+ Changelog









 
 >>Tue, 14 Mar 2006 16:15:48 +0100

 family : Oldschool gaming


Porto uns dies ultraliat amb el tema del curs de GNU/Linux per artistes a mataró, i ja feia temps que no postejava.. Pero no vol dir que no faci res...estic bastant liat amb el gdvb (mireu el repo GIT), el doblog ja comença ser estable i ja tinc 4 users fent de betatesters, viam si postejo un tutorial sobre GIT ... Espero ara tenir més temps i estar més despejau. x)

Aixi que he decidit anar-me a comprar un gamepad i recompilar-me les maquines amb suport de CONFIG_USB_HID i CONFIG_INPUT_JOYDEV. Aqui teniu una foto del trasto que m'he pillat per 10e...un logitech precision.



Hi havia tb un marca-no-ti-fixis amb rumble i mil botons per 17e...pero dubto que l'emulador de gameboy suporti rumble...i no soc tant gamer com per necessitar-ho x"D

El problema es que la majoria de d'emuladors no rulen en powerpc...ja sigui pel tema del endian o pq usen asm-x86 per tot el que poden i més

Aixi que he hagut de fer un petit parche pel emulador de gameboy...Aqui teniu el diff:

  console:

--- gnuboy-1.0.3/lcd.c.orig 2001-12-07 18:39:35.000000000 +0100
+++ gnuboy-1.0.3/lcd.c 2006-03-14 04:28:12.000000000 +0100
@@ -748,8 +755,18 @@
if (y < 0) y = 0; if (y > 255) y = 255;
if (u < 0) u = 0; if (u > 255) u = 255;
if (v < 0) v = 0; if (v > 255) v = 255;
- PAL4[i] = (y<<fb.cc[0].l) | (y<<fb.cc[3].l)
- | (u<<fb.cc[1].l) | (v<<fb.cc[2].l);
+ PAL4[i] = (y<<fb.cc[1].l) | (y<<fb.cc[2].l)
+ | (u<<fb.cc[0].l) | (v<<fb.cc[3].l);


I ja de pas m'he retocat el gnuboy.rc per tenir unes tecles decents pel joystick i pel teclat (m'he posat les tecles del vim, aixi puc jugar a la gameboy amb el hjkl de tota la vida ) i es molt més practic x)

  console:

set scale 5
set density 3
set fullscreen 1

# vim-like keys
bind d +a
bind s +b
bind h +left
bind j +down
bind k +up
bind l +right


# Joystick
bind joyup +up
bind joydown +down
bind joyright +right
# 3
# 0 2
# 1
bind joy0 +select
bind joy3 +start
bind joy2 +a
bind joy1 +b


Buscant per romnation he trobat una rom interessant, ... un emulador de unix per gameboy! es bastant limitat..obviament, pero te 'ed' i tot


>> unix.gb

Te una cosa molt guapa..pero que encar no he probat... el "netcfg" que et permet conectar 2 gameboys pel link cable i fer telnet entre elles

El dgen l'obro amb els següents arguments pq xupi menys CPU, tothi aixi, la majoria d'emuladors son projectes abandonats i m'ho haure de currar per poder tenir la megadriver en el mac... .

  console:

$ dgen -n 600 -f -S 3 -j ~/emu/md/{rom-name}.smd


La veritat es que tenia ganes de tornar a jugar al Sonic amb un mando decent...i al AeroBlasters...i al MUSHA...

[add comment] [view comments] (2)

Comments:
from: India
date: Fri, 22 Sep 2006 02:25:16 +0200
title: My homepage

Thank you!
My homepage | Cool site


from: Brazil
date: Fri, 22 Sep 2006 02:28:32 +0200
title: My homepage

Nice site!