diff options
| author | 2021-02-20 14:45:31 +0900 | |
|---|---|---|
| committer | 2021-02-20 06:45:31 +0100 | |
| commit | 5ecba50ff3952cb8e5c23cd2fa5002b025174cd1 (patch) | |
| tree | 4bc11bb64d905da5e603897113cf056cfe1513bb /src | |
| parent | 6dfcaef06fdfe47e74ca14ba8cbd044a2523aaeb (diff) | |
sk.cpp: Add notes for Sonic 3 & Knuckles save ... (#7805)
...feature
Diffstat (limited to 'src')
| -rw-r--r-- | src/devices/bus/megadrive/sk.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/bus/megadrive/sk.cpp b/src/devices/bus/megadrive/sk.cpp index 43de6e3afd5..eec90a98245 100644 --- a/src/devices/bus/megadrive/sk.cpp +++ b/src/devices/bus/megadrive/sk.cpp @@ -60,7 +60,8 @@ 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? + // should there be anything here? + // TODO: implement pass-through NVRAM accessing for Sonic 3 cart, for Sonic 3 & Knuckles saving feature } |
