apple2js/json/disks/index.js
2014-01-05 10:33:35 -08:00

13 lines
232 B
JavaScript

disk_index = [
{
"filename": "json/disks/dos33master.json",
"name": "DOS 3.3 Master",
"category": "System"
},
{
"filename": "json/disks/prodos.json",
"name": "ProDOS",
"category": "System"
}
];