summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m79amb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/m79amb.cpp')
-rw-r--r--src/mame/drivers/m79amb.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/drivers/m79amb.cpp b/src/mame/drivers/m79amb.cpp
index 50ac211b282..97e1d3fa07d 100644
--- a/src/mame/drivers/m79amb.cpp
+++ b/src/mame/drivers/m79amb.cpp
@@ -63,6 +63,10 @@ and two large (paddles pretending to be) guns.
#include "screen.h"
#include "speaker.h"
+void m79amb_state::machine_start()
+{
+ m_self_test.resolve();
+}
WRITE8_MEMBER(m79amb_state::ramtek_videoram_w)
{