filename | src/dreamcast.c |
changeset | 766:336858fb0160 |
prev | 742:e730ba4938f6 |
next | 825:2ac7ceccd775 |
author | nkeynes |
date | Thu Jul 24 02:30:37 2008 +0000 (15 years ago) |
permissions | -rw-r--r-- |
last change | Fix dreamcast_reset not performing a core exit |
file | annotate | diff | log | raw |
1.1 --- a/src/dreamcast.c Fri Jul 18 11:08:02 2008 +00001.2 +++ b/src/dreamcast.c Thu Jul 24 02:30:37 2008 +00001.3 @@ -149,6 +149,7 @@1.5 void dreamcast_reset( void )1.6 {1.7 + sh4_core_exit(CORE_EXIT_SYSRESET);1.8 int i;1.9 for( i=0; i<num_modules; i++ ) {1.10 if( modules[i]->reset != NULL )
.