summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/qix.c
diff options
context:
space:
mode:
author Michaël Banaan Ananas <happppp@users.noreply.github.com>2012-07-07 00:47:11 +0000
committer Michaël Banaan Ananas <happppp@users.noreply.github.com>2012-07-07 00:47:11 +0000
commit4b97fc578c810a9c920218504647da982018aeb4 (patch)
tree2c659dae1f7281306e6a22a5b41925347d48075c /src/mame/video/qix.c
parent14e59e19274a408f2ca97ccdd1b0e2c1ab52335a (diff)
(ok, set initial params to qix params; 256x256 at ~55hz)
Diffstat (limited to 'src/mame/video/qix.c')
-rw-r--r--src/mame/video/qix.c2
1 files changed, 1 insertions, 1 deletions
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