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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/gb.h b/src/mess/includes/gb.h
index f7a348a6d83..54a3dda6534 100644
--- a/src/mess/includes/gb.h
+++ b/src/mess/includes/gb.h
@@ -241,7 +241,7 @@ public:
DECLARE_MACHINE_RESET(gbpocket);
DECLARE_PALETTE_INIT(gbp);
DECLARE_MACHINE_START(gbc);
- DECLARE_MACHINE_RESET(gbc);
+ DECLARE_MACHINE_RESET(gbc);
DECLARE_PALETTE_INIT(gbc);
DECLARE_MACHINE_START(gb_video);
DECLARE_MACHINE_START(gbc_video);