summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/harddriv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/harddriv.c')
-rw-r--r--src/mame/drivers/harddriv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/harddriv.c b/src/mame/drivers/harddriv.c
index 84f3527539d..80b3d55446b 100644
--- a/src/mame/drivers/harddriv.c
+++ b/src/mame/drivers/harddriv.c
@@ -1350,7 +1350,7 @@ static MACHINE_CONFIG_START( driver_nomsp, harddriv_state )
MCFG_MACHINE_START_OVERRIDE(harddriv_state,harddriv)
MCFG_MACHINE_RESET_OVERRIDE(harddriv_state,harddriv)
-// TODO: ZRAM is really an MK48T02 MCFG_MK48T02_ADD("zram")
+// TODO: ZRAM is really an MK48T02 MCFG_MK48T02_ADD("zram")
MCFG_NVRAM_ADD_1FILL("zram")
MCFG_DUARTN68681_ADD("duartn68681", XTAL_3_6864MHz, duart_config)