mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Device: Add supportsCoreminiScript()
This commit is contained in:
committed by
Kyle Schwarz
parent
245073f9d5
commit
33dea748f7
@@ -181,6 +181,10 @@ public:
|
||||
return std::nullopt;
|
||||
}
|
||||
|
||||
bool supportsCoreminiScript() const {
|
||||
return (getCoreminiStartAddressFlash()) || (getCoreminiStartAddressSD());
|
||||
}
|
||||
|
||||
std::optional<MemoryAddress> getCoreminiStartAddress(Disk::MemoryType memType) const {
|
||||
switch(memType) {
|
||||
case Disk::MemoryType::Flash:
|
||||
|
||||
Reference in New Issue
Block a user