diff --git a/hash/vgmplay.xml b/hash/vgmplay.xml new file mode 100644 index 00000000000..bb80f3859e3 --- /dev/null +++ b/hash/vgmplay.xml @@ -0,0 +1,57 @@ + + + + + + + Power Drift (Sega Y) + 1988 + Sega + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/mame/drivers/vgmplay.cpp b/src/mame/drivers/vgmplay.cpp index a8a22367f48..b14aa544963 100644 --- a/src/mame/drivers/vgmplay.cpp +++ b/src/mame/drivers/vgmplay.cpp @@ -2000,6 +2000,9 @@ MACHINE_CONFIG_START(vgmplay_state::vgmplay) MCFG_CPU_IO16_MAP( soundchips16_map ) MCFG_QUICKLOAD_ADD("quickload", vgmplay_state, load_file, "vgm,vgz", 0) + MCFG_QUICKLOAD_INTERFACE("vgm_quik") + + MCFG_SOFTWARE_LIST_ADD("vgm_list", "vgmplay") config.set_default_layout(layout_vgmplay);