Search
lxdream.org :: lxdream/src/dreamcast.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/dreamcast.c
changeset 671:a530ea88eebd
prev669:ab344e42bca9
next689:9868667e3525
author nkeynes
date Mon May 26 11:01:42 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change hange 64-bit configuration to use sizeof(void *) rather than the system id
returned by config.guess - config.guess gets it wrong in some situations.
file annotate diff log raw
1.1 --- a/src/dreamcast.c Mon May 12 10:00:13 2008 +0000
1.2 +++ b/src/dreamcast.c Mon May 26 11:01:42 2008 +0000
1.3 @@ -218,6 +218,9 @@
1.4 {
1.5 dreamcast_stop();
1.6 dreamcast_save_flash();
1.7 +#ifdef ENABLE_SH4STATS
1.8 + sh4_stats_print(stdout);
1.9 +#endif
1.10 }
1.11
1.12 void dreamcast_program_loaded( const gchar *name, sh4addr_t entry_point )
.