summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/gba.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/gba.h')
-rw-r--r--src/mess/includes/gba.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/gba.h b/src/mess/includes/gba.h
index daebffeb782..05a14c78f6a 100644
--- a/src/mess/includes/gba.h
+++ b/src/mess/includes/gba.h
@@ -265,7 +265,7 @@ public:
inline void update_mask(UINT8* mask, int mode, int submode, UINT32* obj_win, UINT8 inwin0, UINT8 inwin1, UINT8 in0_mask, UINT8 in1_mask, UINT8 out_mask);
void draw_modes(int mode, int submode, int y, UINT32* line0, UINT32* line1, UINT32* line2, UINT32* line3, UINT32* lineOBJ, UINT32* lineOBJWin, UINT32* lineMix, int bpp);
-
+
protected:
required_memory_region m_region_maincpu;
required_ioport m_io_in0;