Search found 559 matches

by Dwedit
Sat 02 Jan, 2010 12:53 pm
Forum: General TI Discussion
Topic: UnitedTI is screwed up, and can't send validation email
Replies: 2
Views: 10511

Re: UnitedTI is screwed up, and can't send validation email

Got a nice PM from Weregoose:
A little bird told me that email validation broke. I think I fixed it.

–Goose
by Dwedit
Thu 31 Dec, 2009 3:54 pm
Forum: General TI Discussion
Topic: UnitedTI is screwed up, and can't send validation email
Replies: 2
Views: 10511

UnitedTI is screwed up, and can't send validation email

UnitedTI's board appears to be screwed up and is unable to send validation emails, so my account there is temporarily locked. Would someone please kindly bug an adminstrator there about the issue?
by Dwedit
Wed 27 May, 2009 10:31 pm
Forum: Programming Help
Topic: Why asm sucks today.
Replies: 11
Views: 20336

Re: Why asm sucks today.

For me, the worst common mistake is the backwards LD instruction. Seems that it happens way too often.
by Dwedit
Sat 16 May, 2009 10:27 am
Forum: General TI Discussion
Topic: APack decompression for Z80!
Replies: 9
Views: 19017

Re: APack decompression for Z80!

Now rehosted on my domain:
http://www.dwedit.org/files/apack_demo.zip

Also attached here too.
by Dwedit
Thu 22 Jan, 2009 7:56 pm
Forum: Programming Help
Topic: Group and ungroup from command line?
Replies: 1
Views: 7593

Group and ungroup from command line?

Where can I find a program that will group and ungroup files from the command line?
The TI Graph Link software loves to rename programs which begin with a theta (Venus).
by Dwedit
Mon 19 Jan, 2009 12:27 am
Forum: BBC BASIC
Topic: [News] BBC BASIC Beta Testing - 2009/03/06 r720
Replies: 158
Views: 231547

Re: [News] BBC BASIC Beta Testing - 2008/01/18 r577

Just editing the first post to indicate that it is indeed 2009, not 2008.
by Dwedit
Mon 01 Dec, 2008 2:24 am
Forum: General TI Discussion
Topic: Looking for linking software that supports apps
Replies: 21
Views: 33584

Re: Looking for linking software that supports apps

Tried "Userport" yet?
by Dwedit
Sun 30 Nov, 2008 9:44 am
Forum: BBC BASIC
Topic: Original Progress Thread
Replies: 119
Views: 199057

Re: Original Progress Thread

Are you forced to use line numbers? Any way to automatically renumber line numbers in case you want to add more than 10 lines of code between two previous lines of code? Any way to edit a program and never see line numbers?
by Dwedit
Sun 23 Nov, 2008 4:54 am
Forum: Announce Your Projects
Topic: Touhou Project 83+
Replies: 11
Views: 39246

Re: Touhou Project 83+

I still have no idea how it would be possible to dodge those bullets on hardware. The bullets are there and gone again before they've even faded onto the screen. I think the effort is great and all, it just looks like it would fail miserably if anyone tried to play it anywhere other than an emulator...
by Dwedit
Wed 19 Nov, 2008 7:02 pm
Forum: Off Topic
Topic: DIY Z80 Computing
Replies: 53
Views: 97280

Re: DIY Z80 Computing

Look around you.

Look around you.

Look around you.
by Dwedit
Fri 07 Nov, 2008 5:49 am
Forum: Programming Help
Topic: Division
Replies: 4
Views: 11218

Re: Division

I just used a stolen disassembly of the TI-83 ROM's _divhlbya for any calc that didn't define that routine (*cough* TI-85)
by Dwedit
Sun 05 Oct, 2008 8:49 pm
Forum: Announce Your Projects
Topic: I think I should finish bubble bobble
Replies: 11
Views: 20924

Re: I think I should finish bubble bobble

I once tried the link assist disable feature, but the code still didn't work on the TI83+SE. Still not sure if I was correctly using the link assist disable. Never mind that I have absolutely no calcs other than a single TI83 to test this stuff out with. If anyone with two 83+SE's/84+'s wants to hel...
by Dwedit
Sun 05 Oct, 2008 2:32 pm
Forum: Announce Your Projects
Topic: I think I should finish bubble bobble
Replies: 11
Views: 20924

Re: I think I should finish bubble bobble

The TI83+SE and TI84+ don't have a link port controlled the same way. My existing code which works on the TI83+ fails on the TI83+SE and TI84+.
Those calcs instead use the link assist port to transmit data. Code written to turn the lines up and down fails.
by Dwedit
Sun 05 Oct, 2008 8:23 am
Forum: Announce Your Projects
Topic: I think I should finish bubble bobble
Replies: 11
Views: 20924

Re: I think I should finish bubble bobble

Is Bell compatible with the TI83+SE or TI84+ series? I see nothing in there to suggest that.
by Dwedit
Sun 05 Oct, 2008 7:07 am
Forum: Programming Help
Topic: [TI-ASM] Understanding Greyscale
Replies: 14
Views: 26037

Re: [TI-ASM] Understanding Greyscale

The LCD wraps rows just like you would expect, both when going up and down. The LCD wraps columns when going left and right, but it uses the full 120 pixel width instead of 96 pixels. It is also possible to get to an out of range column, either by changing between 8-bit and 6-bit mode, or by writing...