Previous 199869 Revisions Next

r188060 Tuesday 9th August, 2022 at 14:45:10 UTC by AJR
Driver device API cleanups
- Remove the confusing driver_init virtual override. The function has been de-virtualized in most drivers that were calling it explicitly, and replaced by alternate overrides in others.
- Remove MCFG_VIDEO_RESET_OVERRIDE (not used anymore).
- Provide MCFG_MACHINE_START_REMOVE and MCFG_VIDEO_START_REMOVE for consistency.
[src/emu]driver.cpp driver.h
[src/mame/apple]macpdm.cpp
[src/mame/capcom]1942.h
[src/mame/dataeast]darkseal.cpp pktgaldx.cpp vaportra.cpp
[src/mame/funworld]4roses.cpp funworld.cpp funworld.h
[src/mame/itech]itech32.cpp itech32.h itech8.cpp itech8.h
[src/mame/konami]zr107.cpp
[src/mame/misc]39in1.cpp 4enraya.cpp policetr.cpp policetr.h
[src/mame/namco]galaga.cpp gaplus.h namcos1.h xevious.h
[src/mame/ne]z80ne.h z80ne_m.cpp
[src/mame/pc]ibmpcjr.cpp
[src/mame/sega]gpworld.cpp
[src/mame/seta]seta.cpp
[src/mame/sharp]x68k.cpp x68k.h
[src/mame/skeleton]notetaker.cpp
[src/mame/sony]zn.cpp zn.h
[src/mame/taito]40love.h slapshot.h taito_o.cpp
[src/mame/xerox]alto2.cpp


Previous 199869 Revisions Next


© 1997-2024 The MAME Team