Our CINV interrupt service routine should be preserved.

This commit is contained in:
Chris Pressey 2019-10-22 12:35:29 +01:00
parent 92b1cfeefb
commit 565f959ee2
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ define game_state_game_over game_state_routine
// * Main Game Loop Driver *
// *************************
define our_cinv game_state_routine
define our_cinv preserved game_state_routine
{
goto dispatch_game_state
}