comparison sms.c @ 1758:95e387e1d63c mame_interp

Fix build
author Michael Pavone <pavone@retrodev.com>
date Tue, 19 Feb 2019 07:03:57 +0000
parents 956c1cce05e2
children 8fe162bdb038
comparison
equal deleted inserted replaced
1696:956c1cce05e2 1758:95e387e1d63c
480 480
481 static void request_exit(system_header *system) 481 static void request_exit(system_header *system)
482 { 482 {
483 sms_context *sms = (sms_context *)system; 483 sms_context *sms = (sms_context *)system;
484 sms->should_return = 1; 484 sms->should_return = 1;
485 #ifdef USE_NATIVE
485 sms->z80->target_cycle = sms->z80->sync_cycle = sms->z80->current_cycle; 486 sms->z80->target_cycle = sms->z80->sync_cycle = sms->z80->current_cycle;
487 #endif
486 } 488 }
487 489
488 static void inc_debug_mode(system_header *system) 490 static void inc_debug_mode(system_header *system)
489 { 491 {
490 sms_context *sms = (sms_context *)system; 492 sms_context *sms = (sms_context *)system;