jubileep: CPU should run slow, but not that slow (nw)

This commit is contained in:
AJR 2018-10-14 14:42:32 -04:00
parent d230769b84
commit bf13ec4242

View File

@ -201,7 +201,7 @@
#include "screen.h"
#define MASTER_CLOCK XTAL(6'000'000) /* confirmed */
#define CPU_CLOCK (MASTER_CLOCK / 2) /* guess */
#define CPU_CLOCK MASTER_CLOCK /* guess */
#define CRTC_CLOCK (MASTER_CLOCK / 8) /* guess */