diff options
Diffstat (limited to 'contrib/nosefart/fmopl.h')
-rw-r--r-- | contrib/nosefart/fmopl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/nosefart/fmopl.h b/contrib/nosefart/fmopl.h index 92a2859d7..a7081d024 100644 --- a/contrib/nosefart/fmopl.h +++ b/contrib/nosefart/fmopl.h @@ -116,8 +116,8 @@ typedef struct fm_opl_f { OPL_PORTHANDLER_W keyboardhandler_w; int keyboard_param; /* time tables */ - INT32 AR_TABLE[75]; /* atttack rate tables */ - INT32 DR_TABLE[75]; /* decay rate tables */ + INT32 AR_TABLE[76]; /* atttack rate tables */ + INT32 DR_TABLE[76]; /* decay rate tables */ UINT32 FN_TABLE[1024]; /* fnumber -> increment counter */ /* LFO */ INT32 *ams_table; |