sk.cpp: Add notes for Sonic 3 & Knuckles save ... (#7805)

...feature
This commit is contained in:
cam900 2021-02-20 14:45:31 +09:00 committed by GitHub
parent 6dfcaef06f
commit 5ecba50ff3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}