diff options
Diffstat (limited to 'src/mame/handheld/tispeak.cpp')
-rw-r--r-- | src/mame/handheld/tispeak.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/handheld/tispeak.cpp b/src/mame/handheld/tispeak.cpp index 676a1eda894..fbc42df0291 100644 --- a/src/mame/handheld/tispeak.cpp +++ b/src/mame/handheld/tispeak.cpp @@ -459,7 +459,7 @@ namespace { // The typical osc freq curve for TMS5100 is unknown. Let's assume it is set to the default frequency, // which is 640kHz for 8KHz according to the TMS5100 documentation. -#define MASTER_CLOCK 640000 +#define MASTER_CLOCK XTAL::u(640000) class tispeak_state : public hh_tms1k_state |