From 4b97fc578c810a9c920218504647da982018aeb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Banaan=20Ananas?= Date: Sat, 7 Jul 2012 00:47:11 +0000 Subject: [PATCH] (ok, set initial params to qix params; 256x256 at ~55hz) --- src/mame/video/qix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/video/qix.c b/src/mame/video/qix.c index b57a592b5b3..3579e6dc519 100644 --- a/src/mame/video/qix.c +++ b/src/mame/video/qix.c @@ -427,7 +427,7 @@ MACHINE_CONFIG_FRAGMENT( qix_video ) MCFG_MC6845_ADD(MC6845_TAG, MC6845, QIX_CHARACTER_CLOCK, mc6845_intf) MCFG_SCREEN_ADD("screen", RASTER) - MCFG_SCREEN_RAW_PARAMS(QIX_CHARACTER_CLOCK*8, 256, 0, 256, 256, 0, 256) /* temporary, CRTC will configure screen */ + MCFG_SCREEN_RAW_PARAMS(QIX_CHARACTER_CLOCK*8, 0x148, 0, 0x100, 0x111, 0, 0x100) /* from CRTC */ MCFG_SCREEN_UPDATE_DEVICE(MC6845_TAG, mc6845_device, screen_update) MACHINE_CONFIG_END