mirror of
https://github.com/holub/mame
synced 2025-06-30 16:00:01 +03:00
Fixed pc drivers regression. (nw)
This commit is contained in:
parent
7cc0cb0df3
commit
b90c3ef7e6
@ -565,7 +565,7 @@ ibm5160_mb_device::ibm5160_mb_device(const machine_config &mconfig, const char *
|
|||||||
m_speaker(*this, "speaker"),
|
m_speaker(*this, "speaker"),
|
||||||
m_isabus(*this, "isa"),
|
m_isabus(*this, "isa"),
|
||||||
m_pc_kbdc(*this, "pc_kbdc"),
|
m_pc_kbdc(*this, "pc_kbdc"),
|
||||||
m_ram(*this, RAM_TAG)
|
m_ram(*this, ":" RAM_TAG)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user