diff psg.h @ 2196:2648081f3100

Implement Game Gear PSG panning
author Michael Pavone <pavone@retrodev.com>
date Sun, 21 Aug 2022 23:14:08 -0700
parents 508522f08e4d
children 0d1d5dccdd28
line wrap: on
line diff
--- a/psg.h	Sun Aug 21 22:56:32 2022 -0700
+++ b/psg.h	Sun Aug 21 23:14:08 2022 -0700
@@ -25,6 +25,7 @@
 	uint8_t  noise_use_tone;
 	uint8_t  noise_type;
 	uint8_t  latch;
+	uint8_t  pan;
 } psg_context;