summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/megadrive/sk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/megadrive/sk.cpp')
-rw-r--r--src/devices/bus/megadrive/sk.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/bus/megadrive/sk.cpp b/src/devices/bus/megadrive/sk.cpp
index eec90a98245..02cf46b0151 100644
--- a/src/devices/bus/megadrive/sk.cpp
+++ b/src/devices/bus/megadrive/sk.cpp
@@ -60,7 +60,6 @@ uint16_t md_rom_sk_device::read(offs_t offset)
void md_rom_sk_device::write(offs_t offset, uint16_t data, uint16_t mem_mask)
{
- // should there be anything here?
// TODO: implement pass-through NVRAM accessing for Sonic 3 cart, for Sonic 3 & Knuckles saving feature
}