system vector interception fixes
git-svn-id: svn://svn.cc65.org/cc65/trunk@2339 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -1607,7 +1607,7 @@ void example = {
|
||||
<p>
|
||||
It is possible to intercept and hook in the GEOS Kernal using vectors. Here is a little example:
|
||||
<tscreen><verb>
|
||||
void (*oldVector)(void);
|
||||
void_func oldVector;
|
||||
|
||||
void NewVectorHandler(void) {
|
||||
// do something and at the end call the old vector routine
|
||||
|
||||
Reference in New Issue
Block a user