diff options
Diffstat (limited to 'src/nukedopl3.h')
-rw-r--r-- | src/nukedopl3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nukedopl3.h b/src/nukedopl3.h index ea44de9..415ba3e 100644 --- a/src/nukedopl3.h +++ b/src/nukedopl3.h @@ -87,7 +87,7 @@ struct _opl3_slot struct _opl3_channel { - opl3_slot *slots[2]; + opl3_slot *chipslots[2]; opl3_channel *pair; opl3_chip *chip; Bit16s *out[4]; |