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

Re: v0.04 Re: Work in progress free firmware substitute



I guess I been pushing it, I just released 0.04 earlier today and now I
release again o.0;

http://usotsuki.hoshinet.org/gameware-0.05.zip

I get a register dump now (SAVE and RESTORE, black code; the rest of the
code is my own) on a guru, so I was able to identify two functions - BASCALC
and BELL1 - which, although having some sort of implementation in GameWare,
were not implemented in a compatible way.

I moved the "nbell" function to $FBDD, solving the latter incompatibility,
and emulated BASCALC by doing the most similar thing with the code I already
had (i.e., doing a vtab, then using a lookup table to get the address). 
Alien Addition and Cubit now work (though Cubit has the same bug as
Taxman/Pac-Man).

-uso.