diff options
Diffstat (limited to 'src/devices/bus/generic/slot.cpp')
-rw-r--r-- | src/devices/bus/generic/slot.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/devices/bus/generic/slot.cpp b/src/devices/bus/generic/slot.cpp index c892d07f3fe..532e3aad7b6 100644 --- a/src/devices/bus/generic/slot.cpp +++ b/src/devices/bus/generic/slot.cpp @@ -18,6 +18,10 @@ e.g. APF cart slot device for an example of a simple device with multiple pcbs supported) + TODO: + - add support for hotswapping (ie. don't force a hard reset), it's doable for + generic rom cartridges, but then you still can't swap from empty slot + ***********************************************************************************************************/ |