diff --git a/.gitattributes b/.gitattributes index e5b10ec4e06..754daf2c698 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8962,6 +8962,9 @@ src/ume/ume.lst svneol=native#text/plain src/ume/ume.mak svneol=native#text/plain src/version.c svneol=native#text/plain web/commands.html svneol=native#text/html +web/confirmexit.html svneol=native#text/plain +web/confirmhardreset.html svneol=native#text/plain +web/confirmsoftreset.html svneol=native#text/plain web/css/images/ajax-loader.gif -text web/css/images/icons-18-black.png -text svneol=unset#image/png web/css/images/icons-18-white.png -text svneol=unset#image/png diff --git a/web/confirmexit.html b/web/confirmexit.html new file mode 100644 index 00000000000..9ce1ae4570e --- /dev/null +++ b/web/confirmexit.html @@ -0,0 +1,23 @@ + + + + + + + + + + MAME + + + + +
+
+

Confirm: Exit emulator?

+
+ Yes + Cancel +
+ + \ No newline at end of file diff --git a/web/confirmhardreset.html b/web/confirmhardreset.html new file mode 100644 index 00000000000..de7422cfced --- /dev/null +++ b/web/confirmhardreset.html @@ -0,0 +1,25 @@ + + + + + + + + + + MAME + + + + + + + +
+
+

Confirm: Hard Reset?

+
+ Yes + Cancel +
+ \ No newline at end of file diff --git a/web/confirmsoftreset.html b/web/confirmsoftreset.html new file mode 100644 index 00000000000..7b45c1e5d73 --- /dev/null +++ b/web/confirmsoftreset.html @@ -0,0 +1,23 @@ + + + + + + + + + + MAME + + + + +
+
+

Confirm: Soft Reset?

+
+ Yes + Cancel +
+ + \ No newline at end of file