Author Topic: GBA emulator for nspire?  (Read 16566 times)

0 Members and 1 Guest are viewing this topic.

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: GBA emulator for nspire?
« Reply #15 on: December 29, 2011, 12:57:54 pm »
I always thought that SNES and GBA graphics are almost same?
Sig wipe!

Offline calc84maniac

  • eZ80 Guru
  • Coder Of Tomorrow
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2912
  • Rating: +471/-17
    • View Profile
    • TI-Boy CE
Re: GBA emulator for nspire?
« Reply #16 on: December 29, 2011, 01:04:10 pm »
I don't know much about the SNES graphics capabilities in comparison to GBA, but I do know that the SNES has a much slower CPU, which I think is only effectively 2.68 MHz. The GBA, on the other hand, has a 16.78MHz processor.
"Most people ask, 'What does a thing do?' Hackers ask, 'What can I make it do?'" - Pablos Holman

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: GBA emulator for nspire?
« Reply #17 on: December 29, 2011, 02:52:59 pm »
The graphics are very similar looking, but the hardware is different as are the capabilities. For one thing, the SNES and GBA have the same color range (65535 colors IIRC) but the SNES can only use a 256-color pallete at any time, a choice from that color range, where the GBA can use them all simultaneously.

Also, GBA emulation is not really possible on the DS without certain allowances. Note that the only GBA games run on the DS not to use extra hardware (google DSTWO flash cart) were actual games run through Slot 2. This is because it runs the actual GBA hardware inside, making the job significantly easier. The DSTWO adds a 500mhz cpu contained in the cart which helps even more. The DS can't really emulate the GBA by itself, as far as I've seen. The hardware isn't up to snuff.

Note that accessing the GBA hardware is (supposedly, I'm not going to stick my neck out here in case someone came up with new stuff) technically incapable of running the GBA hardware form from the DS card slot, which would be more akin to emulation.
« Last Edit: December 29, 2011, 02:58:11 pm by willrandship »

Offline chattahippie

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 358
  • Rating: +27/-0
  • Super Member! :D
    • View Profile
Re: GBA emulator for nspire?
« Reply #18 on: December 29, 2011, 03:20:56 pm »
I always thought that SNES and GBA graphics are almost same?
SNES is a 16-bit system
GBA is a 32-bit system

So, GBA is technically capable of better graphics

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: GBA emulator for nspire?
« Reply #19 on: December 29, 2011, 03:41:06 pm »
That's not technically true, since the GBA screen is limited to 32,768 colors. The Hardware is theoretically capable of addressing more, but the screen isn't, so the GBA is limited to the same overall color pallete as the SNES, with the exception of the pallete limitation.

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: GBA emulator for nspire?
« Reply #20 on: December 29, 2011, 06:36:27 pm »
so.... it's not possible to emulate GBA with cx?
Sig wipe!

Offline calc84maniac

  • eZ80 Guru
  • Coder Of Tomorrow
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2912
  • Rating: +471/-17
    • View Profile
    • TI-Boy CE
Re: GBA emulator for nspire?
« Reply #21 on: December 29, 2011, 08:56:53 pm »
so.... it's not possible to emulate GBA with cx?
Sure it's possible, but nobody knows what performance it will have until somebody writes one.
"Most people ask, 'What does a thing do?' Hackers ask, 'What can I make it do?'" - Pablos Holman

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: GBA emulator for nspire?
« Reply #22 on: December 29, 2011, 11:33:11 pm »
I wasn't trying to make a point on nspire capability of emulating the GBA. Calc84 would be a far superior source for that than me. I was just saying that the DS, while capable of SNES emulation, is not capable of true GBA emulation as we've seen thus far. Heck, it might even be capable of a TI-Boy style emulation, although no one has tried.