A89: Small Tip: set to Alpha Lock


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

A89: Small Tip: set to Alpha Lock




Hi,

I think I should give you all programmers that small tip that allows you
to go to ALPHA LOCK mode in ASM
This is very simple:

doorsos::MaxHandles+$24+$11 is the byte var that does this, so here is
what you have to do:

move.b		doorsos::MaxHandles+$24+$11,d7	;save old alpha mode
move.b		#1,doorsos::MaxHandles+$24+$11	;set to alpha lock

after that, please restore the old alpha mode.

That's all !

Xavier VASSOR
---The Doors Team
E-mail:xvassor@mail.dotcom.fr
Doors Homepage: http://start.at/doors
ICQ:10241721