Author Topic: NES EMMULLLATOR (FOR NSPIRE!)!  (Read 9762 times)

0 Members and 1 Guest are viewing this topic.

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: NES EMMULLLATOR (FOR NSPIRE!)!
« Reply #15 on: November 11, 2011, 08:45:32 pm »
Let's compare Lua to Javascript: People have written NES emulators in Javascript, and they are slow even on a modern PC. The TI-Nspire has a much slower processor than a PC, and Lua is even less suited for emulation than Javascript; it not only has the big problem of not having typed variables (any variable in JS or Lua can point to an object of any type, so the runtime has to do a type check on every operation), but also doesn't even seem to have bitwise operators (which are used extensively in emulators and are inefficient to build out of other operators).
Not to mention Lua is in constant danger of seeing functions removed in future OS versions (like what happened to sound in OS 3.1.0)
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: NES EMMULLLATOR (FOR NSPIRE!)!
« Reply #16 on: November 13, 2011, 10:22:56 am »
Make a pong console emulator!
If you like my work: why not give me an internet?








Offline Goplat

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 289
  • Rating: +82/-0
    • View Profile
Re: NES EMMULLLATOR (FOR NSPIRE!)!
« Reply #17 on: November 13, 2011, 01:45:13 pm »
The 1970s pong consoles weren't programmable; everything was done in hardware. So "emulating" one would just mean writing a pong game. :p
Numquam te deseram; numquam te deficiam; numquam circa curram et te desolabo
Numquam te plorare faciam; numquam valedicam; numquam mendacium dicam et te vulnerabo

Offline annoyingcalc

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1953
  • Rating: +140/-72
  • Found in Eclipse.exe
    • View Profile
Re: NES EMMULLLATOR (FOR NSPIRE!)!
« Reply #18 on: November 13, 2011, 01:48:30 pm »
yep but I want castlevania and smb3 on my nspire CX!!!!!!!!!!!!!!!1
This used to contain a signature.

Offline mrmprog

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 559
  • Rating: +35/-1
    • View Profile
Re: NES EMMULLLATOR (FOR NSPIRE!)!
« Reply #19 on: November 13, 2011, 02:04:35 pm »
yep but I want castlevania and smb3 on my nspire CX!!!!!!!!!!!!!!!1
Solution: Code them :)

Also, it may be a good idea to change the title, because it implies that an emulator was already made.

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: NES EMMULLLATOR (FOR NSPIRE!)!
« Reply #20 on: November 13, 2011, 02:43:16 pm »
True. Anyway the NES emu will most likely arrive on the CX after Ndless 3.0 did.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Jim Bauwens

  • Lua! Nspire! Linux!
  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1881
  • Rating: +206/-7
  • Linux!
    • View Profile
    • nothing...
Re: NES EMMULLLATOR (FOR NSPIRE!)!
« Reply #21 on: November 29, 2011, 07:10:53 am »
Not to mention Lua is in constant danger of seeing functions removed in future OS versions (like what happened to sound in OS 3.1.0)
I don't think they are going to remove any more functions like this though, but rather add new cool stuff ;)

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: NES EMMULLLATOR (FOR NSPIRE!)!
« Reply #22 on: November 29, 2011, 08:27:09 am »
Not to mention Lua is in constant danger of seeing functions removed in future OS versions (like what happened to sound in OS 3.1.0)
I don't think they are going to remove any more functions like this though, but rather add new cool stuff ;)
I hope so. ;D
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: NES EMMULLLATOR (FOR NSPIRE!)!
« Reply #23 on: December 25, 2011, 10:15:44 pm »
Yeah me too. I was just worried because of new OSes already removing stuff. But again, that stuff wasn't documented.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)