summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/agat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/agat.cpp')
-rw-r--r--src/mame/drivers/agat.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/agat.cpp b/src/mame/drivers/agat.cpp
index b52b54fc231..d428bfffe05 100644
--- a/src/mame/drivers/agat.cpp
+++ b/src/mame/drivers/agat.cpp
@@ -106,6 +106,9 @@ public:
, m_upperbank(*this, A7_UPPERBANK_TAG)
{ }
+ void agat7(machine_config &config);
+
+private:
required_device<cpu_device> m_maincpu;
required_device<ram_device> m_ram;
required_device<ay3600_device> m_ay3600;
@@ -160,10 +163,9 @@ public:
DECLARE_READ8_MEMBER(controller_strobe_r);
DECLARE_WRITE8_MEMBER(controller_strobe_w);
- void agat7(machine_config &config);
void agat7_map(address_map &map);
void inhbank_map(address_map &map);
-private:
+
int m_speaker_state;
int m_cassette_state;