Author Topic: Play SNES Games on your ti-nspire CX  (Read 17788 times)

0 Members and 2 Guests are viewing this topic.

Offline annoyingcalc

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1953
  • Rating: +140/-72
  • Found in Eclipse.exe
    • View Profile
Re: Play SNES Games on your ti-nspire CX
« Reply #15 on: August 29, 2012, 01:37:39 pm »
Wow seems interesting. Also I wonder if this other SNES emu would work better than Pocket SNES? http://www.snesadvance.org/index.html
Yes, that is what I thought too, seeing this one's last update (after 2005) happened after PocketSNES' last update (Feb 16th, 2004). I also looked at the compatibility list and this one seems to have the largest (or maybe PocketSNES was not tested with a lot of roms).
pocket SNES was tested, only like 20 games work I have a list of maybe 200-300 games compatability list for pocket snes

EDIT holy cow the one DJ_O mentioned is a lot better (I think its the same one just updated)
« Last Edit: August 29, 2012, 01:55:27 pm by annoyingcalc »
This used to contain a signature.

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: Play SNES Games on your ti-nspire CX
« Reply #16 on: August 29, 2012, 02:39:27 pm »
yeah. the latter one runs super metroid XD
Sig wipe!

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Play SNES Games on your ti-nspire CX
« Reply #17 on: August 30, 2012, 01:09:30 am »
Does it run faster?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: Play SNES Games on your ti-nspire CX
« Reply #18 on: August 30, 2012, 11:14:23 am »
idk, but the first one mentioned couldn't even run one. XP
Sig wipe!

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: Play SNES Games on your ti-nspire CX
« Reply #19 on: August 30, 2012, 02:54:44 pm »
No one even mentioned SNESAdvance, the first SNES emu for the GBA.

If you want porting, I'd recommend looking at some of the DS emus, like SnemulDS. They actually support sound, and run things full speed.

Edit: Oh wait, SnesAdvance was mentioned :P whoops
« Last Edit: August 30, 2012, 02:58:33 pm by willrandship »

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: Play SNES Games on your ti-nspire CX
« Reply #20 on: August 30, 2012, 03:00:55 pm »
No one even mentioned SNESAdvance, the first SNES emu for the GBA.
DJ_O did here:

Wow seems interesting. Also I wonder if this other SNES emu would work better than Pocket SNES? http://www.snesadvance.org/index.html


If you want porting, I'd recommend looking at some of the DS emus, like SnemulDS. They actually support sound, and run things full speed.
But the question is: is there one in C ? Let's hope calc84maniac finds one in C and ports it :P jk
« Last Edit: August 30, 2012, 03:01:03 pm by Hayleia »
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s

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: Play SNES Games on your ti-nspire CX
« Reply #21 on: August 30, 2012, 03:54:57 pm »
Snemul appears to use mostly C, but there are a few c++ files in the ARM7 source.

That's actually another issue: DS Emulators will probably use the second core, which doesn't exist on the nspire.

Offline annoyingcalc

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1953
  • Rating: +140/-72
  • Found in Eclipse.exe
    • View Profile
Re: Play SNES Games on your ti-nspire CX
« Reply #22 on: August 30, 2012, 03:57:53 pm »
Ok PocketSNES was snesadvance only an older version.
This used to contain a signature.

Offline calc84maniac

  • eZ80 Guru
  • Coder Of Tomorrow
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2912
  • Rating: +471/-17
    • View Profile
    • TI-Boy CE
Re: Play SNES Games on your ti-nspire CX
« Reply #23 on: August 30, 2012, 04:39:24 pm »
Snemul appears to use mostly C, but there are a few c++ files in the ARM7 source.

That's actually another issue: DS Emulators will probably use the second core, which doesn't exist on the nspire.
More importantly, they'd use the 2D graphics engine to mostly offload the rendering from the CPU. It would probably be a much better idea to do another port from the GP2X or similar.
"Most people ask, 'What does a thing do?' Hackers ask, 'What can I make it do?'" - Pablos Holman