summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/cnsector.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/cnsector.c')
-rw-r--r--src/mess/drivers/cnsector.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mess/drivers/cnsector.c b/src/mess/drivers/cnsector.c
index b5e59d41c3a..f32148dc2ea 100644
--- a/src/mess/drivers/cnsector.c
+++ b/src/mess/drivers/cnsector.c
@@ -10,6 +10,9 @@
Refer to the official manual for more information, it is not a simple game.
+ TODO:
+ - MCU clock is unknown
+
***************************************************************************/
#include "emu.h"
@@ -17,8 +20,7 @@
#include "cnsector.lh"
-
-// master clock is cpu internal, the value below is an approximation
+// master clock is unknown, the value below is an approximation
#define MASTER_CLOCK (250000)