summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/gb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/gb.h')
-rw-r--r--src/mess/includes/gb.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mess/includes/gb.h b/src/mess/includes/gb.h
index 54a3dda6534..3e0a6f2a1d1 100644
--- a/src/mess/includes/gb.h
+++ b/src/mess/includes/gb.h
@@ -271,8 +271,6 @@ extern DEVICE_IMAGE_LOAD(megaduck_cart);
/*----------- defined in video/gb.c -----------*/
-
-
enum
{
GB_VIDEO_DMG = 1,
@@ -281,14 +279,6 @@ enum
GB_VIDEO_CGB
};
-
-
-
-
-
-
-
-
void gb_video_reset( running_machine &machine, int mode );
UINT8 *gb_get_vram_ptr(running_machine &machine);