diff options
| author | 2026-05-01 17:08:26 +0200 | |
|---|---|---|
| committer | 2026-05-01 17:08:26 +0200 | |
| commit | 8a85a8f3a70fff7ba13728fbbe99a308ddd81bd2 (patch) | |
| tree | a512b5b43091c82bb2a30781b500d00ae1c9a865 /src/emu/debug/debugcon.h | |
| parent | af9ef3f74aa04e1c4f80b63d4fb4445586d04d30 (diff) | |
Redoing offs_t to 64-bits expansion.
Diffstat (limited to 'src/emu/debug/debugcon.h')
| -rw-r--r-- | src/emu/debug/debugcon.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/debug/debugcon.h b/src/emu/debug/debugcon.h index b0c4bf6dbe8..ca22a941e4c 100644 --- a/src/emu/debug/debugcon.h +++ b/src/emu/debug/debugcon.h @@ -117,7 +117,6 @@ public: // validates a parameter as a numeric value bool validate_number_parameter(std::string_view param, u64 &result); - bool validate_number_parameter(std::string_view param, offs_t &result); // validates a parameter as a device bool validate_device_parameter(std::string_view param, device_t *&result); |
