diff options
| author | 2011-06-19 19:29:25 +0000 | |
|---|---|---|
| committer | 2011-06-19 19:29:25 +0000 | |
| commit | e6050ace10f2c2271c110d667e1b67a6b4367e25 (patch) | |
| tree | f856b597851f07e2f9f7e95b4d49710c392d09e2 /src/emu/devlegcy.h | |
| parent | a8c80b5a5f5df38c8080bb369c4a7c0e9f2b4b57 (diff) | |
Cleanups and version bumpmame0142u6
Diffstat (limited to 'src/emu/devlegcy.h')
| -rw-r--r-- | src/emu/devlegcy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/devlegcy.h b/src/emu/devlegcy.h index bb58b0cf92f..52d685cd780 100644 --- a/src/emu/devlegcy.h +++ b/src/emu/devlegcy.h @@ -523,8 +523,8 @@ public: virtual void call_get_devices(); virtual void *get_device_specific_call(); - virtual iodevice_t image_type() const { return static_cast<iodevice_t>(get_legacy_int(DEVINFO_INT_IMAGE_TYPE)); } - + virtual iodevice_t image_type() const { return static_cast<iodevice_t>(get_legacy_int(DEVINFO_INT_IMAGE_TYPE)); } + virtual bool is_readable() const { return get_legacy_int(DEVINFO_INT_IMAGE_READABLE)!=0; } virtual bool is_writeable() const { return get_legacy_int(DEVINFO_INT_IMAGE_WRITEABLE)!=0; } virtual bool is_creatable() const { return get_legacy_int(DEVINFO_INT_IMAGE_CREATABLE)!=0; } |
