Committed the updated plat.h.

This commit is contained in:
OBattler
2018-02-10 00:03:33 +01:00
parent 760689b35d
commit 2d9019ddeb

View File

@@ -8,7 +8,7 @@
*
* Define the various platform support functions.
*
* Version: @(#)plat.h 1.0.24 2018/01/22
* Version: @(#)plat.h 1.0.24 2018/02/09
*
* Authors: Miran Grca, <mgrca8@gmail.com>
* Fred N. van Kempen, <decwiz@yahoo.com>
@@ -59,6 +59,7 @@ GLOBAL int dopause, /* system is paused */
GLOBAL uint64_t timer_freq;
GLOBAL int infocus;
GLOBAL char emu_version[128]; /* version ID string */
GLOBAL int rctrl_is_lalt;
/* System-related functions. */