Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
The frame number argument to showframe is 9 bits of ax in the
original asm, but was passed in a uint8.
|
|
ah should contain the next char to print for kernchars(), but
it was getting clobbered in one code path, and not even set in another.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Now any sound playing on the channels is stopped immediately. This
fixes missing voice-overs in the intro, makes it possible to skip
lines of conversation, and fixes a problem where the sound effect
from the Altar Room would keep playing after leaving the room.
Possibly other glitches as well.
|
|
|
|
DREAMWEB: More porting into C++
|
|
|
|
|
|
|
|
studio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
custom function definitions
It also generates C++ symbols for asm proc addresses
|