Fixed pc drivers regression. (nw)

This commit is contained in:
Wilbert Pol 2013-05-02 20:25:06 +00:00
parent 7cc0cb0df3
commit b90c3ef7e6

View File

@ -565,7 +565,7 @@ ibm5160_mb_device::ibm5160_mb_device(const machine_config &mconfig, const char *
m_speaker(*this, "speaker"),
m_isabus(*this, "isa"),
m_pc_kbdc(*this, "pc_kbdc"),
m_ram(*this, RAM_TAG)
m_ram(*this, ":" RAM_TAG)
{
}