Author Topic: Hi I'm Z80man  (Read 6499 times)

0 Members and 1 Guest are viewing this topic.

Offline yunhua98

  • You won't this read sentence right.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2718
  • Rating: +214/-12
  • Go take a dive in the River Lethe.
    • View Profile
Re: Hi I'm Z80man
« Reply #15 on: December 29, 2010, 11:51:40 pm »
Oh, I see what you meant, yeah, but as ti assumes we are only making math programs, that's expected

Spoiler For =====My Projects=====:
Minor setback due to code messing up.  On hold for Contest.
<hr>
On hold for Contest.


Spoiler For ===Staff Memberships===:






Have you seen any good news-worthy programs/events?  If so, PM me with an article to be included in the next issue of CGPN!
The Game is only a demo, the code that allows one to win hasn't been done.
To paraphrase Oedipus, Hamlet, Lear, and all those guys, "I wish I had known this some time ago."
Signature Last Updated: 12/26/11
<hr>

Offline z80man

  • Casio Traitor
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 977
  • Rating: +85/-3
    • View Profile
Re: Hi I'm Z80man
« Reply #16 on: December 29, 2010, 11:56:09 pm »
Also 98% of the time when programming, the numbers I'm using are integers

List of stuff I need to do before September:
1. Finish the Emulator of the Casio Prizm (in active development)
2. Finish the the SH3 asm IDE/assembler/linker program (in active development)
3. Create a partial Java virtual machine  for the Prizm (not started)
4. Create Axe for the Prizm with an Axe legacy mode (in planning phase)
5. Develop a large set of C and asm libraries for the Prizm (some progress)
6. Create an emulator of the 83+ for the Prizm (not started)
7. Create a well polished game that showcases the ability of the Casio Prizm (not started)

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Hi I'm Z80man
« Reply #17 on: December 30, 2010, 01:25:33 am »
A bit late but welcome to Omnimaga! :D

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: Hi I'm Z80man
« Reply #18 on: December 30, 2010, 12:25:59 pm »
Btw, I don't quite understand how basic lacks integers?  Isn't that essential for a calc?
All math in basic is done with floating point variables which are much slower and take up more space
^this. I like having floating points for complex formulas, but personally I would do fine without them. Also they're a nuisance sometimes, because I have to prefix my formulas with int most of the time. The only bad part about integers is that you get out of range easier. It can be an hassle to have a RPG where your gold can reach 9999999, when the max is 65535.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

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: Hi I'm Z80man
« Reply #19 on: December 30, 2010, 12:30:02 pm »
Welcome here Z80Man. :) Do you still have these programs?
My two best basic programs were a slot machine game and a missile defence game. The missile defence game was very realistic with multiple enemies at varying speeds all at the same time, but ran way to slow for basic. I'm now porting it for axe.

Offline z80man

  • Casio Traitor
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 977
  • Rating: +85/-3
    • View Profile
Re: Hi I'm Z80man
« Reply #20 on: December 31, 2010, 03:35:20 pm »
Welcome here Z80Man. :) Do you still have these programs?
My two best basic programs were a slot machine game and a missile defence game. The missile defence game was very realistic with multiple enemies at varying speeds all at the same time, but ran way to slow for basic. I'm now porting it for axe.
The slot machine game got deleted in a crash, but it wouldn't be to hard to remake it. The missile defence game though is still a work in progress.

List of stuff I need to do before September:
1. Finish the Emulator of the Casio Prizm (in active development)
2. Finish the the SH3 asm IDE/assembler/linker program (in active development)
3. Create a partial Java virtual machine  for the Prizm (not started)
4. Create Axe for the Prizm with an Axe legacy mode (in planning phase)
5. Develop a large set of C and asm libraries for the Prizm (some progress)
6. Create an emulator of the 83+ for the Prizm (not started)
7. Create a well polished game that showcases the ability of the Casio Prizm (not started)