mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-06 04:45:05 +00:00
35 lines
No EOL
1.1 KiB
C
35 lines
No EOL
1.1 KiB
C
/**
|
|
* Furnace Tracker - multi-system chiptune tracker
|
|
* Copyright (C) 2021-2022 tildearrow and contributors
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License along
|
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
*/
|
|
|
|
#ifndef _FMSHARED_OPN_H
|
|
#define _FMSHARED_OPN_H
|
|
|
|
#define ADDR_MULT_DT 0x30
|
|
#define ADDR_TL 0x40
|
|
#define ADDR_RS_AR 0x50
|
|
#define ADDR_AM_DR 0x60
|
|
#define ADDR_DT2_D2R 0x70
|
|
#define ADDR_SL_RR 0x80
|
|
#define ADDR_SSG 0x90
|
|
#define ADDR_FREQ 0xa0
|
|
#define ADDR_FREQH 0xa4
|
|
#define ADDR_FB_ALG 0xb0
|
|
#define ADDR_LRAF 0xb4
|
|
|
|
#endif |