summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pc1251.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pc1251.cpp')
-rw-r--r--src/mame/machine/pc1251.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/pc1251.cpp b/src/mame/machine/pc1251.cpp
index 22efe26edb9..8249a970b3e 100644
--- a/src/mame/machine/pc1251.cpp
+++ b/src/mame/machine/pc1251.cpp
@@ -96,7 +96,7 @@ void pc1251_state::machine_start()
machine().device<nvram_device>("ram_nvram")->set_base(ram, 0x4800);
}
-void pc1251_state::machine_start_pc1260()
+MACHINE_START_MEMBER(pc1251_state,pc1260 )
{
uint8_t *ram = memregion("maincpu")->base() + 0x4000;
uint8_t *cpu = m_maincpu->internal_ram();