summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/msx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/msx.cpp')
-rw-r--r--src/mame/drivers/msx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/msx.cpp b/src/mame/drivers/msx.cpp
index dc9132b1ef2..d80065b6c66 100644
--- a/src/mame/drivers/msx.cpp
+++ b/src/mame/drivers/msx.cpp
@@ -1338,7 +1338,7 @@ MACHINE_CONFIG_END
MACHINE_CONFIG_START(msx_state::msx2_64kb_vram)
MCFG_DEVICE_MODIFY("v9938")
- v9938_device::static_set_vram_size(*device, 0x10000);
+ downcast<v99x8_device &>(*device).set_vram_size(0x10000);
MACHINE_CONFIG_END
MACHINE_CONFIG_START(msx_state::msx)