summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/aa310.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/aa310.cpp')
-rw-r--r--src/mame/drivers/aa310.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/aa310.cpp b/src/mame/drivers/aa310.cpp
index 3f4237471fe..a14cfe7ac2c 100644
--- a/src/mame/drivers/aa310.cpp
+++ b/src/mame/drivers/aa310.cpp
@@ -339,7 +339,7 @@ public:
void aa3010(machine_config &config);
void aa3020(machine_config &config);
void aa4000(machine_config &config);
-
+
required_device<pcf8583_device> m_i2cmem;
protected:
@@ -396,7 +396,7 @@ protected:
private:
required_device<acorn_lc_device> m_lc;
required_device<acorn_bmu_device> m_bmu;
-
+
};