(ok, set initial params to qix params; 256x256 at ~55hz)

This commit is contained in:
Michaël Banaan Ananas 2012-07-07 00:47:11 +00:00
parent 14e59e1927
commit 4b97fc578c

View File

@ -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