diff psg.c @ 364:62177cc39049

Incredibly broken YM2612 support plus a fix to Z80 bus request
author Mike Pavone <pavone@retrodev.com>
date Wed, 29 May 2013 00:57:19 -0700
parents fcd31d19dddd
children 1c8d74f2ab0b
line wrap: on
line diff
--- a/psg.c	Wed May 29 00:13:48 2013 -0700
+++ b/psg.c	Wed May 29 00:57:19 2013 -0700
@@ -103,7 +103,7 @@
 			}
 			context->audio_buffer[context->buffer_pos++] = acc;
 			if (context->buffer_pos == context->samples_frame) {
-				render_wait_audio(context);
+				render_wait_psg(context);
 			}
 		}
 		context->cycles++;