summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/galaxold.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/galaxold.h')
-rw-r--r--src/mame/includes/galaxold.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/mame/includes/galaxold.h b/src/mame/includes/galaxold.h
index 7df88192ea1..7143a3f12a8 100644
--- a/src/mame/includes/galaxold.h
+++ b/src/mame/includes/galaxold.h
@@ -13,6 +13,8 @@
#ifndef __GALAXOLD_H__
#define __GALAXOLD_H__
+#include "machine/7474.h"
+
/* star circuit */
#define STAR_COUNT 252
struct star
@@ -33,7 +35,11 @@ public:
m_rockclim_videoram(*this,"rockclim_vram"),
m_racknrol_tiles_bank(*this,"racknrol_tbank"),
m_maincpu(*this, "maincpu"),
- m_audiocpu(*this, "audiocpu") { }
+ m_audiocpu(*this, "audiocpu"),
+ m_7474_9m_1(*this, "7474_9m_1"),
+ m_7474_9m_2(*this, "7474_9m_2")
+ {
+ }
required_shared_ptr<UINT8> m_videoram;
required_shared_ptr<UINT8> m_spriteram;
@@ -241,6 +247,8 @@ public:
void machine_reset_common(int line);
required_device<cpu_device> m_maincpu;
optional_device<cpu_device> m_audiocpu;
+ optional_device<ttl7474_device> m_7474_9m_1;
+ optional_device<ttl7474_device> m_7474_9m_2;
};
#define galaxold_coin_counter_0_w galaxold_coin_counter_w