summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cdi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cdi.c')
-rw-r--r--src/mame/drivers/cdi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cdi.c b/src/mame/drivers/cdi.c
index 0b454b3dc5e..eddceac1e51 100644
--- a/src/mame/drivers/cdi.c
+++ b/src/mame/drivers/cdi.c
@@ -382,7 +382,7 @@ ROM_START( cdimono1 )
ROM_LOAD( "cdic.bin", 0x0000, 0x2000, NO_DUMP ) // Undumped 68HC05 microcontroller, might need decapping
ROM_REGION(0x2000, "slave", 0)
- ROM_LOAD( "slave.bin", 0x0000, 0x2000, NO_DUMP ) // Undumped 68HC05 microcontroller, might need decapping
+ ROM_LOAD( "slave.bin", 0x0000, 0x2000, NO_DUMP ) // Undumped 68HC05 microcontroller, might need decapping
ROM_END