Added Save button to FDC samples XML file
This commit is contained in:
parent
3bcf1dfc23
commit
0f4402aa2a
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue