# HG changeset patch # User nenolod # Date 1150333078 25200 # Node ID db4ce8342aaa2a20aeddce664b839c57b3172c35 # Parent 06e4a5f66819162b0aac1dba6758d6f01c35efe5 [svn] - oops diff -r 06e4a5f66819 -r db4ce8342aaa ChangeLog --- a/ChangeLog Wed Jun 14 17:40:07 2006 -0700 +++ b/ChangeLog Wed Jun 14 17:57:58 2006 -0700 @@ -1,3 +1,12 @@ +2006-06-15 00:40:07 +0000 William Pitcock + revision [1368] + - remove debugging printfs + + + Changes: Modified: + +1 -2 trunk/Plugins/Input/console/Nsf_Emu.cpp + + 2006-06-15 00:38:42 +0000 William Pitcock revision [1366] - allow FDS files to play (although samples are presently ignored) diff -r 06e4a5f66819 -r db4ce8342aaa Plugins/Input/console/Nsf_Emu.cpp --- a/Plugins/Input/console/Nsf_Emu.cpp Wed Jun 14 17:40:07 2006 -0700 +++ b/Plugins/Input/console/Nsf_Emu.cpp Wed Jun 14 17:57:58 2006 -0700 @@ -387,7 +387,7 @@ // sound and memory exp_flags = header_.chip_flags; -\ blargg_err_t err = init_sound(); + blargg_err_t err = init_sound(); if ( err ) return err;