mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
Fixed nes clones regression (nw)
This commit is contained in:
parent
70ec942821
commit
92b8c3739c
@ -532,6 +532,7 @@ static MACHINE_CONFIG_DERIVED( nespal, nes )
|
||||
|
||||
MCFG_DEVICE_REMOVE( "ppu" )
|
||||
MCFG_PPU2C07_ADD( "ppu", nes_ppu_interface )
|
||||
MCFG_PPU2C0X_SET_NMI(nes_state, ppu_nmi)
|
||||
|
||||
/* video hardware */
|
||||
MCFG_SCREEN_MODIFY("screen")
|
||||
@ -554,6 +555,7 @@ static MACHINE_CONFIG_DERIVED( dendy, nes )
|
||||
|
||||
MCFG_DEVICE_REMOVE( "ppu" )
|
||||
MCFG_PPU2C07_ADD( "ppu", nes_ppu_interface )
|
||||
MCFG_PPU2C0X_SET_NMI(nes_state, ppu_nmi)
|
||||
|
||||
/* video hardware */
|
||||
MCFG_SCREEN_MODIFY("screen")
|
||||
|
Loading…
Reference in New Issue
Block a user