summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/amstrad.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-07-29 08:34:21 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-07-29 08:34:21 +0200
commit1b452e3bfb48e9c77e705a60ab285c382d457e8a (patch)
treeec86ee0e176d53492a6f034a473c728cc6896ad7 /src/mess/machine/amstrad.c
parentb038bdab5ba511f2af2c23e24b3508062a42b3b3 (diff)
Cleanups and version bumpmame0164
Diffstat (limited to 'src/mess/machine/amstrad.c')
-rw-r--r--src/mess/machine/amstrad.c2
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);