Search found 3846 matches

by tr1p1ea
Sun 26 Dec, 2004 3:27 am
Forum: General TI Discussion
Topic: Didn't get activation email, and some greyscale raycaster
Replies: 27
Views: 26582

With RIGVIEW im pretty sure that it interlaces by byte by taking a byte from the first buffer and copying it to the screen then taking the next 2 from the next buffer and copying it to the screen, basically mixes them all up in one pass rather than switching between 2 complete buffers. This reduces ...
by tr1p1ea
Sun 26 Dec, 2004 3:15 am
Forum: General TI Discussion
Topic: Error in VTI
Replies: 15
Views: 8885

These boards will not provide links to any illegal material. If you want to do it yourselves (via email or what-not) then we cant stop you, but please dont discuss it here.
by tr1p1ea
Sun 26 Dec, 2004 3:14 am
Forum: News and Information
Topic: MaxCoderz themed style!
Replies: 49
Views: 52309

Hey, i like it Kozak :) ... Is there any Corbin in there?
by tr1p1ea
Sun 26 Dec, 2004 3:13 am
Forum: General TI Discussion
Topic: [ASM Editors] Which ASM editor do you use?
Replies: 28
Views: 23269

Yeah i just use notepad :).
by tr1p1ea
Fri 24 Dec, 2004 11:55 pm
Forum: Off Topic
Topic: Merry Christmas
Replies: 7
Views: 6929

Merry Christmas

Just wanted to wish everyone a merry Christmas and all that stuff :).
by tr1p1ea
Fri 24 Dec, 2004 6:47 am
Forum: Desolate
Topic: Once again... Desolate Map!!
Replies: 17
Views: 34434

Haha, i never thought anyone would do this! :).

Good work ;).

Oh and the enemies have become known as the 'Cyclone' for the small one and the 'Squeamer' for the big one :).
by tr1p1ea
Wed 22 Dec, 2004 8:58 pm
Forum: Programming Help
Topic: [TI ASM] Asm Help
Replies: 19
Views: 9689

Yes so if you were to store say $FEBC at your ArbitraryAddress (on a z80), in memory it would look like:

(ArbitraryAddress) = $BC
(ArbitraryAddress+1) = $FE
by tr1p1ea
Wed 22 Dec, 2004 10:57 am
Forum: Programming Help
Topic: [TI ASM] Asm Help
Replies: 19
Views: 9689

If you want to store it in HL you would have to do something akin to:

Code: Select all

ld a,(hl)
inc hl
ld h,(hl)
ld l,a
by tr1p1ea
Tue 21 Dec, 2004 7:05 am
Forum: Programming Help
Topic: [TI ASM-LIB] Possible xLib problems
Replies: 2
Views: 3972

Hhhmmm... its been a while since i looked at xLIB. This was in pure basic (you werent making MOS compatible?) right? You have to be careful when you access matrix elements, if you try to go out of bounds strange things can happen ... i cant remember if i added any error checking or not. As for sprit...
by tr1p1ea
Tue 21 Dec, 2004 6:26 am
Forum: General TI Discussion
Topic: Linking Troubles ...
Replies: 2
Views: 4464

Linking Troubles ...

Hey, i didnt really want to put this in 'Programming Help' as it isnt programming related. I am having trouble linking to my calcs. I have an original Gray GraphLink from TI that used to work fine about 2 weeks ago, then one day everything stopped. So i figured it was the cable so i attempted to rep...
by tr1p1ea
Tue 21 Dec, 2004 12:22 am
Forum: Off Topic
Topic: Half Life 2
Replies: 44
Views: 28501

Yes i bought it when it first came out, passed it and uninstalled it. It is a great game, but the story and such could have been better. Still its the best game ive played in a year or so.
by tr1p1ea
Mon 20 Dec, 2004 7:39 am
Forum: Off Topic
Topic: DS or PSP?
Replies: 95
Views: 35580

I also voted for DS.

Although the psp is a good piece of hardware, i dont believe it allows for the same amount of innovation that the DS does. Coupled with the fact that i have heard some bad things about the psp's battery life.

The DS is just too cool! :).
by tr1p1ea
Mon 20 Dec, 2004 6:29 am
Forum: Announce Your Projects
Topic: Chip's Challenge
Replies: 22
Views: 13365

Chips Challenge is an excellent game, i cant wait to see what you guys come up with! :).
by tr1p1ea
Mon 20 Dec, 2004 12:52 am
Forum: General TI Discussion
Topic: POTY
Replies: 16
Views: 17342

POTY

Well, although 83/83+/84+ etc and 85/86 voting is over ... 68k voting is still open.

Just wondering what people think is deserving of POTY.

Also do you think MaxCoderz can bag another winner in the 83/83+/84+ section? :).

Personally i liked CoBB's "Acelgoyobis" ... truely a great game :).
by tr1p1ea
Mon 20 Dec, 2004 12:40 am
Forum: General TI Discussion
Topic: Didn't get activation email, and some greyscale raycaster
Replies: 27
Views: 26582

This is SE only tech though?