Added Save button to FDC samples XML file

This commit is contained in:
Jeff Parsons 2016-02-17 14:13:19 -08:00
commit 0f4402aa2a
2 changed files with 3 additions and 1 deletions

View file

@ -68,6 +68,7 @@ pcjs:
- /modules/pcjs/lib/state.js
- /modules/pcjs/lib/computer.js
- /modules/shared/lib/embed.js
- /modules/shared/lib/save.js
c1p_scripts:
- /modules/shared/lib/defines.js
- /modules/shared/lib/nodebug.js

View file

@ -9,7 +9,8 @@
<manifest ref="/disks/pc/games/microsoft/adventure/manifest.xml"/>
<manifest ref="/apps/pc/1981/visicalc/manifest.xml"/>
</control>
<control type="button" binding="loadDrive" padright="8px">Load</control>
<control type="button" binding="loadDrive">Load</control>
<control type="button" binding="saveDrive" padright="8px">Save</control>
<control type="description" binding="descDisk" padright="8px"/>
<control type="file" binding="mountDrive"/>
</fdc>