summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pro80.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pro80.cpp')
-rw-r--r--src/mame/drivers/pro80.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/drivers/pro80.cpp b/src/mame/drivers/pro80.cpp
index f2fb3385f80..18323aad76a 100644
--- a/src/mame/drivers/pro80.cpp
+++ b/src/mame/drivers/pro80.cpp
@@ -19,12 +19,17 @@ The cassette uses 2 bits for input, plus a D flipflop and a 74LS221 oneshot, wit
#include "emu.h"
+
#include "cpu/z80/z80.h"
#include "machine/z80pio.h"
#include "imagedev/cassette.h"
#include "sound/wave.h"
+
+#include "speaker.h"
+
#include "pro80.lh"
+
class pro80_state : public driver_device
{
public: