summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine.h
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2012-01-29 16:34:26 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2012-01-29 16:34:26 +0000
commit505442d0a0bdc2944f699d9102ae0829703a5407 (patch)
tree1a4c2f72533c67984e0112d35905f480a3a9b0ea /src/emu/machine.h
parent5d0cb30e84215504e368130db9e4573c37e458f2 (diff)
Clean-ups and version bumpmame0144u7
Diffstat (limited to 'src/emu/machine.h')
-rw-r--r--src/emu/machine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine.h b/src/emu/machine.h
index ba99c76534b..f4878516ff8 100644
--- a/src/emu/machine.h
+++ b/src/emu/machine.h
@@ -444,7 +444,7 @@ private:
void fill_systime(system_time &systime, time_t t);
void handle_saveload();
void soft_reset(void *ptr = NULL, INT32 param = 0);
-
+
// internal callbacks
static void logfile_callback(running_machine &machine, const char *buffer);