fix coco crashing, writing over objects with 0 is bad idea (nw)

This commit is contained in:
Miodrag Milanovic 2016-01-17 20:54:03 +01:00
parent e61f9bf26f
commit fed1b07a45

View File

@ -84,7 +84,6 @@ sam6883_device::sam6883_device(const machine_config &mconfig, std::string tag, d
m_space_FF60(*this),
m_space_FFE0(*this)
{
memset(m_banks, '\0', sizeof(m_banks));
}