mirror of
https://github.com/holub/mame
synced 2025-05-28 16:43:04 +03:00
tek4404: XTAL definition for video clock (nw)
This commit is contained in:
parent
5b5d527822
commit
d31e5bc061
@ -220,6 +220,7 @@ enum
|
||||
XTAL_24_8832MHz = 24883200, /* DEC VT100 */
|
||||
XTAL_25MHz = 25000000, /* Namco System 22, Taito GNET, Dogyuun h/w */
|
||||
XTAL_25_1748MHz = 25174800, /* Sega System 16A/16B (1600x NTSC line rate) */
|
||||
XTAL_25_2MHz = 25200000, /* Tektronix 4404 video clock */
|
||||
XTAL_25_39836MHz = 25398360, /* Tandberg TDV 2324 */
|
||||
XTAL_25_447MHz = 25447000, /* Namco EVA3A (Funcube2) */
|
||||
XTAL_25_590906MHz = 25590906, /* Atari Jaguar NTSC */
|
||||
|
@ -53,7 +53,7 @@
|
||||
#include "speaker.h"
|
||||
|
||||
|
||||
#define VIDEO_CLOCK 25200000
|
||||
#define VIDEO_CLOCK XTAL_25_2MHz
|
||||
|
||||
class tek440x_state : public driver_device
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user