summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2014-11-11 20:46:44 +0100
committer Olivier Galibert <galibert@pobox.com>2014-11-11 20:45:43 +0100
commit14f37ea0af6a9ba12cb09463de073fc29c6e9620 (patch)
treec6aa4ffcf7b94a1e5ffc3c4da7568202315cfaa3
parent8754f4bbbf00da701b0c47850218c0312885af23 (diff)
i82875p: That one was not needed after all [O. Galibert]
-rw-r--r--src/emu/machine/i82875p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/i82875p.h b/src/emu/machine/i82875p.h
index e67d17d19b8..138b489c02e 100644
--- a/src/emu/machine/i82875p.h
+++ b/src/emu/machine/i82875p.h
@@ -85,7 +85,7 @@ private:
UINT8 agpm, fpllcont, pam[8], smram, esmramc;
UINT8 apsize, amtt, lptt;
- UINT16 toud, mchcfg, errsts, errcmd, smicmd, scicmd, skpd;
+ UINT16 toud, mchcfg, errcmd, smicmd, scicmd, skpd;
UINT32 agpctrl, attbase;
};