mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
fix coco crashing, writing over objects with 0 is bad idea (nw)
This commit is contained in:
parent
e61f9bf26f
commit
fed1b07a45
@ -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));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user