mirror of
https://github.com/holub/mame
synced 2025-07-05 01:48:29 +03:00
Fixed setname size for MSX Moonsound to fall within range for other setnames that require roms (nw)
This commit is contained in:
parent
ee761ff79b
commit
2bc33dac2b
@ -20,7 +20,7 @@ const device_type MSX_CART_MOONSOUND = &device_creator<msx_cart_moonsound>;
|
|||||||
|
|
||||||
|
|
||||||
msx_cart_moonsound::msx_cart_moonsound(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
|
msx_cart_moonsound::msx_cart_moonsound(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
|
||||||
: device_t(mconfig, MSX_CART_MOONSOUND, "MSX Cartridge - MoonSound", tag, owner, clock, "msx_cart_moonsound", __FILE__)
|
: device_t(mconfig, MSX_CART_MOONSOUND, "MSX Cartridge - MoonSound", tag, owner, clock, "msx_moonsound", __FILE__)
|
||||||
, msx_cart_interface(mconfig, *this)
|
, msx_cart_interface(mconfig, *this)
|
||||||
, m_ymf278b(*this, "ymf278b")
|
, m_ymf278b(*this, "ymf278b")
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user