Our CINV interrupt service routine should be preserved.
Chris Pressey
5 years ago
424 | 424 |
// * Main Game Loop Driver *
|
425 | 425 |
// *************************
|
426 | 426 |
|
427 | |
define our_cinv game_state_routine
|
|
427 |
define our_cinv preserved game_state_routine
|
428 | 428 |
{
|
429 | 429 |
goto dispatch_game_state
|
430 | 430 |
}
|