mame/web/commands.html
2013-08-15 08:57:26 +00:00

3 lines
244 B
HTML

<a href="javascript:executeCommands('softreset');" data-role="button">Soft reset</a>
<a href="javascript:executeCommands('hardreset');" data-role="button">Hard reset</a>
<a href="javascript:executeCommands('exit');" data-role="button">Exit</a>