From d2d8f1fe15be1c0db123ffde7c59d9022e5b44b2 Mon Sep 17 00:00:00 2001 From: ekeeke31 Date: Thu, 16 Aug 2007 17:06:05 +0000 Subject: [PATCH] --- source/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/system.h b/source/system.h index 3bfb2ba..5de31d0 100644 --- a/source/system.h +++ b/source/system.h @@ -57,7 +57,7 @@ extern uint32 count_z80; extern uint16 misc68Kcycles; extern uint16 miscZ80cycles; extern uint16 lines_per_frame; -extern double CPU_Clock; +extern double Master_Clock; /* Function prototypes */ void system_init (void);