YMF-701: Removed an unused variable.
This commit is contained in:
@@ -185,8 +185,7 @@ ymf701_add_opl(ymf701_t *ymf701)
|
|||||||
static void
|
static void
|
||||||
ymf701_reg_write(uint16_t addr, uint8_t val, void *priv)
|
ymf701_reg_write(uint16_t addr, uint8_t val, void *priv)
|
||||||
{
|
{
|
||||||
ymf701_t *ymf701 = (ymf701_t *) priv;
|
ymf701_t *ymf701 = (ymf701_t *) priv;
|
||||||
static uint8_t reg_enable_phase = 0;
|
|
||||||
|
|
||||||
if (ymf701->reg_enabled) {
|
if (ymf701->reg_enabled) {
|
||||||
ymf701_log(ymf701->log, "Write with reg access enabled:\n");
|
ymf701_log(ymf701->log, "Write with reg access enabled:\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user