summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/isbc_215g.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/isbc_215g.cpp')
-rw-r--r--src/mame/machine/isbc_215g.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/isbc_215g.cpp b/src/mame/machine/isbc_215g.cpp
index cfb600e4730..f60eabdc3ec 100644
--- a/src/mame/machine/isbc_215g.cpp
+++ b/src/mame/machine/isbc_215g.cpp
@@ -354,7 +354,7 @@ MACHINE_CONFIG_MEMBER( isbc_215g_device::device_add_mconfig )
MCFG_CPU_ADD("u84", I8089, XTAL_15MHz / 3)
MCFG_CPU_PROGRAM_MAP(isbc_215g_mem)
MCFG_CPU_IO_MAP(isbc_215g_io)
- MCFG_I8089_DATABUS_WIDTH(16)
+ MCFG_I8089_DATA_WIDTH(16)
MCFG_HARDDISK_ADD("drive0")
MCFG_HARDDISK_ADD("drive1")