From: Scott M. <gb...@li...> - 2004-08-05 18:10:23
|
Forgive my memory, I've just found the project... There was/is a card reader device for the GC. I've never owned one, but if I understand correctly, it plugged into a game port, then you swiped trading cards with barcode/dot patterns that eventually loaded a mini game. I'm assuming it came with a disk as well. In other words, the disk lets you load programs through a game port, possibly even store them on flash for later? If you had the card reader disk, would it be possible to reverse engineer the card reader device and come up with a patch cord to directly load up programs from another computer? Or for that matter, maybe a small boot loader program could be written and printed in the paper card format that would contain enough code to get the network up and a real boot loader running? Scott -- Nothing goes to waste when Little Fish are near! (http://www.littlefish.ca) |
From: Groepaz <gr...@gm...> - 2004-08-05 18:27:33
|
On Thursday 05 August 2004 20:10, Scott Mazur wrote: > Forgive my memory, I've just found the project... >=20 > There was/is a card reader device for the GC. I've never owned one, but = if=20 > I understand correctly, it plugged into a game port, then you swiped trad= ing=20 > cards with barcode/dot patterns that eventually loaded a mini game. I'm= =20 > assuming it came with a disk as well. In other words, the disk lets you= =20 > load programs through a game port, possibly even store them on flash for= =20 > later? >=20 > If you had the card reader disk, would it be possible to reverse engineer= =20 > the card reader device and come up with a patch cord to directly load up= =20 > programs from another computer? Or for that matter, maybe a small boot=20 > loader program could be written and printed in the paper card format that= =20 > would contain enough code to get the network up and a real boot loader=20 > running? =E4=E4=E4=E4h...wasnt that a device made for the GBA ? (which btw, has been= cracked already) gpz |
From: Scott M. <sc...@li...> - 2004-08-05 19:25:29
|
On Thu, 5 Aug 2004 20:25:53 +0200, Groepaz wrote > On Thursday 05 August 2004 20:10, Scott Mazur wrote: > > Forgive my memory, I've just found the project... > > > > There was/is a card reader device for the GC. I've never owned one, but if > > I understand correctly, it plugged into a game port, then you swiped trading > > cards with barcode/dot patterns that eventually loaded a mini game. I'm > > assuming it came with a disk as well. In other words, the disk lets you > > load programs through a game port, possibly even store them on flash for > > later? > > > > If you had the card reader disk, would it be possible to reverse engineer > > the card reader device and come up with a patch cord to directly load up > > programs from another computer? Or for that matter, maybe a small boot > > loader program could be written and printed in the paper card format that > > would contain enough code to get the network up and a real boot loader > > running? > > ääääh...wasnt that a device made for the GBA ? (which btw, has been cracked > already) Hmm... you're probably right. It's been a while since I looked at one. Along those same lines... We've got a GBA adapter sitting under our GC. Presumable the boot disk for GBA games does some sort of load-and-convert of the GB cartridge. Would it be possible to create a custom GBA boot cartridge? Scott -- Nothing goes to waste when Little Fish are near! (http://www.littlefish.ca) |
From: Groepaz <gr...@gm...> - 2004-08-05 19:44:16
|
On Thursday 05 August 2004 21:25, Scott Mazur wrote: > We've got a GBA adapter sitting under our GC. Presumable the boot disk for > GBA games does some sort of load-and-convert of the GB cartridge. Would it > be possible to create a custom GBA boot cartridge? no, the gba player is basically a gba that just uses the gc for video output. no gba code is executed or emulated by the gc at all. gpz |
From: Scott M. <gb...@li...> - 2004-08-05 20:33:56
|
On Thu, 5 Aug 2004 21:42:37 +0200, Groepaz wrote > On Thursday 05 August 2004 21:25, Scott Mazur wrote: > > > We've got a GBA adapter sitting under our GC. Presumable the boot disk for > > GBA games does some sort of load-and-convert of the GB cartridge. Would it > > be possible to create a custom GBA boot cartridge? > > no, the gba player is basically a gba that just uses the gc for > video output. no gba code is executed or emulated by the gc at all. That explains alot (not too surprisingly). So I guess all the load disk needs to do is redirect the controller inputs. Can that bottom port be made to do anything more useful than this? I'm picturing an aftermarket base that's not much more than a hacked up USB hub. Scott -- Nothing goes to waste when Little Fish are near! (http://www.littlefish.ca) |
From: Groepaz <gr...@gm...> - 2004-08-05 20:50:52
|
On Thursday 05 August 2004 22:33, Scott Mazur wrote: > That explains alot (not too surprisingly). So I guess all the load disk > needs to do is redirect the controller inputs. > > Can that bottom port be made to do anything more useful than this? I'm > picturing an aftermarket base that's not much more than a hacked up USB hub. yeah something like that can probably be done... read the patents for the specs, its pretty much the same as the sram port on the n64. gpz |