changeset 1227:06e4a5f66819 trunk

[svn] - remove debugging printfs
author nenolod
date Wed, 14 Jun 2006 17:40:07 -0700
parents c18d0da08fac
children db4ce8342aaa
files ChangeLog Plugins/Input/console/Nsf_Emu.cpp
diffstat 2 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Jun 14 17:38:42 2006 -0700
+++ b/ChangeLog	Wed Jun 14 17:40:07 2006 -0700
@@ -1,3 +1,12 @@
+2006-06-15 00:38:42 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [1366]
+  - allow FDS files to play (although samples are presently ignored)
+  
+
+  Changes:        Modified:
+  +3 -1           trunk/Plugins/Input/console/Nsf_Emu.cpp  
+
+
 2006-06-15 00:32:38 +0000  George Averill <nhjm449@gmail.com>
   revision [1364]
   - Use the correct beepctrl.h.
--- a/Plugins/Input/console/Nsf_Emu.cpp	Wed Jun 14 17:38:42 2006 -0700
+++ b/Plugins/Input/console/Nsf_Emu.cpp	Wed Jun 14 17:40:07 2006 -0700
@@ -387,8 +387,7 @@
 	
 	// sound and memory
 	exp_flags = header_.chip_flags;
-	printf("%x\n", header_.chip_flags);
-	blargg_err_t err = init_sound();
+\	blargg_err_t err = init_sound();
 	if ( err )
 		return err;