1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-06-02 18:41:35 +00:00

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

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
}