mirror of
https://github.com/holub/mame
synced 2025-05-25 07:15:25 +03:00
(interface macro)
This commit is contained in:
parent
df357d0025
commit
ac84207ba3
@ -73,6 +73,10 @@ YMZ294: 0 I/O port
|
|||||||
#define YM2149_PIN26_HIGH (0x00) /* or N/C */
|
#define YM2149_PIN26_HIGH (0x00) /* or N/C */
|
||||||
#define YM2149_PIN26_LOW (0x10)
|
#define YM2149_PIN26_LOW (0x10)
|
||||||
|
|
||||||
|
|
||||||
|
#define AY8910_INTERFACE(name) \
|
||||||
|
const ay8910_interface (name) =
|
||||||
|
|
||||||
typedef struct _ay8910_interface ay8910_interface;
|
typedef struct _ay8910_interface ay8910_interface;
|
||||||
struct _ay8910_interface
|
struct _ay8910_interface
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user