megadrive
A shortcut method for Nostalgist.launch method, with some additional default options for Sega Genesis / Megadrive emulation.
It will use genesis_plus_gx as the default core for emulation.
Basic usage:
await Nostalgist.megadrive('30yearsofnintendont.bin')
// is equal toawait Nostalgist.launch({ core: 'genesis_plus_gx', rom: '30yearsofnintendont.bin' })Arguments
Section titled “Arguments”-
Section titled “options”optionsIf the
optionsis astring | File | { fileName: string; fileContent: Blob }, it will be treated as{ rom: options }in fact.If the
optionsis anObject, then it is the same as theoptionsargument forNostalgist.launch.Please refer to launch#options.