diff options
| author | 2025-06-08 03:53:48 +0200 | |
|---|---|---|
| committer | 2025-06-08 03:53:48 +0200 | |
| commit | 9ea43ae65c459662b852d0992cffc19ddefff617 (patch) | |
| tree | ef7dbb5af3110b97f8b4d1f7cfa574d6401b0ca4 /src/devices/cpu/evolution | |
| parent | 0e9b50dd6dbc69df14f47d25231daa8e67534c33 (diff) | |
misc skeleton cpu: add SAVE_UNSUPPORTED flag
Diffstat (limited to 'src/devices/cpu/evolution')
| -rw-r--r-- | src/devices/cpu/evolution/evo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/cpu/evolution/evo.h b/src/devices/cpu/evolution/evo.h index ce5884d2dab..c3576e70275 100644 --- a/src/devices/cpu/evolution/evo.h +++ b/src/devices/cpu/evolution/evo.h @@ -10,6 +10,8 @@ class evo_cpu_device : public cpu_device { public: + static constexpr flags_type emulation_flags() { return flags::SAVE_UNSUPPORTED; } + evo_cpu_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); protected: |
