diff options
Diffstat (limited to 'src/emu/machine/matsucd.c')
| -rw-r--r-- | src/emu/machine/matsucd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/matsucd.c b/src/emu/machine/matsucd.c index f913812822b..55476a696ed 100644 --- a/src/emu/machine/matsucd.c +++ b/src/emu/machine/matsucd.c @@ -27,7 +27,7 @@ can be expanded with support for the other drives as needed. #define MATSU_STATUS_MEDIA ( 1 << 6 ) /* media present (in caddy or tray) */ #define MATSU_STATUS_DOORCLOSED ( 1 << 7 ) /* tray status */ -struct matsucd +struct matsucd { UINT8 enabled; /* /ENABLE - Unit enabled */ UINT8 cmd_signal; /* /CMD - Command mode */ |
