diff options
| author | 2016-05-25 08:19:21 +0200 | |
|---|---|---|
| committer | 2016-05-25 08:19:21 +0200 | |
| commit | 68785dccfee3208163c8169abc5c6d01becf36d4 (patch) | |
| tree | d6967331fd0e938981777aa32b5f246e04fb701b /src/zexall/main.cpp | |
| parent | c1230f8b9bf4373d396ecb970c966ec2ce6dfc15 (diff) | |
Cleanups and version bumpmame0174
Diffstat (limited to 'src/zexall/main.cpp')
| -rw-r--r-- | src/zexall/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zexall/main.cpp b/src/zexall/main.cpp index e35767babbc..b3bcf101b9e 100644 --- a/src/zexall/main.cpp +++ b/src/zexall/main.cpp @@ -48,7 +48,7 @@ public: ~zexall_machine_manager() { delete m_manager; m_manager = nullptr; } - int execute() + int execute() { auto system = &GAME_NAME(zexall); machine_config config(*system, m_options); @@ -107,4 +107,4 @@ const char * emulator_info::get_copyright() { return nullptr; } const char * emulator_info::get_copyright_info() { return nullptr; } -bool emulator_info::standalone() { return true; }
\ No newline at end of file +bool emulator_info::standalone() { return true; } |
