summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/aquarius.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/aquarius.h')
-rw-r--r--src/mame/includes/aquarius.h16
1 files changed, 11 insertions, 5 deletions
diff --git a/src/mame/includes/aquarius.h b/src/mame/includes/aquarius.h
index e4304aff451..b942ede4576 100644
--- a/src/mame/includes/aquarius.h
+++ b/src/mame/includes/aquarius.h
@@ -6,18 +6,24 @@
*
****************************************************************************/
-#ifndef __AQUARIUS__
-#define __AQUARIUS__
+#ifndef MAME_INCLUDES_AQUARIUS_H
+#define MAME_INCLUDES_AQUARIUS_H
+
+#pragma once
#include "cpu/z80/z80.h"
-#include "video/tea1002.h"
#include "imagedev/cassette.h"
#include "machine/ram.h"
#include "sound/ay8910.h"
-#include "sound/speaker.h"
+#include "sound/spkrdev.h"
+#include "video/tea1002.h"
+
#include "bus/generic/slot.h"
#include "bus/generic/carts.h"
+#include "screen.h"
+
+
class aquarius_state : public driver_device
{
public:
@@ -85,4 +91,4 @@ public:
uint32_t screen_update_aquarius(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_INPUT_CHANGED_MEMBER(aquarius_reset);
};
-#endif /* AQUARIUS_H_ */
+#endif // MAME_INCLUDES_AQUARIUS_H