|
LMMS
|
#include <nemuopl.h>
Public Member Functions | |
| CNemuopl (int rate) | |
| ~CNemuopl () | |
| void | update (short *buf, int samples) |
| void | write (int reg, int val) |
| void | init () |
| Public Member Functions inherited from Copl | |
| Copl () | |
| virtual | ~Copl () |
| virtual void | setchip (int n) |
| virtual int | getchip () |
| ChipType | gettype () |
Private Attributes | |
| opl3_chip * | opl |
Additional Inherited Members | |
| Public Types inherited from Copl | |
| enum | ChipType { TYPE_OPL2 , TYPE_OPL3 , TYPE_DUAL_OPL2 } |
| Protected Attributes inherited from Copl | |
| int | currChip |
| ChipType | currType |
| CNemuopl::CNemuopl | ( | int | rate | ) |
| CNemuopl::~CNemuopl | ( | ) |
|
private |