diff options
Diffstat (limited to 'src/mess/drivers/cgenie.c')
-rw-r--r-- | src/mess/drivers/cgenie.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/cgenie.c b/src/mess/drivers/cgenie.c index fd1895a1146..540ebfa8628 100644 --- a/src/mess/drivers/cgenie.c +++ b/src/mess/drivers/cgenie.c @@ -626,7 +626,7 @@ ROM_END // GATL GAT Length // GATM GAT Mask // DDGA Disk Directory Granule Allocation -struct PDRIVE +struct PDRIVE { UINT8 DDSL; // Disk Directory Start Lump (lump number of GAT) UINT8 GATL; // # of bytes used in the Granule Allocation Table sector |