summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/argo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/argo.cpp')
-rw-r--r--src/mame/drivers/argo.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/argo.cpp b/src/mame/drivers/argo.cpp
index 6aac2c8c2eb..26658e884d0 100644
--- a/src/mame/drivers/argo.cpp
+++ b/src/mame/drivers/argo.cpp
@@ -25,6 +25,7 @@
#include "emu.h"
#include "cpu/z80/z80.h"
+#include "screen.h"
class argo_state : public driver_device
@@ -40,7 +41,7 @@ public:
, m_maincpu(*this, "maincpu")
, m_p_videoram(*this, "videoram")
, m_p_chargen(*this, "chargen")
- { }
+ { }
DECLARE_WRITE8_MEMBER(argo_videoram_w);
DECLARE_READ8_MEMBER(argo_io_r);