mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Facepalm, nw
This commit is contained in:
parent
6684713470
commit
848751969a
@ -1624,8 +1624,9 @@ static MACHINE_CONFIG_START( konamigx, konamigx_state )
|
||||
tbyahhoo attract mode desync is caused by another matter. */
|
||||
|
||||
// MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(600))
|
||||
//MCFG_SCREEN_SIZE(64*8, 32*8)
|
||||
//MCFG_SCREEN_VISIBLE_AREA(24, 24+288-1, 16, 16+224-1)
|
||||
// TODO: WTF, without these most games crashes? Some legacy call in video code???
|
||||
MCFG_SCREEN_SIZE(64*8, 32*8)
|
||||
MCFG_SCREEN_VISIBLE_AREA(24, 24+288-1, 16, 16+224-1)
|
||||
MCFG_SCREEN_UPDATE_DRIVER(konamigx_state, screen_update_konamigx)
|
||||
|
||||
MCFG_PALETTE_ADD("palette", 8192)
|
||||
|
Loading…
Reference in New Issue
Block a user