[A83] Re: Mario for ashell


[Prev][Next][Index][Thread]

[A83] Re: Mario for ashell




ionFastCopy is STILL too fast on the later TI83's even the latest version.

Anyway, would it be possible to slow down the fastcopy routine by 
disassembling it and replacing one pair of canceling instructions with a 
slower pair? (ie replace 'inc hl \ dec hl' with 'push hl \ pop hl'?)


>From: "Henk Poley" <HPoley@DDS.nl>
>Reply-To: assembly-83@lists.ticalc.org
>To: <assembly-83@lists.ticalc.org>
>Subject: [A83] Re: Mario for ashell
>Date: Wed, 18 Jul 2001 20:36:43 +0200
>MIME-Version: 1.0
>Received: from [195.67.128.9] by hotmail.com (3.2) with ESMTP id 
>MHotMailBD1F2D1700BD4004310FC343800905150; Wed, 18 Jul 2001 12:23:42 -0700
>Received: from towerguard. (mx-1.sollentuna.net [195.67.128.9])by 
>mx-1.sollentuna.net (Postfix) with ESMTPid C2B3A1800A; Wed, 18 Jul 2001 
>21:22:58 +0200 (CEST)
>Received: with LISTAR (v1.0.0; list assembly-83); Wed, 18 Jul 2001 21:22:58 
>+0200 (CEST)
>Received: from hetnet.nl (net047s.hetnet.nl [194.151.104.151])by 
>mx-1.sollentuna.net (Postfix) with ESMTP id 2F81C18008for 
><assembly-83@lists.ticalc.org>; Wed, 18 Jul 2001 21:22:56 +0200 (CEST)
>Received: from erh057 ([213.75.26.187]) by hetnet.nl  with Microsoft 
>SMTPSVC(5.5.1877.687.68); Wed, 18 Jul 2001 21:19:38 +0200
>From assembly-83-bounce@lists.ticalc.org Wed, 18 Jul 2001 12:24:37 -0700
>Delivered-To: lists.ticalc-assembly-83@mx-1.sollentuna.net
>X-MSMail-Priority: Normal
>X-Priority: 3
>X-Mailer: Microsoft Internet Mail 4.70.1161
>Message-ID: <0e08d3819191271NET047S@hetnet.nl>
>X-listar-version: Listar v1.0.0
>Sender: assembly-83-bounce@lists.ticalc.org
>Errors-To: assembly-83-bounce@lists.ticalc.org
>X-original-sender: HPoley@DDS.nl
>Precedence: bulk
>X-list: assembly-83
>
>
> > Van: Gerald Wong <geraldsplanet@yahoo.com>
> >
> > I'm talking about the old Mario, not the Ion one.
> > It works on TI-83 ROM version 1.07000 but not 1.10000,
> > not just my calc, but on other people's as well.
> > It's strange that it works on Virtual TI with the same
> > ROM version - the one I ROM dumped.
> > The graphics are stuffed up on v1.100000 and higher.
> >
> > There's a v1.100001. Does anyone know the difference?
> >
> > Penguin's graphics are stuffed up for v1.10001 as
> > well. I'm not sure which version of penguin though.
> >
> > With Mario the graphics are like ghosts, or sort of a
> > double image with the ghost screen 8 pixels off.
> > Penguin just has interference-type graphics. I heard
> > that an old version of ion had ionfastcopy being too
> > fast.
>
><Impressive_Voice>
>In a time long ago, (in a galaxy far far away..) in the ages from before we
>used Ion, people had to put in a Fastcopy routine inside their programs
>code. When Ion came, the Fastcopy routine was put into the Ion-library.
>Then the ROM version 1.10 came out, and the Fastcopy seemed to work to fast
>in this new calculator version. So Joe Wingbermuehle (in his infinite
>wisdom) slowed the routine down a bit. So now, all programs that use the
>Ion-lib, work as well on the v1.10 ROM as the older ones.
></Impressive_Voice>
>
>Mario doesn't use the Ion-lib (since it's an ashell-program..), so it
>*could* be that it uses the older version of Fastcopy (and it does)... One
>way to overcome this is to run it with "nearly-dead" batteries, around
>contrast 6 the blurring stops.
>
>	Henk Poley
>
>
>

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com




Follow-Ups: