Author Topic: General Discussion  (Read 77021 times)

0 Members and 1 Guest are viewing this topic.

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Let's build our own calculator!
« Reply #90 on: August 06, 2010, 02:22:27 pm »
What is this Pandora project I keep hearing about?

Also, I just realized something. We have said this calculator needs to do math but it also needs to be able to graph too.

With the idea about using a TI product, who knows. Maybe we could show them how to use there technology correctly :P
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline nemo

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1203
  • Rating: +95/-11
    • View Profile
Re: Let's build our own calculator!
« Reply #91 on: August 06, 2010, 02:22:45 pm »
Quote
although there might be some problems with ti about it
'

i extremely doubt TI will have problems with us forking over cash for their profit. a consumer would have to do something pretty bad to be shunned from the business of a corporation..


_player1537

  • Guest
Re: Let's build our own calculator!
« Reply #92 on: August 06, 2010, 02:24:32 pm »

Offline Happybobjr

  • James Oldiges
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2325
  • Rating: +128/-20
  • Howdy :)
    • View Profile
Re: Let's build our own calculator!
« Reply #93 on: August 06, 2010, 02:25:16 pm »
so how exactly are we going to start this?
School: East Central High School
 
Axe: 1.0.0
TI-84 +SE  ||| OS: 2.53 MP (patched) ||| Version: "M"
TI-Nspire    |||  Lent out, and never returned
____________________________________________________________

_player1537

  • Guest
Re: Let's build our own calculator!
« Reply #94 on: August 06, 2010, 02:26:19 pm »
We should get KermM to help with us maybe.  Since he has an EE major I think.  But I think first things first, decide on the chips to use.

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Let's build our own calculator!
« Reply #95 on: August 06, 2010, 02:26:21 pm »
I highly suggest figuring out exactly what the specifications are in terms of processors, chip sets, etc. and get the software written first.
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

_player1537

  • Guest
Re: Let's build our own calculator!
« Reply #96 on: August 06, 2010, 02:27:05 pm »
Imo, the case should be last.  Spiff it up when it is done.  In the opening states, it can look like crap :P

Offline calc84maniac

  • eZ80 Guru
  • Coder Of Tomorrow
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2912
  • Rating: +471/-17
    • View Profile
    • TI-Boy CE
Re: Let's build our own calculator!
« Reply #97 on: August 06, 2010, 02:27:41 pm »
We should get KermM to help with us maybe.  Since he has an EE major I think.  But I think first things first, decide on the chips to use.
For the Z80 project, definitely use an eZ80 :)
"Most people ask, 'What does a thing do?' Hackers ask, 'What can I make it do?'" - Pablos Holman

_player1537

  • Guest
Re: Let's build our own calculator!
« Reply #98 on: August 06, 2010, 02:28:29 pm »
I wonder if we could use existing z80 code for the ez80, like no porting over (besides recompiling it... I think *shrug*)

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Let's build our own calculator!
« Reply #99 on: August 06, 2010, 02:30:32 pm »
Imo, the case should be last.  Spiff it up when it is done.  In the opening states, it can look like crap :P

To be perfectly frank, the case basically has to come last. Yes, we can have designs but the building needs to be last because we have to fit the design to the insides. If we build first then we limit what we can use.
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Let's build our own calculator!
« Reply #100 on: August 06, 2010, 02:30:35 pm »
Probably not, since a bunch of the equivalents right now only work with the calc, and it's ports.

Offline calc84maniac

  • eZ80 Guru
  • Coder Of Tomorrow
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2912
  • Rating: +471/-17
    • View Profile
    • TI-Boy CE
Re: Let's build our own calculator!
« Reply #101 on: August 06, 2010, 02:30:57 pm »
I wonder if we could use existing z80 code for the ez80, like no porting over (besides recompiling it... I think *shrug*)
It is completely backwards compatible, so we can use existing z80 code (but we would still have to port it to not use or reference TI-OS at all, of course)
"Most people ask, 'What does a thing do?' Hackers ask, 'What can I make it do?'" - Pablos Holman

_player1537

  • Guest
Re: Let's build our own calculator!
« Reply #102 on: August 06, 2010, 02:31:23 pm »
Ahh, forgot about that.  Good point.

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: Let's build our own calculator!
« Reply #103 on: August 06, 2010, 02:36:49 pm »
Well, if it's a real z80, then we should, maybe with really minor changes.

remember though, all of the asm written will be for a monochrome 96x64 (probably wrong :P) resolution and we will want to rewrite most stuff for the better specs.   ;) direct portability would be nice, of course.

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Let's build our own calculator!
« Reply #104 on: August 06, 2010, 02:38:05 pm »
I don't think we should make the calc with portability in mind.  It would be much better on the new calc, anyway.