apple2js/json/disks/index.js

13 lines
232 B
JavaScript
Raw Normal View History

disk_index = [
{
"filename": "json/disks/dos33master.json",
"name": "DOS 3.3 Master",
"category": "System"
2014-01-05 18:33:35 +00:00
},
{
"filename": "json/disks/prodos.json",
"name": "ProDOS",
"category": "System"
}
];