summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes
diff options
context:
space:
mode:
author mahlemiut <bsr@xnet.co.nz>2015-09-24 14:15:28 +1200
committer mahlemiut <bsr@xnet.co.nz>2015-09-24 14:16:32 +1200
commitcdb93cff6808b36c9f6b0f9925980c607f5c8e99 (patch)
treec2f20f089b4722f775f474d96859c0e3afe9a6cc /src/mess/includes
parent7c3674f16b03aa889a1e8cb08d6c1f89902f0b4d (diff)
ficpio2: add PCI bus and chipset. -bios 2 and 3 now boot. Other BIOSes require some cache funkiness.
Diffstat (limited to 'src/mess/includes')
-rw-r--r--src/mess/includes/at.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mess/includes/at.h b/src/mess/includes/at.h
index b9de9916133..a36be1b668b 100644
--- a/src/mess/includes/at.h
+++ b/src/mess/includes/at.h
@@ -18,10 +18,13 @@
#include "machine/ins8250.h"
#include "machine/mc146818.h"
+#include "machine/ds128x.h"
#include "machine/pic8259.h"
#include "bus/lpci/i82371ab.h"
#include "bus/lpci/i82371sb.h"
#include "bus/lpci/i82439tx.h"
+#include "bus/lpci/vt82c505.h"
+#include "machine/vt82c496.h"
#include "machine/cs8221.h"
#include "machine/pit8253.h"
#include "machine/wd7600.h"