mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
Added XTAL_30MHz to the list. This one is used by Impera Magic Card.
This commit is contained in:
parent
a96b22d4f3
commit
351f215b12
@ -112,6 +112,7 @@ enum
|
||||
XTAL_28MHz = 28000000,
|
||||
XTAL_28_37516MHz = 28375160, /* Amiga PAL systems */
|
||||
XTAL_28_63636MHz = 28636360, /* Later Leland games and Atari GT, Amiga NTSC , Raiden2 h/w */
|
||||
XTAL_30MHz = 30000000, /* Impera Magic Card */
|
||||
XTAL_30_4761MHz = 30476100, /* Taito JC */
|
||||
XTAL_32MHz = 32000000,
|
||||
XTAL_32_22MHz = 32220000, /* Typically used on 90's Data East PCBs */
|
||||
|
Loading…
Reference in New Issue
Block a user