Previous 199869 Revisions Next

r18001 Tuesday 18th September, 2012 at 18:02:24 UTC by Wilbert Pol
(MESS) Fixed listxml crash. There is no screen in sapi3, so commented out the SCREEN_UPDATE config. (nw)
[src/mess/drivers]sapi1.c

trunk/src/mess/drivers/sapi1.c
r18000r18001
218218   //MCFG_SCREEN_SIZE(80*6, 24*9)
219219   //MCFG_SCREEN_VISIBLE_AREA(0, 80*6-1, 0, 24*9-1)
220220   //MCFG_VIDEO_START_OVERRIDE(sapi1_state,sapizps3)
221   MCFG_SCREEN_UPDATE_DRIVER(sapi1_state, screen_update_sapizps3)
221   //MCFG_SCREEN_UPDATE_DRIVER(sapi1_state, screen_update_sapizps3)
222222   //MCFG_PALETTE_LENGTH(2)
223223   //MCFG_PALETTE_INIT(black_and_white)
224224

Previous 199869 Revisions Next


© 1997-2024 The MAME Team