[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Apple II Emulation in HyperCard
"Jonathyn Bet'nct" <jonrelay@napanet.net> wrote:
>No, that's not the valid code I was talking about! This is:
>
>if addr=49249 then
> -- hollow apple key
> put 0 into res
> if the commandkey is down then add 128 to res
> add random(127) to res
> return res
>end if
Oh my God, that's HyperTalk. If it is mostly HyperTalk, this thing
(if you do somehow finish it) will probably work in HyperCard IIGS,
the IIGS version of HyperCard. Or at least parts of it.
But...this thing is going to be slow. When I first read the title,
I thought you were doing most of the emulation in XCMDs or
external functions.