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

Re: 131-color mode



yeah, the 65c02 opcodes were intentional.  I didn't *have* to use them
but wanted to write my storeWord macro to optimize to stz whenever
possible to save a miniscule amount of time and memory.  Since my next
stop with this will be applied to double-hires images, I figured nobody
would be completely pissed off.  sorry I didn't mention it -- the
applewin debugger works beautifully at disassembling it, FWIW.

Maybe a middle-of-the-road approach to keep a game's framerate up would
be to use the 80x48 double lo-res mode with the 131-color hack.  If you
wanted to use this to make an enhanced color game, you'd have to write
code that could update a page completely during the vbl.  Might make
for a slow or limited game.