summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/n64.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/n64.h')
-rw-r--r--src/mame/includes/n64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/n64.h b/src/mame/includes/n64.h
index fbcdec359fc..8651c5b3069 100644
--- a/src/mame/includes/n64.h
+++ b/src/mame/includes/n64.h
@@ -24,7 +24,7 @@ public:
virtual void machine_reset();
virtual void video_start();
void n64_machine_stop();
-
+
UINT32 screen_update_n64(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
};