summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/md_cart.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/md_cart.c')
-rw-r--r--src/mame/machine/md_cart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/md_cart.c b/src/mame/machine/md_cart.c
index 49962d77bb8..9865b42b1e9 100644
--- a/src/mame/machine/md_cart.c
+++ b/src/mame/machine/md_cart.c
@@ -1304,7 +1304,7 @@ static void setup_megadriv_sram(device_image_interface &image)
switch (md_cart.type)
{
// These types only come from xml
- // TODO: Eventually megadriv_backupram should point to the allocated cart:sram region!
+ // TODO: Eventually megadriv_backupram should point to the allocated cart:sram region!
// For now, we only use the region as a placeholder to carry size info...
case SEGA_SRAM:
md_cart.sram_start = 0x200000;