From 54f3fab8efc17a607439cb61e82b1e640f36c99a Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Wed, 29 May 2013 00:57:19 -0700 Subject: Incredibly broken YM2612 support plus a fix to Z80 bus request --- psg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'psg.c') diff --git a/psg.c b/psg.c index e035182..1052436 100644 --- a/psg.c +++ b/psg.c @@ -103,7 +103,7 @@ void psg_run(psg_context * context, uint32_t cycles) } context->audio_buffer[context->buffer_pos++] = acc; if (context->buffer_pos == context->samples_frame) { - render_wait_audio(context); + render_wait_psg(context); } } context->cycles++; -- cgit v1.2.3