mirror of
https://github.com/holub/mame
synced 2025-05-25 15:25:33 +03:00
02895: macrossp: Wrong colors in "area clear" screen
This commit is contained in:
parent
6310bc3964
commit
943ee5abfa
@ -645,7 +645,7 @@ static MACHINE_DRIVER_START( macrossp )
|
||||
MDRV_SCREEN_ADD("main", RASTER)
|
||||
MDRV_SCREEN_REFRESH_RATE(60)
|
||||
MDRV_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(0))
|
||||
MDRV_SCREEN_FORMAT(BITMAP_FORMAT_INDEXED16)
|
||||
MDRV_SCREEN_FORMAT(BITMAP_FORMAT_RGB32)
|
||||
MDRV_SCREEN_SIZE(32*16, 16*16)
|
||||
MDRV_SCREEN_VISIBLE_AREA(0*16, 24*16-1, 0*16, 15*16-1)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user