Recent content by Tom666

  1. T

    GP32 software reset

    hello is it possible to reset the gp32 by software ? if so, how ? cheers
  2. T

    GP32 What do these colons mean ?

    shouldn't that be foo.Bits.Pause == 0 foo.Bits.Cart0IO == 0 foo.Bits.Cart1IO == 1 foo.Bits.spare == 22 ? not sure though, i rarely use unions, and i never use bitfields.
  3. T

    GP32 virtual methods

    nevermind, i found the problem. it's quite embarrassing =)
  4. T

    GP32 virtual methods

    hello i've installed devkitadvance r4 and chn's gp32 patch. compiling c++ programs works well, until i use virtual methods. then i get linker errors like these: C:\Documents and Settings\tom\My Documents\code\gp32\smbgp32>make c:/dkagp32/bin/arm-agb-elf-gcc -Wl,-T...
Back
Top