diff options
| author | 2010-07-06 17:30:28 +0000 | |
|---|---|---|
| committer | 2010-07-06 17:30:28 +0000 | |
| commit | 30662dcdef8997e7c993acdcf557f32cd18d49e1 (patch) | |
| tree | d08d52374a8ee4db0edc3ba0e86bf6ba7dbb73f5 /src/emu/devlegcy.h | |
| parent | bcd97e988006c46c8c42bb7e2b104e29c205ccf2 (diff) | |
Cleanups and version bump.mame0138u3
Diffstat (limited to 'src/emu/devlegcy.h')
| -rw-r--r-- | src/emu/devlegcy.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/emu/devlegcy.h b/src/emu/devlegcy.h index 17dd462730a..7f5288be919 100644 --- a/src/emu/devlegcy.h +++ b/src/emu/devlegcy.h @@ -613,7 +613,7 @@ protected: astring m_instance_name; astring m_brief_instance_name; astring m_interface_name; - + /* creation info */ const option_guide *m_create_option_guide; image_device_format *m_formatlist; @@ -630,8 +630,8 @@ public: virtual bool load(const char *path); virtual bool finish_load(); virtual void unload(); - virtual bool create(const char *path, const image_device_format *create_format, option_resolution *create_args); - + virtual bool create(const char *path, const image_device_format *create_format, option_resolution *create_args); + virtual int call_load(); virtual int call_create(int format_type, option_resolution *format_options); virtual void call_unload(); @@ -646,9 +646,9 @@ protected: bool load_internal(const char *path, bool is_create, int create_format, option_resolution *create_args); void determine_open_plan(int is_create, UINT32 *open_plan); image_error_t load_image_by_path(UINT32 open_flags, const char *path); - void clear(); + void clear(); bool is_loaded(); - + bool m_is_loading; }; |
