Author Topic: TI-Nspire GB Emulator  (Read 137787 times)

0 Members and 2 Guests are viewing this topic.

Offline Levak

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1002
  • Rating: +208/-39
    • View Profile
    • My website
Re: TI-Nspire GB Emulator
« Reply #330 on: August 17, 2011, 08:24:02 am »
i know the the screen is the problem btu why is the screenshot so good i wondered

Animated screenshoots are always made with an emulator. You can't make the same by clicking "unit screen shoot" 10 times a second :p
I do not get mad at people, I just want them to learn the way I learnt.
My website - TI-Planet - iNspired-Lua

Offline runeazn

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 191
  • Rating: +5/-3
    • View Profile
Re: TI-Nspire GB Emulator
« Reply #331 on: August 17, 2011, 08:58:59 am »
oh yeah lol XD

Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: TI-Nspire GB Emulator
« Reply #332 on: August 17, 2011, 01:02:46 pm »
Because computer screens (at least the ones that everybody uses nowadays) have very fast response times, usually less than a hundredth of a second. The exact same thing is being sent to the screen on both the calc and the emulator, it is the physical characteristics of the nspire's screen that causes the blurriness. There's nothing we can do about it short of opening up the calc and replacing the screen with a better one.

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: TI-Nspire GB Emulator
« Reply #333 on: August 17, 2011, 02:41:16 pm »
i know the the screen is the problem btu why is the screenshot so good i wondered
It was played on the computer.  The blur is not emulated, it's just played frame for frame.
« Last Edit: August 17, 2011, 02:41:43 pm by Darl181 »
Vy'o'us pleorsdti thl'e gjaemue

Offline calc84maniac

  • eZ80 Guru
  • Coder Of Tomorrow
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2912
  • Rating: +471/-17
    • View Profile
    • TI-Boy CE
Re: TI-Nspire GB Emulator
« Reply #334 on: August 17, 2011, 06:22:28 pm »
Hey guys, I just did some hex editing on top of Mrakoplaz's touchpad hack, and I got all the controls to function properly again! :D

ROM select menu:
ESC is quit
8,5 are up,down
ENTER is start rom

Game controls:
4,5,6,8 are arrows
TAB is A
CTRL is B
MENU is START
DEL is SELECT

Emulator controls are the same as clickpad:
ON is exit
+/- is change contrast
Hold x (multiplication) to speed up emulation
ex is save state
10x is load state
"Most people ask, 'What does a thing do?' Hackers ask, 'What can I make it do?'" - Pablos Holman

SirCmpwn

  • Guest
Re: TI-Nspire GB Emulator
« Reply #335 on: August 17, 2011, 08:52:02 pm »
Well done :)

Offline calc84maniac

  • eZ80 Guru
  • Coder Of Tomorrow
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2912
  • Rating: +471/-17
    • View Profile
    • TI-Boy CE
Re: TI-Nspire GB Emulator
« Reply #336 on: August 18, 2011, 12:46:28 am »
Okay, I redact that last version. I started a hex edit from scratch (meaning the clickpad version), and I successfully got full touchpad support! I remapped the keys accordingly:

ROM select menu:
up/down: select rom
click/enter: start rom

Game controls:
touchpad: arrows
doc: A
menu: B
var: START
del: SELECT

Emulator controls:
esc: quit
+/-: change contrast
x (multiplication): hold to remove speed limit
ex: save state
10x: load state
"Most people ask, 'What does a thing do?' Hackers ask, 'What can I make it do?'" - Pablos Holman

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: TI-Nspire GB Emulator
« Reply #337 on: August 18, 2011, 10:02:30 am »
Nice work! I saw about this in the IRC logs. Surely you are a wizard of some sort, with all this magical codification and whatnot. ;D

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: TI-Nspire GB Emulator
« Reply #338 on: August 18, 2011, 10:14:00 am »
Great job, calc84. ;D  How hard was it to hex edit the mess?

Offline ExtendeD

  • CoT Emeritus
  • LV8 Addict (Next: 1000)
  • *
  • Posts: 825
  • Rating: +167/-2
    • View Profile
Re: TI-Nspire GB Emulator
« Reply #339 on: August 22, 2011, 12:52:13 pm »
Great!
Could you edit the first post of the topic (or create a new topic) so that any new user can find this version easily?
Ndless.me with the finest TI-Nspire programs

Offline calc84maniac

  • eZ80 Guru
  • Coder Of Tomorrow
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2912
  • Rating: +471/-17
    • View Profile
    • TI-Boy CE
Re: TI-Nspire GB Emulator
« Reply #340 on: August 22, 2011, 12:57:48 pm »
Great!
Could you edit the first post of the topic (or create a new topic) so that any new user can find this version easily?
Actually, I've found that the way I currently handle the touchpad->dpad conversion is unsatisfactory, so I'll try to improve it (and also add numpad support back in for those who prefer that)
"Most people ask, 'What does a thing do?' Hackers ask, 'What can I make it do?'" - Pablos Holman

Offline myuusmeow

  • LV0 Newcomer (Next: 5)
  • Posts: 4
  • Rating: +0/-0
    • View Profile
Re: TI-Nspire GB Emulator
« Reply #341 on: October 15, 2011, 08:23:40 pm »
Hey, sorry to bump this, but has anyone had any luck getting either Mario's Picross or Mario's Picross 2 (Japan only)? I get to the menu but as soon as I try to start a puzzle the whole calculator freezes and I have to pull a battery.

Thanks!

Offline calc84maniac

  • eZ80 Guru
  • Coder Of Tomorrow
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2912
  • Rating: +471/-17
    • View Profile
    • TI-Boy CE
Re: TI-Nspire GB Emulator
« Reply #342 on: December 04, 2011, 01:05:16 pm »
I hex edited a TI-Nspire CX version, check it out! :D













"Most people ask, 'What does a thing do?' Hackers ask, 'What can I make it do?'" - Pablos Holman

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: TI-Nspire GB Emulator
« Reply #343 on: December 04, 2011, 01:06:07 pm »
omfg!
It looks awesome! XD
Sig wipe!

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: TI-Nspire GB Emulator
« Reply #344 on: December 04, 2011, 01:07:20 pm »
Oh my god !!!!
nonono, let me rephrase it.
Oh my calc84maniac !!!!
:P jk

This is <no word to explain it>
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