summaryrefslogtreecommitdiffstatshomepage
path: root/docs/source/techspecs
diff options
context:
space:
mode:
author Stiletto <stilett0@users.noreply.github.com>2020-01-04 01:13:50 -0500
committer GitHub <noreply@github.com>2020-01-04 01:13:50 -0500
commit88909dc0d01f34bacbbbc3da6a9df705123b2f42 (patch)
tree92bbb387577f70b1976365ab26e35aca802d6465 /docs/source/techspecs
parenta50b4e871e32bc9c4ba6350a0f15696bb47f19ea (diff)
Happy New Year 2020 (nw) (#6128)
Happy New Year 2020 (nw) (#6128)
Diffstat (limited to 'docs/source/techspecs')
-rw-r--r--docs/source/techspecs/luaengine.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/techspecs/luaengine.rst b/docs/source/techspecs/luaengine.rst
index 26d6da6a253..6abde32f54c 100644
--- a/docs/source/techspecs/luaengine.rst
+++ b/docs/source/techspecs/luaengine.rst
@@ -53,7 +53,7 @@ Let's first run MAME in a terminal to reach the LUA console:
_/ _/ _/ _/_/_/_/ _/ _/ _/ _/_/_/
_/ _/ _/ _/ _/ _/ _/
_/ _/ _/ _/ _/ _/ _/_/_/_/
- mame v0.205
+ mame v0.217
Copyright (C) Nicola Salmoria and the MAME team
Lua 5.3
@@ -77,7 +77,7 @@ You can check at runtime which version of MAME you are running, with:
::
[MAME]> print(emu.app_name() .. " " .. emu.app_version())
- mame 0.205
+ mame 0.217
We now start exploring screen related methods. First, let's enumerate available screens: