diff options
Diffstat (limited to 'src/mess/machine/amstrad.c')
-rw-r--r-- | src/mess/machine/amstrad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/amstrad.c b/src/mess/machine/amstrad.c index b673b2040d1..508ed6f2e82 100644 --- a/src/mess/machine/amstrad.c +++ b/src/mess/machine/amstrad.c @@ -2098,7 +2098,7 @@ The exception is the case where none of b7-b0 are reset (i.e. port &FBFF), which if(m_system_type != SYSTEM_GX4000) { if(m_fdc) // if FDC is present (it isn't on a 464) - { + { if ((offset & (1<<7)) == 0) { unsigned int b8b0 = ((offset & 0x0100) >> (8 - 1)) | (offset & 0x01); |