| |
Steppe
Registered: Jan 2002 Posts: 1510 |
Release id #17864 : Music Party
Can anyone tell me a SYS how to get to the third part in this demo? The press space routine seems to be extremely picky, so it always skips from part 2 directly to part 4! |
|
| |
Inge
Registered: Nov 2003 Posts: 144 |
It uses $ffe4 for keychecking, apparently the keyboard buffer doesn't get 100% cleared.
Don't worry, it's "The Tube" by David Whittaker. I've added the info.
Oh, and btw, the part starts at $7900 |
| |
Steppe
Registered: Jan 2002 Posts: 1510 |
Cheers, Inge!
Edit: Reset and SYS 30976 in the 2nd part doesn't seem to work, could anyone investigate how to get to that part manually? |
| |
Inge
Registered: Nov 2003 Posts: 144 |
Oh, ok.
Reset and SYS 4256 in 2nd part. |
| |
iAN CooG
Registered: May 2002 Posts: 3187 |
Quote: Cheers, Inge!
Edit: Reset and SYS 30976 in the 2nd part doesn't seem to work, could anyone investigate how to get to that part manually?
use fire in port #1 instead of space, it won't be stored in keyboard buffer
or if you use space
> c6 0
in vicemon during decompression to clear keyboard buffer.
|