mirror of
https://github.com/holub/mame
synced 2025-05-29 09:03:08 +03:00
small xtal fix
This commit is contained in:
parent
1e01094214
commit
1fee976d5d
@ -135,8 +135,7 @@ enum
|
|||||||
XTAL_20_079MHz = 20790000, /* Blockade-hardware Gremlin games */
|
XTAL_20_079MHz = 20790000, /* Blockade-hardware Gremlin games */
|
||||||
XTAL_21MHz = 21000000, /* Lock-On pixel clock */
|
XTAL_21MHz = 21000000, /* Lock-On pixel clock */
|
||||||
XTAL_21_3MHz = 21300000,
|
XTAL_21_3MHz = 21300000,
|
||||||
XTAL_21_477MHz = 21477000, /* Super Othello */
|
XTAL_21_4772MHz = 21477272, /* BMC bowling, some Data East 90's games, Vtech Socrates; NTSC color subcarrier * 6 */
|
||||||
XTAL_21_4772MHz = 21477270, /* BMC bowling, some Data East 90's games, Vtech Socrates; NTSC color subcarrier * 6 */
|
|
||||||
XTAL_22MHz = 22000000,
|
XTAL_22MHz = 22000000,
|
||||||
XTAL_22_1184MHz = 22118400,
|
XTAL_22_1184MHz = 22118400,
|
||||||
XTAL_23_9616MHz = 23961600, /* Osborne 4 (Vixen) */
|
XTAL_23_9616MHz = 23961600, /* Osborne 4 (Vixen) */
|
||||||
|
@ -57,9 +57,9 @@ public:
|
|||||||
|
|
||||||
#define VDP_MEM 0x40000
|
#define VDP_MEM 0x40000
|
||||||
|
|
||||||
#define MAINCPU_CLOCK (XTAL_21_477MHz/6)
|
#define MAINCPU_CLOCK (XTAL_21_4772MHz/6)
|
||||||
#define SOUNDCPU_CLOCK (XTAL_21_477MHz/6)
|
#define SOUNDCPU_CLOCK (XTAL_21_4772MHz/6)
|
||||||
#define YM_CLOCK (XTAL_21_477MHz/12)
|
#define YM_CLOCK (XTAL_21_4772MHz/12)
|
||||||
#define MSM_CLOCK (XTAL_384kHz)
|
#define MSM_CLOCK (XTAL_384kHz)
|
||||||
#define SUBCPU_CLOCK (XTAL_8MHz/4)
|
#define SUBCPU_CLOCK (XTAL_8MHz/4)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user