mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +03:00
Fix for MT03739 backgamn: Access Violation after OK
This commit is contained in:
parent
6d56bfc341
commit
afd64869e3
@ -714,6 +714,9 @@ static MACHINE_DRIVER_START( backgamn )
|
||||
|
||||
MDRV_DUART68681_ADD( "duart68681", XTAL_8_664MHz / 2, skattv_duart68681_config )
|
||||
|
||||
MDRV_MACHINE_START(skattv)
|
||||
MDRV_MACHINE_RESET(skattv)
|
||||
|
||||
MDRV_SCREEN_ADD("screen", RASTER)
|
||||
MDRV_SCREEN_REFRESH_RATE(60)
|
||||
MDRV_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(2500))
|
||||
|
Loading…
Reference in New Issue
Block a user