summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/galaxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/galaxy.h')
-rw-r--r--src/mame/includes/galaxy.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/mame/includes/galaxy.h b/src/mame/includes/galaxy.h
index 0c1327972f5..362ab4abca9 100644
--- a/src/mame/includes/galaxy.h
+++ b/src/mame/includes/galaxy.h
@@ -5,10 +5,11 @@
* includes/galaxy.h
*
****************************************************************************/
-
#ifndef MAME_INCLUDES_GALAXY_H
#define MAME_INCLUDES_GALAXY_H
+#pragma once
+
#include "imagedev/snapquik.h"
#include "imagedev/cassette.h"
#include "machine/ram.h"
@@ -23,7 +24,9 @@ public:
, m_screen(*this, "screen")
, m_cassette(*this, "cassette")
, m_ram(*this, RAM_TAG)
- , m_region_gfx1(*this, "gfx1") {}
+ , m_region_gfx1(*this, "gfx1")
+ {
+ }
void galaxy(machine_config &config);
void galaxyp(machine_config &config);
@@ -65,5 +68,4 @@ private:
bitmap_ind16 m_bitmap;
};
-
#endif // MAME_INCLUDES_GALAXY_H