1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2025-02-16 15:30:26 +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 * // * Main Game Loop Driver *
// ************************* // *************************
define our_cinv game_state_routine define our_cinv preserved game_state_routine
{ {
goto dispatch_game_state goto dispatch_game_state
} }